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_namespace
/
pam_namespace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pam_namespace: fix logic in return value handling
Olivier Bal-Petre
2025-02-24
1
-9
/
+7
*
pam_namespace: log getfscreatecon(3) failure
Christian Göttsche
2024-05-24
1
-1
/
+3
*
pam_namespace: free SELinux context on error path
Iker Pedrosa
2024-05-23
1
-0
/
+3
*
pam_namespace: free SELinux context
Iker Pedrosa
2024-05-23
1
-0
/
+1
*
conf/modules: constify read-only data arrays
Christian Göttsche
2024-02-22
1
-4
/
+4
*
pam_namespace: include stdint.h
Jacob Heider
2024-01-17
1
-0
/
+2
*
pam_namespace: protect_dir(): use O_DIRECTORY to prevent local DoS situations
Matthias Gerstner
2024-01-17
1
-17
/
+1
*
treewide: fix typos in comments
Tobias Stoeckmann
2024-01-05
1
-1
/
+1
*
pam_namespace: validate amount of uids in config
Tobias Stoeckmann
2024-01-03
1
-1
/
+6
*
pam_namespace: close unnecessary file descriptors before exec()
Matthias Gerstner
2024-01-03
1
-0
/
+11
*
pam_namespace: cleanup_tmpdirs(): use proper error message
Matthias Gerstner
2024-01-03
1
-1
/
+1
*
pam_namespace: fix double-free on parse error in namespace.conf
Matthias Gerstner
2024-01-03
1
-1
/
+1
*
treewide: use asprintf to construct strings
Tobias Stoeckmann
2023-12-19
1
-16
/
+10
*
treewide: replace malloc followed by strcpy with strdup
Tobias Stoeckmann
2023-12-19
1
-2
/
+1
*
treewide: fix typos
Tobias Stoeckmann
2023-12-18
1
-1
/
+1
*
treewide: store strlen results in size_t
Tobias Stoeckmann
2023-12-14
1
-4
/
+4
*
treewide: do not cast calloc/malloc/realloc
Tobias Stoeckmann
2023-11-12
1
-2
/
+2
*
modules: cast to unsigned char for character handling function
Christian Göttsche
2023-08-07
1
-1
/
+1
*
pam_namespace: make sure the SIGCHLD handler is not reset too early
Dmitry V. Levin
2022-07-16
1
-15
/
+15
*
pam_namespace: use vendor specific namespace.conf and namespace.init as fallback
Stefan Schubert
2022-06-30
1
-14
/
+114
*
pam_namespace: check for string_to_security_class failure
Christian Göttsche
2020-12-08
1
-0
/
+6
*
pam_namespace: skip context translation
Christian Göttsche
2020-08-05
1
-8
/
+8
*
pam_namespace: replace deprecated matchpathcon
Christian Göttsche
2020-08-05
1
-13
/
+21
*
pam_namespace: replace deprecated security_context_t
Christian Göttsche
2020-08-05
1
-8
/
+8
*
pam_namespace, pam_mkhomedir: fix unlikely descriptor leaks on error path
ikerexxe
2020-07-01
1
-0
/
+1
*
Fix various typos found using codespell tool
Dmitry V. Levin
2020-03-28
1
-2
/
+2
*
modules/pam_namespace: use pam_str_skip_prefix
Dmitry V. Levin
2020-03-19
1
-1
/
+1
*
Use PAM_ARRAY_SIZE
Dmitry V. Levin
2020-03-19
1
-2
/
+3
*
Fix remaining -Wcast-qual compilation warnings
Dmitry V. Levin
2020-01-20
1
-0
/
+3
*
Fix miscellaneous const issues
Tomas Mraz
2020-01-20
1
-3
/
+3
*
Miscellaneous spelling fixes
Steve Langasek
2020-01-15
1
-1
/
+1
*
pam_namespace: Support for noexec, nosuid and nodev flags for tmpfs mounts
Tomas Mraz
2019-11-04
1
-2
/
+70
*
Unification and cleanup of syslog log levels.
Tomas Mraz
2016-06-30
1
-5
/
+5
*
Remove "--enable-static-modules" option and support from
Thorsten Kukuk
2016-03-29
1
-17
/
+2
*
pam_namespace: don't use bashisms in default namespace.init script
Steve Langasek
2014-01-15
1
-0
/
+5
*
pam_namespace: add mntopts flag for tmpfs mount options
Tomas Mraz
2012-10-10
1
-3
/
+18
*
Do not unmount anything by default in pam_namespace close session call.
Tomas Mraz
2012-01-26
1
-11
/
+13
*
Make / mount as rslave instead of bind mounting polydirs.
Tomas Mraz
2012-01-24
1
-21
/
+19
*
Fix whitespace issues
Dmitry V. Levin
2011-10-26
1
-165
/
+165
*
Detect the shared / mount and enable private mounts based on that.
Tomas Mraz
2011-06-07
1
-0
/
+51
*
Add support for the mount_private option to pam_namespace.
Tomas Mraz
2011-06-02
1
-5
/
+24
*
Relevant BUGIDs:
Tomas Mraz
2011-03-18
1
-7
/
+10
*
Relevant BUGIDs:
Tomas Mraz
2010-11-11
1
-4
/
+4
*
Relevant BUGIDs:
Tomas Mraz
2010-10-22
1
-3
/
+5
*
Relevant BUGIDs:
Dmitry V. Levin
2009-04-03
1
-5
/
+5
*
Relevant BUGIDs:
Tomas Mraz
2009-02-27
1
-12
/
+12
*
Relevant BUGIDs:
Tomas Mraz
2008-04-18
1
-103
/
+295
*
Relevant BUGIDs: rhbz#438338, rhbz#438264
Tomas Mraz
2008-03-20
1
-5
/
+11
*
Relevant BUGIDs:
Tomas Mraz
2008-02-13
1
-299
/
+618
*
Relevant BUGIDs:
Tomas Mraz
2008-02-01
1
-48
/
+163
[next]