summaryrefslogtreecommitdiffstats
path: root/lib/libc/yp (follow)
Commit message (Expand)AuthorAgeFilesLines
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-7/+1
* remove the "YP server for domain %s not responding, still trying" code.deraadt2015-11-261-15/+1
* update NAME section to include all documented functions,jmc2015-11-101-3/+3
* xdr_ypresp_all_seq() does not need to be exported by libc, we can make itderaadt2015-09-281-4/+4
* Wrap _yp_check() and _yp_unbind() so internal calls go direct and they're weakguenther2015-09-143-5/+9
* Wrap <rpcsvc/ypclnt.h> so that calls go direct and the symbols are all weakguenther2015-09-135-5/+12
* Put a private copy of the ypresp_allfn/ypresp_data interface into ypservderaadt2015-09-112-5/+5
* rather than assuming stderr is alive, open + dprintf to /dev/ttyderaadt2015-09-051-5/+15
* All these files include <stdlib.h>, so do not need to castderaadt2015-08-201-2/+2
* Move to the <limits.h> universe.deraadt2015-01-1630-60/+39
* change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who includederaadt2015-01-142-4/+4
* obvious cases of missing .An;schwarze2014-09-081-3/+3
* add missing whitespace between .Fa macro argument and trailing punctuationschwarze2014-07-131-3/+3
* use calloc, from Benjamin Baiertedu2014-05-251-3/+2
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-25/+25
* Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,millert2013-09-301-2/+2
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-6/+6
* use FD_CLOEXEC instead of 1; from David Hillokan2013-04-291-2/+2
* fix a potential memory leak found by zinovik@schwarze2010-04-021-39/+30
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-2/+2
* Two minor bug fixes rotting in my tree:schwarze2009-11-011-11/+8
* YP client functions do not allocate memory when they fail;schwarze2009-06-121-3/+4
* fix a minor memory leak spotted by deraadt@; ok millert@ deraadt@schwarze2009-06-071-8/+6
* In case of memory exhaustion, ypmatch_add may both leak memory and leaveschwarze2009-06-061-36/+28
* malloc(3) failure should raise YPERR_RESRC, not YPERR_YPERR;schwarze2009-06-051-3/+3
* improve yp_bind(3) error reporting after clnttcp_create(3) failure:schwarze2009-06-051-3/+10
* An empty sting cannot be used as a YP domain name,schwarze2009-06-051-1/+3
* fix two obvious typosschwarze2009-06-041-4/+4
* Take advantage of the surprise libc bump to bring inschwarze2009-06-033-1/+123
* document yp_maplist(); from Ingo Schwarzejmc2008-12-222-7/+23
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
* typo.sobrado2008-05-241-3/+3
* Check snprintf(3) return value for error or truncation.moritz2007-09-171-2/+7
* convert to new .Dd format;jmc2007-05-311-2/+2
* - remove rcsidespie2005-08-0530-302/+32
* - fix a listjmc2003-07-071-3/+2
* Move static funcion and variable declarations from header to themarc2003-06-252-18/+13
* remove terms 3 & 4 on my own softwarederaadt2003-06-0231-188/+32
* typos;jmc2003-05-071-4/+4
* spellingderaadt2002-09-041-2/+2
* if ypmatch_add sees short keys or values, abort earlyderaadt2002-07-311-1/+4
* ansideraadt2002-07-2031-166/+81
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-5/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* KNFderaadt2002-01-021-9/+8
* more pid_t usederaadt2002-01-021-3/+4
* o) We always close .Bl and .Bd tags;mpech2001-08-061-2/+2
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-3/+2
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-37/+50
* implimented -> implementedtodd2000-03-151-2/+2