Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | First rough implementation of the diffie-hellman group exchange. The | 2000-10-11 | 1 | -56/+243 | ||
| | | | | | | client can ask the server for bigger groups to perform the diffie-hellman in, thus increasing the attack complexity when using ciphers with longer keys. University of Windsor provided network, T the company. | |||||
* | use key_type() | 2000-09-27 | 1 | -3/+3 | ||
| | ||||||
* | change login logic in ssh2, allows plugin of other auth methods | 2000-09-21 | 1 | -120/+319 | ||
| | ||||||
* | fix DEBUG_KEXDH | 2000-09-17 | 1 | -5/+8 | ||
| | ||||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -6/+1 | ||
| | | | | | | | the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||||
* | add SSH2/DSA support to the agent and some other DSA related cleanups. | 2000-08-19 | 1 | -11/+67 | ||
| | | | | (note that we cannot talk to ssh.com's ssh2 agents) | |||||
* | make ssh-add accept dsa keys (the agent does not) | 2000-07-16 | 1 | -30/+43 | ||
| | ||||||
* | missing free; nuke old comment | 2000-06-21 | 1 | -3/+4 | ||
| | ||||||
* | make userauth+pubkey interop with ssh.com-2.2.0 | 2000-06-19 | 1 | -4/+11 | ||
| | ||||||
* | teach protocol v2 to count login failures properly and also enable an | 2000-06-02 | 1 | -2/+5 | ||
| | | | | | explanation of why the password prompt comes up again like v1; this is NOT crypto | |||||
* | typo, unused | 2000-05-31 | 1 | -2/+1 | ||
| | ||||||
* | split kexinit/kexdh, factor out common code | 2000-05-25 | 1 | -80/+57 | ||
| | ||||||
* | bug compat w/ ssh-2.0.13 x11, split out bugs | 2000-05-08 | 1 | -3/+18 | ||
| | ||||||
* | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) | 2000-05-08 | 1 | -7/+8 | ||
| | ||||||
* | make x11-fwd interop w/ ssh-2.0.13 | 2000-05-07 | 1 | -2/+2 | ||
| | ||||||
* | add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8 | 2000-05-06 | 1 | -2/+2 | ||
| | ||||||
* | respect number_of_password_prompts | 2000-05-03 | 1 | -1/+5 | ||
| | ||||||
* | check whether file exists before asking for passphrase | 2000-05-01 | 1 | -3/+8 | ||
| | ||||||
* | less debug, respect .ssh/config | 2000-04-27 | 1 | -9/+8 | ||
| | ||||||
* | xfree DSA blobs | 2000-04-27 | 1 | -1/+3 | ||
| | ||||||
* | remove debug | 2000-04-26 | 1 | -3/+1 | ||
| | ||||||
* | split auth/sshconnect in one file per protocol version | 2000-04-26 | 1 | -0/+450 | ||