Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-02 | usage() has to exit 1; Gleydson Soares | Theo de Raadt | |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2007-10-09 | missing newlines in printfs | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-01-02 | return proper server error on failed ypset. Inspired by freebsd; ok | Otto Moerbeek | |
deraadt@ | |||
2007-01-02 | Fix setting up the more specific binding for the ypsetme | Otto Moerbeek | |
functionality. We want to bind to the same ports as the general binding, but with a local address. with and ok deraadt@ | |||
2006-04-02 | #ifdef lint not LINT | Theo de Raadt | |
2004-02-20 | ypbin creates /var/yp/binding/<domainname>.<version> and /var/run/ypbind.lock | Henning Brauer | |
using open(2) with mode 0644 - however, these files _have_ to be world readable, and open's mode is subject to umask. do an explicit fchmod after open to set the mode to 0644 regardless of umask. ok maja@ deraadt@ | |||
2003-08-19 | very hairy modifications for dynamic fd_set handling. dynamic rpc fd_set's | Theo de Raadt | |
are just nasty; ok matthieu | |||
2003-07-15 | protos and repairs | Theo de Raadt | |
2003-06-25 | remove excess proto | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-02 | remove terms 3 and 4 of some of my licences | Theo de Raadt | |
2002-11-21 | third person; margarida | Theo de Raadt | |
2002-09-06 | use more socklen_t; pvalchev | Theo de Raadt | |
2002-07-20 | try to make pingsock and rpcsock resv too | Theo de Raadt | |
2002-06-29 | ansi | Theo de Raadt | |
2002-05-30 | minor KNF | Theo de Raadt | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
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. | |||
2001-12-29 | forgotten xid setting for additional domains; gregs@agilestorage.com, pr 2282 | Theo de Raadt | |
2001-11-05 | remove extra sys/signal.h | Theo de Raadt | |
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-27 | Wall cleanup | Peter Valchev | |
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-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-11 | avoid complex alignment constraint in SIOCGIFCONF, | Jun-ichiro itojun Hagino | |
by using getifaddrs(3). | |||
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-02-16 | handle sa_len being 0 in SIOCGIFCONF | Theo de Raadt | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1998-08-15 | oops | Theo de Raadt | |
1998-08-15 | realloc misuse | Theo de Raadt | |
1998-05-12 | document how to enable YP for each database | Theo de Raadt | |
1998-03-23 | update copyright | Theo de Raadt | |
1998-03-20 | Ifaliases. | Angelos D. Keromytis | |
1998-02-07 | oops | Theo de Raadt | |
1998-02-07 | snprintf | Theo de Raadt | |
1998-02-07 | Add missing code to make /etc/yp/<domain> files actually work (in all cases). | Jason Downs | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-06-18 | add -insecure flag for binding to non-reserved ypservs; problem from ↵ | Theo de Raadt | |
pjt@bsd1.phxlab.allied.com; PR#232 | |||
1997-06-14 | i have made a mistake, and i do not yet understand how | Theo de Raadt | |
1997-06-12 | if >100 doms requested, start killing old ones to avoid starvation problems | Theo de Raadt | |
1997-06-11 | malloc checks. prevent starvation for > 100 active domain queries. | Theo de Raadt | |
1997-05-06 | fcntl right | Theo de Raadt | |
1997-04-02 | doc /etc/yp/DOMAINNAME server list file better | Theo de Raadt | |
1997-04-02 | xid is a u_int32_t | Theo de Raadt | |