aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_listfile/pam_listfile.c
Commit message (Expand)AuthorAgeFilesLines
* modules: do not invoke getline(3) unnecessarilyDmitry V. Levin2024-01-161-1/+1
* pam_listfile: do not call pam_sm_authenticateDmitry V. Levin2024-01-131-17/+23
* pam_listfile: log all option errorsDmitry V. Levin2024-01-131-15/+38
* pam_listfile: consistently log unknown optionsDmitry V. Levin2024-01-131-2/+6
* pam_listfile: treat \r like \nTobias Stoeckmann2024-01-121-7/+2
* pam_listfile: use getlineTobias Stoeckmann2024-01-031-3/+4
* pam_listfile: drop string duplicationTobias Stoeckmann2024-01-021-26/+4
* pam_listfile: do not truncate argumentsTobias Stoeckmann2024-01-021-40/+31
* pam_listfile: fix typo in commentTobias Stoeckmann2024-01-021-1/+1
* pam_listfile: fix formattingTobias Stoeckmann2024-01-021-13/+14
* treewide: replace malloc followed by strcpy with strdupTobias Stoeckmann2023-12-191-2/+1
* treewide: assume free(NULL) is no-opDmitry V. Levin2023-12-141-3/+3
* treewide: do not cast calloc/malloc/reallocTobias Stoeckmann2023-11-121-1/+1
* pam_listfile: fix pointer misuse leading to data corruptionCyril Duval2023-01-181-5/+4
* modules: downgrade syslog level for errors related to pam_get_userDmitry 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/+2
* modules: remove PAM_SM_* macrosDmitry V. Levin2020-05-031-12/+2
* modules/pam_listfile: use pam_str_skip_prefixDmitry V. Levin2020-03-191-6/+8
* Fix or suppress various warnings when compiling with -Wall -WextraTomas Mraz2019-12-161-5/+4
* Unification and cleanup of syslog log levels.Tomas Mraz2016-06-301-1/+1
* Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-291-24/+6
* 2011-05-24 Thorsten Kukuk <kukuk@thkukuk.de>Thorsten Kukuk2011-05-241-4/+9
* Relevant BUGIDs: 2892529Thorsten Kukuk2009-12-081-9/+9
* Relevant BUGIDs:Tomas Mraz2009-12-081-12/+0
* Relevant BUGIDs:Tomas Mraz2009-10-061-54/+22
* Relevant BUGIDs:Tomas Mraz2008-11-241-0/+1
* Relevant BUGIDs: Debian bug #84428Steve Langasek2007-08-301-3/+6
* Relevant BUGIDs: 1490956,1489818,1489808,1489792,1489804,1489658,1489634Thorsten Kukuk2006-05-221-2/+8
* Relevant BUGIDs: noneThorsten Kukuk2006-01-231-16/+32
* Relevant BUGIDs:Tomas Mraz2005-09-211-5/+5
* Relevant BUGIDs: noneThorsten Kukuk2005-09-051-42/+32
* Relevant BUGIDs: noneThorsten Kukuk2005-08-161-10/+13
* Relevant BUGIDs: noneThorsten Kukuk2005-07-201-1/+1
* Relevant BUGIDs: noneThorsten Kukuk2005-06-091-10/+12
* Relevant BUGIDs:Tomas Mraz2005-04-191-3/+20
* Relevant BUGIDs:Thorsten Kukuk2004-09-241-43/+5
* Relevant BUGIDs: patch 476984Steve Langasek2003-07-131-4/+22
* Relevant BUGIDs: 436435Andrew G. Morgan2002-07-131-4/+10
* Relevant BUGIDs: 476947Andrew G. Morgan2001-11-261-26/+36
* Relevant BUGIDs: task 15788, bugs 108297, 117476, 117474Andrew G. Morgan2000-11-191-9/+1
* Initial revisionAndrew G. Morgan2000-06-201-0/+437