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