summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv (follow)
Commit message (Expand)AuthorAgeFilesLines
* catch up to ethers(3)->ether_aton(3) renamingderaadt2019-08-301-3/+3
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* remove bogus escaping of < and >schwarze2019-03-201-4/+4
* use $OpenBSD markers onlytedu2019-01-171-1/+1
* Minimal macro cleanup.schwarze2018-04-261-35/+18
* adjust to removed support for /etc/networksschwarze2018-04-261-9/+9
* Delete support for the networks.by{name,addr} YP maps.schwarze2018-04-264-40/+7
* Do not call getnetbyname(3) when parsing securenet(5) and ypserv.acl(5).schwarze2018-04-262-43/+13
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-6/+2
* remove misc. depend and yacc nits that no longer matter.espie2017-07-101-2/+1
* mark files as BUILDFIRST, or write explicit dependencies, so that mostespie2017-06-161-1/+2
* include time.h for time()jsg2016-09-221-1/+2
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-4/+1
* Remove NULL-checks before free().mmcc2015-12-082-16/+9
* change Xrs from now-defunct db(3) to dbopen(3); this wasn;t ajmc2015-11-304-24/+20
* Tedu stdethers and stdhosts from /usr/sbin, which are only used in Makefile.yprpe2015-11-299-427/+17
* add missing NAME entries; ok schwarzejmc2015-11-211-3/+6
* include fix. dbm is ndbm and memory is string. ok deraadt.tedu2015-11-172-5/+4
* off to the bitbucket in the skyderaadt2015-11-174-190/+2
* use symbolics for flags to openderaadt2015-11-121-3/+3
* spelling; from tjjmc2015-11-051-5/+3
* pid removal; from jan staryjmc2015-10-281-6/+2
* last consumer in base of pidfile()...deraadt2015-10-262-5/+4
* correct Xr; from theo buehlerjmc2015-10-091-3/+3
* Put a private copy of the ypresp_allfn/ypresp_data interface into ypservderaadt2015-09-111-7/+63
* reduce .Nd to one line and kill .Tn while hereschwarze2015-09-102-10/+6
* clean up flags++ instances around getopt()deraadt2015-02-094-31/+30
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-1610-46/+39
* not supposed to include sys/ttycom.h (these may have rpcgen history)deraadt2015-01-152-4/+2
* Nuke more obvious #include duplications.krw2014-11-181-2/+1
* use after free in poll loopderaadt2014-11-041-2/+1
* Userland reallocarray() audit.doug2014-10-112-4/+4
* fix a memory leak in an error pathjsg2014-02-241-1/+2
* In lookup_host(), return to caller a properly calculated message lengthjca2013-12-051-6/+12
* Properly initialize 'transp' to appease the compiler. ok millert@jca2013-12-051-2/+2
* Provide a prototype for ngstore() and include <unistd.h> for getopt().jca2013-12-052-2/+4
* In split_address(), make 'i' a size_t. ok millert@jca2013-12-051-2/+2
* opt_map CIRCLEQ -> TAILQ.krw2013-12-041-11/+13
* ctype improvements; checked by okanderaadt2013-12-044-25/+33
* ensure there are prototypesderaadt2013-11-121-1/+3
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-222-5/+8
* Fix calls to printf-like functions which passed a non-fixed stringguenther2013-08-181-4/+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-1613-40/+40
* formatting errors, found using freebsd's "igor";jmc2011-12-241-3/+4
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-061-2/+2
* force the dns buffers to be aligned using a union, until the retardedderaadt2010-06-291-5/+8
* Make ypserv(8) reread its YP maps on SIGHUPschwarze2010-01-205-24/+60
* zap trailing whitespace;jmc2009-12-201-2/+2
* Make use of the new mknetid(8) -P flag.schwarze2009-12-202-5/+11