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
/
usr.sbin
/
ypbind
/
ypbind.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't need cast malloc.
araujo
2015-11-16
1
-3
/
+3
*
Fix a ton of speelling errors
eadler
2015-10-21
1
-1
/
+1
*
Fix a warning spotted by gcc4.9: dereferencing type-punned pointer will break
araujo
2015-07-16
1
-26
/
+31
*
Protect NIS client with madvise(2) since this daemon is required
glebius
2011-10-24
1
-0
/
+4
*
Don't let the "available"/"not available" logs flap quite so badly. In the
markm
2010-10-08
1
-6
/
+17
*
Remove definition of struct dom_binding, it's non-standard C code and
stefanf
2004-10-17
1
-1
/
+0
*
Use __FBSDID over rcsid[]. Protect copyright[] where needed.
obrien
2003-05-03
1
-4
/
+2
*
Spell void * as void * rather than caddr_t. This is complicated by the
des
2002-04-28
1
-35
/
+37
*
ANSIfy and remove some dead code.
des
2002-02-06
1
-40
/
+19
*
Apply the following mechanical transformations in preparation for
des
2002-02-06
1
-55
/
+55
*
Increment `i' in case of -S so that its argument isn't treated as
dd
2001-07-19
1
-1
/
+1
*
Whine if we discover an unknown option. This program doesn't use
dd
2001-07-13
1
-0
/
+2
*
Don't dereference a pointer after freeing that pointer.
ben
2001-06-23
1
-2
/
+3
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
1
-1
/
+1
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Use u_int32_t for sin_addr.s_addr rather than u_long to avoid
simokawa
1999-04-13
1
-4
/
+4
*
The ypbind_setdom_2 procedure returns NULL in the success case. This is
wpaul
1999-02-10
1
-2
/
+3
*
Also fix ypbind to compile with ANSI-fied /usr/include/rpcsvc. One of
wpaul
1998-01-19
1
-9
/
+9
*
Use err(3). Change `=' to `==' in two places, so that server not responding/
charnier
1997-10-27
1
-54
/
+38
*
This commit adds support to ypbind(8) for binding to non-local servers.
wpaul
1997-05-25
1
-3
/
+41
*
Avoid processing obviously bogus domain names in the YPBINDPROC_DOMAIN
wpaul
1997-04-10
1
-1
/
+12
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
- Save parent pid and check current pid against it upon entry to
wpaul
1997-01-12
1
-1
/
+10
*
Correct two bugs:
wpaul
1997-01-11
1
-13
/
+50
*
Fix problem caused by new prototypes. Cast object to (caddr_t) as
peter
1996-12-30
1
-2
/
+2
*
More XDR routine cleanups. These three programs should be the only
wpaul
1995-12-15
1
-34
/
+46
*
Add a -S option to ypbind that allows the following:
wpaul
1995-07-20
1
-6
/
+97
*
Some small signal handling tweaks: be sure to keep wait3()ing until all
wpaul
1995-07-15
1
-3
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-4
/
+4
*
This is another bug fix that should have gone into my last commit. I
wpaul
1995-05-29
1
-10
/
+20
*
Reviewed by: rgrimes, jkh and davidg (sort of)
wpaul
1995-05-26
1
-119
/
+128
*
One for the road: create a ypbind.lock file under /var/run and try to lock
wpaul
1995-05-12
1
-2
/
+20
*
Ack! One slipped through the cracks: remember to return the correctly
wpaul
1995-05-11
1
-3
/
+3
*
Performace improvements/simplifications/cleanups:
wpaul
1995-05-10
1
-75
/
+110
*
Cosmetic changes and paranoia checks:
wpaul
1995-05-03
1
-15
/
+32
*
ypbind.c: Major overhaul.
wpaul
1995-04-26
1
-299
/
+273
*
small NIS binding fixes:
wpaul
1995-04-21
1
-3
/
+4
*
In environments with multiple NIS servers (a master and several slaves)
wpaul
1995-04-15
1
-5
/
+15
*
Fix long standing bogosity in ypbind: if /var/yp/binding doesn't exist,
wpaul
1995-04-02
1
-5
/
+5
*
Submitted by: Sebastian Strollo <seb@erix.eriksson.se>
wpaul
1995-02-26
1
-13
/
+25
*
ypbind jumbo patch :)
wpaul
1995-02-16
1
-50
/
+118
*
Don't return the address of a stack variable.
dg
1994-09-23
1
-2
/
+2
*
Copying YP programs over from 1.1.5, with a slightly different directory
wollman
1994-08-08
1
-0
/
+672