diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-04-21 11:21:12 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-04-21 11:21:12 +0000 |
commit | aeccee4585ab2ea6deab9cbebc7afc67b7196a80 (patch) | |
tree | de848926000e8b5a9d970b4a7da44abd65b370c5 /NEWS | |
parent | 902026536a826400014a7508b008e41269d081e6 (diff) | |
download | pam-aeccee4585ab2ea6deab9cbebc7afc67b7196a80.tar.gz pam-aeccee4585ab2ea6deab9cbebc7afc67b7196a80.tar.bz2 pam-aeccee4585ab2ea6deab9cbebc7afc67b7196a80.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2008-04-21 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_access/access.conf.5.xml: Document changed behavior
of LOCAL keyword.
* modules/pam_access/pam_access.c: Add from_remote_host to
struct login_info to change behavior of LOCAL keyword: if
PAM_RHOST is not set, LOCAL will be true.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,12 +1,18 @@ Linux-PAM NEWS -- history of user-visible changes. + +Release 1.0.90 + * Supply hostname of the machine to netgroup match call in pam_access. * Make pam_namespace to work safe on child directories of parent directories owned by users. +* Redifine LOCAL keyword of pam_access configuration file +* Add support fro try_first_pass and use_first_pass to pam_cracklib + Release 1.0.1 -* Regression fixed in pam_set_item(). +* Regression fixed in pam_set_item() Release 1.0.0 |