Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-30 | ssh-2.0.10 has the weak-key-bug, too. | Markus Friedl | |
2001-04-30 | allow interop with weaker key generation used by ssh-2.0.x, x < 10 | Markus Friedl | |
2001-04-29 | more ssh.com-2.0.x bug-compat; from per@appgate.com | Markus Friedl | |
2001-04-18 | more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now | Markus Friedl | |
(however the 2.1.0 server seems to work only if debug is enabled...) | |||
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl | |
similar to RhostRSAAuthentication unless you enable (the experimental) HostbasedUsesNameFromPacketOnly option. please test. :) | |||
2001-04-05 | add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions. | Markus Friedl | |
2001-04-05 | 2.3.x does old GEX, too; report jakob@ | Markus Friedl | |
2001-04-04 | f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov | Markus Friedl | |
2001-03-27 | make dh group exchange more flexible, allow min and max group size, | Niels Provos | |
okay markus@, deraadt@ | |||
2001-03-27 | some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5 | Markus Friedl | |
signatures in SSH protocol 2, ok djm@ | |||
2001-03-23 | Compat for OpenSSH with broken Rijndael/AES. ok markus@ | Damien Miller | |
2001-03-18 | specifically version match on ssh scanners. do not log scan information | Theo de Raadt | |
to the console, because clueless users freak out when people do completely legal probes. instead, generate a detailed log file entry and use british humour to relax their sphincters a little bit. | |||
2001-03-10 | all known netscreen ssh versions, and older versions of OSU ssh cannot | Theo de Raadt | |
handle password padding (newer OSU is fixed) | |||
2001-03-08 | implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key -> | Markus Friedl | |
no need to do enter passphrase or do expensive sign operations if the server does not accept key). | |||
2001-02-27 | support SSH-2.0-2.1 ; from Christophe_Moret@hp.com | Markus Friedl | |
2001-02-19 | ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@ | Markus Friedl | |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl | |
rename util.[ch] -> misc.[ch] | |||
2001-01-08 | implement option 'Banner /etc/issue.net' for ssh2, move version to | Markus Friedl | |
2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner is enabled). | |||
2000-12-09 | remove unnecessary '\n' | Niels Provos | |
2000-12-06 | disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0 | Markus Friedl | |
2000-12-03 | remove fallback to SSH_BUG_HMAC now that the drafts are updated | Markus Friedl | |
2000-12-03 | correctly match "2.1.0.pl2 SSH" etc; from pekkas@netcore.fi/bugzilla.redhat | Markus Friedl | |
2000-12-03 | support f-secure/ssh.com 2.0.12; ok niels@ | Markus Friedl | |
2000-10-31 | handle all old openssh versions | Markus Friedl | |
2000-10-26 | add older vandyke products | Markus Friedl | |
2000-10-14 | OpenSSH_2.3; note that is is not complete, but the version number needs to ↵ | Markus Friedl | |
be changed for interoperability reasons | |||
2000-10-10 | use rexexp for version string matching | Markus Friedl | |
2000-09-07 | some more Copyright fixes | Markus Friedl | |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||
2000-08-27 | compatibility with future ssh.com versions | Markus Friedl | |
2000-08-26 | ssh.com-2.3.0 | Markus Friedl | |
2000-07-09 | Better conditions for strsep() ending. | Hakan Olsson | |
2000-07-08 | replace strtok with strsep; from David Young <dyoung@onthejob.net> | Niels Provos | |
2000-06-20 | OpenBSD tag | Markus Friedl | |
2000-06-19 | make userauth+pubkey interop with ssh.com-2.2.0 | Markus Friedl | |
2000-06-18 | initial support for ssh.com's 2.2.0 | Markus Friedl | |
2000-05-22 | check strtok() != NULL; ok niels@ | Markus Friedl | |
2000-05-08 | bug compat w/ ssh-2.0.13 x11, split out bugs | Markus Friedl | |
2000-04-26 | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | Markus Friedl | |
for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol. | |||
2000-04-14 | whitespace cleanup | Markus Friedl | |
2000-04-12 | add Cipher and Protocol options to ssh/sshd, e.g.: | Markus Friedl | |
ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc' | |||
2000-04-12 | less debugging output | Markus Friedl | |
2000-04-07 | interop w/ latest ssh.com windows client. | Markus Friedl | |
2000-04-04 | ssh2 client implementation, interops w/ ssh.com and lsh servers. | Markus Friedl | |
2000-04-03 | channel layer support for ssh2 | Markus Friedl | |
1999-11-24 | missing copyright | Markus Friedl | |
1999-11-23 | KNF part 1 | Markus Friedl | |
1999-11-22 | syslog changes: | Markus Friedl | |
* Unified Logmessage for all auth-types, for success and for failed * Standard connections get only ONE line in the LOG when level==LOG: Auth-attempts are logged only, if authentication is: a) successfull or b) with passwd or c) we had more than AUTH_FAIL_LOG failues * many log() became verbose() * old behaviour with level=VERBOSE | |||
1999-10-16 | add CVS tags, fix comments and whitespace | Markus Friedl | |
1999-10-16 | support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies. | Markus Friedl | |
interops (x11,agent,etc) with 1.2.27 and protocol 1.3 |