aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_mkhomedir
Commit message (Expand)AuthorAgeFilesLines
* build: drop autotools supportDmitry V. Levin2024-10-232-50/+0
* meson: build Linux-PAM using mesonDmitry V. Levin2024-09-101-0/+1
* build: parametrize libtool subdirectoryDmitry V. Levin2024-08-221-8/+8
* Include pam_i18n.h where i18n definitions are requiredDmitry V. Levin2024-08-211-0/+1
* libpam_internal: supply debug functionalityTobias Stoeckmann2024-01-241-1/+2
* modules: add pamc headers to the search path only when neededTobias Stoeckmann2024-01-211-1/+1
* treewide: strictly separate builddir and srcdirTobias Stoeckmann2024-01-121-1/+1
* 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: ensure correct argument type when printing debug outputBenny Baumann2023-11-141-1/+1
* 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
* build: use <vendordir>/security directory for installation if it has been setStefan Schubert2023-02-071-0/+4
* doc: Update PAM documentation from DockBook 4 to DocBook 5Stefan Schubert2022-12-163-63/+44
* pam_mkhomedir: make sure the SIGCHLD handler is not reset too earlyDmitry V. Levin2022-07-161-9/+9
* pam_mkhomedir: use HOME_MODE or UMASK from /etc/login.defsdshein-alt2021-03-054-9/+87
* pam_mkhomedir: fix umask wording in documentationDmitry V. Levin2020-12-231-1/+1
* Fix various typos found using codespell toolDmitry V. Levin2020-11-241-1/+1
* modules: build all helpers with proper CFLAGS and LDFLAGSDmitry V. Levin2020-08-071-0/+2
* pam_namespace, pam_mkhomedir: fix unlikely descriptor leaks on error pathikerexxe2020-07-011-0/+2
* pam_mkhomedir: add a test for return valuesDmitry V. Levin2020-05-212-1/+114
* pam_mkhomedir: fix return value when the user is unknownDmitry V. Levin2020-05-093-10/+2
* modules: remove PAM_SM_* macrosDmitry V. Levin2020-05-031-9/+0
* modules/*/Makefile.am: rename TESTS to dist_check_SCRIPTSDmitry V. Levin2020-05-031-2/+3
* modules/*/Makefile.am: rename man_MANS to dist_man_MANSDmitry V. Levin2020-05-031-2/+2
* modules/*/Makefile.am: add dist_ prefix to *_DATADmitry V. Levin2020-05-031-2/+2
* modules/*/Makefile.am: replace README with $(DATA) in EXTRA_DISTDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: reorder lines to promote uniformityDmitry V. Levin2020-04-271-2/+0
* build: move README prerequisites rule from modules/*/Makefile.am to Make.xml....Dmitry V. Levin2020-04-271-1/+0
* modules/*/Makefile.am: list prerequisites of README target uniformlyDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: list tests in EXTRA_DIST uniformlyDmitry V. Levin2020-04-271-1/+1
* Fix various typos found using codespell toolDmitry V. Levin2020-03-281-1/+1
* modules/pam_mkhomedir: use pam_str_skip_prefixDmitry V. Levin2020-03-191-4/+7
* configure.ac: add --enable-doc optionFabrice Fontaine2020-01-271-0/+2
* Fix remaining -Wcast-qual compilation warningsDmitry V. Levin2020-01-201-0/+4
* Fix miscellaneous const issuesTomas Mraz2020-01-201-1/+1
* Do not use CFLAGS for warning flags set from configureTomas Mraz2019-12-181-1/+1
* pam_mkhomedir: Add debug option to pam_mkhomedir(8) man pageMIZUTA Takeshi2019-10-031-0/+17
* pam_mkhomedir: Allow creating parent of homedir under /Tomas Mraz2017-11-101-7/+9
* Fix whitespace issuesDmitry V. Levin2016-04-011-1/+0
* Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-291-17/+1
* pam_mkhomedir: Drop superfluous stat() call.Tomas Mraz2014-08-261-15/+1
* Introduce pam_modutil_sanitize_helper_fdsDmitry V. Levin2014-01-271-11/+4
* Fix gratuitous use of strdup and x_strdupDmitry V. Levin2014-01-271-6/+6