summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/compat.c
AgeCommit message (Expand)Author
2001-04-30ssh-2.0.10 has the weak-key-bug, too.Markus Friedl
2001-04-30allow interop with weaker key generation used by ssh-2.0.x, x < 10Markus Friedl
2001-04-29more ssh.com-2.0.x bug-compat; from per@appgate.comMarkus Friedl
2001-04-18more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works nowMarkus Friedl
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
2001-04-05add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.Markus Friedl
2001-04-052.3.x does old GEX, too; report jakob@Markus Friedl
2001-04-04f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.govMarkus Friedl
2001-03-27make dh group exchange more flexible, allow min and max group size,Niels Provos
2001-03-27some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5Markus Friedl
2001-03-23Compat for OpenSSH with broken Rijndael/AES. ok markus@Damien Miller
2001-03-18specifically version match on ssh scanners. do not log scan informationTheo de Raadt
2001-03-10all known netscreen ssh versions, and older versions of OSU ssh cannotTheo de Raadt
2001-03-08implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->Markus Friedl
2001-02-27support SSH-2.0-2.1 ; from Christophe_Moret@hp.comMarkus Friedl
2001-02-19ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@Markus Friedl
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-08implement option 'Banner /etc/issue.net' for ssh2, move version toMarkus Friedl
2000-12-09remove unnecessary '\n'Niels Provos
2000-12-06disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0Markus Friedl
2000-12-03remove fallback to SSH_BUG_HMAC now that the drafts are updatedMarkus Friedl
2000-12-03correctly match "2.1.0.pl2 SSH" etc; from pekkas@netcore.fi/bugzilla.redhatMarkus Friedl
2000-12-03support f-secure/ssh.com 2.0.12; ok niels@Markus Friedl
2000-10-31handle all old openssh versionsMarkus Friedl
2000-10-26add older vandyke productsMarkus Friedl
2000-10-14OpenSSH_2.3; note that is is not complete, but the version number needs to be...Markus Friedl
2000-10-10use rexexp for version string matchingMarkus Friedl
2000-09-07some more Copyright fixesMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-08-27compatibility with future ssh.com versionsMarkus Friedl
2000-08-26ssh.com-2.3.0Markus Friedl
2000-07-09Better conditions for strsep() ending.Hakan Olsson
2000-07-08replace strtok with strsep; from David Young <dyoung@onthejob.net>Niels Provos
2000-06-20OpenBSD tagMarkus Friedl
2000-06-19make userauth+pubkey interop with ssh.com-2.2.0Markus Friedl
2000-06-18initial support for ssh.com's 2.2.0Markus Friedl
2000-05-22check strtok() != NULL; ok niels@Markus Friedl
2000-05-08bug compat w/ ssh-2.0.13 x11, split out bugsMarkus Friedl
2000-04-26add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]Markus Friedl
2000-04-14whitespace cleanupMarkus Friedl
2000-04-12add Cipher and Protocol options to ssh/sshd, e.g.:Markus Friedl
2000-04-12less debugging outputMarkus Friedl
2000-04-07interop w/ latest ssh.com windows client.Markus Friedl
2000-04-04ssh2 client implementation, interops w/ ssh.com and lsh servers.Markus Friedl
2000-04-03channel layer support for ssh2Markus Friedl
1999-11-24missing copyrightMarkus Friedl
1999-11-23KNF part 1Markus Friedl
1999-11-22syslog changes:Markus Friedl
1999-10-16add CVS tags, fix comments and whitespaceMarkus Friedl
1999-10-16support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.Markus Friedl