Age | Commit message (Expand) | Author |
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 |
2000-09-17 | fix DEBUG_KEXDH | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-08-19 | add SSH2/DSA support to the agent and some other DSA related cleanups. | Markus Friedl |
2000-07-16 | make ssh-add accept dsa keys (the agent does not) | Markus Friedl |
2000-06-21 | missing free; nuke old comment | Markus Friedl |
2000-06-19 | make userauth+pubkey interop with ssh.com-2.2.0 | Markus Friedl |
2000-06-02 | teach protocol v2 to count login failures properly and also enable an | Todd T. Fries |
2000-05-31 | typo, unused | Markus Friedl |
2000-05-25 | split kexinit/kexdh, factor out common code | Markus Friedl |
2000-05-08 | bug compat w/ ssh-2.0.13 x11, split out bugs | Markus Friedl |
2000-05-08 | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) | Markus Friedl |
2000-05-07 | make x11-fwd interop w/ ssh-2.0.13 | Markus Friedl |
2000-05-06 | add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8 | Markus Friedl |
2000-05-03 | respect number_of_password_prompts | Markus Friedl |
2000-05-01 | check whether file exists before asking for passphrase | Markus Friedl |
2000-04-27 | less debug, respect .ssh/config | Markus Friedl |
2000-04-27 | xfree DSA blobs | Markus Friedl |