summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-26 10:21:48 +1100
committerDamien Miller <djm@mindrot.org>1999-12-26 10:21:48 +1100
commit32b3cf2c96fd8cee6cb082821a43d3375c850d58 (patch)
tree103872b5f4423e17000a6221fd07fd6234924a26 /ChangeLog
parent2e1b082dfbc5dcdae80957a3d889abe9fa480d77 (diff)
19991226
- Enabled utmpx support by default for Solaris - Cleanup sshd.c PAM a little more 19991225 - Merged fixes from Ben Taylor <bent@clark.net> - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk> - Disabled logging of PAM password authentication failures when password is empty. (e.g start of authentication loop). Reported by Naz <96na@eng.cam.ac.uk>)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 394ebc899..a89fcdc9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,24 @@
119991226
2 - Enabled utmpx support by default for Solaris
3 - Cleanup sshd.c PAM a little more
4
119991225 519991225
2 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com> 6 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
3 - Cleanup of auth-passwd.c for shadow and MD5 passwords 7 - Cleanup of auth-passwd.c for shadow and MD5 passwords
4 - Cleanup and bugfix of PAM authentication code 8 - Cleanup and bugfix of PAM authentication code
9 - Released 1.2.1pre20
10
11 - Merged fixes from Ben Taylor <bent@clark.net>
12 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
13 - Disabled logging of PAM password authentication failures when password
14 is empty. (e.g start of authentication loop). Reported by Naz
15 <96na@eng.cam.ac.uk>)
5 16
619991223 1719991223
7 - Merged later HPUX patch from Andre Lucas 18 - Merged later HPUX patch from Andre Lucas
8 <andre.lucas@dial.pipex.com> 19 <andre.lucas@dial.pipex.com>
9 - Above patch included better utmpx support from Ben Taylor 20 - Above patch included better utmpx support from Ben Taylor
10 <bent@clark.net>: 21 <bent@clark.net>
11 22
1219991222 2319991222
13 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen 24 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen