diff options
author | Tomas Mraz <tm@t8m.info> | 2005-05-16 20:34:20 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2005-05-16 20:34:20 +0000 |
commit | b0f37d0d3bf7c08d15dae0b11c601ffed24de6b4 (patch) | |
tree | b9c5b39d9cb1e9f95910084898afbafbdb48139f /CHANGELOG | |
parent | 72188ec3483744ef54c20245ac4125eb1c67e92e (diff) | |
download | pam-b0f37d0d3bf7c08d15dae0b11c601ffed24de6b4.tar.gz pam-b0f37d0d3bf7c08d15dae0b11c601ffed24de6b4.tar.bz2 pam-b0f37d0d3bf7c08d15dae0b11c601ffed24de6b4.zip |
Relevant BUGIDs: 945449
Purpose of commit: bugfix
Commit summary:
---------------
Correct support of unlimited limits, use the right type for rlimit value.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -74,9 +74,11 @@ BerliOS Bugs are marked with (BerliOS #XXXX). exist (Bug 600351 - kukuk) * pam_mkhomedir: Set owner/permissions of home directory after we created all files (Bug 1032922 - kukuk) -* pam_rhosts: Get ride of static buffer for path (kukuk) +* pam_rhosts: Get rid of static buffer for path (kukuk) * pam_selinux/pam_unix/pam_rootok: Add SELinux support based on patch from Red Hat (kukuk) +* pam_limits: Correct support of unlimited limits, use correct type + for rlimit value (Bug 945449 - kukuk, t8m) 0.79: Thu Mar 31 16:48:45 CEST 2005 * pam_tally: added audit option (toady) |