summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv/ypserv (follow)
Commit message (Expand)AuthorAgeFilesLines
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* Minimal macro cleanup.schwarze2018-04-261-35/+18
* adjust to removed support for /etc/networksschwarze2018-04-261-9/+9
* Do not call getnetbyname(3) when parsing securenet(5) and ypserv.acl(5).schwarze2018-04-262-43/+13
* 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
* Remove NULL-checks before free().mmcc2015-12-081-5/+3
* change Xrs from now-defunct db(3) to dbopen(3); this wasn;t ajmc2015-11-301-8/+5
* include fix. dbm is ndbm and memory is string. ok deraadt.tedu2015-11-171-3/+2
* use symbolics for flags to openderaadt2015-11-121-3/+3
* pid removal; from jan staryjmc2015-10-281-6/+2
* last consumer in base of pidfile()...deraadt2015-10-262-5/+4
* reduce .Nd to one line and kill .Tn while hereschwarze2015-09-102-10/+6
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-12/+10
* not supposed to include sys/ttycom.h (these may have rpcgen history)deraadt2015-01-151-2/+1
* Userland reallocarray() audit.doug2014-10-111-2/+2
* 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
* opt_map CIRCLEQ -> TAILQ.krw2013-12-041-11/+13
* ctype improvements; checked by okanderaadt2013-12-041-10/+18
* ensure there are prototypesderaadt2013-11-121-1/+3
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-162-6/+6
* formatting errors, found using freebsd's "igor";jmc2011-12-241-3/+4
* Make ypserv(8) reread its YP maps on SIGHUPschwarze2010-01-202-11/+20
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-274-20/+4
* man page for Makefile.yp, and associated bits; from Ingo Schwarzejmc2008-10-221-2/+3
* convert to new .Dd format;jmc2007-05-313-6/+6
* Remove clause 3 and 4. Ok with Chuck. -mojmaja2007-05-291-8/+2
* use macros from sys/queue.hpyr2007-05-271-3/+3
* tidy up synopsis and usage(); from Igor Sobradojmc2007-02-182-7/+5
* Use S_IS* macros insted of masking with S_IF* flags. The latter mayotto2006-09-251-8/+7
* spreading the lint love (very minimal things..)deraadt2006-04-034-56/+58
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-211-3/+3
* Use queue macros instead of directly accessing fields. ok miod@ pat@ millert@otto2005-10-151-5/+5
* use poll() instead of select(), pr4505, alexander.farber@gmail.comderaadt2005-09-161-32/+29
* knfderaadt2005-05-141-4/+4
* Use closefrom(); ok millert teduderaadt2004-01-231-5/+3
* explicit .x.[ch] rules to avoid accidental bad matches in /usr/include.matthieu2004-01-201-7/+6
* typos from Jonathon Gray;jmc2003-11-081-3/+3
* protos and repairsderaadt2003-07-155-37/+68
* Remove files without copyright. Add a yp v1 protocol specification andmaja2003-06-226-370/+218
* ansifyderaadt2003-06-121-4/+4
* - section reorderjmc2003-06-123-20/+20
* remove clause 3 and 4. -mojmaja2003-06-027-45/+10
* -Wall cleanup: trim unused vars, better err() message in stdhosts,avsm2003-05-055-15/+9
* simplify a loop, convert it to strlcat; tedu@ okavsm2003-04-051-11/+5
* typos;jmc2003-02-171-2/+2
* This files are not used anymore since librpcsvc is fixed. -mojmaja2003-02-132-1011/+0
* This fixes the problem with ypxfr switching key and value on map transfer.maja2003-02-134-10/+10