aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
Commit message (Expand)AuthorAgeFilesLines
* Fix a boatload of format errors and constness violations.Dag-Erling Smørgrav2002-05-082-36/+40
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-282-28/+24
* Sort out the documentation WRT TCP_WRAPPERs, which is now enabled.Mark Murray2002-02-061-12/+2
* Fix an inconsistency between what FreeBSD NIS and AMD think theMark Murray2002-02-061-3/+3
* Enable TCP_WRAPPERs for the NIS server. The protection afforded isMark Murray2002-02-061-1/+4
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-067-140/+93
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-066-53/+53
* yp(4) -> yp(8).Ruslan Ermilov2002-01-142-2/+2
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-2/+2
* can not -> cannotSheldon Hearn2001-08-081-1/+1
* sprintf -> snprintfKris Kennaway2001-07-231-4/+4
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-5/+4
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-2/+2
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-2/+2
* Mark some functions as __printflike()Kris Kennaway2001-07-052-1/+4
* The aliases file now lives in /etc/mail/.Gregory Neil Shapiro2001-05-151-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
* ypserv has intimate knowledge of the server transport handle which isBill Paul2001-03-211-17/+4
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-2/+2
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-062-2/+2
* Convert from CIRCLEQ to TAILQ.Poul-Henning Kamp2000-12-292-46/+44
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-0/+1
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-3/+1
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-5/+5
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-2/+2
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-2/+2
* Don't call syslog() without a format string.Kris Kennaway2000-07-121-2/+2
* Further protection against comments in /etc/{passwd,group}Brian Somers2000-06-281-4/+6
* Handle comments and empty lines when generating YP passwd and group filesBrian Somers2000-06-151-4/+8
* Fix typo.Jeroen Ruigrok van der Werven2000-06-041-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-4/+4
* Remove a bogus include.Jeroen Ruigrok van der Werven2000-04-291-1/+0
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-5/+10
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-012-34/+68
* Fix various man pages to stop abusing the .Bx macro to generateMike Pritchard2000-01-232-16/+20
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2813-13/+13
* Modify yp_mkdb so that it only checks for bogus '+' and '-' charactersBill Paul1999-08-221-7/+7
* Various man page cleanup:Mike Pritchard1999-08-151-2/+2
* Fix typo (missing double quote)Nick Hibma1999-06-241-2/+2
* Close PR #10971: flush the database cache after forking in ypproc_all_2_svc()Bill Paul1999-04-301-0/+8
* Close PR #10970: exit at the end of ypproc_all_2_svc() instead of returning.Bill Paul1999-04-301-3/+10
* Add some extra checks to make sure that a child ypserv process doesn'tBill Paul1999-04-293-18/+30
* Close PR #11122: check key length before calling strncmp()Bill Paul1999-04-141-3/+4
* Fix reference to rpc.yppasswdd.Guy Helmer1999-03-021-2/+2
* Add a reference to the ypinit(8) command.Guy Helmer1999-02-231-1/+7