summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect2.c
AgeCommit message (Expand)Author
2002-12-13cleanup debug messages, more useful information for the client user.Markus Friedl
2002-11-21debug->debug2, unify debug messagesMarkus Friedl
2002-07-01for compression=yes, we fallback to no-compression if the server doesMarkus Friedl
2002-06-30minor KNFTheo de Raadt
2002-06-23various KNF and %d for unsignedTheo de Raadt
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-05-31extent ssh-keysign protocol:Markus Friedl
2002-05-25execlp->execl; from steveskMarkus Friedl
2002-05-24stat ssh-keysign first, print error if stat fails;Markus Friedl
2002-05-23add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic...Markus Friedl
2002-03-26client side support for PASSWD_CHANGEREQMarkus Friedl
2002-03-19KNF whitespaceMarkus Friedl
2002-02-25more u_* fixesMarkus Friedl
2002-02-24signed vs. unsigned: make size arguments u_int, ok stevesk@Markus Friedl
2002-02-03more cross checking if announced vs. used key type; ok stevesk@Markus Friedl
2002-01-25unused includeMarkus Friedl
2002-01-13use buffer API and avoid static strings of fixed size; ok provos@/mouring@Markus Friedl
2001-12-28remove plen from the dispatch fn. it's no longer used.Markus Friedl
2001-12-28packet_read* no longer return the packet length, since it's not used.Markus Friedl
2001-12-28s/packet_done/packet_check_eom/ (end-of-message); ok djm@Markus Friedl
2001-12-20Conformance fix: we should send failing packet sequence number whenDamien Miller
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-05minor KNFTheo de Raadt
2001-12-05make it compile with more strict prototype checkingJun-ichiro itojun Hagino
2001-11-07pad using the padding field from the ssh2 packet instead of sendingMarkus Friedl
2001-10-29hostbased: check for client hostkey before building chostMarkus Friedl
2001-10-06unify hostkey check error messages, simplify prompt.Markus Friedl
2001-08-31disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST messagesMarkus Friedl
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