aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_filter
Commit message (Expand)AuthorAgeFilesLines
* build: drop autotools supportDmitry V. Levin2024-10-233-56/+0
* pam_filter: close unused file descriptorsDmitry V. Levin2024-09-131-1/+5
* pam_filter: fix potential fd leak on error pathDmitry V. Levin2024-09-131-4/+8
* meson: build Linux-PAM using mesonDmitry V. Levin2024-09-102-0/+10
* modules: add pamc headers to the search path only when neededTobias Stoeckmann2024-01-212-3/+2
* treewide: strictly separate builddir and srcdirTobias Stoeckmann2024-01-121-1/+1
* treewide: fix typos in commentsTobias Stoeckmann2024-01-051-2/+2
* pam_filter: drop invalid tty hackChristian Göttsche2024-01-041-5/+0
* pam_filter: support very long argumentsTobias Stoeckmann2023-12-311-1/+2
* pam_filter: use stpcpy instead of strcpyTobias Stoeckmann2023-12-191-5/+4
* treewide: use asprintf to construct stringsTobias Stoeckmann2023-12-191-50/+14
* treewide: assume free(NULL) is no-opDmitry V. Levin2023-12-141-2/+1
* treewide: do not cast calloc/malloc/reallocTobias Stoeckmann2023-11-121-4/+4
* modules: cast to unsigned char for character handling functionChristian Göttsche2023-08-071-3/+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-162-50/+33
* pam_filter: Close file after controlling ttyIker Pedrosa2021-07-091-1/+1
* build: rename PIE_* AC_SUBST variables to EXE_*Dmitry V. Levin2020-08-071-2/+2
* 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-6/+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
* modules/*/Makefile.am: add dist_ prefix to *_DATADmitry V. Levin2020-05-031-2/+2
* 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-1/+1
* 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 tests in EXTRA_DIST uniformlyDmitry V. Levin2020-04-271-1/+1
* pam_filter: fix potential off-by-one heap buffer overflowDmitry V. Levin2020-04-241-12/+11
* Fix various typos found using codespell toolDmitry V. Levin2020-03-281-2/+2
* configure.ac: add --enable-doc optionFabrice Fontaine2020-01-271-0/+2
* Fix miscellaneous const issuesTomas Mraz2020-01-201-3/+2
* Miscellaneous spelling fixesSteve Langasek2020-01-151-1/+1
* Do not use CFLAGS for warning flags set from configureTomas Mraz2019-12-182-2/+3
* Fix or suppress various warnings when compiling with -Wall -WextraTomas Mraz2019-12-161-8/+8
* Unification and cleanup of syslog log levels.Tomas Mraz2016-06-301-20/+20
* Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-291-28/+12
* pam_filter: Avoid leaking descriptors when fork() fails.Robin Hack2014-08-251-0/+5
* Use libpam.la/libpam_misc.la to link with -lpam/-lpam_miscDmitry V. Levin2011-10-282-2/+2
* Update .gitignore filesDmitry V. Levin2011-10-272-13/+0
* Rename all .cvsignore files to .gitignoreDmitry V. Levin2011-10-272-0/+0
* Guard for pam_get_user() error in pam_filter module.Tomas Mraz2011-06-021-2/+2
* Relevant BUGIDs:Thorsten Kukuk2009-06-281-2/+2
* Relevant BUGIDs:Tomas Mraz2009-06-011-1/+1
* Relevant BUGIDs:Dmitry V. Levin2009-04-031-2/+3
* Relevant BUGIDs:Tomas Mraz2008-12-022-46/+34
* Relevant BUGIDs:Thorsten Kukuk2008-08-181-4/+4
* Relevant BUGIDs: Debian bug #470137Steve Langasek2008-07-271-1/+1
* Relevant BUGIDs:Thorsten Kukuk2008-02-131-4/+1
* Relevant BUGIDs:Thorsten Kukuk2008-01-083-218/+2