Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-28 | unbreak; deraadt@ ok. | Federico G. Schwindt | |
2002-03-27 | instead of using mkstemp() to get a temporary name, use the created file, | Federico G. Schwindt | |
so we don't end with ypdbXXXXXX files around; maja@ ok. | |||
2002-03-26 | remove unexistant option 'b'; commented by pval@, maja@ ok. | Federico G. Schwindt | |
2002-03-26 | o -Wall cleanup. | Federico G. Schwindt | |
o fix usage. o don't call ypdb_cloes() if db is never open. maja@ pval@ ok. | |||
2002-03-26 | check that the fopen didnt fail | Eric Jackson | |
deraadt@ OK | |||
2002-03-23 | \\ not \. needs doubling. wngdn@src.uchicago.edu, pr 2475 | Theo de Raadt | |
2002-03-20 | Improve error message in makedbm. -moj | Mats O Jansson | |
from Kenneth Ingham <ingham@i-pi.com> | |||
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-03-04 | Make makedbm work on alpha and sparc64. -moj from NetBSD. | Mats O Jansson | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-18 | minor signal race fixes | Theo de Raadt | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-17 | Document that both localhost and the local hostname needs to be able to | Mats O Jansson | |
access ypserv. RPC calls can be sent to ypserv on both. In PR2403 access was allowed from localhost but not the local hostname. This caused yppush not to be able to notify ypserv about changed maps. -moj | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-13 | some more KNF and -Wall | Theo de Raadt | |
2002-02-13 | some KNF | Theo de Raadt | |
2002-01-20 | do not dump core if errors; instead report issue | Theo de Raadt | |
2002-01-01 | bit more cleanup | Theo de Raadt | |
2002-01-01 | go back to the swapped xdr_ypresp_key_val for now | Theo de Raadt | |
2001-12-05 | this stuff is supplied by -lrpcsvc | Theo de Raadt | |
2001-12-05 | simplify the source | Theo de Raadt | |
2001-12-01 | Use pidfile() instead of doing the equivalent thing by hand, and sometimes | Miod Vallat | |
forgetting to unlink the pid file at exit. ok millert@ deraadt@ | |||
2001-11-19 | use a private svc_run() function that checks for a signal handler flag; | Theo de Raadt | |
now signal safe. Also, massive KNF. | |||
2001-11-19 | KNFightmare | Theo de Raadt | |
2001-11-19 | KNF here too | Theo de Raadt | |
2001-11-19 | KNF | 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-11-07 | use -lrpcsvc | Theo de Raadt | |
2001-11-07 | KNF | Theo de Raadt | |
2001-10-24 | old | Theo de Raadt | |
2001-10-24 | pretty | Theo de Raadt | |
2001-08-16 | Spelling. | Peter Valchev | |
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS; | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-07-05 | Fix typos found by Andrew Hoerter. Closes PR#1922. | Kenneth R Westerback | |
2001-06-25 | Remove old workaround. probably not needed anymore. | Artur Grabowski | |
2001-02-09 | Fix some typos spotted by d@ | Aaron Campbell | |
2001-02-05 | sprintf purge | Theo de Raadt | |
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 | |
2001-01-11 | indent | Theo de Raadt | |
2001-01-11 | fix closedown() stub generated by rpcgen(1) | Theo de Raadt | |
2001-01-11 | indent | Theo de Raadt | |
2000-11-18 | avoid SIGHUP log issues, pr 1511, dean@bullock.net. It is still a signal | Theo de Raadt | |
race, but I do not at the moment feel like rewriting a call to svc_run() to handle it syncronously ... | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell | |
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage. | |||
2000-10-12 | cleanups | Theo de Raadt | |
2000-08-18 | spelling | Theo de Raadt | |