Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libpam: check for INT_MAX limit in ioloop | Tobias Stoeckmann | 2023-12-04 | 1 | -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 typos | Tobias Stoeckmann | 2023-12-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org> | ||||
* | Relevant BUGIDs: | Tomas Mraz | 2005-09-21 | 1 | -0/+53 |
Purpose of commit: new feature Commit summary: --------------- Moved functions from pammodutil to libpam. |