summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv/mkalias (follow)
Commit message (Expand)AuthorAgeFilesLines
* include time.h for time()jsg2016-09-221-1/+2
* clean up flags++ instances around getopt()deraadt2015-02-091-11/+10
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-7/+6
* In split_address(), make 'i' a size_t. ok millert@jca2013-12-051-2/+2
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-2/+3
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
* force the dns buffers to be aligned using a union, until the retardedderaadt2010-06-291-5/+8
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* improve the synopsis of mkalias(8) and sort the list of flags onsobrado2009-10-202-27/+26
* use memrchr; ok millert@.fgsch2007-09-041-18/+3
* Use err(3) functions. input and ok millert.fgsch2007-09-041-22/+19
* use memchr and a memrchr like implementation on non C strings. fixesfgsch2007-08-051-12/+28
* convert to new .Dd format;jmc2007-05-311-2/+2
* `elminate' etc. is not really the right way to spell `eliminate'.mk2006-11-101-3/+3
* spreading the lint love (very minimal things..)deraadt2006-04-031-4/+4
* add missing includesdavid2003-07-181-2/+3
* protos and repairsderaadt2003-07-151-6/+6
* - section reorderjmc2003-06-121-7/+6
* remove clause 3 and 4. -mojmaja2003-06-022-13/+3
* -Wall cleanup: trim unused vars, better err() message in stdhosts,avsm2003-05-051-2/+2
* get correct parameter type to res_search. -mojmaja2002-09-061-3/+3
* bunch more careful tweaksderaadt2002-07-191-51/+37
* 4344 lines of KNF diffderaadt2002-07-191-61/+44
* use strchr() instead of index(), strrchr() instead of rindex()deraadt2002-06-091-9/+9
* instead of using mkstemp() to get a temporary name, use the created file,fgsch2002-03-271-11/+12
* KNFderaadt2001-11-191-66/+59
* o) .Sh AUTHOR -> .Sh AUTHORS;mpech2001-08-021-2/+2
* sprintf purgederaadt2001-02-051-3/+3
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-191-8/+13
* remove trailing whitespace, some Nm cleanupaaron1999-06-051-8/+8
* cleanupaaron1999-03-121-8/+8
* do not gethostname with len-1deraadt1998-07-091-3/+3
* mkstemp()deraadt1998-03-121-32/+38
* NULLderaadt1997-07-281-3/+3
* Fix bug in handling host!host!user. Added missing code for YP informationmaja1997-07-261-6/+40
* The second of three steps to support main.aliases and mail.byaddr in ypserv.maja1997-07-263-0/+435