aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_motd/pam_motd.c
Commit message (Expand)AuthorAgeFilesLines
* pam_motd: support very long argumentsTobias Stoeckmann2023-12-311-11/+10
* pam_motd: fail if too many motd files encounteredTobias Stoeckmann2023-12-211-1/+6
* pam_motd: do not rely on all filesystems providing a filetypePer Jessen2022-06-301-9/+40
* pam_motd: unset prompt value to drop privilegesikerexxe2020-10-211-1/+1
* pam_motd: filter motd by user and groupikerexxe2020-10-141-22/+75
* modules: remove PAM_SM_* macrosDmitry V. Levin2020-05-031-18/+5
* pam_motd: fix NULL dereference when at least one of motd directories is not a...Dmitry V. Levin2020-04-261-0/+1
* pam_motd: cleanup calloc invocationsDmitry V. Levin2020-04-261-4/+4
* pam_motd: fix NULL dereference on error pathDmitry V. Levin2020-04-261-6/+7
* pam_motd: remove redundant return statementDmitry V. Levin2020-04-261-2/+0
* pam_motd: remove redundant prefix from syslog messagesDmitry V. Levin2020-04-261-5/+5
* pam_motd: fix memory leakDmitry V. Levin2020-04-261-10/+10
* pam_motd: fix misleading error diagnosticsDmitry V. Levin2020-04-261-0/+3
* pam_motd: do not zero the memory allocated by callocDmitry V. Levin2020-04-261-4/+0
* modules/pam_motd: use pam_str_skip_prefixDmitry V. Levin2020-03-191-4/+6
* Fix whitespace issuesDmitry V. Levin2020-03-051-1/+1
* Return only PAM_IGNORE or error from pam_motdBalint Reczey2019-12-171-1/+1
* pam_motd: Export MOTD_SHOWN=pam after showing MOTDBalint Reczey2019-12-041-0/+2
* pam_motd: Cleanup the code and avoid unnecessary loggingTomas Mraz2018-12-201-51/+37
* pam_motd: Fix segmentation fault when no motd_dir specified (#76)Robert Fairley2018-11-211-5/+10
* pam_motd: Support multiple motd paths specified, with filename overrides (#69)Robert Fairley2018-11-191-9/+262
* pam_motd: add support for a motd.d directory (#48)Allison Karlitskaya2018-05-161-27/+73
* Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-291-19/+1
* 2005-10-02 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2005-10-041-9/+11
* Relevant BUGIDs:Tomas Mraz2005-09-211-2/+2
* Relevant BUGIDs:Tomas Mraz2005-09-171-4/+1
* Relevant BUGIDs: noneThorsten Kukuk2005-09-051-15/+4
* Relevant BUGIDs: noneThorsten Kukuk2005-08-231-55/+55
* Relevant BUGIDs: noneThorsten Kukuk2005-08-161-3/+3
* Relevant BUGIDs: noneThorsten Kukuk2005-07-201-1/+1
* Relevant BUGIDs: noneThorsten Kukuk2005-06-091-4/+6
* Relevant BUGIDs:Tomas Mraz2005-04-191-3/+10
* Relevant BUGIDs:Thorsten Kukuk2004-09-221-14/+24
* Relevant BUGIDs: 476938Andrew G. Morgan2001-11-121-2/+6
* Initial revisionAndrew G. Morgan2000-06-201-0/+119