summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect2.c
AgeCommit message (Expand)Author
2001-03-10ignore nonexisting private keys; report rjmooney@mediaone.netMarkus Friedl
2001-03-08implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->Markus Friedl
2001-03-05generate a 2*need size (~300 instead of 1024/2048) random privateMarkus Friedl
2001-02-28in ssh protocol v2 use ignore messages for padding (instead of trailing \0).Markus Friedl
2001-02-15genericize password padding function for SSH1 and SSH2.Markus Friedl
2001-02-111) clean up the MAC support for SSH-2Markus Friedl
2001-02-10remove some linesMarkus Friedl
2001-02-09partial success: debug->log; "Permission denied" if no more auth methodsMarkus Friedl
2001-02-09do not free twice, thanks to /etc/malloc.confMarkus Friedl
2001-02-08%.30s is too short for IPv6 numeric address. use %.128s for now. markus okJun-ichiro itojun Hagino
2001-02-06do not ask for passphrase in batch mode; report from ejb@ql.orgMarkus Friedl
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-01-31unusedMarkus Friedl
2001-01-22rename skey -> challenge response.Markus Friedl
2001-01-22fix memory leaks in SSH2 key exchange; ok markus@Kevin Steves
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-20dh_new_group() does not return NULL. ok markus@Kevin Steves
2001-01-04handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server that p...Markus Friedl
2000-12-27typoMarkus Friedl
2000-12-20fix prototypes; from stevesk@pobox.comMarkus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-12-15compute diffie-hellman in parallel between server and client. okay markus@Niels Provos
2000-12-03support f-secure/ssh.com 2.0.12; ok niels@Markus Friedl
2000-11-23complain about invalid ciphers for ssh1/ssh2, fall back to reasonable defaultsMarkus Friedl
2000-11-12add support for RSA to SSH2. please test.Markus Friedl
2000-10-19don't reference freed memory. okay deraadt@Niels Provos
2000-10-14OpenSSH_2.3; note that is is not complete, but the version number needs to be...Markus Friedl
2000-10-12enable DES in SSH-1 clients onlyMarkus Friedl
2000-10-11new cipher frameworkMarkus Friedl
2000-10-11add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av...Markus Friedl
2000-10-11First rough implementation of the diffie-hellman group exchange. TheNiels Provos
2000-09-27use key_type()Markus Friedl
2000-09-21change login logic in ssh2, allows plugin of other auth methodsMarkus Friedl
2000-09-17fix DEBUG_KEXDHMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-08-19add SSH2/DSA support to the agent and some other DSA related cleanups.Markus Friedl
2000-07-16make ssh-add accept dsa keys (the agent does not)Markus Friedl
2000-06-21missing free; nuke old commentMarkus Friedl
2000-06-19make userauth+pubkey interop with ssh.com-2.2.0Markus Friedl
2000-06-02teach protocol v2 to count login failures properly and also enable anTodd T. Fries
2000-05-31typo, unusedMarkus Friedl
2000-05-25split kexinit/kexdh, factor out common codeMarkus Friedl
2000-05-08bug compat w/ ssh-2.0.13 x11, split out bugsMarkus Friedl
2000-05-08complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)Markus Friedl
2000-05-07make x11-fwd interop w/ ssh-2.0.13Markus Friedl
2000-05-06add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8Markus Friedl
2000-05-03respect number_of_password_promptsMarkus Friedl
2000-05-01check whether file exists before asking for passphraseMarkus Friedl
2000-04-27less debug, respect .ssh/configMarkus Friedl
2000-04-27xfree DSA blobsMarkus Friedl