summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
AgeCommit message (Expand)Author
2024-10-09correct indentationJonathan Gray
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-05-20remove xdr_ypreq_xfr() prototype that matches rpcsvc/yp.hJonathan Gray
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-10-09delete unneccessary arpa/nameser.h includesTheo de Raadt
2021-02-02article fix; from eddie yousephJason McIntyre
2020-11-01some comma fixes; from varik valeforJason McIntyre
2019-08-30catch up to ethers(3)->ether_aton(3) renamingTheo de Raadt
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-03-20remove bogus escaping of < and >Ingo Schwarze
2019-01-17use $OpenBSD markers onlyTed Unangst
2018-04-26Minimal macro cleanup.Ingo Schwarze
2018-04-26adjust to removed support for /etc/networksIngo Schwarze
2018-04-26Delete support for the networks.by{name,addr} YP maps.Ingo Schwarze
2018-04-26Do not call getnetbyname(3) when parsing securenet(5) and ypserv.acl(5).Ingo Schwarze
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2017-07-10remove misc. depend and yacc nits that no longer matter.Marc Espie
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostMarc Espie
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