aboutsummaryrefslogtreecommitdiff
path: root/libpam_misc/help_env.c
Commit message (Collapse)AuthorAgeFilesLines
* libpam_misc: use size_t for sizesTobias Stoeckmann2024-01-181-2/+2
| | | | | | | | Theoretically the int might overflow. Use a size_t to protect this function which might be called from an application, because it is exposed through pam_misc.h header. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
* libpam_misc: make use of secure memory erasureChristian Göttsche2023-02-281-2/+3
|
* Relevant BUGIDs: noneThorsten Kukuk2005-09-201-3/+3
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix missing NULL pointer check and us asprintf instead of malloc/snprintf (from Dmitry V. Levin).
* Relevant BUGIDs: noneThorsten Kukuk2005-08-161-17/+0
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Big "automake/autoconf/libtool" commit
* Relevant BUGIDs: 124391Jan Rekorajski2000-12-041-13/+0
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- * removed unnecessary CVS Log tags from all over the source
* Initial revisionAndrew G. Morgan2000-06-201-0/+118