Age | Commit message (Expand) | Author |
2001-04-15 | some unused variable and typos; from tomh@po.crl.go.jp | Markus Friedl |
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl |
2001-04-05 | fix whitespace: unexpand + trailing spaces. | Markus Friedl |
2001-04-04 | more robust rekeying | Markus Friedl |
2001-04-04 | enable server side rekeying + some rekey related clientup. | Markus Friedl |
2001-04-04 | don't sent multiple kexinit-requests. | Markus Friedl |
2001-04-04 | enable client rekeying | Markus Friedl |
2001-04-03 | undo parts of recent my changes: main part of keyexchange does not | Markus Friedl |
2001-04-03 | move kex to kex*.c, used dispatch_set() callbacks for kex. should | Markus Friedl |
2001-03-29 | need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@ | Kevin Steves |
2001-03-29 | use recommended defaults | Niels Provos |
2001-03-28 | forgot to include min and max params in hash, okay markus@ | Niels Provos |
2001-03-27 | make dh group exchange more flexible, allow min and max group size, | Niels Provos |
2001-03-26 | simpler key load/save interface, see authfile.h | Markus Friedl |
2001-03-23 | Compat for OpenSSH with broken Rijndael/AES. ok markus@ | Damien Miller |
2001-03-12 | remove old key_fingerprint interface, s/_ex// | Markus Friedl |
2001-03-10 | add PreferredAuthentications | Markus Friedl |
2001-03-10 | ignore nonexisting private keys; report rjmooney@mediaone.net | Markus Friedl |
2001-03-08 | implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key -> | Markus Friedl |
2001-03-05 | generate a 2*need size (~300 instead of 1024/2048) random private | Markus Friedl |
2001-02-28 | in ssh protocol v2 use ignore messages for padding (instead of trailing \0). | Markus Friedl |
2001-02-15 | genericize password padding function for SSH1 and SSH2. | Markus Friedl |
2001-02-11 | 1) clean up the MAC support for SSH-2 | Markus Friedl |
2001-02-10 | remove some lines | Markus Friedl |
2001-02-09 | partial success: debug->log; "Permission denied" if no more auth methods | Markus Friedl |
2001-02-09 | do not free twice, thanks to /etc/malloc.conf | Markus Friedl |
2001-02-08 | %.30s is too short for IPv6 numeric address. use %.128s for now. markus ok | Jun-ichiro itojun Hagino |
2001-02-06 | do not ask for passphrase in batch mode; report from ejb@ql.org | Markus Friedl |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-01-31 | unused | Markus Friedl |
2001-01-22 | rename skey -> challenge response. | Markus Friedl |
2001-01-22 | fix memory leaks in SSH2 key exchange; ok markus@ | Kevin Steves |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-20 | dh_new_group() does not return NULL. ok markus@ | Kevin Steves |
2001-01-04 | handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server that p... | Markus Friedl |
2000-12-27 | typo | Markus Friedl |
2000-12-20 | fix prototypes; from stevesk@pobox.com | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-12-15 | compute diffie-hellman in parallel between server and client. okay markus@ | Niels Provos |
2000-12-03 | support f-secure/ssh.com 2.0.12; ok niels@ | Markus Friedl |
2000-11-23 | complain about invalid ciphers for ssh1/ssh2, fall back to reasonable defaults | Markus Friedl |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl |
2000-10-19 | don't reference freed memory. okay deraadt@ | Niels Provos |
2000-10-14 | OpenSSH_2.3; note that is is not complete, but the version number needs to be... | Markus Friedl |
2000-10-12 | enable DES in SSH-1 clients only | Markus Friedl |
2000-10-11 | new cipher framework | Markus Friedl |
2000-10-11 | add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av... | Markus Friedl |
2000-10-11 | First rough implementation of the diffie-hellman group exchange. The | Niels Provos |
2000-09-27 | use key_type() | Markus Friedl |
2000-09-21 | change login logic in ssh2, allows plugin of other auth methods | Markus Friedl |