summaryrefslogtreecommitdiffstats
path: root/lib/libc/yp
Commit message (Expand)AuthorAgeFilesLines
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-291-1/+1
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-1/+1
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-282-23/+30
* Fix the style of the SCM ID's.obrien2002-03-222-6/+4
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+1
* ANSIfy and remove some dead code.des2002-02-062-81/+35
* Apply the following mechanical transformations in preparation fordes2002-02-062-133/+133
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,alfred2002-02-052-2/+2
* Fix some 32/64-bit bugs. IPv4 addresses are 32-bits, not longs. On thejhb2002-01-081-8/+12
* Changed the clnt_perror string in yp_all because it was saying thepirzyk2001-05-231-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-10/+13
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-9/+15
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-9/+9
* Fix buffer overflows.kris1999-12-051-2/+2
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Fixed the usual missing dependencies on headers generated by rpcgen.bde1998-05-091-6/+6
* Fix resource allocation problems:wpaul1998-03-071-94/+176
* Use ${DESTDIR} correctly in front of absolute paths.asami1997-05-231-2/+2
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-2/+2
* Don't even think about processing bogus domain names here.wpaul1997-04-101-1/+5
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* Fix for bug noticed by Christoph Kukulies.wpaul1996-12-201-2/+3
* - Avoid possible SEGVs: never call clnt_destroy() without checkingwpaul1996-11-081-8/+36
* In _yp_dobind(), if we find ourselves required to contact the local ypbindwpaul1996-07-131-0/+18
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+2
* Code clean up:jraynard1996-06-041-2/+3
* Code clean up:jraynard1996-06-031-2/+2
* Code clean up:jraynard1996-06-031-1/+3
* Make _yp_dobind() a litle smarter:wpaul1996-06-011-2/+43
* - Patch around amd core dump problem: don't allow yp_unbind() or _yp_unbind()wpaul1996-05-161-29/+36
* NIS client-side performance tweak:wpaul1996-05-021-79/+108
* Don't bother trying to flock() /var/run/ypbind.lock; this breaks whenwpaul1996-03-231-21/+14
* Fix yp_all() so that it doesn't bogusly return YP_NOMORE at the endwpaul1996-03-191-4/+5
* Make sure xdr_ypresp_all_seq() always returns a sane 'status' value.wpaul1996-02-041-1/+3
* Clean up a few things left dangling after the last commit. The newwpaul1995-12-151-22/+10
* Now that rpcgen is squared away, arrange to have all the NIS XDR routineswpaul1995-12-143-448/+93
* - Make _do_ypbind() check for /var/run/ypbind.lock and attempt to flock()wpaul1995-11-051-3/+24
* Clear up a minor bogosity in yp_match(): we have YPMATCHCACHE turnedwpaul1995-09-021-5/+5
* The ypprot_err() function incorrectly maps YP_NODOM to YPERR_NODOM.wpaul1995-07-051-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Cosmetic changes and paranoia checks:wpaul1995-05-031-5/+5
* ypbind.c: Major overhaul.wpaul1995-04-261-55/+20
* small NIS binding fixes:wpaul1995-04-211-1/+26
* More of the same: we also need to handle multiple domains properlywpaul1995-04-091-6/+33
* Fix behavior of YP library routines in environments with multiple domains,wpaul1995-04-091-6/+24
* Fix xdr_ypmap_parms() so that it agrees with xdr_domainname(), xdr_peername()wpaul1995-04-021-4/+4
* Add some missing xdr functions needed for server-side implementations.wpaul1995-04-021-1/+116
* Add more sanity checks. *Lots* of sanity checks. Huge tracts of sanity checks.wpaul1995-03-241-8/+40
* Don't let yp_match() or yp_next() operate on null or empty keys: askingwpaul1995-03-231-1/+11
OpenPOWER on IntegriCloud