index
:
pam.git
debian
dev
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
pam_mkhomedir
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: drop autotools support
Dmitry V. Levin
2024-10-23
2
-50
/
+0
*
meson: build Linux-PAM using meson
Dmitry V. Levin
2024-09-10
1
-0
/
+1
*
build: parametrize libtool subdirectory
Dmitry V. Levin
2024-08-22
1
-8
/
+8
*
Include pam_i18n.h where i18n definitions are required
Dmitry V. Levin
2024-08-21
1
-0
/
+1
*
libpam_internal: supply debug functionality
Tobias Stoeckmann
2024-01-24
1
-1
/
+2
*
modules: add pamc headers to the search path only when needed
Tobias Stoeckmann
2024-01-21
1
-1
/
+1
*
treewide: strictly separate builddir and srcdir
Tobias Stoeckmann
2024-01-12
1
-1
/
+1
*
pam_mkhomedir: avoid string copying
Tobias Stoeckmann
2023-12-19
1
-6
/
+2
*
pam_mkhomedir: do not follow symbolic links
Tobias Stoeckmann
2023-11-29
1
-36
/
+113
*
pam_mkhomedir: enforce absolute home directories
Tobias Stoeckmann
2023-11-29
1
-0
/
+5
*
pam_mkhomedir: improve error path handling
Tobias Stoeckmann
2023-11-29
1
-204
/
+178
*
pam_mkhomedir: treat existing files as success
Tobias Stoeckmann
2023-11-29
1
-8
/
+13
*
pam_mkhomedir: return error if link creation fails
Tobias Stoeckmann
2023-11-29
1
-12
/
+23
*
pam_mkhomedir: set home directory mode only once
Tobias Stoeckmann
2023-11-29
1
-14
/
+7
*
pam_mkhomedir: always call chown/chmod for dir
Tobias Stoeckmann
2023-11-29
1
-6
/
+12
*
pam_mkhomedir: ensure correct argument type when printing debug output
Benny Baumann
2023-11-14
1
-1
/
+1
*
pam_mkhomedir: simplify handling of newsource/newdest
Pino Toscano
2023-05-12
1
-85
/
+32
*
modules: make use of secure memory erasure
Christian Göttsche
2023-02-28
1
-2
/
+1
*
build: use <vendordir>/security directory for installation if it has been set
Stefan Schubert
2023-02-07
1
-0
/
+4
*
doc: Update PAM documentation from DockBook 4 to DocBook 5
Stefan Schubert
2022-12-16
3
-63
/
+44
*
pam_mkhomedir: make sure the SIGCHLD handler is not reset too early
Dmitry V. Levin
2022-07-16
1
-9
/
+9
*
pam_mkhomedir: use HOME_MODE or UMASK from /etc/login.defs
dshein-alt
2021-03-05
4
-9
/
+87
*
pam_mkhomedir: fix umask wording in documentation
Dmitry V. Levin
2020-12-23
1
-1
/
+1
*
Fix various typos found using codespell tool
Dmitry V. Levin
2020-11-24
1
-1
/
+1
*
modules: build all helpers with proper CFLAGS and LDFLAGS
Dmitry V. Levin
2020-08-07
1
-0
/
+2
*
pam_namespace, pam_mkhomedir: fix unlikely descriptor leaks on error path
ikerexxe
2020-07-01
1
-0
/
+2
*
pam_mkhomedir: add a test for return values
Dmitry V. Levin
2020-05-21
2
-1
/
+114
*
pam_mkhomedir: fix return value when the user is unknown
Dmitry V. Levin
2020-05-09
3
-10
/
+2
*
modules: remove PAM_SM_* macros
Dmitry V. Levin
2020-05-03
1
-9
/
+0
*
modules/*/Makefile.am: rename TESTS to dist_check_SCRIPTS
Dmitry V. Levin
2020-05-03
1
-2
/
+3
*
modules/*/Makefile.am: rename man_MANS to dist_man_MANS
Dmitry V. Levin
2020-05-03
1
-2
/
+2
*
modules/*/Makefile.am: add dist_ prefix to *_DATA
Dmitry V. Levin
2020-05-03
1
-2
/
+2
*
modules/*/Makefile.am: replace README with $(DATA) in EXTRA_DIST
Dmitry V. Levin
2020-04-27
1
-1
/
+1
*
modules/*/Makefile.am: reorder lines to promote uniformity
Dmitry V. Levin
2020-04-27
1
-2
/
+0
*
build: move README prerequisites rule from modules/*/Makefile.am to Make.xml....
Dmitry V. Levin
2020-04-27
1
-1
/
+0
*
modules/*/Makefile.am: list prerequisites of README target uniformly
Dmitry V. Levin
2020-04-27
1
-1
/
+1
*
modules/*/Makefile.am: list tests in EXTRA_DIST uniformly
Dmitry V. Levin
2020-04-27
1
-1
/
+1
*
Fix various typos found using codespell tool
Dmitry V. Levin
2020-03-28
1
-1
/
+1
*
modules/pam_mkhomedir: use pam_str_skip_prefix
Dmitry V. Levin
2020-03-19
1
-4
/
+7
*
configure.ac: add --enable-doc option
Fabrice Fontaine
2020-01-27
1
-0
/
+2
*
Fix remaining -Wcast-qual compilation warnings
Dmitry V. Levin
2020-01-20
1
-0
/
+4
*
Fix miscellaneous const issues
Tomas Mraz
2020-01-20
1
-1
/
+1
*
Do not use CFLAGS for warning flags set from configure
Tomas Mraz
2019-12-18
1
-1
/
+1
*
pam_mkhomedir: Add debug option to pam_mkhomedir(8) man page
MIZUTA Takeshi
2019-10-03
1
-0
/
+17
*
pam_mkhomedir: Allow creating parent of homedir under /
Tomas Mraz
2017-11-10
1
-7
/
+9
*
Fix whitespace issues
Dmitry V. Levin
2016-04-01
1
-1
/
+0
*
Remove "--enable-static-modules" option and support from
Thorsten Kukuk
2016-03-29
1
-17
/
+1
*
pam_mkhomedir: Drop superfluous stat() call.
Tomas Mraz
2014-08-26
1
-15
/
+1
*
Introduce pam_modutil_sanitize_helper_fds
Dmitry V. Levin
2014-01-27
1
-11
/
+4
*
Fix gratuitous use of strdup and x_strdup
Dmitry V. Levin
2014-01-27
1
-6
/
+6
[next]