aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/modules/pam_exec/pam_exec.c
Commit message (Expand)AuthorAgeFilesLines
* pam_exec: fix segfault when authtok is nullYan Ka Chiu2022-05-221-0/+7
* Apply tentative fix for clang 11 warning in pam_exec(8):Dimitry Andric2020-08-061-1/+2
* Changes to the expose_password functionality:Dag-Erling Smørgrav2019-06-301-5/+15
* For full Linux-PAM compatibility, add a trailing NUL character whenDag-Erling Smørgrav2018-09-041-1/+2
* Add support for Linux-PAM's badly named expose_authtok option.Dag-Erling Smørgrav2018-08-141-8/+73
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Add options to capture stdout and / or stderr and pass the output onDag-Erling Smørgrav2017-03-221-112/+229
* Revert r314780Pedro F. Giffuni2017-03-121-1/+1
* libpam: extra bounds checking through reallocarray(3).Pedro F. Giffuni2017-03-061-1/+1
* Revert r314777: wrong log, the change was to libpam.Pedro F. Giffuni2017-03-061-1/+1
* libfetch: extra bounds checking through reallocarray(3).Pedro F. Giffuni2017-03-061-1/+1
* Fix error messages containing the executed command nameJean-Sébastien Pédron2012-04-121-31/+77
* Use program exit status as pam_exec return code (optional)Jean-Sébastien Pédron2012-03-261-32/+284
* Include <stdio.h> for asprintf().Ed Schouten2009-06-141-0/+1
* childerr needs to be volatile so gcc won't optimize it away.Dag-Erling Smørgrav2006-11-101-1/+2
* When (re)allocating space for an array of pointers to char, useColin Percival2005-09-191-1/+1
* In addition to the PAM environment, export a handful of useful PAM items.Dag-Erling Smørgrav2005-02-011-7/+52
* Update copyright.Dag-Erling Smørgrav2003-02-061-1/+1
* Export the PAM environment to the child process instead of the "normal"Dag-Erling Smørgrav2003-02-061-2/+8
* Just to show that PAM can do almost anything from the ridiculous to theDag-Erling Smørgrav2002-05-231-0/+147