summaryrefslogtreecommitdiff
path: root/lib/libc/yp/yplib.c
Commit message (Expand)AuthorAgeFilesLines
* do mutex lock for each yp calls. with this,Hajimu UMEMOTO2005-05-031-13/+65
* MUTEX_INITIALIZER should be used instead ofHajimu UMEMOTO2005-04-061-1/+1
* protect _yp_domain with mutex lock.Hajimu UMEMOTO2005-04-051-3/+24
* Use socklen_t where appropriate.Stefan Farfeleder2005-03-111-2/+2
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-1/+1
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-1/+1
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-18/+25
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-3/+2
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+1
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-75/+33
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-123/+123
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-051-1/+1
* Fix some 32/64-bit bugs. IPv4 addresses are 32-bits, not longs. On theJohn Baldwin2002-01-081-8/+12
* Changed the clnt_perror string in yp_all because it was saying theJim Pirzyk2001-05-231-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-10/+13
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-9/+15
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-9/+9
* Fix buffer overflows.Kris Kennaway1999-12-051-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix resource allocation problems:Bill Paul1998-03-071-94/+176
* Don't even think about processing bogus domain names here.Bill Paul1997-04-101-1/+5
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix for bug noticed by Christoph Kukulies.Bill Paul1996-12-201-2/+3
* - Avoid possible SEGVs: never call clnt_destroy() without checkingBill Paul1996-11-081-8/+36
* In _yp_dobind(), if we find ourselves required to contact the local ypbindBill Paul1996-07-131-0/+18
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+2
* Code clean up:James Raynard1996-06-041-2/+3
* Code clean up:James Raynard1996-06-031-2/+2
* Make _yp_dobind() a litle smarter:Bill Paul1996-06-011-2/+43
* - Patch around amd core dump problem: don't allow yp_unbind() or _yp_unbind()Bill Paul1996-05-161-29/+36
* NIS client-side performance tweak:Bill Paul1996-05-021-79/+108
* Don't bother trying to flock() /var/run/ypbind.lock; this breaks whenBill Paul1996-03-231-21/+14
* Fix yp_all() so that it doesn't bogusly return YP_NOMORE at the endBill Paul1996-03-191-4/+5
* Clean up a few things left dangling after the last commit. The newBill Paul1995-12-151-22/+10
* Now that rpcgen is squared away, arrange to have all the NIS XDR routinesBill Paul1995-12-141-29/+59
* - Make _do_ypbind() check for /var/run/ypbind.lock and attempt to flock()Bill Paul1995-11-051-3/+24
* Clear up a minor bogosity in yp_match(): we have YPMATCHCACHE turnedBill Paul1995-09-021-5/+5
* The ypprot_err() function incorrectly maps YP_NODOM to YPERR_NODOM.Bill Paul1995-07-051-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Cosmetic changes and paranoia checks:Bill Paul1995-05-031-5/+5
* ypbind.c: Major overhaul.Bill Paul1995-04-261-55/+20
* small NIS binding fixes:Bill Paul1995-04-211-1/+26
* More of the same: we also need to handle multiple domains properlyBill Paul1995-04-091-6/+33
* Fix behavior of YP library routines in environments with multiple domains,Bill Paul1995-04-091-6/+24
* Add more sanity checks. *Lots* of sanity checks. Huge tracts of sanity checks.Bill Paul1995-03-241-8/+40
* Don't let yp_match() or yp_next() operate on null or empty keys: askingBill Paul1995-03-231-1/+11
* Reviewed by: Bill Paul <wpaul@freebsd.org>Bill Paul1995-03-211-2/+2
* Add back in the YP code from 1.1.5. (This attribution brought to youGarrett Wollman1994-08-071-0/+794