summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
AgeCommit message (Expand)Author
2016-09-22include time.h for time()Jonathan Gray
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-12-08Remove NULL-checks before free().mmcc
2015-11-30change Xrs from now-defunct db(3) to dbopen(3); this wasn;t aJason McIntyre
2015-11-29Tedu stdethers and stdhosts from /usr/sbin, which are only used in Makefile.ypRobert Peichaer
2015-11-21add missing NAME entries; ok schwarzeJason McIntyre
2015-11-17include fix. dbm is ndbm and memory is string. ok deraadt.Ted Unangst
2015-11-17off to the bitbucket in the skyTheo de Raadt
2015-11-12use symbolics for flags to openTheo de Raadt
2015-11-05spelling; from tjJason McIntyre
2015-10-28pid removal; from jan staryJason McIntyre
2015-10-26last consumer in base of pidfile()...Theo de Raadt
2015-10-09correct Xr; from theo buehlerJason McIntyre
2015-09-11Put a private copy of the ypresp_allfn/ypresp_data interface into ypservTheo de Raadt
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-02-09clean up flags++ instances around getopt()Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-15not supposed to include sys/ttycom.h (these may have rpcgen history)Theo de Raadt
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-11-04use after free in poll loopTheo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-02-24fix a memory leak in an error pathJonathan Gray
2013-12-05In lookup_host(), return to caller a properly calculated message lengthJeremie Courreges-Anglas
2013-12-05Properly initialize 'transp' to appease the compiler. ok millert@Jeremie Courreges-Anglas
2013-12-05Provide a prototype for ngstore() and include <unistd.h> for getopt().Jeremie Courreges-Anglas
2013-12-05In split_address(), make 'i' a size_t. ok millert@Jeremie Courreges-Anglas
2013-12-04opt_map CIRCLEQ -> TAILQ.Kenneth R Westerback
2013-12-04ctype improvements; checked by okanTheo de Raadt
2013-11-12ensure there are prototypesTheo de Raadt
2013-08-22Correct format string mismatches turned up by -Wformat=2Philip Guenther
2013-08-18Fix calls to printf-like functions which passed a non-fixed stringPhilip Guenther
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2011-12-24formatting errors, found using freebsd's "igor";Jason McIntyre
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2010-06-29force the dns buffers to be aligned using a union, until the retardedTheo de Raadt
2010-01-20Make ypserv(8) reread its YP maps on SIGHUPIngo Schwarze
2009-12-20zap trailing whitespace;Jason McIntyre
2009-12-20Make use of the new mknetid(8) -P flag.Ingo Schwarze
2009-12-20When a passwd(5) file is not available, fall back to master.passwd(5).Ingo Schwarze
2009-11-21MIN_UID in yp make removes root, so look for something that isIan Darwin
2009-11-06Correct and shorten the instructions what to do after accidentallyIngo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-20the flags -h and -u are mutually exclusive; we do not need enclosingIgor Sobrado
2009-10-20improve the synopsis of mkalias(8) and sort the list of flags onIgor Sobrado
2009-10-16sort flags in synopsis, usage, and description.Igor Sobrado
2009-04-12restrict YP UID and GID rangesIngo Schwarze
2009-04-04Do not run make in /var/yp at the end of ypinit -m.Ingo Schwarze
2009-03-27getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5)Ingo Schwarze
2008-10-22man page for Makefile.yp, and associated bits; from Ingo SchwarzeJason McIntyre