diff options
author | Tomas Mraz <tm@t8m.info> | 2006-08-30 16:09:05 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2006-08-30 16:09:05 +0000 |
commit | 160a0b2ce1d8c5fb9acf3faa506094df285996f3 (patch) | |
tree | 37e4bd047b4c07e086d7249a0edab76c39df5930 /NEWS | |
parent | 424578c5c4a5edbd79142c9348f4eda689530651 (diff) | |
download | pam-160a0b2ce1d8c5fb9acf3faa506094df285996f3.tar.gz pam-160a0b2ce1d8c5fb9acf3faa506094df285996f3.tar.bz2 pam-160a0b2ce1d8c5fb9acf3faa506094df285996f3.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-08-30 Tomas Mraz <t8m@centrum.cz>
* modules/pam_access/pam_access.8.xml: All services supported.
* modules/pam_access/pam_access.c (pam_sm_open_session): New.
(pam_sm_close_session): New.
(pam_sm_chauthtok): New.
* modules/pam_access/pam_succeed_if.8.xml: All services supported.
* modules/pam_access/pam_succeed_if.c (pam_sm_setcred): Return
PAM_IGNORE rather than success.
(pam_sm_open_session): New.
(pam_sm_close_session): New.
(pam_sm_chauthtok): New.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ Linux-PAM NEWS -- history of user-visible changes. Release 0.99.6.3 * pam_loginuid: New PAM module. - +* pam_access, pam_succeed_if: Support passwd and session services. Release 0.99.6.2 |