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