Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-31 | Remove redundant errno declaration. ok deraadt@ | Otto Moerbeek | |
2004-05-07 | Fix some sizeof(ptr) bugs based on diffs from aaron@. | Todd C. Miller | |
Note that this is not code that actually gets compiled. | |||
2004-03-15 | iffy syntax; ok deraadt@ | Damien Miller | |
2004-02-19 | typo; jjy2+@pitt.edu | Theo de Raadt | |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-10-30 | Fix "the the" typos in comments; Bruno Rohee | Todd C. Miller | |
2003-07-18 | add missing includes | David Krause | |
ok tedu@ | |||
2003-06-17 | Use getifaddrs() to get the list of interfaces. This fixes the | Todd C. Miller | |
"wire" variable which may be used in amd maps to select an NFS server based on the subnet. Tested by matthieu@; OK by deraadt@ | |||
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-12 | another UCB term 3 removal | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-08 | typo | Theo de Raadt | |
2003-04-07 | strcpy -> strlcpy. some from and ok deraadt@ | Ted Unangst | |
2003-04-05 | one more trivial strlcpy that i forgot; ok deraadt | Peter Valchev | |
2003-04-05 | strncpy should be strlcpy. ok pvalchev | Ted Unangst | |
2003-04-05 | strlcat, strncpy; ok tedu henning | Peter Valchev | |
2003-04-04 | strlcpy; tedu ok | Theo de Raadt | |
2003-03-13 | more strlcpy; ok beck, and others pointed out a glitch | Theo de Raadt | |
2003-03-11 | spelling | David Krause | |
ok millert@ | |||
2003-01-29 | typos; | Jason McIntyre | |
many tweaks by millert@ (thanks) thanks mpech@ for help with adduser(8) ok millert@ | |||
2002-11-25 | "successful" spelling fixes in comments & documentation | Peter Valchev | |
2002-11-06 | no need for makeinfo --no-warn anymore; fgs removed offending parts in | Peter Valchev | |
last commit | |||
2002-11-02 | - fix broken nodes and remove repeated items. | Federico G. Schwindt | |
- remove FSinfo, we don't install it. millert pvalchev ok. | |||
2002-09-10 | create a 127.0.0.1: socket to match the *: socket upon which amq requests | Theo de Raadt | |
are serviced, then only respond to amq requests on that particular socket. we may extend this later to improve nfs protocol handling.... | |||
2002-09-10 | knf | Theo de Raadt | |
2002-09-10 | more knf | Theo de Raadt | |
2002-09-10 | various cleanups | Theo de Raadt | |
2002-09-07 | makeinfo --no-warn to suppress harmless but annoying warnings | Peter Valchev | |
2002-09-06 | use more socklen_t; pvalchev | Theo de Raadt | |
2002-08-26 | minor cleanups, correct cast of a svc_getargs() arg; ok deraadt | Peter Valchev | |
2002-08-05 | Get rid of useless local definitions P_void, voidp, Const and use | Peter Valchev | |
void, void *, const respectively; some cosmetics; ok deraadt | |||
2002-08-05 | Do some cleanups to allow this to compile after previous changes made. | Peter Valchev | |
Note that we do not currently build/install this tool on OpenBSD | |||
2002-08-04 | Handle snprintf(3) returning -1; ok deraadt | Peter Valchev | |
2002-08-03 | xdr_pri_free() ansi; pvalchev ok | Theo de Raadt | |
2002-08-03 | various KNF and code cleanup/simplification, parts checked by millert/deraadt | Peter Valchev | |
2002-07-20 | do not install mk-amd-map and remove references to it in our documentation | Peter Valchev | |
it has been broken since the beginning, and nobody uses it anyway ok deraadt | |||
2002-07-18 | ansify, pull some prototypes | Peter Valchev | |
2002-07-18 | more indent | Theo de Raadt | |
2002-07-18 | space nits | Theo de Raadt | |
2002-07-18 | inet_aton | Theo de Raadt | |
2002-07-18 | ansify, style changes, removal of bogus libc function prototypes; ok deraadt | Peter Valchev | |
2002-07-18 | ANSIfy; ok deraadt | Peter Valchev | |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt | |
2002-06-11 | use snprintf. | Jun-ichiro itojun Hagino | |
2002-06-10 | strlcpy, strlcat | Jun-ichiro itojun Hagino | |
2002-05-29 | more strlcat and strlcpy | Theo de Raadt | |
2002-05-26 | missed two pid_t conversions; moritz@jodeit.org | Theo de Raadt | |
2002-05-26 | pid_cleanup, inspired by work by jason@ackley.net | Theo de Raadt | |
2002-05-25 | __progname stuff; jason@ackley.net | Theo de Raadt | |
2002-05-25 | incorrrect kill(); jason@ackley.net | Theo de Raadt | |