summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-04-29 08:29:29 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-04-29 08:29:29 +0000
commitb2c44de7fa73f5c9813ce9ed33bbe6a653fd4f24 (patch)
tree1aa15d5779bb9d7abc6bb446f1c7d8ddc0cbb389 /CHANGELOG
parent3462e12191c78ef168a1e72b39affba0b511f493 (diff)
downloadlinux-pam-git-b2c44de7fa73f5c9813ce9ed33bbe6a653fd4f24.tar.gz
Relevant BUGIDs: 600351,1032922
Purpose of commit: bugfix Commit summary: --------------- Create parent directories, if they do not exist, and set the permissions later, so that we can copy the skel directory.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e6829073..4a4446e1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -70,6 +70,10 @@ BerliOS Bugs are marked with (BerliOS #XXXX).
* pam_unix: nis option shouldn't clear the shadow option (t8m)
* cleanups and minor bugfixes by Steve Grubb (t8m)
* pam_private.h: set PAM_DEFAULT_PROMPT to "login: " (kukuk)
+* pam_mkhomedir: Create parent directories if they do not already
+ exist (Bug 600351 - kukuk)
+* pam_mkhomedir: Set owner/permissions of home directory after we
+ created all files (Bug 1032922 - kukuk)
0.79: Thu Mar 31 16:48:45 CEST 2005
* pam_tally: added audit option (toady)