index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
yp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add back in the YP code from 1.1.5. (This attribution brought to you
wollman
1994-08-07
3
-0
/
+1196