Age | Commit message (Expand) | Author |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-05-20 | remove xdr_ypreq_xfr() prototype that matches rpcsvc/yp.h | Jonathan Gray |
2015-11-30 | change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a | Jason McIntyre |
2015-11-17 | include fix. dbm is ndbm and memory is string. ok deraadt. | Ted Unangst |
2015-10-09 | correct Xr; from theo buehler | Jason McIntyre |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-15 | not supposed to include sys/ttycom.h (these may have rpcgen history) | Theo de Raadt |
2014-11-04 | use after free in poll loop | Theo de Raadt |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2013-12-04 | ctype improvements; checked by okan | Theo de Raadt |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2010-01-20 | Make ypserv(8) reread its YP maps on SIGHUP | Ingo Schwarze |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-10-22 | man page for Makefile.yp, and associated bits; from Ingo Schwarze | Jason McIntyre |
2008-06-01 | sort flags; synchronize synopsis and usage; style(9). | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-09-25 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
2006-04-03 | spreading the lint love (very minimal things..) | Theo de Raadt |
2005-09-16 | use poll() instead of select(), pr4503, alexander.farber@gmail.com | Theo de Raadt |
2005-05-14 | knf | Theo de Raadt |
2003-07-15 | protos and repairs | Theo de Raadt |
2003-06-12 | - section reorder | Jason McIntyre |
2003-06-02 | remove clause 3 and 4. -moj | Mats O Jansson |
2003-05-05 | -Wall cleanup: trim unused vars, better err() message in stdhosts, | Anil Madhavapeddy |
2003-02-17 | typos; | Jason McIntyre |
2002-11-21 | crap in getopt; margarida | Theo de Raadt |
2002-09-06 | no comma at end of enum | Theo de Raadt |
2002-07-19 | 4344 lines of KNF diff | Theo de Raadt |
2002-03-14 | kill more registers. | Mike Pechkin |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2001-11-19 | KNF here too | Theo de Raadt |
2001-11-19 | no signals, no need for signal.h | Theo de Raadt |
2001-11-07 | use -lrpcsvc | Theo de Raadt |
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin |
2001-02-05 | always double check the work you do in a 757 over northern Brazil. | Theo de Raadt |
2001-01-11 | fix fd_set overflow | Theo de Raadt |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-10-12 | cleanups | Theo de Raadt |
2000-06-28 | make _msgout() use syslog() with a %s, for future safety | Theo de Raadt |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell |
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell |
1998-02-24 | pull in prototypes | Theo de Raadt |
1997-11-10 | SVC_DESTROY ? | Theo de Raadt |
1997-11-10 | use clnt_destroy(); PR#345 | Theo de Raadt |
1997-11-04 | ensure we got a reserved port | Theo de Raadt |
1997-08-21 | A 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-01 | Umm, fix signedness error in my last commit, be explicit | Niklas Hallqvist |
1997-05-01 | Fix grammar | Niklas Hallqvist |
1997-03-15 | Fix so yppush will err out if it can't find the ypservers map. This whole | gene |