summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-08 18:09:57 +1100
committerDamien Miller <djm@mindrot.org>1999-11-08 18:09:57 +1100
commite8d9068a36e2528dbaf48c192cd1f97e8beafdfe (patch)
treeb0f50527978bc130eb53b5c9ffeb127cce44fa76
parentfd7c911f090749774cf1869420523c4811beeeb0 (diff)
Doc fixes
-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,