summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv/revnetgroup (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove bogus escaping of < and >schwarze2019-03-201-4/+4
* Remove NULL-checks before free().mmcc2015-12-081-11/+6
* Provide a prototype for ngstore() and include <unistd.h> for getopt().jca2013-12-052-2/+4
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-061-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-273-15/+3
* the flags -h and -u are mutually exclusive; we do not need enclosingsobrado2009-10-202-19/+14
* convert to new .Dd format;jmc2007-05-311-2/+2
* Change hard coded numbers to sizeof(buf). Also change someray2007-02-201-3/+3
* Outsource fgets line reading, newline continuation, and commentray2006-11-222-15/+16
* spreading the lint love (very minimal things..)deraadt2006-04-033-40/+33
* do not leak on re-insert; ok pvalchevderaadt2006-03-181-4/+7
* protos and repairsderaadt2003-07-153-13/+14
* - section reorderjmc2003-06-121-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt2003-03-131-3/+3
* From Andrushock, s/sucess/success/gmillert2002-12-091-3/+3
* bunch more careful tweaksderaadt2002-07-191-9/+9
* 4344 lines of KNF diffderaadt2002-07-193-55/+39
* more strcpy/sprintf death; mpech okderaadt2002-05-221-5/+6
* kill more registers.mpech2002-03-142-15/+15
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-7/+7
* o) .Sh AUTHOR -> .Sh AUTHORS;mpech2001-08-021-2/+2
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* - Get rid of ".Sh OPTIONS" and always use the standard options list intro.aaron2000-11-081-18/+16
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-3/+3
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-191-14/+23
* remove redundant .Pp macrosaaron1999-07-031-2/+1
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
* fix spelling of separatederaadt1998-07-241-2/+2
* #include <string.h> not <strings.h> -- Yes, I'm a weanie...millert1997-08-181-3/+3
* Add revnetgroup from FreeBSD, written by Bill Paul <wpaul@ctr.columbia.edu>.maja1997-04-156-0/+1005