summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/yppush
AgeCommit message (Expand)Author
2003-07-15protos and repairsTheo de Raadt
2003-06-12- section reorderJason McIntyre
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
2003-02-17typos;Jason McIntyre
2002-11-21crap in getopt; margaridaTheo de Raadt
2002-09-06no comma at end of enumTheo de Raadt
2002-07-194344 lines of KNF diffTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-11-19KNF here tooTheo de Raadt
2001-11-19no signals, no need for signal.hTheo de Raadt
2001-11-07use -lrpcsvcTheo de Raadt
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
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-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-12cleanupsTheo de Raadt
2000-06-28make _msgout() use syslog() with a %s, for future safetyTheo de Raadt
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
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-08-21A return status of YPPUSH_AGE isn't a failure so keep quiet as SunOS. But sho...Mats O Jansson
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-05-01Umm, fix signedness error in my last commit, be explicitNiklas Hallqvist
1997-05-01Fix grammarNiklas 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-04-24slight cleanup, .Os strings, point at yp(8)Theo 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