summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/compat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)markus2001-04-121-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.markus2001-04-051-6/+10
|
* 2.3.x does old GEX, too; report jakob@markus2001-04-051-1/+2
|
* f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.govmarkus2001-04-041-1/+2
|
* make dh group exchange more flexible, allow min and max group size,provos2001-03-271-4/+8
| | | | okay markus@, deraadt@
* some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5markus2001-03-271-6/+10
| | | | signatures in SSH protocol 2, ok djm@
* Compat for OpenSSH with broken Rijndael/AES. ok markus@djm2001-03-231-2/+34
|
* specifically version match on ssh scanners. do not log scan informationderaadt2001-03-181-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 cannotderaadt2001-03-101-7/+13
| | | | handle password padding (newer OSU is fixed)
* implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->markus2001-03-081-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.commarkus2001-02-271-1/+3
|
* ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@markus2001-02-191-1/+3
|
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-3/+4
| | | | rename util.[ch] -> misc.[ch]
* implement option 'Banner /etc/issue.net' for ssh2, move version tomarkus2001-01-081-2/+5
| | | | | 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner is enabled).
* remove unnecessary '\n'provos2000-12-091-2/+2
|
* disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0markus2000-12-061-5/+6
|
* remove fallback to SSH_BUG_HMAC now that the drafts are updatedmarkus2000-12-031-2/+1
|
* correctly match "2.1.0.pl2 SSH" etc; from pekkas@netcore.fi/bugzilla.redhatmarkus2000-12-031-3/+3
|
* support f-secure/ssh.com 2.0.12; ok niels@markus2000-12-031-3/+6
|
* handle all old openssh versionsmarkus2000-10-311-3/+2
|
* add older vandyke productsmarkus2000-10-261-2/+5
|
* OpenSSH_2.3; note that is is not complete, but the version number needs to be changed for interoperability reasonsmarkus2000-10-141-8/+13
|
* use rexexp for version string matchingmarkus2000-10-101-14/+27
|
* some more Copyright fixesmarkus2000-09-071-2/+2
|
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-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 versionsmarkus2000-08-271-3/+3
|
* ssh.com-2.3.0markus2000-08-261-1/+2
|
* Better conditions for strsep() ending.ho2000-07-091-2/+2
|
* replace strtok with strsep; from David Young <dyoung@onthejob.net>provos2000-07-081-4/+4
|
* OpenBSD tagmarkus2000-06-201-1/+1
|
* make userauth+pubkey interop with ssh.com-2.2.0markus2000-06-191-2/+2
|
* initial support for ssh.com's 2.2.0markus2000-06-181-1/+2
|
* check strtok() != NULL; ok niels@markus2000-05-221-3/+5
|
* bug compat w/ ssh-2.0.13 x11, split out bugsmarkus2000-05-081-9/+12
|
* add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]markus2000-04-261-2/+1
| | | | | for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol.
* whitespace cleanupmarkus2000-04-141-3/+3
|
* add Cipher and Protocol options to ssh/sshd, e.g.:markus2000-04-121-1/+30
| | | | ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc'
* less debugging outputmarkus2000-04-121-2/+2
|
* interop w/ latest ssh.com windows client.markus2000-04-071-4/+2
|
* ssh2 client implementation, interops w/ ssh.com and lsh servers.markus2000-04-041-2/+4
|
* channel layer support for ssh2markus2000-04-031-1/+32
|
* missing copyrightmarkus1999-11-241-1/+30
|
* KNF part 1markus1999-11-231-4/+7
|
* syslog changes:markus1999-11-221-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 whitespacemarkus1999-10-161-0/+2
|
* support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.markus1999-10-161-0/+8
interops (x11,agent,etc) with 1.2.27 and protocol 1.3