summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--README3
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 088ee0489..4c70b22dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,7 @@
28 - [rsa.c] replace assert() with error, fatal or packet_disconnect 28 - [rsa.c] replace assert() with error, fatal or packet_disconnect
29 - [auth-krb4.c] remove unused argument. ok dugsong 29 - [auth-krb4.c] remove unused argument. ok dugsong
30 - Fixed coredump after merge of OpenBSD rsa.c patch 30 - Fixed coredump after merge of OpenBSD rsa.c patch
31 - Released 1.2pre8
31 32
3219991102 3319991102
33 - Merged change from OpenBSD CVS 34 - Merged change from OpenBSD CVS
diff --git a/README b/README
index b5734eae1..0c61143d0 100644
--- a/README
+++ b/README
@@ -12,8 +12,7 @@ version tracks changes made to the OpenBSD CVS version.
12The PAM support is now more functional than the popular packages of 12The PAM support is now more functional than the popular packages of
13commercial ssh-1.2.x. It checks "account" and "session" modules for 13commercial ssh-1.2.x. It checks "account" and "session" modules for
14all logins, not just when using password authentication. This code is 14all logins, not just when using password authentication. This code is
15very new and needs further testing. I have also added basic libpwdb 15very new and needs further testing.
16support (detected by autoconf).
17 16
18All new code is released under a XFree style license, which is very 17All new code is released under a XFree style license, which is very
19liberal. This code is released with no warranties of any kind, 18liberal. This code is released with no warranties of any kind,