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
/
ypserv
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various man pages to stop abusing the .Bx macro to generate
mpp
2000-01-23
2
-16
/
+20
*
$Id$ -> $FreeBSD$
peter
1999-08-28
13
-13
/
+13
*
Modify yp_mkdb so that it only checks for bogus '+' and '-' characters
wpaul
1999-08-22
1
-7
/
+7
*
Various man page cleanup:
mpp
1999-08-15
1
-2
/
+2
*
Fix typo (missing double quote)
n_hibma
1999-06-24
1
-2
/
+2
*
Close PR #10971: flush the database cache after forking in ypproc_all_2_svc()
wpaul
1999-04-30
1
-0
/
+8
*
Close PR #10970: exit at the end of ypproc_all_2_svc() instead of returning.
wpaul
1999-04-30
1
-3
/
+10
*
Add some extra checks to make sure that a child ypserv process doesn't
wpaul
1999-04-29
3
-18
/
+30
*
Close PR #11122: check key length before calling strncmp()
wpaul
1999-04-14
1
-3
/
+4
*
Fix reference to rpc.yppasswdd.
ghelmer
1999-03-02
1
-2
/
+2
*
Add a reference to the ypinit(8) command.
ghelmer
1999-02-23
1
-1
/
+7
*
Add some tweaks to hopefully fix a problem I've started to notice recently.
wpaul
1999-02-10
2
-10
/
+20
*
Sort cross references.
wosch
1998-08-31
1
-2
/
+2
*
DNS lookups for partially qualified hosts didn't work right. I was trying
wpaul
1998-08-10
1
-5
/
+2
*
A comment in /usr/src/usr.sbin/ypserv/Makefile.yp
phk
1998-07-22
1
-4
/
+3
*
Allow blank lines in /var/yp/securenets.
des
1998-07-15
1
-2
/
+3
*
If we get back too much data to fit in result, return NULL. This avoids
imp
1998-06-09
1
-1
/
+5
*
Protect errno in signal handlers, like in portmap.
wpaul
1998-06-04
1
-2
/
+8
*
Fixed double slashes in pathnames.
bde
1998-05-31
1
-2
/
+2
*
Removed bogus dependencies of generated .c files on generated headers.
bde
1998-05-10
1
-3
/
+3
*
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
charnier
1998-03-23
2
-4
/
+4
*
Fixed `make -jN' for large N, as usual. Too usual for yp programs.
bde
1998-03-06
1
-2
/
+2
*
*sigh* I will not commit late at night. I will not commit late at night.
wpaul
1998-02-21
1
-2
/
+1
*
Arghhh.... another missing backslash. Yes, I feel stupid.
wpaul
1998-02-20
1
-2
/
+2
*
Doh! Replace backslash that got eaten by gremlins in the last commit.
wpaul
1998-02-18
1
-2
/
+2
*
Close PR #2206: fix the services.byname target so that it can handle
wpaul
1998-02-13
1
-5
/
+7
*
Fix a bug in the database handle caching. This has to do with the way the
wpaul
1998-02-11
4
-12
/
+16
*
Fix Makefile.yp so that it no longer creates a temporary file called
wpaul
1998-02-04
1
-83
/
+47
*
Allow comments to begin with multiple '#' characters.
steve
1998-01-25
1
-22
/
+22
*
Some touchups courtesy of Philippe Charnier.
wpaul
1997-11-16
2
-13
/
+18
*
Add a ypinit script and man page (script lifted from OpenBSD and haqued
wpaul
1997-11-10
4
-14
/
+673
*
Fix typo: 129.168.128.0 -> 192.168.128.0
jseger
1997-11-01
1
-2
/
+2
*
Typos in man page. Cosmetics in error strings.
charnier
1997-10-29
9
-133
/
+182
*
Don't initialize structures from other variables; gcc -ansi -pedantic
wpaul
1997-08-10
1
-6
/
+7
*
Fix for PR #4147: apparently BIND now returns a status of NO_RECOVERY
wpaul
1997-07-28
1
-3
/
+4
*
Fix a bug in the async DNS resolver that can crash ypserv. yp_prune_dnsq()
wpaul
1997-07-27
1
-4
/
+9
*
Fix a very stupid heap corruption bug: in ypproc_match_2_svc(), when
wpaul
1997-07-21
1
-9
/
+7
*
Back out one of my paranoia tests from the last commit here; yp_access()
wpaul
1997-04-28
1
-17
/
+1
*
fix some typos, and some slight clean up...
jmg
1997-04-15
1
-48
/
+57
*
Add a sanity test to ypproc_xfr_2_svc(): check that the map and domain
wpaul
1997-04-10
1
-8
/
+48
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-31
1
-3
/
+3
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
11
-16
/
+16
*
Two small tweaks:
wpaul
1997-02-09
1
-3
/
+3
*
Close PR# 2645: add curly braces where my fevered brain in collusion
wpaul
1997-02-06
1
-1
/
+2
*
Typo.
tg
1997-02-04
1
-1
/
+1
*
Fix bug that slipped through last big round of changes: sometimes
wpaul
1997-01-20
1
-1
/
+6
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
11
-16
/
+16
*
Ack. When I moved the getsockopt() calls, I forgot to move the lines
wpaul
1997-01-12
1
-4
/
+4
*
yp_server.c:
wpaul
1997-01-07
2
-17
/
+56
*
Eek: the 'check for / in map names' test I added a while back detects
wpaul
1997-01-06
1
-1
/
+2
[next]