Age | Commit message (Expand) | Author |
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 |
2001-09-19 | add ClearAllForwardings ssh option and set it in scp and sftp; ok markus@ | Kevin Steves |
2001-09-19 | key_read() now returns -1 on type mismatch, too | Markus Friedl |
2001-09-19 | command=xxx applies to subsystem now, too | Markus Friedl |
2001-09-17 | missing -B in usage string | Kevin Steves |
2001-09-17 | more versions suffering the SSH_BUG_DEBUG bug; | Markus Friedl |
2001-09-17 | don't send fake dummy packets on CR (\r) | Markus Friedl |
2001-09-17 | try to fix agent-forwarding-backconnection-bug, as seen on HPUX, for example; | Markus Friedl |
2001-09-17 | better error handling if you try to export a bad key to ssh.com | Markus Friedl |
2001-09-17 | cleanup and document -1, -s and -S; ok markus@ | Kevin Steves |
2001-09-17 | never keep a connection to the smartcard open. | Markus Friedl |