diff options
author | Tomas Mraz <tm@t8m.info> | 2007-03-29 20:33:07 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2007-03-29 20:33:07 +0000 |
commit | f6b973b922818f189bdb70924de0c6691cf9ffe4 (patch) | |
tree | a2827d4f746f0c91a4ab740013b66ddc660bfb45 /NEWS | |
parent | e2546c9b5832a738be84e5882c1804ff3b05c569 (diff) | |
download | pam-f6b973b922818f189bdb70924de0c6691cf9ffe4.tar.gz pam-f6b973b922818f189bdb70924de0c6691cf9ffe4.tar.bz2 pam-f6b973b922818f189bdb70924de0c6691cf9ffe4.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
* modules/pam_limits/Makefile.am: Define limits.d dir and install it.
* modules/pam_limits/pam_limits.8.xml: Describe limits.d parsing.
* modules/pam_limits/pam_limits.c (pam_limit_s): Make conf_file ptr.
(pam_parse): conf_file is now ptr.
(pam_sm_open_session): Add parsing files from limits.d subdir using
glob, change pl to pointer.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,9 +3,9 @@ Linux-PAM NEWS -- history of user-visible changes. Release X.XX.X.X -* Add translations for ar, ca, da, ru, sv and zu -* Update hungarian translation - +* Add translations for ar, ca, da, ru, sv and zu. +* Update hungarian translation. +* Add support for limits.d directory to pam_limits. Release 0.99.7.1 |