Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-27 | - (djm) Reestablish PAM credentials (which can be supplemental group | Damien Miller | |
memberships) after initgroups() blows them away. Report and suggested fix from Nalin Dahyabhai <nalin@redhat.com> | |||
2001-02-15 | - (djm) Clean up PAM namespace. Suggested by Darren Moffat | Damien Miller | |
<Darren.Moffat@eng.sun.com> | |||
2001-02-09 | - (djm) Add CVS Id's to files that we have missed | Damien Miller | |
2001-02-07 | - (djm) Much KNF on PAM code | Damien Miller | |
- (djm) Revise auth-pam.c conversation function to be a little more readable. - (djm) Revise kbd-int PAM conversation function to fold all text messages to before first prompt. Fixes hangs if last pam_message did not require a reply. - (djm) Fix password changing when using PAM kbd-int authentication | |||
2001-01-19 | - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>) | Damien Miller | |
to fix NULL pointer deref and fake authloop breakage in PAM code. | |||
2000-12-03 | - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable | Damien Miller | |
PAM authentication using KbdInteractive. - (djm) Added another TODO | |||
2000-10-14 | function prototype and definition consistency cleanup. | Kevin Steves | |
2000-10-14 | - (stevesk) ~/.hushlogin shouldn't cause required password change to | Kevin Steves | |
be bypassed. | |||
2000-09-16 | - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM | Damien Miller | |
password change patch. - (djm) Bring licenses on my stuff in line with OpenBSD's | |||
2000-01-27 | Add const to suppress compiler warning | Damien Miller | |
1999-12-30 | - Removed most of the pam code into its own file auth-pam.[ch]. This | Damien Miller | |
cleaned up sshd.c up significantly. - Several other cleanups |