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