aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * build: consistently include config.h unconditionallyDmitry V. Levin2024-08-2846-101/+7
| | * configure.ac: fix installation of pam_namespace service fileDmitry V. Levin2024-08-271-4/+5
| | * build: rename VENDOR_SCONFIGDIR config.h macro to VENDOR_SCONFIG_DIRDmitry V. Levin2024-08-2611-26/+26
| | * build: rename SCONFIGDIR config.h macro to SCONFIG_DIRDmitry V. Levin2024-08-2513-17/+17
| | * doc: remove unused custom-html.xslDmitry V. Levin2024-08-244-23/+2
| | * pam_env: do not add libpam_internal/include to include search path twiceDmitry V. Levin2024-08-231-1/+0
| | * build: parametrize libtool subdirectoryDmitry V. Levin2024-08-2219-280/+282
| | * Include pam_i18n.h where i18n definitions are requiredDmitry V. Levin2024-08-2120-9/+21
| | * Introduce pam_i18n.hDmitry V. Levin2024-08-202-1/+18
| | * libpam: do not include config.h right before pam_private.hDmitry V. Levin2024-08-196-16/+4
| | * Fix includedir in pkgconfig filesDmitry V. Levin2024-08-184-3/+7
| | * pam_rootok: silence compilation warningDmitry V. Levin2024-08-171-2/+2
| | * pam_faillock: fix compilation warningDmitry V. Levin2024-08-161-6/+12
| | * configure.ac: do not use AC_TYPE_{UID,OFF,PID,SIZE}_TDmitry V. Levin2024-08-151-4/+0
| | * configure.ac: do not use AM_PROG_CC_C_ODmitry V. Levin2024-08-141-1/+0
| | * configure.ac: do not use AC_PROG_LN_SDmitry V. Levin2024-08-141-1/+0
| | * configure.ac: do not use AC_PROG_MAKE_SETDmitry V. Levin2024-08-141-1/+0
| | * configure.ac: do not use AC_PROG_GCC_TRADITIONALDmitry V. Levin2024-08-141-1/+0
| | * configure.ac: do not use AC_FUNC_MEMCMPDmitry V. Levin2024-08-141-1/+0
| | * configure.ac: do not use AC_C_CONSTDmitry V. Levin2024-08-141-1/+0
| | * configure.ac: do not use AC_TYPE_GETGROUPSDmitry V. Levin2024-08-141-1/+0
| | * configure.ac: do not use AC_STRUCT_TMDmitry V. Levin2024-08-141-1/+0
| | * configure.ac: do not use AC_HEADER_SYS_WAITDmitry V. Levin2024-08-141-3/+0
| | * configure.ac: do not use AC_HEADER_DIRENTDmitry V. Levin2024-08-141-1/+0
| | * configure.ac: do not check for lastlog.h, utmp.h, and utmpx.hDmitry V. Levin2024-08-132-8/+1
| | * pam_access: support UID and GID in access.confMatthew Luckam2024-08-132-6/+65
| | * pam_inline.h: introduce zero_extend_signed_to_ull() and sign_extend_unsigned_...Dmitry V. Levin2024-08-131-0/+20
| | * libpam_misc: Use ECHOCTL in the terminal inputStanislav Brabec2024-08-071-2/+3
| | * configure.ac: fix typo in the help message for --enable-lastlogFiras Khalil Khana2024-08-071-1/+1
| | * pam_faillock: silence compilation warningDmitry V. Levin2024-07-281-1/+2
| | * pam_econf_readconfig: add econf_readConfigWithCallback supportStefan Schubert2024-07-022-1/+52
| | * libpam_internal: introduce pam_econf_readconfigStefan Schubert2024-07-028-27/+93
| | * pam_set_item: disallow setting service to NULLEgor Ignatov2024-05-302-0/+16
| | * pam_xauth: improve error logging on selabel lookupChristian Göttsche2024-05-241-2/+5
| | * pam_namespace: log getfscreatecon(3) failureChristian Göttsche2024-05-241-1/+3
| | * pam_namespace: free SELinux context on error pathIker Pedrosa2024-05-231-0/+3
| | * pam_namespace: free SELinux contextIker Pedrosa2024-05-231-0/+1
| | * pam_timestamp: close the timestamp file on error pathIker Pedrosa2024-05-231-0/+1
| | * pam_rootok: close the audit socket on error pathIker Pedrosa2024-05-231-0/+1
| | * pam_faillock: close the audit socket after useIker Pedrosa2024-05-231-0/+1
| | * pam_env: fix error handling in econf_read_fileDmitry V. Levin2024-05-191-4/+4
| | * pam_env: fix NULL dereference on error path in econf_read_fileDmitry V. Levin2024-05-191-1/+1
| | * Move all historic changelog files to a top-level ChangeLog.old directoryDmitry V. Levin2024-05-153-0/+0
| | * build: do not distribute historic changelog filesDmitry V. Levin2024-05-152-7/+5
| | * libpam: make /etc/passwd checks 8 bit cleanGöran Uddeborg2024-05-131-1/+1
| | * Fix CHANGELOG encodingTim Hutt2024-04-251-1/+1
| | * pam_umask: document details about the GECOS fieldChristoph Anton Mitterer2024-04-151-2/+4
| | * pam_umask: minor improvements to wordingChristoph Anton Mitterer2024-04-151-6/+6
| | * pam_unix: compare password hashes in constant timeChristian Göttsche2024-04-131-2/+2
| | * libpam: add helper to compare strings in constant timeChristian Göttsche2024-04-131-0/+14