diff options
author | Tomas Mraz <tm@t8m.info> | 2005-12-21 10:04:09 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2005-12-21 10:04:09 +0000 |
commit | e4cbefcdd253ae67503268014ef39e849cb31b7b (patch) | |
tree | b195e2efc56b504be956b6bcb4fe465f69251098 /NEWS | |
parent | b1d9b2322daa439194aaa53037fe27a0ccc0596b (diff) | |
download | pam-e4cbefcdd253ae67503268014ef39e849cb31b7b.tar.gz pam-e4cbefcdd253ae67503268014ef39e849cb31b7b.tar.bz2 pam-e4cbefcdd253ae67503268014ef39e849cb31b7b.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
* modules/pam_succeed_if/pam_succeed_if.c (evaluate_ingroup),
(evaluate_notingroup): Simplified.
(evaluate_innetgr), (evaluate_notinnetgr): New functions.
(evaluate): Added calls to evaluate_(not)innetgr().
* modules/pam_succeed_if/README: Documented netgroup matching.
* NEWS: Mentioned the added netgroup matching support.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ Linux-PAM NEWS -- history of user-visible changes. +* pam_succeed_if, pam_group, pam_time: Support netgroup matching. Release 0.99.2.1 |