| Age | Commit message (Expand) | Author |
| 2014-09-18 | make more descriptors that we open as close-on-exec | christos |
| 2012-03-20 | Convert to use C89 prototypes. | matt |
| 2012-03-02 | PR/46111: Wolfgang Stukenbrock: Add yp_setbindtries(3) so that yp operations | christos |
| 2006-11-03 | use FD_CLOEXEC instead of 1. | christos |
| 2004-10-29 | #include "reentrant.h" instead of <threadlib.h> | lukem |
| 2004-05-27 | add a simple lock in _yp_check(), to make it re-entrant. | christos |
| 2003-12-10 | Modify the licences of code written by Theo De Raadt from a 4-clause | agc |
| 2002-11-17 | use strlcpy where it is more appropriate. | itojun |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2000-07-06 | add explicit casts to avoid parameter conversion warnings. | christos |
| 2000-01-22 | Delint. | mycroft |
| 1999-09-20 | back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. | lukem |
| 1999-09-16 | * use _DIAGASSERT() to check pointer arguments against NULL and file | lukem |
| 1999-01-31 | xdrproc_t casts | christos |
| 1998-07-27 | Remove a little lint. | mycroft |
| 1997-07-23 | Relax checks in _yp_invalid_domain(); yp domains don't have to be | lukem |
| 1997-07-21 | If port provides __weak_alias(), provide an Standard C and POSIX pure | jtc |
| 1997-07-13 | Fix RCSID's | christos |
| 1997-07-07 | * implement _yp_invalid_domain, which returns non-zero if the given | lukem |
| 1997-01-23 | - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions. | mrg |
| 1997-01-21 | Use a different timeout for the underlying RPC transmission than the | thorpej |
| 1996-12-24 | Report yp errors every _yplib_nerrs like the other routines. | christos |
| 1996-05-29 | Pull down yp/xdr fixes from release branch. | thorpej |
| 1996-05-23 | Avoid using clnt_perror() on the first rpc failure, since it is going to be | christos |
| 1996-05-18 | Split yp_first, yp_next, yp_maplist and yperr_prot out of yplib.c. | jtc |
| 1996-05-15 | Split yperr_match out of yplib.c; makes many static executables a bit smaller. | jtc |
| 1996-05-14 | Split yp_all, yp_master, and yp_other out of yplib.c; makes some static | jtc |
| 1996-05-14 | Split yperr_string out of yplib.c; makes many static executables a bit smaller. | jtc |
| 1996-05-09 | Fix PR/2348: infinite loop when RPC_PROCUNAVAIL | christos |
| 1996-02-04 | Change conditionals around RCS IDs to be like rest of libc. | jtc |
| 1995-07-14 | - Const poisoning | christos |
| 1995-06-03 | Fill in sin_len. | mycroft |
| 1995-02-27 | clean up Ids | cgd |
| 1994-09-28 | check for ypbind.lock file, which indicates yp is alive. | deraadt |
| 1994-09-20 | don't print a "not responding" message for first failure. | deraadt |
| 1994-09-18 | If the binding file doesn't exist, we need to try RPC to ypbind | deraadt |
| 1994-08-18 | Kill some totally minor ugliness that crept in. | mycroft |
| 1994-08-06 | Post 1.0 cleanup: | jtc |
| 1994-05-25 | correct copyright | deraadt |
| 1993-12-03 | sunos compatible /var/yp/binding/ files. | deraadt |
| 1993-08-26 | Declare rcsid strings so they are stored in text segment. | jtc |
| 1993-07-24 | new header files are more ansi-like | deraadt |
| 1993-06-12 | a few typecasts because of the new prototypes | deraadt |
| 1993-05-16 | added my copyright.. how self efacing of me | deraadt |
| 1993-04-27 | YP functions are always in libc. They just might not be called by getpwent() | deraadt |
| 1993-04-26 | parts of YP inside libc.. | deraadt |