aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_namespace
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* pam_namespace: cleanup pam_namespace.service installationDmitry V. Levin2020-05-031-5/+1
* modules/*/Makefile.am: add dist_ prefix to *_DATADmitry V. Levin2020-05-031-3/+3
* modules/pam_namespace/Makefile.am: add dist_ prefix to secureconf_SCRIPTSDmitry V. Levin2020-05-031-2/+2
* pam_namespace: replace namespace.init with $(SCRIPTS) in EXTRA_DISTDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: remove $(secureconf_DATA) from EXTRA_DISTDmitry V. Levin2020-04-271-1/+1
* 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-6/+3
* 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 secureconf_DATA files in EXTRA_DIST uniformlyDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: list tests in EXTRA_DIST uniformlyDmitry V. Levin2020-04-271-1/+1
* pam_namespace: simplify distribution of manual pagesDmitry V. Levin2020-04-271-4/+2
* build: move pam_namespace build condition to modules/Makefile.amDmitry V. Levin2020-04-261-12/+8
* Fix various typos found using codespell toolDmitry V. Levin2020-03-282-4/+4
* modules/pam_namespace: use pam_str_skip_prefixDmitry V. Levin2020-03-191-1/+1
* Use PAM_ARRAY_SIZEDmitry V. Levin2020-03-191-2/+3
* Fix most of clang -Wcast-align compilation warningsDmitry V. Levin2020-03-192-3/+7
* modules/pam_namespace: fix EXTRA_DISTDmitry V. Levin2020-03-181-1/+1
* pam_namespace: ignore pam_namespace_helper in gitChristian Göttsche2020-03-171-0/+1
* pam_namespace: secure tmp-inst directoriesTopi Miettinen2020-02-185-4/+103
* configure.ac: add --enable-doc optionFabrice Fontaine2020-01-271-0/+2
* Fix remaining -Wcast-qual compilation warningsDmitry V. Levin2020-01-201-0/+3
* Fix miscellaneous const issuesTomas Mraz2020-01-201-3/+3
* Miscellaneous spelling fixesSteve Langasek2020-01-151-1/+1
* Do not use CFLAGS for warning flags set from configureTomas Mraz2019-12-181-1/+1
* pam_namespace: Support for noexec, nosuid and nodev flags for tmpfs mountsTomas Mraz2019-11-043-5/+79
* Unification and cleanup of syslog log levels.Tomas Mraz2016-06-301-5/+5