| Commit message (Expand) | Author | Age | Files | Lines |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -1/+1 |
* | Spell void * as void * rather than caddr_t. This is complicated by the | des | 2002-04-28 | 2 | -23/+30 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 2 | -6/+4 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 1 | -0/+1 |
* | ANSIfy and remove some dead code. | des | 2002-02-06 | 2 | -81/+35 |
* | Apply the following mechanical transformations in preparation for | des | 2002-02-06 | 2 | -133/+133 |
* | Fix cc -Wall, fix rcsid warnings, add missing prototypes, | alfred | 2002-02-05 | 2 | -2/+2 |
* | Fix some 32/64-bit bugs. IPv4 addresses are 32-bits, not longs. On the | jhb | 2002-01-08 | 1 | -8/+12 |
* | Changed the clnt_perror string in yp_all because it was saying the | pirzyk | 2001-05-23 | 1 | -1/+1 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 1 | -10/+13 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -9/+15 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 1 | -9/+9 |
* | Fix buffer overflows. | kris | 1999-12-05 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Fixed the usual missing dependencies on headers generated by rpcgen. | bde | 1998-05-09 | 1 | -6/+6 |
* | Fix resource allocation problems: | wpaul | 1998-03-07 | 1 | -94/+176 |
* | Use ${DESTDIR} correctly in front of absolute paths. | asami | 1997-05-23 | 1 | -2/+2 |
* | Changed all paths to be relative to src/lib instead of src/lib/libc | jb | 1997-05-03 | 1 | -2/+2 |
* | Don't even think about processing bogus domain names here. | wpaul | 1997-04-10 | 1 | -1/+5 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
* | Fix for bug noticed by Christoph Kukulies. | wpaul | 1996-12-20 | 1 | -2/+3 |
* | - Avoid possible SEGVs: never call clnt_destroy() without checking | wpaul | 1996-11-08 | 1 | -8/+36 |
* | In _yp_dobind(), if we find ourselves required to contact the local ypbind | wpaul | 1996-07-13 | 1 | -0/+18 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -2/+2 |
* | Code clean up: | jraynard | 1996-06-04 | 1 | -2/+3 |
* | Code clean up: | jraynard | 1996-06-03 | 1 | -2/+2 |
* | Code clean up: | jraynard | 1996-06-03 | 1 | -1/+3 |
* | Make _yp_dobind() a litle smarter: | wpaul | 1996-06-01 | 1 | -2/+43 |
* | - Patch around amd core dump problem: don't allow yp_unbind() or _yp_unbind() | wpaul | 1996-05-16 | 1 | -29/+36 |
* | NIS client-side performance tweak: | wpaul | 1996-05-02 | 1 | -79/+108 |
* | Don't bother trying to flock() /var/run/ypbind.lock; this breaks when | wpaul | 1996-03-23 | 1 | -21/+14 |
* | Fix yp_all() so that it doesn't bogusly return YP_NOMORE at the end | wpaul | 1996-03-19 | 1 | -4/+5 |
* | Make sure xdr_ypresp_all_seq() always returns a sane 'status' value. | wpaul | 1996-02-04 | 1 | -1/+3 |
* | Clean up a few things left dangling after the last commit. The new | wpaul | 1995-12-15 | 1 | -22/+10 |
* | Now that rpcgen is squared away, arrange to have all the NIS XDR routines | wpaul | 1995-12-14 | 3 | -448/+93 |
* | - Make _do_ypbind() check for /var/run/ypbind.lock and attempt to flock() | wpaul | 1995-11-05 | 1 | -3/+24 |
* | Clear up a minor bogosity in yp_match(): we have YPMATCHCACHE turned | wpaul | 1995-09-02 | 1 | -5/+5 |
* | The ypprot_err() function incorrectly maps YP_NODOM to YPERR_NODOM. | wpaul | 1995-07-05 | 1 | -2/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
* | Cosmetic changes and paranoia checks: | wpaul | 1995-05-03 | 1 | -5/+5 |
* | ypbind.c: Major overhaul. | wpaul | 1995-04-26 | 1 | -55/+20 |
* | small NIS binding fixes: | wpaul | 1995-04-21 | 1 | -1/+26 |
* | More of the same: we also need to handle multiple domains properly | wpaul | 1995-04-09 | 1 | -6/+33 |
* | Fix behavior of YP library routines in environments with multiple domains, | wpaul | 1995-04-09 | 1 | -6/+24 |
* | Fix xdr_ypmap_parms() so that it agrees with xdr_domainname(), xdr_peername() | wpaul | 1995-04-02 | 1 | -4/+4 |
* | Add some missing xdr functions needed for server-side implementations. | wpaul | 1995-04-02 | 1 | -1/+116 |
* | Add more sanity checks. *Lots* of sanity checks. Huge tracts of sanity checks. | wpaul | 1995-03-24 | 1 | -8/+40 |
* | Don't let yp_match() or yp_next() operate on null or empty keys: asking | wpaul | 1995-03-23 | 1 | -1/+11 |
* | Reviewed by: Bill Paul <wpaul@freebsd.org> | wpaul | 1995-03-21 | 1 | -2/+2 |