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
*
mdoc(7) police: join split punctuation to macro calls.
ru
2001-08-10
1
-2
/
+2
*
can not -> cannot
sheldonh
2001-08-08
1
-1
/
+1
*
sprintf -> snprintf
kris
2001-07-23
1
-4
/
+4
*
Perform a major cleanup of the usr.sbin Makefiles.
obrien
2001-07-20
1
-5
/
+4
*
Remove whitespace at EOL.
dd
2001-07-15
1
-2
/
+2
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
1
-1
/
+0
*
Fix the type of the NULL arg to execl()
brian
2001-07-09
1
-2
/
+2
*
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
ru
2001-07-06
1
-2
/
+2
*
Mark some functions as __printflike()
kris
2001-07-05
2
-1
/
+4
*
The aliases file now lives in /etc/mail/.
gshapiro
2001-05-15
1
-1
/
+1
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
1
-1
/
+1
*
ypserv has intimate knowledge of the server transport handle which is
wpaul
2001-03-21
1
-17
/
+4
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
1
-2
/
+2
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
2
-2
/
+2
*
Convert from CIRCLEQ to TAILQ.
phk
2000-12-29
2
-46
/
+44
*
Prepare for mdoc(7)NG.
ru
2000-12-27
1
-0
/
+1
*
mdoc(7) police: removed history info from the .Os FreeBSD call.
ru
2000-12-14
1
-3
/
+1
*
mdoc(7) police: do not split author names in the AUTHORS section.
ru
2000-11-22
1
-0
/
+1
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
2
-5
/
+5
*
Use Fx macro wherever possible.
ru
2000-11-14
1
-2
/
+2
*
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
nectar
2000-09-06
1
-2
/
+2
*
Don't call syslog() without a format string.
kris
2000-07-12
1
-2
/
+2
*
Further protection against comments in /etc/{passwd,group}
brian
2000-06-28
1
-4
/
+6
*
Handle comments and empty lines when generating YP passwd and group files
brian
2000-06-15
1
-4
/
+8
*
Fix typo.
asmodai
2000-06-04
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
2
-4
/
+4
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
2
-4
/
+4
*
Remove a bogus include.
asmodai
2000-04-29
1
-1
/
+0
*
Remove more single-space hard sentence breaks.
sheldonh
2000-03-02
1
-5
/
+10
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-01
2
-34
/
+68
*
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
[next]