summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/version.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* OpenSSH-2.9markus2001-04-241-2/+2
|
* temporary version 2.5.4 (supports rekeying).markus2001-04-051-2/+2
| | | | this is not an official release.
* make dh group exchange more flexible, allow min and max group size,provos2001-03-271-2/+2
| | | | okay markus@, deraadt@
* version 2.5.2markus2001-03-191-2/+2
|
* OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}markus2001-02-191-2/+2
|
* 2.5.0markus2001-02-161-2/+2
|
* update to 2.3.2markus2001-02-081-2/+2
|
* implement option 'Banner /etc/issue.net' for ssh2, move version tomarkus2001-01-081-2/+2
| | | | | 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner is enabled).
* undomarkus2000-12-271-2/+2
|
* OpenSSH-2.4.0markus2000-12-271-2/+2
|
* Add idents for files which lack themdjm2000-10-161-0/+2
| | | | Fix idents Id -> OpenBSD for the rest
* OpenSSH_2.3; note that is is not complete, but the version number needs to be changed for interoperability reasonsmarkus2000-10-141-1/+1
|
* OpenSSH_2.2.0markus2000-08-301-1/+1
|
* OpenSSH 2.1.1markus2000-06-061-1/+1
|
* OpenSSH-2.1markus2000-05-081-1/+1
|
* OpenSSH-2.0markus2000-04-261-1/+1
|
* version 1.2.3deraadt2000-03-061-1/+1
|
* OpenSSH-1.2.2markus2000-01-231-1/+1
|
* OpenSSH-1.2.1markus1999-12-091-1/+1
|
* OpenSSH-1.2, read my lips: no more patchesmarkus1999-10-181-1/+1
|
* fix old connect() race security-bug for ssh-agent and agent-forwardingmarkus1999-10-141-1/+1
| | | | | | | | | | by removing the connect() junk, with the following restrictions: 1) change the version to "OpenSSH-1.1": agent-forwarding will work only between OpenSSH-1.1 client and OpenSSH-1.1 server 2) renamed the environment variable of OpenSSH-1.1 to "SSH_AUTH_SOCKET", since useing OpenSSH-1.0 ssh-add against the new ssh-agent does not work
* OpenSSH-1.0deraadt1999-10-011-1/+1
|
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-0/+1
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise.