Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - (djm) Reestablish PAM credentials (which can be supplemental group | Damien Miller | 2001-03-27 | 1 | -2/+2 |
| | | | | | memberships) after initgroups() blows them away. Report and suggested fix from Nalin Dahyabhai <nalin@redhat.com> | ||||
* | - (djm) Clean up PAM namespace. Suggested by Darren Moffat | Damien Miller | 2001-02-15 | 1 | -3/+3 |
| | | | | <Darren.Moffat@eng.sun.com> | ||||
* | - (djm) Add CVS Id's to files that we have missed | Damien Miller | 2001-02-09 | 1 | -0/+2 |
| | |||||
* | - (djm) Much KNF on PAM code | Damien Miller | 2001-02-07 | 1 | -0/+1 |
| | | | | | | | | - (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 | ||||
* | - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>) | Damien Miller | 2001-01-19 | 1 | -1/+1 |
| | | | | to fix NULL pointer deref and fake authloop breakage in PAM code. | ||||
* | - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable | Damien Miller | 2000-12-03 | 1 | -0/+2 |
| | | | | | PAM authentication using KbdInteractive. - (djm) Added another TODO | ||||
* | function prototype and definition consistency cleanup. | Kevin Steves | 2000-10-14 | 1 | -2/+2 |
| | |||||
* | - (stevesk) ~/.hushlogin shouldn't cause required password change to | Kevin Steves | 2000-10-14 | 1 | -0/+1 |
| | | | | be bypassed. | ||||
* | - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM | Damien Miller | 2000-09-16 | 1 | -0/+1 |
| | | | | | password change patch. - (djm) Bring licenses on my stuff in line with OpenBSD's | ||||
* | Add const to suppress compiler warning | Damien Miller | 2000-01-27 | 1 | -1/+1 |
| | |||||
* | - Removed most of the pam code into its own file auth-pam.[ch]. This | Damien Miller | 1999-12-30 | 1 | -0/+15 |
cleaned up sshd.c up significantly. - Several other cleanups |