diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -3,6 +3,9 @@ | |||
3 | - markus@cvs.openbsd.org 2002/10/01 20:34:12 | 3 | - markus@cvs.openbsd.org 2002/10/01 20:34:12 |
4 | [ssh-agent.c] | 4 | [ssh-agent.c] |
5 | allow root to access the agent, since there is no protection from root. | 5 | allow root to access the agent, since there is no protection from root. |
6 | - markus@cvs.openbsd.org 2002/10/01 13:24:50 | ||
7 | [version.h] | ||
8 | OpenSSH 3.5 | ||
6 | 9 | ||
7 | 20020930 | 10 | 20020930 |
8 | - (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, | 11 | - (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, |
@@ -752,4 +755,4 @@ | |||
752 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 755 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
753 | ok provos@ | 756 | ok provos@ |
754 | 757 | ||
755 | $Id: ChangeLog,v 1.2489 2002/10/03 01:54:35 djm Exp $ | 758 | $Id: ChangeLog,v 1.2490 2002/10/03 01:55:37 djm Exp $ |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: version.h,v 1.34 2002/06/26 13:56:27 markus Exp $ */ | 1 | /* $OpenBSD: version.h,v 1.35 2002/10/01 13:24:50 markus Exp $ */ |
2 | 2 | ||
3 | #define SSH_VERSION "OpenSSH_3.4p1" | 3 | #define SSH_VERSION "OpenSSH_3.5p1" |
4 | 4 | ||