Age | Commit message (Expand) | Author |
2001-07-23 | reorder default sequence of userauth methods to match ssh behaviour: | Markus Friedl |
2001-06-26 | add smartcard support to the client, too (now you can use both | Markus Friedl |
2001-06-25 | prototype cleanup; ok markus@ | Kevin Steves |
2001-06-24 | oops, missing format string | Markus Friedl |
2001-06-24 | switch to readpassphrase(3) | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-23 | get rid of known_hosts2, use it for hostkey lookup, but do not modify. | Markus Friedl |
2001-05-19 | change preferredauthentication order to | Markus Friedl |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl |
2001-04-18 | more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now | Markus Friedl |
2001-04-18 | use FDQN with trailing dot in the hostbased auth packets, ok deraadt@ | Markus Friedl |
2001-04-17 | add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@ | Markus Friedl |
2001-04-15 | some unused variable and typos; from tomh@po.crl.go.jp | Markus Friedl |
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl |
2001-04-05 | fix whitespace: unexpand + trailing spaces. | Markus Friedl |
2001-04-04 | more robust rekeying | Markus Friedl |
2001-04-04 | enable server side rekeying + some rekey related clientup. | Markus Friedl |
2001-04-04 | don't sent multiple kexinit-requests. | Markus Friedl |
2001-04-04 | enable client rekeying | Markus Friedl |
2001-04-03 | undo parts of recent my changes: main part of keyexchange does not | Markus Friedl |
2001-04-03 | move kex to kex*.c, used dispatch_set() callbacks for kex. should | Markus Friedl |
2001-03-29 | need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@ | Kevin Steves |
2001-03-29 | use recommended defaults | Niels Provos |
2001-03-28 | forgot to include min and max params in hash, okay markus@ | Niels Provos |
2001-03-27 | make dh group exchange more flexible, allow min and max group size, | Niels Provos |
2001-03-26 | simpler key load/save interface, see authfile.h | Markus Friedl |
2001-03-23 | Compat for OpenSSH with broken Rijndael/AES. ok markus@ | Damien Miller |
2001-03-12 | remove old key_fingerprint interface, s/_ex// | Markus Friedl |
2001-03-10 | add PreferredAuthentications | Markus Friedl |
2001-03-10 | ignore nonexisting private keys; report rjmooney@mediaone.net | Markus Friedl |
2001-03-08 | implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key -> | Markus Friedl |
2001-03-05 | generate a 2*need size (~300 instead of 1024/2048) random private | Markus Friedl |
2001-02-28 | in ssh protocol v2 use ignore messages for padding (instead of trailing \0). | Markus Friedl |
2001-02-15 | genericize password padding function for SSH1 and SSH2. | Markus Friedl |
2001-02-11 | 1) clean up the MAC support for SSH-2 | Markus Friedl |
2001-02-10 | remove some lines | Markus Friedl |
2001-02-09 | partial success: debug->log; "Permission denied" if no more auth methods | Markus Friedl |
2001-02-09 | do not free twice, thanks to /etc/malloc.conf | Markus Friedl |
2001-02-08 | %.30s is too short for IPv6 numeric address. use %.128s for now. markus ok | Jun-ichiro itojun Hagino |
2001-02-06 | do not ask for passphrase in batch mode; report from ejb@ql.org | Markus Friedl |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-01-31 | unused | Markus Friedl |
2001-01-22 | rename skey -> challenge response. | Markus Friedl |
2001-01-22 | fix memory leaks in SSH2 key exchange; ok markus@ | Kevin Steves |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-20 | dh_new_group() does not return NULL. ok markus@ | Kevin Steves |
2001-01-04 | handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server that p... | Markus Friedl |
2000-12-27 | typo | Markus Friedl |
2000-12-20 | fix prototypes; from stevesk@pobox.com | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |