summaryrefslogtreecommitdiffstats
path: root/lib/libc/yp
AgeCommit message (Expand)AuthorFilesLines
2020-12-03grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc1-3/+3
2019-08-30there is no function called ypclnt(3), but yp_bind(3) exists...deraadt2-24/+11
2016-05-30Stop publicly declaring _yp_dobind() and struct dom_binding, closing outguenther2-3/+4
2016-05-29_yp_bind(), _ypbindlist, _yp_domain, and _yplib_timeout are no longerguenther2-5/+5
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-7/+1
2015-11-26remove the "YP server for domain %s not responding, still trying" code.deraadt1-15/+1
2015-11-10update NAME section to include all documented functions,jmc1-3/+3
2015-09-28xdr_ypresp_all_seq() does not need to be exported by libc, we can make itderaadt1-4/+4
2015-09-14Wrap _yp_check() and _yp_unbind() so internal calls go direct and they're weakguenther3-5/+9
2015-09-13Wrap <rpcsvc/ypclnt.h> so that calls go direct and the symbols are all weakguenther5-5/+12
2015-09-11Put a private copy of the ypresp_allfn/ypresp_data interface into ypservderaadt2-5/+5
2015-09-05rather than assuming stderr is alive, open + dprintf to /dev/ttyderaadt1-5/+15
2015-08-20All these files include <stdlib.h>, so do not need to castderaadt1-2/+2
2015-01-16Move to the <limits.h> universe.deraadt30-60/+39
2015-01-14change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who includederaadt2-4/+4
2014-09-08obvious cases of missing .An;schwarze1-3/+3
2014-07-13add missing whitespace between .Fa macro argument and trailing punctuationschwarze1-3/+3
2014-05-25use calloc, from Benjamin Baiertedu1-3/+2
2014-01-21obvious .Pa fixes; found with mandocdb(8)schwarze1-25/+25
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,millert1-2/+2
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu1-6/+6
2013-04-29use FD_CLOEXEC instead of 1; from David Hillokan1-2/+2
2010-04-02fix a potential memory leak found by zinovik@schwarze1-39/+30
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod1-2/+2
2009-11-01Two minor bug fixes rotting in my tree:schwarze1-11/+8
2009-06-12YP client functions do not allocate memory when they fail;schwarze1-3/+4
2009-06-07fix a minor memory leak spotted by deraadt@; ok millert@ deraadt@schwarze1-8/+6
2009-06-06In case of memory exhaustion, ypmatch_add may both leak memory and leaveschwarze1-36/+28
2009-06-05malloc(3) failure should raise YPERR_RESRC, not YPERR_YPERR;schwarze1-3/+3
2009-06-05improve yp_bind(3) error reporting after clnttcp_create(3) failure:schwarze1-3/+10
2009-06-05An empty sting cannot be used as a YP domain name,schwarze1-1/+3
2009-06-04fix two obvious typosschwarze1-4/+4
2009-06-03Take advantage of the surprise libc bump to bring inschwarze3-1/+123
2008-12-22document yp_maplist(); from Ingo Schwarzejmc2-7/+23
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray1-9/+2
2008-05-24typo.sobrado1-3/+3
2007-09-17Check snprintf(3) return value for error or truncation.moritz1-2/+7
2007-05-31convert to new .Dd format;jmc1-2/+2
2005-08-05- remove rcsidespie30-302/+32
2003-07-07- fix a listjmc1-3/+2
2003-06-25Move static funcion and variable declarations from header to themarc2-18/+13
2003-06-02remove terms 3 & 4 on my own softwarederaadt31-188/+32
2003-05-07typos;jmc1-4/+4
2002-09-04spellingderaadt1-2/+2
2002-07-31if ypmatch_add sees short keys or values, abort earlyderaadt1-1/+4
2002-07-20ansideraadt31-166/+81
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert1-5/+3
2002-02-16Part 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.millert1-4/+4
2002-01-02KNFderaadt1-9/+8
2002-01-02more pid_t usederaadt1-3/+4