Doc fixes
This commit is contained in:
parent
fd7c911f09
commit
e8d9068a36
|
@ -28,6 +28,7 @@
|
||||||
- [rsa.c] replace assert() with error, fatal or packet_disconnect
|
- [rsa.c] replace assert() with error, fatal or packet_disconnect
|
||||||
- [auth-krb4.c] remove unused argument. ok dugsong
|
- [auth-krb4.c] remove unused argument. ok dugsong
|
||||||
- Fixed coredump after merge of OpenBSD rsa.c patch
|
- Fixed coredump after merge of OpenBSD rsa.c patch
|
||||||
|
- Released 1.2pre8
|
||||||
|
|
||||||
19991102
|
19991102
|
||||||
- Merged change from OpenBSD CVS
|
- Merged change from OpenBSD CVS
|
||||||
|
|
3
README
3
README
|
@ -12,8 +12,7 @@ version tracks changes made to the OpenBSD CVS version.
|
||||||
The PAM support is now more functional than the popular packages of
|
The PAM support is now more functional than the popular packages of
|
||||||
commercial ssh-1.2.x. It checks "account" and "session" modules for
|
commercial ssh-1.2.x. It checks "account" and "session" modules for
|
||||||
all logins, not just when using password authentication. This code is
|
all logins, not just when using password authentication. This code is
|
||||||
very new and needs further testing. I have also added basic libpwdb
|
very new and needs further testing.
|
||||||
support (detected by autoconf).
|
|
||||||
|
|
||||||
All new code is released under a XFree style license, which is very
|
All new code is released under a XFree style license, which is very
|
||||||
liberal. This code is released with no warranties of any kind,
|
liberal. This code is released with no warranties of any kind,
|
||||||
|
|
Loading…
Reference in New Issue