summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ceddf7439..cacdb852f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,22 @@
119991231
2 - Fix password support on systems with a mixture of shadowed and
3 non-shadowed passwords (e.g. NIS). Report and fix from
4 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
5
119991230 619991230
2 - OpenBSD CVS updates: 7 - OpenBSD CVS updates:
3 - [auth-passwd.c] 8 - [auth-passwd.c]
4 check for NULL 1st 9 check for NULL 1st
5 - Removed most of the pam code into its own file auth-pam.[ch]. This 10 - Removed most of the pam code into its own file auth-pam.[ch]. This
6 cleaned up sshd.c up significantly. 11 cleaned up sshd.c up significantly.
12 - PAM authentication was incorrectly interpreting
13 "PermitRootLogin without-password". Report from Matthias Andree
14 <ma@dt.e-technik.uni-dortmund.de
7 - Several other cleanups 15 - Several other cleanups
8 - Merged Dante SOCKS support patch from David Rankin 16 - Merged Dante SOCKS support patch from David Rankin
9 <drankin@bohemians.lexington.ky.us> 17 <drankin@bohemians.lexington.ky.us>
10 - Updated documentation with ./configure options 18 - Updated documentation with ./configure options
19 - Released 1.2.1pre23
11 20
1219991229 2119991229
13 - Applied another NetBSD portability patch from David Rankin 22 - Applied another NetBSD portability patch from David Rankin