Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | 2001-04-12 | 1 | -3/+3 | ||
| | | | | | similar to RhostRSAAuthentication unless you enable (the experimental) HostbasedUsesNameFromPacketOnly option. please test. :) | |||||
* | add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions. | 2001-04-05 | 1 | -6/+10 | ||
| | ||||||
* | 2.3.x does old GEX, too; report jakob@ | 2001-04-05 | 1 | -1/+2 | ||
| | ||||||
* | f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov | 2001-04-04 | 1 | -1/+2 | ||
| | ||||||
* | make dh group exchange more flexible, allow min and max group size, | 2001-03-27 | 1 | -4/+8 | ||
| | | | | okay markus@, deraadt@ | |||||
* | some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5 | 2001-03-27 | 1 | -6/+10 | ||
| | | | | signatures in SSH protocol 2, ok djm@ | |||||
* | Compat for OpenSSH with broken Rijndael/AES. ok markus@ | 2001-03-23 | 1 | -2/+34 | ||
| | ||||||
* | specifically version match on ssh scanners. do not log scan information | 2001-03-18 | 1 | -1/+3 | ||
| | | | | | | 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. | |||||
* | all known netscreen ssh versions, and older versions of OSU ssh cannot | 2001-03-10 | 1 | -7/+13 | ||
| | | | | handle password padding (newer OSU is fixed) | |||||
* | implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key -> | 2001-03-08 | 1 | -3/+4 | ||
| | | | | | no need to do enter passphrase or do expensive sign operations if the server does not accept key). | |||||
* | support SSH-2.0-2.1 ; from Christophe_Moret@hp.com | 2001-02-27 | 1 | -1/+3 | ||
| | ||||||
* | ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@ | 2001-02-19 | 1 | -1/+3 | ||
| | ||||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -3/+4 | ||
| | | | | rename util.[ch] -> misc.[ch] | |||||
* | implement option 'Banner /etc/issue.net' for ssh2, move version to | 2001-01-08 | 1 | -2/+5 | ||
| | | | | | 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner is enabled). | |||||
* | remove unnecessary '\n' | 2000-12-09 | 1 | -2/+2 | ||
| | ||||||
* | disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0 | 2000-12-06 | 1 | -5/+6 | ||
| | ||||||
* | remove fallback to SSH_BUG_HMAC now that the drafts are updated | 2000-12-03 | 1 | -2/+1 | ||
| | ||||||
* | correctly match "2.1.0.pl2 SSH" etc; from pekkas@netcore.fi/bugzilla.redhat | 2000-12-03 | 1 | -3/+3 | ||
| | ||||||
* | support f-secure/ssh.com 2.0.12; ok niels@ | 2000-12-03 | 1 | -3/+6 | ||
| | ||||||
* | handle all old openssh versions | 2000-10-31 | 1 | -3/+2 | ||
| | ||||||
* | add older vandyke products | 2000-10-26 | 1 | -2/+5 | ||
| | ||||||
* | OpenSSH_2.3; note that is is not complete, but the version number needs to be changed for interoperability reasons | 2000-10-14 | 1 | -8/+13 | ||
| | ||||||
* | use rexexp for version string matching | 2000-10-10 | 1 | -14/+27 | ||
| | ||||||
* | some more Copyright fixes | 2000-09-07 | 1 | -2/+2 | ||
| | ||||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -6/+1 | ||
| | | | | | | | 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. | |||||
* | compatibility with future ssh.com versions | 2000-08-27 | 1 | -3/+3 | ||
| | ||||||
* | ssh.com-2.3.0 | 2000-08-26 | 1 | -1/+2 | ||
| | ||||||
* | Better conditions for strsep() ending. | 2000-07-09 | 1 | -2/+2 | ||
| | ||||||
* | replace strtok with strsep; from David Young <dyoung@onthejob.net> | 2000-07-08 | 1 | -4/+4 | ||
| | ||||||
* | OpenBSD tag | 2000-06-20 | 1 | -1/+1 | ||
| | ||||||
* | make userauth+pubkey interop with ssh.com-2.2.0 | 2000-06-19 | 1 | -2/+2 | ||
| | ||||||
* | initial support for ssh.com's 2.2.0 | 2000-06-18 | 1 | -1/+2 | ||
| | ||||||
* | check strtok() != NULL; ok niels@ | 2000-05-22 | 1 | -3/+5 | ||
| | ||||||
* | bug compat w/ ssh-2.0.13 x11, split out bugs | 2000-05-08 | 1 | -9/+12 | ||
| | ||||||
* | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | 2000-04-26 | 1 | -2/+1 | ||
| | | | | | for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol. | |||||
* | whitespace cleanup | 2000-04-14 | 1 | -3/+3 | ||
| | ||||||
* | add Cipher and Protocol options to ssh/sshd, e.g.: | 2000-04-12 | 1 | -1/+30 | ||
| | | | | ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc' | |||||
* | less debugging output | 2000-04-12 | 1 | -2/+2 | ||
| | ||||||
* | interop w/ latest ssh.com windows client. | 2000-04-07 | 1 | -4/+2 | ||
| | ||||||
* | ssh2 client implementation, interops w/ ssh.com and lsh servers. | 2000-04-04 | 1 | -2/+4 | ||
| | ||||||
* | channel layer support for ssh2 | 2000-04-03 | 1 | -1/+32 | ||
| | ||||||
* | missing copyright | 1999-11-24 | 1 | -1/+30 | ||
| | ||||||
* | KNF part 1 | 1999-11-23 | 1 | -4/+7 | ||
| | ||||||
* | syslog changes: | 1999-11-22 | 1 | -2/+2 | ||
| | | | | | | | | | | | * 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 | |||||
* | add CVS tags, fix comments and whitespace | 1999-10-16 | 1 | -0/+2 | ||
| | ||||||
* | support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies. | 1999-10-16 | 1 | -0/+8 | ||
interops (x11,agent,etc) with 1.2.27 and protocol 1.3 |