summaryrefslogtreecommitdiff
path: root/lib/libc/yp
AgeCommit message (Expand)Author
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,Todd C. Miller
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-04-29use FD_CLOEXEC instead of 1; from David HillOkan Demirmen
2010-04-02fix a potential memory leak found by zinovik@Ingo Schwarze
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2009-11-01Two minor bug fixes rotting in my tree:Ingo Schwarze
2009-06-12YP client functions do not allocate memory when they fail;Ingo Schwarze
2009-06-07fix a minor memory leak spotted by deraadt@; ok millert@ deraadt@Ingo Schwarze
2009-06-06In case of memory exhaustion, ypmatch_add may both leak memory and leaveIngo Schwarze
2009-06-05malloc(3) failure should raise YPERR_RESRC, not YPERR_YPERR;Ingo Schwarze
2009-06-05improve yp_bind(3) error reporting after clnttcp_create(3) failure:Ingo Schwarze
2009-06-05An empty sting cannot be used as a YP domain name,Ingo Schwarze
2009-06-04fix two obvious typosIngo Schwarze
2009-06-03Take advantage of the surprise libc bump to bring inIngo Schwarze
2008-12-22document yp_maplist(); from Ingo SchwarzeJason McIntyre
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-24typo.Igor Sobrado
2007-09-17Check snprintf(3) return value for error or truncation.Moritz Jodeit
2007-05-31convert to new .Dd format;Jason McIntyre
2005-08-05- remove rcsidMarc Espie
2003-07-07- fix a listJason McIntyre
2003-06-25Move static funcion and variable declarations from header to theMarco S Hyman
2003-06-02remove terms 3 & 4 on my own softwareTheo de Raadt
2003-05-07typos;Jason McIntyre
2002-09-04spellingTheo de Raadt
2002-07-31if ypmatch_add sees short keys or values, abort earlyTheo de Raadt
2002-07-20ansiTheo de Raadt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-02KNFTheo de Raadt
2002-01-02more pid_t useTheo de Raadt
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
2000-03-15implimented -> implementedTodd T. Fries
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
1999-11-30fix include list; dogcow@redback.comTheo de Raadt
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-02-27make function names the correct caseTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-01-20for yp_match() and yp_next(), do not permit keys longer than YPMAXRECORDTheo de Raadt
1997-06-13null/NUL; lukemTheo de Raadt
1997-04-29possible buf oflowTheo de Raadt
1997-02-05that cannot be rightTheo de Raadt
1997-01-28encourage a few more udp whacks at the serverTheo de Raadt
1996-12-28an entire an entireJason Downs
1996-12-14Clean up lint and compile warningsThorsten Lockert