summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect2.c
AgeCommit message (Expand)Author
2001-07-23reorder default sequence of userauth methods to match ssh behaviour:Markus Friedl
2001-06-26add smartcard support to the client, too (now you can use bothMarkus Friedl
2001-06-25prototype cleanup; ok markus@Kevin Steves
2001-06-24oops, missing format stringMarkus Friedl
2001-06-24switch to readpassphrase(3)Markus Friedl
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-06-23get rid of known_hosts2, use it for hostkey lookup, but do not modify.Markus Friedl
2001-05-19change preferredauthentication order toMarkus Friedl
2001-05-18improved kbd-interactive support. work by per@appgate.com and meMarkus Friedl
2001-04-18more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works nowMarkus Friedl
2001-04-18use FDQN with trailing dot in the hostbased auth packets, ok deraadt@Markus Friedl
2001-04-17add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@Markus Friedl
2001-04-15some unused variable and typos; from tomh@po.crl.go.jpMarkus Friedl
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
2001-04-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-04-04more robust rekeyingMarkus Friedl
2001-04-04enable server side rekeying + some rekey related clientup.Markus Friedl
2001-04-04don't sent multiple kexinit-requests.Markus Friedl
2001-04-04enable client rekeyingMarkus Friedl
2001-04-03undo parts of recent my changes: main part of keyexchange does notMarkus Friedl
2001-04-03move kex to kex*.c, used dispatch_set() callbacks for kex. shouldMarkus Friedl
2001-03-29need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@Kevin Steves
2001-03-29use recommended defaultsNiels Provos
2001-03-28forgot to include min and max params in hash, okay markus@Niels Provos
2001-03-27make dh group exchange more flexible, allow min and max group size,Niels Provos
2001-03-26simpler key load/save interface, see authfile.hMarkus Friedl
2001-03-23Compat for OpenSSH with broken Rijndael/AES. ok markus@Damien Miller
2001-03-12remove old key_fingerprint interface, s/_ex//Markus Friedl
2001-03-10add PreferredAuthenticationsMarkus Friedl
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