diff options
author | Damien Miller <djm@mindrot.org> | 1999-12-31 08:49:13 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-12-31 08:49:13 +1100 |
commit | 8eb0fd6d6fee368ff0c3de479b0c18763fe3ea3a (patch) | |
tree | 274f73a6e3c7272b0a22892078b564561e886d37 /ChangeLog | |
parent | 8bdeee25f8c0215812cdcdbd24f8c5b308a7b76a (diff) |
- Fix password support on systems with a mixture of shadowed and
non-shadowed passwords (e.g. NIS). Report and fix from
HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,13 +1,22 @@ | |||
1 | 19991231 | ||
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 | |||
1 | 19991230 | 6 | 19991230 |
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 | ||
12 | 19991229 | 21 | 19991229 |
13 | - Applied another NetBSD portability patch from David Rankin | 22 | - Applied another NetBSD portability patch from David Rankin |