summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv/yppush/yppush.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+4
* use after free in poll loopderaadt2014-11-041-2/+1
* Userland reallocarray() audit.doug2014-10-111-2/+2
* ctype improvements; checked by okanderaadt2013-12-041-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* sort flags; synchronize synopsis and usage; style(9).sobrado2008-06-011-3/+4
* Use S_IS* macros insted of masking with S_IF* flags. The latter mayotto2006-09-251-4/+3
* spreading the lint love (very minimal things..)deraadt2006-04-031-4/+4
* use poll() instead of select(), pr4503, alexander.farber@gmail.comderaadt2005-09-161-24/+22
* knfderaadt2005-05-141-4/+3
* protos and repairsderaadt2003-07-151-7/+7
* remove clause 3 and 4. -mojmaja2003-06-021-7/+2
* -Wall cleanup: trim unused vars, better err() message in stdhosts,avsm2003-05-051-2/+2
* crap in getopt; margaridaderaadt2002-11-211-9/+3
* 4344 lines of KNF diffderaadt2002-07-191-34/+17
* KNF here tooderaadt2001-11-191-21/+21
* no signals, no need for signal.hderaadt2001-11-191-4/+2
* always double check the work you do in a 757 over northern Brazil.deraadt2001-02-051-4/+4
* fix fd_set overflowderaadt2001-01-111-6/+18
* cleanupsderaadt2000-10-121-58/+54
* pull in prototypesderaadt1998-02-241-2/+3
* SVC_DESTROY ?deraadt1997-11-101-3/+3
* use clnt_destroy(); PR#345deraadt1997-11-101-3/+3
* ensure we got a reserved portderaadt1997-11-041-6/+12
* Umm, fix signedness error in my last commit, be explicitniklas1997-05-011-4/+4
* Fix so yppush will err out if it can't find the ypservers map. This wholegene1997-03-151-3/+8
* Add Theo's changes to yppush, some very ugly debugging code is now gone. -mojmaja1996-12-141-29/+19
* Fix grammatical errorniklas1996-11-081-4/+4
* $OpenBSD$ tag and few spelling errorsderaadt1996-05-301-1/+3
* Using TCP broke ypxfr -C which in turn caused yppush to fail on thedm1996-03-021-2/+2
* Added in stuff from 960121. Fixed several bugs in ypxfr.dm1996-03-021-0/+355