summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJan Rekorajski <baggins@sith.mimuw.edu.pl>2000-12-01 18:22:34 +0000
committerJan Rekorajski <baggins@sith.mimuw.edu.pl>2000-12-01 18:22:34 +0000
commit74caf6ff817de8e4d6cab5fafa5c01e88fb658b4 (patch)
tree9d712c64775b023d332ab370bf054a203c66b678 /CHANGELOG
parent30661180000c3047534d128af7c0ca2e3d299d46 (diff)
Relevant BUGIDs: 124062
Purpose of commit: new feature Commit summary: --------------- add change_uid option to pam_limits, and set real uid only if this option is present
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0fa94d0f..0b026dee 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -35,6 +35,8 @@ Where you should replace XXXXX with a bug-id.
0.73: please submit patches for this section with actual code/doc
patches!
+* add change_uid option to pam_limits, and set real uid only if
+ this option is present (Bug 124062 - baggins)
* pam_limits - set real uid to the user for who we set limits.
(Bug 123972 - baggins)
* removed static variables from pam_limits (thread safe now). (Bug