summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/compat.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* allow interop with weaker key generation used by ssh-2.0.x, x < 10markus2001-04-301-1/+2
|
* more ssh.com-2.0.x bug-compat; from per@appgate.commarkus2001-04-291-18/+19
|
* implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)markus2001-04-121-1/+2
| | | | | 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-1/+2
|
* make dh group exchange more flexible, allow min and max group size,provos2001-03-271-1/+2
| | | | okay markus@, deraadt@
* some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5markus2001-03-271-1/+2
| | | | signatures in SSH protocol 2, ok djm@
* Compat for OpenSSH with broken Rijndael/AES. ok markus@djm2001-03-231-1/+3
|
* specifically version match on ssh scanners. do not log scan informationderaadt2001-03-181-1/+2
| | | | | | 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-1/+2
| | | | handle password padding (newer OSU is fixed)
* implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->markus2001-03-081-1/+2
| | | | | no need to do enter passphrase or do expensive sign operations if the server does not accept key).
* ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@markus2001-02-191-9/+10
|
* implement option 'Banner /etc/issue.net' for ssh2, move version tomarkus2001-01-081-1/+2
| | | | | 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner is enabled).
* disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0markus2000-12-061-1/+2
|
* support f-secure/ssh.com 2.0.12; ok niels@markus2000-12-031-2/+3
|
* OpenSSH_2.3; note that is is not complete, but the version number needs to be changed for interoperability reasonsmarkus2000-10-141-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.
* OpenBSD tagmarkus2000-06-201-1/+1
|
* make userauth+pubkey interop with ssh.com-2.2.0markus2000-06-191-1/+2
|
* bug compat w/ ssh-2.0.13 x11, split out bugsmarkus2000-05-081-1/+6
|
* add Cipher and Protocol options to ssh/sshd, e.g.:markus2000-04-121-1/+8
| | | | ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc'
* channel layer support for ssh2markus2000-04-031-1/+5
|
* missing copyrightmarkus1999-11-241-1/+29
|
* much more KNFderaadt1999-11-241-2/+2
|
* 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/+5
interops (x11,agent,etc) with 1.2.27 and protocol 1.3