summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/yppush/yppush.c
AgeCommit message (Expand)Author
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-04use after free in poll loopTheo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2013-12-04ctype improvements; checked by okanTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-06-01sort flags; synchronize synopsis and usage; style(9).Igor Sobrado
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-04-03spreading the lint love (very minimal things..)Theo de Raadt
2005-09-16use poll() instead of select(), pr4503, alexander.farber@gmail.comTheo de Raadt
2005-05-14knfTheo de Raadt
2003-07-15protos and repairsTheo de Raadt
2003-06-02remove clause 3 and 4. -mojMats O Jansson
2003-05-05-Wall cleanup: trim unused vars, better err() message in stdhosts,Anil Madhavapeddy
2002-11-21crap in getopt; margaridaTheo de Raadt
2002-07-194344 lines of KNF diffTheo de Raadt
2001-11-19KNF here tooTheo de Raadt
2001-11-19no signals, no need for signal.hTheo de Raadt
2001-02-05always double check the work you do in a 757 over northern Brazil.Theo de Raadt
2001-01-11fix fd_set overflowTheo de Raadt
2000-10-12cleanupsTheo de Raadt
1998-02-24pull in prototypesTheo de Raadt
1997-11-10SVC_DESTROY ?Theo de Raadt
1997-11-10use clnt_destroy(); PR#345Theo de Raadt
1997-11-04ensure we got a reserved portTheo de Raadt
1997-05-01Umm, fix signedness error in my last commit, be explicitNiklas Hallqvist
1997-03-15Fix so yppush will err out if it can't find the ypservers map. This wholegene
1996-12-14Add Theo's changes to yppush, some very ugly debugging code is now gone. -mojMats O Jansson
1996-11-08Fix grammatical errorNiklas Hallqvist
1996-05-30$OpenBSD$ tag and few spelling errorsTheo de Raadt
1996-03-02Using TCP broke ypxfr -C which in turn caused yppush to fail on thedm
1996-03-02Added in stuff from 960121. Fixed several bugs in ypxfr.dm