aboutsummaryrefslogtreecommitdiff
path: root/libpam/pam_modutil_ioloop.c
Commit message (Collapse)AuthorAgeFilesLines
* libpam: check for INT_MAX limit in ioloopTobias Stoeckmann2023-12-041-0/+10
| | | | | | | | The size arguments to pam_modutil_read and pam_modutil_write are of type int. If a negative value is specified, fail with -1 instead of returning 0, indicating "just" a short read or write. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
* libpam: fix typosTobias Stoeckmann2023-12-041-2/+2
| | | | Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
* Relevant BUGIDs:Tomas Mraz2005-09-211-0/+53
Purpose of commit: new feature Commit summary: --------------- Moved functions from pammodutil to libpam.