Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libpamc.h: include "config.h" as the first header | Dmitry V. Levin | 2020-04-24 | 1 | -0/+2 |
| | | | | | | | | | This ensures "config.h" is included before any system header included by libpamc.h, which fixes the following bug reported by ALT diagnostics: verify-elf: ERROR: ./lib/libpamc.so.0.82.1: uses non-LFS functions: __xstat readdir * libpamc/libpamc.h: Include "config.h". | ||||
* | libpamc: Use ISO C99 uintX_t types instead of u_intX_t | TBK | 2020-02-26 | 1 | -0/+1 |
| | | | | u_intX_t is a glibcism this fixes the issue of compiling against musl libc. | ||||
* | Relevant BUGIDs: task 15788, bugs 108297, 117476, 117474 | Andrew G. Morgan | 2000-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Purpose of commit: autoconf support for Linux-PAM Commit summary: --------------- This is a merge of the autoconf support that was developed against a 0-72 branch. [Note, because CVS has some issues, this is actually only 95% of the actual commit. The other files were actually committed when the preparation branch Linux-PAM-0-73pre-autoconf was updated. Hopefully, this will complete the merge.] | ||||
* | Initial revision | Andrew G. Morgan | 2000-06-20 | 1 | -0/+63 |