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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spell void * as void * rather than caddr_t. This is complicated by the
des
2002-04-28
2
-37
/
+41
*
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
-50
/
+23
*
Apply the following mechanical transformations in preparation for
des
2002-02-06
3
-57
/
+61
*
yp(4) -> yp(8).
ru
2002-01-14
1
-1
/
+1
*
Perform a major cleanup of the usr.sbin Makefiles.
obrien
2001-07-20
1
-2
/
+3
*
Increment `i' in case of -S so that its argument isn't treated as
dd
2001-07-19
1
-1
/
+1
*
Remove whitespace at EOL.
dd
2001-07-15
1
-1
/
+1
*
Whine if we discover an unknown option. This program doesn't use
dd
2001-07-13
1
-0
/
+2
*
Nuke unused variables.
dd
2001-06-24
1
-1
/
+0
*
Don't dereference a pointer after freeing that pointer.
ben
2001-06-23
1
-2
/
+3
*
Finally fix __yp_ping(). We can't use the old locally defined clntudp_call()
wpaul
2001-03-27
1
-239
/
+26
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
1
-0
/
+1
*
Set the default manual section for usr.sbin/ to 8.
ru
2001-03-20
1
-1
/
+0
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
2
-3
/
+3
*
Fix typo: compatability -> compatibility.
asmodai
2001-02-06
1
-1
/
+1
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-2
/
+11
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-01
1
-14
/
+28
*
Remove invalid section name.
charnier
2000-01-23
1
-3
/
+2
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
4
-4
/
+4
*
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
*
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
charnier
1998-03-23
1
-2
/
+2
*
Also fix ypbind to compile with ANSI-fied /usr/include/rpcsvc. One of
wpaul
1998-01-19
2
-11
/
+11
*
Use err(3). Change `=' to `==' in two places, so that server not responding/
charnier
1997-10-27
3
-92
/
+74
*
Fix bug in __yp_ping(): keep proper count of assigned request structures.
wpaul
1997-10-09
1
-3
/
+5
*
This commit adds support to ypbind(8) for binding to non-local servers.
wpaul
1997-05-25
5
-5
/
+606
*
fix a few typos..
jmg
1997-04-15
1
-24
/
+27
*
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
3
-3
/
+3
*
Sort cross references.
wosch
1997-01-20
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
3
-3
/
+3
*
- 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
*
delete doubled words, e.g.: "the the" -> "the"
wosch
1996-10-05
1
-2
/
+2
*
Correct a bunch of man page cross references and generally
mpp
1996-02-11
1
-4
/
+4
*
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
2
-7
/
+131
*
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
2
-306
/
+289
[next]