Age | Commit message (Expand) | Author |
2004-07-08 | Prevent scp from skipping the file following a double-error. | Darren Tucker |
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-06-30 | unbreak TTY break, diagnosed by darren AT dazwin.com; ok markus@ | Damien Miller |
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 | 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-24 | re-exec sshd on accept(); initial work, final debugging and ok markus@ | Damien 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 | 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-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 | filter passed env vars at slave in connection sharing case; ok markus@ | Damien Miller |
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 |
2004-06-18 | Use execvp instead of execv so sftp -S ssh works. "makes sense" markus@ | Darren Tucker |
2004-06-17 | sync usage() and SYNPOSIS with connection sharing changes | Damien Miller |
2004-06-17 | Add option for confirmation (ControlMaster=ask) via ssh-askpass before opening | Damien Miller |
2004-06-17 | support environment passing over shared connections; ok markus@ | Damien Miller |
2004-06-15 | missed one unset_nonblock; spotted by Tim Rice | Damien Miller |
2004-06-14 | set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@ | Damien Miller |
2004-06-13 | implement session multiplexing in the client (the server has supported this | Damien Miller |
2004-06-13 | List supported ciphers in man pages, tidy up ssh -c; | Darren Tucker |
2004-06-13 | implement diffie-hellman-group14-sha1 kex method (trivial extension to | Damien Miller |
2004-06-03 | initialize pointers, ok markus@ | Pedro Martelletto |
2004-06-01 | Remove redundant #include; ok markus@ | Darren Tucker |
2004-05-27 | Kill dead code after fatal(); ok djm@ | Darren Tucker |
2004-05-26 | missing freeaddrinfo; Andrey Matveev | Markus Friedl |
2004-05-26 | exit -> _exit in forked child on error; from andrushock AT korovino.net | Damien Miller |
2004-05-23 | Add MaxAuthTries sshd config option; ok markus@ | Darren Tucker |
2004-05-22 | kill whitespace at eol; | Jason McIntyre |
2004-05-22 | use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@ | Damien Miller |
2004-05-21 | bz #756: add support for the cancel-tcpip-forward request for the server and | Damien Miller |
2004-05-21 | add prototypes for -Wall; ok djm | Markus Friedl |
2004-05-20 | Trivial type fix 0 -> '\0'; ok markus@ | Darren Tucker |