Age | Commit message (Expand) | Author |
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 |
2004-06-20 | mention new -n flag | Damien Miller |
2004-06-20 | make "ls -l" listings print user/group names, add "ls -n" to show uid/gid | Damien Miller |
2004-06-20 | Implement -I option: ignore changes matching a set of regexes. From | Otto Moerbeek |
2004-06-20 | filter passed env vars at slave in connection sharing case; ok markus@ | Damien Miller |
2004-06-19 | avoid a null pointer dereference if the .DEFAULT target has no commands; | Robert Nagy |
2004-06-18 | Unbreak handling of standard diffs (which have an empty context). | Otto Moerbeek |
2004-06-18 | clientloop.c | Damien Miller |
2004-06-18 | trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; ok djm | Markus Friedl |
2004-06-18 | delay signal handler setup until we have finished talking to the master. | Damien Miller |