Age | Commit message (Expand) | Author |
2001-04-15 | some ClientAlive cleanup; ok markus@ | Kevin Steves |
2001-04-15 | set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@ | Markus Friedl |
2001-04-15 | don't use errno for key_{load,save}_private; discussion w/ solar@openwall | Markus Friedl |
2001-04-15 | some unused variable and typos; from tomh@po.crl.go.jp | Markus Friedl |
2001-04-15 | fix comments | Kevin Steves |
2001-04-14 | 'T' handling rcp/scp sync; ok markus@ | Kevin Steves |
2001-04-14 | protocol 2 tty modes support; ok markus@ | Kevin Steves |
2001-04-14 | use clear_pass instead of xfree() | Markus Friedl |
2001-04-14 | remove some channels that are not appropriate for keepalive. | Markus Friedl |
2001-04-14 | do not double free | Theo de Raadt |
2001-04-13 | Add options ClientAliveInterval and ClientAliveCountMax to sshd. | Bob Beck |
2001-04-13 | missing \n in error message | Kevin Steves |
2001-04-12 | Add support for: | mouring |
2001-04-12 | Minor nits: | Todd C. Miller |
2001-04-12 | robust port validation; ok markus@ jakob@ | Kevin Steves |
2001-04-12 | typo | Markus Friedl |
2001-04-12 | Change tip default from even parity to no parity which is more in line | Todd C. Miller |
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl |
2001-04-12 | Todd says we should not doc depricated behaviour | Theo de Raadt |
2001-04-12 | document shortcut; noted by bk@rt.fm | Theo de Raadt |
2001-04-12 | show debug output during option processing, report from pekkas@netcore.fi | Markus Friedl |
2001-04-11 | implement the -e option into sshd: | lebel |
2001-04-11 | https-connect and socks5 support. i feel so bad. | Markus Friedl |
2001-04-11 | use strtol() for ports, thanks jakob@ | Markus Friedl |
2001-04-11 | "Amonst" -> "Amongst" | Brandon Creighton |
2001-04-11 | 'mget' and 'mput' aliases; ok markus@ | Damien Miller |
2001-04-10 | debug cleanup | Markus Friedl |
2001-04-10 | document id_rsa{.pub,}. markus ok | Jun-ichiro itojun Hagino |
2001-04-10 | cleanup socks4 handling | Markus Friedl |
2001-04-10 | space police + pet peeves | Todd C. Miller |
2001-04-09 | ListenAddress mandoc from aaron@ | Kevin Steves |
2001-04-09 | ssh-add retries the last passphrase... | Markus Friedl |
2001-04-09 | passphrase caching: ssh-add tries last passphrase, clears passphrase if | Markus Friedl |
2001-04-09 | spelling | Kevin Steves |
2001-04-08 | spelling | Kevin Steves |
2001-04-08 | do not modify an actual argv[] entry | Theo de Raadt |
2001-04-08 | document ListenAddress addr:port | Kevin Steves |
2001-04-08 | init pointers with NULL, thanks to danimal@danimal.org | Markus Friedl |
2001-04-08 | leave_raw_mode if ssh2 "session" is closed | Markus Friedl |
2001-04-08 | KNF | Markus Friedl |
2001-04-07 | Small changes, user-friendly: | Marc Espie |
2001-04-07 | allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding). | Markus Friedl |
2001-04-06 | in addition to: | Kevin Steves |
2001-04-06 | unused; typo in comment | Kevin Steves |
2001-04-06 | do gid/groups-swap in addition to uid-swap, should help if /home/group | Markus Friedl |
2001-04-06 | remove trailing / from source paths; fixes pr#1756 | Theo de Raadt |
2001-04-05 | keep the ssh session even if there is no active channel. | Markus Friedl |
2001-04-05 | don't request a session for 'ssh -N', pointed out slade@shore.net | Markus Friedl |
2001-04-05 | better error message | Markus Friedl |
2001-04-05 | for ~R print message if server does not support rekeying. (and fix ~R). | Markus Friedl |