summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect1.c
AgeCommit message (Expand)Author
2001-02-15genericize password padding function for SSH1 and SSH2.Markus Friedl
2001-02-12fix xmalloc(0), ok dugsong@Markus Friedl
2001-02-08mitigate SSH1 traffic analysis - from Solar Designer <solar@openwall.com>, ok...Dug Song
2001-02-08sync with netbsd tree changes.Jun-ichiro itojun Hagino
2001-02-08%.30s is too short for IPv6 numeric address. use %.128s for now. markus okJun-ichiro itojun Hagino
2001-02-03make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@Markus Friedl
2001-01-29handle rsa_private_decrypt failures; helps against the Bleichenbacher pkcs#1 ...Markus Friedl
2001-01-22rename skey -> challenge response.Markus Friedl
2001-01-22only AFS needs radix.[ch]Markus Friedl
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl
2001-01-181) removes fake skey from sshd, since this will be muchMarkus Friedl
2001-01-16indentTheo de Raadt
2001-01-08more cleanups and fixes from stevesk@pobox.com:Markus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-12-10always request new challenge for skey/tis-auth, fixes interop withMarkus Friedl
2000-11-25reorder check for illegal ciphers, bugreport from espie@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-12enable DES in SSH-1 clients onlyMarkus Friedl
2000-10-11new cipher frameworkMarkus 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-05-08complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)Markus Friedl
2000-05-04replace broken uuencode w/ libc b64_ntopMarkus Friedl
2000-04-26split auth/sshconnect in one file per protocol versionMarkus Friedl