Age | Commit message (Expand) | Author |
2004-07-03 | move sysctl comment on namelist[] entry | Theo de Raadt |
2004-07-03 | Fixes from Jared Yanovich with help from myself and cloder@; OK otto@ | Todd C. Miller |
2004-07-03 | Put s/key functions inside #ifdef SKEY same as monitor.c, | Darren Tucker |
2004-07-03 | Use '\0' not 0 for string; ok djm@, deraadt@ | Darren Tucker |
2004-07-02 | Do not divide by zero in vmstat -t; Nikos Ntarmos. | Miod Vallat |
2004-07-01 | simpilfy warning() and wall | Michael Shalayeff |
2004-07-01 | warn vs perror; __progname; and wall | Michael Shalayeff |
2004-07-01 | use err/errx and __progname; -Wall | Michael Shalayeff |
2004-07-01 | setmode(3) returns void *, not mode_t *. ok millert@ | Otto Moerbeek |
2004-06-30 | convert references in SEE ALSO to .Rs/.Re, w/ a little help from | Jason McIntyre |
2004-06-30 | unbreak TTY break, diagnosed by darren AT dazwin.com; ok markus@ | Damien Miller |
2004-06-29 | use warx instea of fprintf | Michael Shalayeff |
2004-06-29 | kill spaces | Michael Shalayeff |
2004-06-29 | use warn() instead of perror; err*() are used already | Michael Shalayeff |
2004-06-29 | fix alaska and add helicopter and rocket | Michael Shalayeff |
2004-06-29 | repair, Chris Kuethe <ckuethe@ualberta.ca> | Henning Brauer |
2004-06-28 | add -vz to usage(); | Jason McIntyre |
2004-06-28 | Remove unneeded -D flags from CFLAGS. | Mathieu Sauve-Frankel |
2004-06-28 | Unbreak. The bird noises were confusing me. | Ryan Thomas McBride |
2004-06-28 | Theo denys all allegations that he's becoming more relaxed. | Ryan Thomas McBride |
2004-06-28 | Remove special #if defined(__i386__) code from systat and vmstat. We now use | Aaron Campbell |
2004-06-27 | free commit for non-attendie | Michael Shalayeff |
2004-06-27 | errno struct member -> err; ok millert@ | Marco S Hyman |
2004-06-26 | initialise some fd variables to -1, djm@ ok | Anil Madhavapeddy |
2004-06-26 | new sentence, new line; | Jason McIntyre |
2004-06-26 | punctuation and grammar fixes. also, keep the options in order. | Jason McIntyre |
2004-06-26 | - remove double word | Jason McIntyre |
2004-06-25 | bz #875: fix bad escape char error message; reported by f_mohr AT yahoo.de | Damien Miller |
2004-06-25 | remove netiso | Henning Brauer |
2004-06-25 | fix broken fd handling in the re-exec fallback path, particularly when | Damien Miller |
2004-06-25 | Fall back to stat+rename if filesystem doesn't doesn't support hard | Darren Tucker |
2004-06-25 | only perform tcp wrappers checks when the incoming connection is on a socket. | Damien Miller |
2004-06-25 | cleanup. | Mathieu Sauve-Frankel |
2004-06-24 | re-exec sshd on accept(); initial work, final debugging and ok markus@ | Damien Miller |
2004-06-24 | When given multiple processes to kill, keep going if we are unable to kill | Todd C. Miller |
2004-06-23 | Fix counting in master/slave when passing environment variables; ok djm@ | Darren Tucker |
2004-06-23 | -Wshadow fix up s/encrypt/do_encrypt/. OK djm@, markus@ | mouring |
2004-06-22 | why should . and .. be the first two entries of any dir ? | Marc Espie |
2004-06-22 | Do not generate floating point exception followed by a core dump | Otto Moerbeek |
2004-06-22 | Change login->username, will prevent -Wshadow errors in Portable; ok markus@ | Darren Tucker |
2004-06-22 | don't show .files by default in ls, add -a option to turn them back on; | Damien Miller |
2004-06-21 | document sort options | Damien Miller |
2004-06-21 | prefix ls option flags with LS_ | Damien Miller |
2004-06-21 | introduce sorting for ls, same options as /bin/ls; ok markus@ | Damien Miller |
2004-06-21 | mark fatal and cleanup exit as __dead; ok markus@ | Damien Miller |
2004-06-21 | comment out -Wshadow for now, gcc2 sucks. noticed by markus | Anil Madhavapeddy |
2004-06-21 | fix fd leak for multiple subsystem connections; with markus@ | Damien Miller |
2004-06-21 | make ssh -Wshadow clean, no functional changes | Anil Madhavapeddy |
2004-06-21 | dont compare int with NULL, compare to 0 instead, otto@ ok | Anil Madhavapeddy |
2004-06-21 | Actually commit right (r&b tree) version, instead of hash table | Otto Moerbeek |