summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/version.h
AgeCommit message (Collapse)Author
2006-11-07correctly check for bad signatures in the monitor, otherwise the monitor andMarkus Friedl
the unpriv process can get out of sync. with dtucker@, ok djm@, dtucker@
2006-08-30crank to 4.4Damien Miller
2006-02-01openssh 4.3Markus Friedl
2005-08-314.2Markus Friedl
2005-03-164.1Markus Friedl
2005-03-08OpenSSH 4.0Damien Miller
2004-08-163.9Markus Friedl
2004-03-203.8.1Markus Friedl
2004-02-23enter 3.8Markus Friedl
2003-09-16more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDUMarkus Friedl
2003-09-02enter 3.7Markus Friedl
2003-04-013.6.1Markus Friedl
2003-03-17enter 3.6Markus Friedl
2002-10-01OpenSSH 3.5Markus Friedl
2002-06-263.4Markus Friedl
2002-06-21OpenSSH_3.3Markus Friedl
2002-05-17version.hMarkus Friedl
2002-05-15enter OpenSSH_3.2.2Markus Friedl
2002-04-233.2.1Markus Friedl
2002-04-10OpenSSH_3.2Markus Friedl
2002-03-06OpenSSH_3.1Markus Friedl
2001-12-05post 3.0.2Markus Friedl
2001-11-13enter 3.0.1Markus Friedl
2001-10-15crank versionTheo de Raadt
2001-09-24OpenSSH_2.9.9Markus Friedl
2001-04-24OpenSSH-2.9Markus Friedl
2001-04-05temporary version 2.5.4 (supports rekeying).Markus Friedl
this is not an official release.
2001-03-27make dh group exchange more flexible, allow min and max group size,Niels Provos
okay markus@, deraadt@
2001-03-19version 2.5.2Markus Friedl
2001-02-19OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}Markus Friedl
2001-02-162.5.0Markus Friedl
2001-02-08update to 2.3.2Markus Friedl
2001-01-08implement option 'Banner /etc/issue.net' for ssh2, move version toMarkus Friedl
2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner is enabled).
2000-12-27undoMarkus Friedl
2000-12-27OpenSSH-2.4.0Markus Friedl
2000-10-16Add idents for files which lack themDamien Miller
Fix idents Id -> OpenBSD for the rest
2000-10-14OpenSSH_2.3; note that is is not complete, but the version number needs to ↵Markus Friedl
be changed for interoperability reasons
2000-08-30OpenSSH_2.2.0Markus Friedl
2000-06-06OpenSSH 2.1.1Markus Friedl
2000-05-08OpenSSH-2.1Markus Friedl
2000-04-26OpenSSH-2.0Markus Friedl
2000-03-06version 1.2.3Theo de Raadt
2000-01-23OpenSSH-1.2.2Markus Friedl
1999-12-09OpenSSH-1.2.1Markus Friedl
1999-10-18OpenSSH-1.2, read my lips: no more patchesMarkus Friedl
1999-10-14fix old connect() race security-bug for ssh-agent and agent-forwardingMarkus Friedl
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
1999-10-01OpenSSH-1.0Theo de Raadt
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt
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.