aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_mkhomedir/mkhomedir_helper.c
Commit message (Expand)AuthorAgeFilesLines
* HALF WORK: MAX_PATHdevYuqian Yang2025-03-011-39/+8
* pam_mkhomedir: avoid string copyingTobias Stoeckmann2023-12-191-6/+2
* pam_mkhomedir: do not follow symbolic linksTobias Stoeckmann2023-11-291-36/+113
* pam_mkhomedir: enforce absolute home directoriesTobias Stoeckmann2023-11-291-0/+5
* pam_mkhomedir: improve error path handlingTobias Stoeckmann2023-11-291-204/+178
* pam_mkhomedir: treat existing files as successTobias Stoeckmann2023-11-291-8/+13
* pam_mkhomedir: return error if link creation failsTobias Stoeckmann2023-11-291-12/+23
* pam_mkhomedir: set home directory mode only onceTobias Stoeckmann2023-11-291-14/+7
* pam_mkhomedir: always call chown/chmod for dirTobias Stoeckmann2023-11-291-6/+12
* pam_mkhomedir: simplify handling of newsource/newdestPino Toscano2023-05-121-85/+32
* modules: make use of secure memory erasureChristian Göttsche2023-02-281-2/+1
* pam_mkhomedir: use HOME_MODE or UMASK from /etc/login.defsdshein-alt2021-03-051-3/+34
* Fix various typos found using codespell toolDmitry V. Levin2020-11-241-1/+1
* pam_namespace, pam_mkhomedir: fix unlikely descriptor leaks on error pathikerexxe2020-07-011-0/+2
* pam_mkhomedir: fix return value when the user is unknownDmitry V. Levin2020-05-091-1/+1
* pam_mkhomedir: Allow creating parent of homedir under /Tomas Mraz2017-11-101-7/+9
* pam_mkhomedir: Drop superfluous stat() call.Tomas Mraz2014-08-261-15/+1
* Fix whitespace issuesDmitry V. Levin2011-10-261-7/+7
* Relevant BUGIDs:Dmitry V. Levin2010-10-211-34/+31
* Relevant BUGIDs:Thorsten Kukuk2010-10-201-3/+2
* Relevant BUGIDs: rhbz#476784Tomas Mraz2009-01-191-0/+422