aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_namespace
Commit message (Expand)AuthorAgeFilesLines
* pam_namespace: fix logic in return value handlingOlivier Bal-Petre2025-02-241-9/+7
* build: drop autotools supportDmitry V. Levin2024-10-232-53/+0
* meson: build Linux-PAM using mesonDmitry V. Levin2024-09-101-0/+1
* build: consistently include config.h firstDmitry V. Levin2024-08-301-0/+2
* build: rename VENDOR_SCONFIGDIR config.h macro to VENDOR_SCONFIG_DIRDmitry V. Levin2024-08-261-5/+5
* build: rename SCONFIGDIR config.h macro to SCONFIG_DIRDmitry V. Levin2024-08-251-4/+4
* pam_namespace: log getfscreatecon(3) failureChristian Göttsche2024-05-241-1/+3
* pam_namespace: free SELinux context on error pathIker Pedrosa2024-05-231-0/+3
* pam_namespace: free SELinux contextIker Pedrosa2024-05-231-0/+1
* conf/modules: constify read-only data arraysChristian Göttsche2024-02-221-4/+4
* modules: add pamc headers to the search path only when neededTobias Stoeckmann2024-01-211-2/+1
* pam_namespace: use sed instead of awk in namespace.initDmitry V. Levin2024-01-201-1/+1
* pam_namespace: include stdint.hJacob Heider2024-01-171-0/+2
* pam_namespace: protect_dir(): use O_DIRECTORY to prevent local DoS situationsMatthias Gerstner2024-01-171-17/+1
* treewide: strictly separate builddir and srcdirTobias Stoeckmann2024-01-121-1/+1
* pam_namespace: fix typo in manual pageTobias Stoeckmann2024-01-051-1/+1
* treewide: fix typos in commentsTobias Stoeckmann2024-01-052-2/+2
* pam_namespace: validate amount of uids in configTobias Stoeckmann2024-01-031-1/+6
* pam_namespace: document that the namespace.init script runs as rootMatthias Gerstner2024-01-032-2/+8
* pam_namespace: document instance_prefix field better wrt final elementMatthias Gerstner2024-01-031-6/+7
* pam_namespace: close unnecessary file descriptors before exec()Matthias Gerstner2024-01-031-0/+11
* pam_namespace: cleanup_tmpdirs(): use proper error messageMatthias Gerstner2024-01-031-1/+1
* pam_namespace: fix double-free on parse error in namespace.confMatthias Gerstner2024-01-031-1/+1
* treewide: use asprintf to construct stringsTobias Stoeckmann2023-12-191-16/+10
* treewide: replace malloc followed by strcpy with strdupTobias Stoeckmann2023-12-191-2/+1
* treewide: fix typosTobias Stoeckmann2023-12-181-1/+1
* pam_namespace: handle huge namespace.conf linesTobias Stoeckmann2023-12-181-0/+6
* treewide: store strlen results in size_tTobias Stoeckmann2023-12-141-4/+4
* treewide: assume free(NULL) is no-opDmitry V. Levin2023-12-141-3/+2
* treewide: do not cast calloc/malloc/reallocTobias Stoeckmann2023-11-121-2/+2
* modules: cast to unsigned char for character handling functionChristian Göttsche2023-08-072-3/+3
* modules: update Linux detectionChristian Göttsche2023-05-071-1/+1
* treewide: fix unnecessary $ on arithmetic variablesDmitry V. Levin2023-03-311-1/+1
* modules: make use of secure memory erasureChristian Göttsche2023-02-281-1/+3
* 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-164-95/+69
* pam_namespace: make sure the SIGCHLD handler is not reset too earlyDmitry V. Levin2022-07-161-15/+15
* pam_namespace: use vendor specific namespace.conf and namespace.init as fallbackStefan Schubert2022-06-304-15/+167
* modules: use SCONFIGDIR macroDmitry V. Levin2022-01-232-9/+5
* configure.ac: add --with-systemdunitdir optionChangqing Li2021-01-271-1/+1
* pam_namespace: check for string_to_security_class failureChristian Göttsche2020-12-081-0/+6
* pam_namespace: polyinstantiation refer to gdm docikerexxe2020-10-051-39/+2
* Fix -Wcast-align compilation warnings on armDmitry V. Levin2020-08-062-22/+28
* pam_namespace: fix big-endian check in md5 implementationDmitry V. Levin2020-08-051-4/+4
* pam_namespace: skip context translationChristian Göttsche2020-08-051-8/+8
* pam_namespace: replace deprecated matchpathconChristian Göttsche2020-08-052-13/+22
* pam_namespace: replace deprecated security_context_tChristian Göttsche2020-08-051-8/+8
* pam_namespace, pam_mkhomedir: fix unlikely descriptor leaks on error pathikerexxe2020-07-011-0/+1
* pam_namespace: add systemd service file to gitignoreikerexxe2020-06-261-0/+1
* Use correct path for pam_namespace.service file (#223)Thorsten Kukuk2020-05-121-1/+1