bugzilla-daemon at mindrot.org
2003-Feb-20 09:51 UTC
[Bug 14] Can't change expired /etc/shadow password without PAM
http://bugzilla.mindrot.org/show_bug.cgi?id=14 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #215 is|0 |1 obsolete| | ------- Additional Comments From dtucker at zip.com.au 2003-02-20 20:51 ------- Created an attachment (id=234) --> (http://bugzilla.mindrot.org/attachment.cgi?id=234&action=view) passexpire16: AIX & /etc/shadow password expiry Equivalent patch against 3.5p1 at http://www.zip.com.au/~dtucker/openssh/openssh-3.5p1-passexpire16.patch. Eliminates double call of generate_login_message() when authentication is postponed. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
bugzilla-daemon at mindrot.org
2003-Mar-06 09:46 UTC
[Bug 14] Can't change expired /etc/shadow password without PAM
http://bugzilla.mindrot.org/show_bug.cgi?id=14 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #234 is|0 |1 obsolete| | ------- Additional Comments From dtucker at zip.com.au 2003-03-06 20:46 ------- Created an attachment (id=240) --> (http://bugzilla.mindrot.org/attachment.cgi?id=240&action=view) passexpire17: AIX & /etc/shadow password expiry Enabled basic PAM password expiry support. This accounts for about half the problems reported with these patches (ie people configuring this patch --with-pam, which didn't work previously). Fixed problem where forced-password changes (passwd -f) did not work when account expiry was not enabled. Re-ordered to test for forced change first. Same patch against 3.5p1 release at http://www.zip.com.au/~dtucker/openssh/openssh-3.5p1-passexpire17.patch ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
bugzilla-daemon at mindrot.org
2003-Mar-11 23:57 UTC
[Bug 14] Can't change expired /etc/shadow password without PAM
http://bugzilla.mindrot.org/show_bug.cgi?id=14 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
bugzilla-daemon at mindrot.org
2003-Mar-13 07:51 UTC
[Bug 14] Can't change expired /etc/shadow password without PAM
http://bugzilla.mindrot.org/show_bug.cgi?id=14 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #240 is|0 |1 obsolete| | ------- Additional Comments From dtucker at zip.com.au 2003-03-13 18:51 ------- Created an attachment (id=248) --> (http://bugzilla.mindrot.org/attachment.cgi?id=248&action=view) passexpire18: AIX & /etc/shadow password expiry Fixed double-change bug when PAM was enabled. Removed resetting forwarding flags via SIGUSR1. Same patch against 3.5p1 release is available at http://www.zip.com.au/~dtucker/openssh/openssh-3.5p1-passexpire18.patch ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.