aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_sepermit/pam_sepermit.c
Commit message (Expand)AuthorAgeFilesLines
* build: rename VENDOR_SCONFIGDIR config.h macro to VENDOR_SCONFIG_DIRDmitry V. Levin2024-08-261-2/+2
* build: rename SCONFIGDIR config.h macro to SCONFIG_DIRDmitry V. Levin2024-08-251-1/+1
* pam_sepermit: do not call pam_sm_authenticateDmitry V. Levin2024-01-131-6/+12
* pam_sepermit: use getlineTobias Stoeckmann2024-01-031-4/+10
* modules: cast to unsigned char for character handling functionChristian Göttsche2023-08-071-2/+2
* pam_sepermit: use vendor specific sepermit.conf as fallbackStefan Schubert2022-01-241-1/+16
* modules: move SCONFIGDIR-based macro definitions from Makefile.am to the sour...Dmitry V. Levin2022-01-231-0/+1
* pam_sepermit: fix conf= option supportDmitry V. Levin2022-01-221-3/+8
* modules: downgrade syslog level for errors related to pam_get_userDmitry V. Levin2020-05-221-1/+2
* modules: downgrade syslog level for pam_get_user errorsDmitry V. Levin2020-05-221-1/+1
* modules: do not check user name for NULL if pam_get_user returned PAM_SUCCESSDmitry V. Levin2020-05-151-2/+1
* modules: remove PAM_SM_* macrosDmitry V. Levin2020-05-031-4/+0
* Fix various typos found using codespell toolDmitry V. Levin2020-03-281-1/+1
* Remove redundant header file inclusionMIZUTA Takeshi2020-02-181-1/+0
* Fix or suppress various warnings when compiling with -Wall -WextraTomas Mraz2019-12-161-1/+1
* Fix whitespace issuesDmitry V. Levin2016-04-011-1/+0
* Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-291-17/+3
* Apply the exclusive check in pam_sepermit only when loginuid not set.Tomas Mraz2013-08-231-1/+35
* Fix whitespace issuesDmitry V. Levin2011-10-261-8/+7
* Avoid leaking memory and dir handle on realloc failure.Tomas Mraz2011-06-151-3/+9
* Relevant BUGIDs:Tomas Mraz2009-11-191-1/+2
* Relevant BUGIDs:Tomas Mraz2009-11-021-8/+14
* Relevant BUGIDs:Tomas Mraz2008-11-201-9/+15
* Relevant BUGIDs:Tomas Mraz2008-04-171-1/+1
* Relevant BUGIDs:Tomas Mraz2008-03-311-0/+3
* Relevant BUGIDs:Thorsten Kukuk2008-02-041-1/+1
* Relevant BUGIDs:Tomas Mraz2008-01-291-0/+405