summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshconnect2.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* First rough implementation of the diffie-hellman group exchange. Theprovos2000-10-111-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()markus2000-09-271-3/+3
|
* change login logic in ssh2, allows plugin of other auth methodsmarkus2000-09-211-120/+319
|
* fix DEBUG_KEXDHmarkus2000-09-171-5/+8
|
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-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.markus2000-08-191-11/+67
| | | | (note that we cannot talk to ssh.com's ssh2 agents)
* make ssh-add accept dsa keys (the agent does not)markus2000-07-161-30/+43
|
* missing free; nuke old commentmarkus2000-06-211-3/+4
|
* make userauth+pubkey interop with ssh.com-2.2.0markus2000-06-191-4/+11
|
* teach protocol v2 to count login failures properly and also enable antodd2000-06-021-2/+5
| | | | | explanation of why the password prompt comes up again like v1; this is NOT crypto
* typo, unusedmarkus2000-05-311-2/+1
|
* split kexinit/kexdh, factor out common codemarkus2000-05-251-80/+57
|
* bug compat w/ ssh-2.0.13 x11, split out bugsmarkus2000-05-081-3/+18
|
* complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)markus2000-05-081-7/+8
|
* make x11-fwd interop w/ ssh-2.0.13markus2000-05-071-2/+2
|
* add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8markus2000-05-061-2/+2
|
* respect number_of_password_promptsmarkus2000-05-031-1/+5
|
* check whether file exists before asking for passphrasemarkus2000-05-011-3/+8
|
* less debug, respect .ssh/configmarkus2000-04-271-9/+8
|
* xfree DSA blobsmarkus2000-04-271-1/+3
|
* remove debugmarkus2000-04-261-3/+1
|
* split auth/sshconnect in one file per protocol versionmarkus2000-04-261-0/+450