| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop publicly declaring _yp_dobind() and struct dom_binding, closing out |  guenther | 2016-05-30 | 2 | -3/+4 |
* | _yp_bind(), _ypbindlist, _yp_domain, and _yplib_timeout are no longer |  guenther | 2016-05-29 | 2 | -5/+5 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -7/+1 |
* | remove the "YP server for domain %s not responding, still trying" code. |  deraadt | 2015-11-26 | 1 | -15/+1 |
* | update NAME section to include all documented functions, |  jmc | 2015-11-10 | 1 | -3/+3 |
* | xdr_ypresp_all_seq() does not need to be exported by libc, we can make it |  deraadt | 2015-09-28 | 1 | -4/+4 |
* | Wrap _yp_check() and _yp_unbind() so internal calls go direct and they're weak |  guenther | 2015-09-14 | 3 | -5/+9 |
* | Wrap <rpcsvc/ypclnt.h> so that calls go direct and the symbols are all weak |  guenther | 2015-09-13 | 5 | -5/+12 |
* | Put a private copy of the ypresp_allfn/ypresp_data interface into ypserv |  deraadt | 2015-09-11 | 2 | -5/+5 |
* | rather than assuming stderr is alive, open + dprintf to /dev/tty |  deraadt | 2015-09-05 | 1 | -5/+15 |
* | All these files include <stdlib.h>, so do not need to cast |  deraadt | 2015-08-20 | 1 | -2/+2 |
* | Move to the <limits.h> universe. |  deraadt | 2015-01-16 | 30 | -60/+39 |
* | change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who include |  deraadt | 2015-01-14 | 2 | -4/+4 |
* | obvious cases of missing .An; |  schwarze | 2014-09-08 | 1 | -3/+3 |
* | add missing whitespace between .Fa macro argument and trailing punctuation |  schwarze | 2014-07-13 | 1 | -3/+3 |
* | use calloc, from Benjamin Baier |  tedu | 2014-05-25 | 1 | -3/+2 |
* | obvious .Pa fixes; found with mandocdb(8) |  schwarze | 2014-01-21 | 1 | -25/+25 |
* | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, |  millert | 2013-09-30 | 1 | -2/+2 |
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze |  tedu | 2013-06-05 | 1 | -6/+6 |
* | use FD_CLOEXEC instead of 1; from David Hill |  okan | 2013-04-29 | 1 | -2/+2 |
* | fix a potential memory leak found by zinovik@ |  schwarze | 2010-04-02 | 1 | -39/+30 |
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent |  miod | 2010-02-03 | 1 | -2/+2 |
* | Two minor bug fixes rotting in my tree: |  schwarze | 2009-11-01 | 1 | -11/+8 |
* | YP client functions do not allocate memory when they fail; |  schwarze | 2009-06-12 | 1 | -3/+4 |
* | fix a minor memory leak spotted by deraadt@; ok millert@ deraadt@ |  schwarze | 2009-06-07 | 1 | -8/+6 |
* | In case of memory exhaustion, ypmatch_add may both leak memory and leave |  schwarze | 2009-06-06 | 1 | -36/+28 |
* | malloc(3) failure should raise YPERR_RESRC, not YPERR_YPERR; |  schwarze | 2009-06-05 | 1 | -3/+3 |
* | improve yp_bind(3) error reporting after clnttcp_create(3) failure: |  schwarze | 2009-06-05 | 1 | -3/+10 |
* | An empty sting cannot be used as a YP domain name, |  schwarze | 2009-06-05 | 1 | -1/+3 |
* | fix two obvious typos |  schwarze | 2009-06-04 | 1 | -4/+4 |
* | Take advantage of the surprise libc bump to bring in |  schwarze | 2009-06-03 | 3 | -1/+123 |
* | document yp_maplist(); from Ingo Schwarze |  jmc | 2008-12-22 | 2 | -7/+23 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -9/+2 |
* | typo. |  sobrado | 2008-05-24 | 1 | -3/+3 |
* | Check snprintf(3) return value for error or truncation. |  moritz | 2007-09-17 | 1 | -2/+7 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | - remove rcsid |  espie | 2005-08-05 | 30 | -302/+32 |
* | - fix a list |  jmc | 2003-07-07 | 1 | -3/+2 |
* | Move static funcion and variable declarations from header to the |  marc | 2003-06-25 | 2 | -18/+13 |
* | remove terms 3 & 4 on my own software |  deraadt | 2003-06-02 | 31 | -188/+32 |
* | typos; |  jmc | 2003-05-07 | 1 | -4/+4 |
* | spelling |  deraadt | 2002-09-04 | 1 | -2/+2 |
* | if ypmatch_add sees short keys or values, abort early |  deraadt | 2002-07-31 | 1 | -1/+4 |
* | ansi |  deraadt | 2002-07-20 | 31 | -166/+81 |
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) |  millert | 2002-02-17 | 1 | -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. |  millert | 2002-02-16 | 1 | -4/+4 |
* | KNF |  deraadt | 2002-01-02 | 1 | -9/+8 |
* | more pid_t use |  deraadt | 2002-01-02 | 1 | -3/+4 |
* | o) We always close .Bl and .Bd tags; |  mpech | 2001-08-06 | 1 | -2/+2 |
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. |  lebel | 2001-06-27 | 1 | -3/+2 |