aboutsummaryrefslogtreecommitdiff
path: root/libpam_internal/pam_econf.c
Commit message (Collapse)AuthorAgeFilesLines
* pam_econf_readconfig: add econf_readConfigWithCallback supportStefan Schubert2024-07-021-1/+27
| | | | | | Check for econf_readConfigWithCallback() and use it if available. Co-authored-by: Dmitry V. Levin <ldv@strace.io>
* libpam_internal: introduce pam_econf_readconfigStefan Schubert2024-07-021-0/+34
Use this new function instead of econf_readDirs() and econf_readDirsWithCallback(). Co-authored-by: Dmitry V. Levin <ldv@strace.io>