| Commit message (Expand) | Author | Age | Files | Lines |
* | check for key!=NULL, thanks to costa |  markus | 2001-04-17 | 1 | -2/+2 |
* | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) |  markus | 2001-04-12 | 1 | -10/+10 |
* | simpler key load/save interface, see authfile.h |  markus | 2001-03-26 | 1 | -15/+15 |
* | implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key -> |  markus | 2001-03-08 | 1 | -2/+3 |
* | genericize password padding function for SSH1 and SSH2. |  markus | 2001-02-15 | 1 | -17/+3 |
* | fix xmalloc(0), ok dugsong@ |  markus | 2001-02-12 | 1 | -2/+2 |
* | mitigate SSH1 traffic analysis - from Solar Designer <solar@openwall.com>, ok provos@ |  dugsong | 2001-02-08 | 1 | -3/+17 |
* | sync with netbsd tree changes. |  itojun | 2001-02-08 | 1 | -5/+5 |
* | %.30s is too short for IPv6 numeric address. use %.128s for now. markus ok |  itojun | 2001-02-08 | 1 | -2/+2 |
* | make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@ |  markus | 2001-02-03 | 1 | -4/+4 |
* | handle rsa_private_decrypt failures; helps against the Bleichenbacher pkcs#1 attack |  markus | 2001-01-29 | 1 | -4/+7 |
* | rename skey -> challenge response. |  markus | 2001-01-22 | 1 | -9/+9 |
* | only AFS needs radix.[ch] |  markus | 2001-01-22 | 1 | -2/+2 |
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. |  markus | 2001-01-21 | 1 | -5/+15 |
* | move ssh1 definitions to ssh1.h, pathnames to pathnames.h |  markus | 2001-01-19 | 1 | -1/+2 |
* | 1) removes fake skey from sshd, since this will be much |  markus | 2001-01-18 | 1 | -2/+3 |
* | indent |  deraadt | 2001-01-16 | 1 | -4/+4 |
* | more cleanups and fixes from stevesk@pobox.com: |  markus | 2001-01-08 | 1 | -2/+5 |
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' |  markus | 2000-12-19 | 1 | -16/+16 |
* | always request new challenge for skey/tis-auth, fixes interop with |  markus | 2000-12-10 | 1 | -26/+30 |
* | reorder check for illegal ciphers, bugreport from espie@ |  markus | 2000-11-25 | 1 | -5/+5 |
* | complain about invalid ciphers for ssh1/ssh2, fall back to reasonable defaults |  markus | 2000-11-23 | 1 | -2/+3 |
* | add support for RSA to SSH2. please test. |  markus | 2000-11-12 | 1 | -6/+7 |
* | enable DES in SSH-1 clients only |  markus | 2000-10-12 | 1 | -2/+2 |
* | new cipher framework |  markus | 2000-10-11 | 1 | -10/+3 |
* | cleanup copyright notices on all files. I have attempted to be accurate with |  deraadt | 2000-09-07 | 1 | -2/+6 |
* | add SSH2/DSA support to the agent and some other DSA related cleanups. |  markus | 2000-08-19 | 1 | -21/+19 |
* | make ssh-add accept dsa keys (the agent does not) |  markus | 2000-07-16 | 1 | -2/+2 |
* | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) |  markus | 2000-05-08 | 1 | -4/+8 |
* | replace broken uuencode w/ libc b64_ntop |  markus | 2000-05-04 | 1 | -3/+3 |
* | split auth/sshconnect in one file per protocol version |  markus | 2000-04-26 | 1 | -0/+1020 |