Age | Commit message (Expand) | Author |
2001-10-25 | better docu for fingerprinting, ok deraadt@ | Markus Friedl |
2001-10-24 | make ~& (backgrounding) work again for proto v1; add support ~& for v2, too | Markus Friedl |
2001-10-24 | ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@ | Markus Friedl |
2001-10-24 | mention remote port in debug message | Markus Friedl |
2001-10-24 | remove unused | Markus Friedl |
2001-10-15 | crank version | Theo de Raadt |
2001-10-11 | clear select masks if we return before calling select(). | Markus Friedl |
2001-10-11 | delay detach of session if a channel gets closed but the child is still alive. | Markus Friedl |
2001-10-10 | try to keep channels open until an exit-status message is sent. | Markus Friedl |
2001-10-09 | simplify session close: no more delayed session_close, no more blocking wait(... | Markus Friedl |
2001-10-09 | close all channels if the connection to the remote host has been closed, | Markus Friedl |
2001-10-09 | stat subsystem command before calling do_exec, and return error to client. | Markus Friedl |
2001-10-09 | chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu | Markus Friedl |
2001-10-08 | some more IPv4or6 cleanup | Markus Friedl |
2001-10-08 | use correct family for -b option | Markus Friedl |
2001-10-08 | better debug | Markus Friedl |
2001-10-07 | BSD_AUTH supersedes SKEY, so SKEY is commented out. | Markus Friedl |
2001-10-07 | avoid possible FD_ISSET overflow for channels established | Markus Friedl |
2001-10-07 | grammer; Matthew_Clarke@mindlink.bc.ca | Markus Friedl |
2001-10-06 | unify hostkey check error messages, simplify prompt. | Markus Friedl |
2001-10-06 | fix typo in error message, sync with do_exec_nopty | Markus Friedl |
2001-10-06 | remove unused argument | Markus Friedl |
2001-10-04 | client_alive_check cleanup | Markus Friedl |
2001-10-04 | comment out bogus conditions for selecting on connection_in | Markus Friedl |
2001-10-04 | call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com | Markus Friedl |
2001-10-03 | missing copyright | Markus Friedl |
2001-10-03 | use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp | Markus Friedl |
2001-10-02 | #include "channels.h" for channel_set_af() | Kevin Steves |
2001-10-02 | return non-zero exit code on error; ok markus@ | Damien Miller |
2001-10-01 | add NoHostAuthenticationForLocalhost; note that the hostkey is | Markus Friedl |
2001-10-01 | remove ugliness; vp@drexel.edu via angelos | Markus Friedl |
2001-10-01 | skip filenames containing \n; report jdamery@chiark.greenend.org.uk | Markus Friedl |
2001-09-28 | bug: read user config first; report kaukasoi@elektroni.ee.tut.fi | Markus Friedl |
2001-09-28 | bzero private key after loading to smartcard; ok markus@ | Damien Miller |
2001-09-28 | Fix segv when smartcard communication error occurs during key load. ok markus@ | Damien Miller |
2001-09-27 | don't talk about compile-time options | Camiel Dobbelaar |
2001-09-27 | typos; from solar | Markus Friedl |
2001-09-27 | missing called=1; chombier@mac.com | Markus Friedl |
2001-09-27 | mem leak; chombier@mac.com | Markus Friedl |
2001-09-24 | OpenSSH_2.9.9 | Markus Friedl |
2001-09-24 | don't rely on <unistd.h> for getopt(3) extern variable declarations; | Kevin Steves |
2001-09-23 | relax permission check for private key files. | Markus Friedl |
2001-09-23 | new rijndael implementation | Markus Friedl |
2001-09-20 | CheckMail removed. OKed stevesk@ | mouring |
2001-09-20 | bug compat: request a dummy channel for -N (no shell) sessions + cleanup; vin... | Markus Friedl |
2001-09-20 | key_read returns now -1 or 1 | Markus Friedl |
2001-09-20 | fix ClientAliveCountMax | Kevin Steves |
2001-09-19 | don't advertise -V in usage; ok markus@ | Kevin Steves |
2001-09-19 | missing -t in usage | Kevin Steves |
2001-09-19 | use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens blesses | Kevin Steves |