summaryrefslogtreecommitdiff
path: root/auth-pam.h
Commit message (Collapse)AuthorAgeFilesLines
* - (djm) Reestablish PAM credentials (which can be supplemental groupDamien Miller2001-03-271-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 MoffatDamien Miller2001-02-151-3/+3
| | | | <Darren.Moffat@eng.sun.com>
* - (djm) Add CVS Id's to files that we have missedDamien Miller2001-02-091-0/+2
|
* - (djm) Much KNF on PAM codeDamien Miller2001-02-071-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 Miller2001-01-191-1/+1
| | | | to fix NULL pointer deref and fake authloop breakage in PAM code.
* - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enableDamien Miller2000-12-031-0/+2
| | | | | PAM authentication using KbdInteractive. - (djm) Added another TODO
* function prototype and definition consistency cleanup.Kevin Steves2000-10-141-2/+2
|
* - (stevesk) ~/.hushlogin shouldn't cause required password change toKevin Steves2000-10-141-0/+1
| | | | be bypassed.
* - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAMDamien Miller2000-09-161-0/+1
| | | | | password change patch. - (djm) Bring licenses on my stuff in line with OpenBSD's
* Add const to suppress compiler warningDamien Miller2000-01-271-1/+1
|
* - Removed most of the pam code into its own file auth-pam.[ch]. ThisDamien Miller1999-12-301-0/+15
cleaned up sshd.c up significantly. - Several other cleanups