summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAge
* Prepare for 1.5.0 releaseDmitry V. Levin2020-11-03
* Remove deprecated pam_tally and pam_tally2 modulesDmitry V. Levin2020-10-29
* Remove deprecated pam_cracklib moduleDmitry V. Levin2020-10-29
* Revert "libpam/pam_modutil_sanitize.c: optimize the way to close fds"Tomas Mraz2020-10-20
* configure: add --disable-unix optionDmitry V. Levin2020-08-08
* Build all installed executables with -Wl,-z,now if availableDmitry V. Levin2020-08-07
* build: rename PIE_* AC_SUBST variables to EXE_*Dmitry V. Levin2020-08-07
* configure.ac: rewrite --disable-pie and -fpie/pie checkDmitry V. Levin2020-08-07
* m4: rewrite __attribute__((unused)) checkDmitry V. Levin2020-08-07
* configure.ac: rewrite WARN_CFLAGS initializationDmitry V. Levin2020-08-06
* configure.ac: fix typo in --with-kernel-overflow-uid= option to match its doc...Issam Maghni2020-08-03
* configure.ac: fix non-portable use of test builtinDmitry V. Levin2020-06-15
* configure.ac: fix build failure when crypt() does not require libcryptFabrice Fontaine2020-06-11
* Deprecate pam_cracklib, pam_tally, and pam_tally2Dmitry V. Levin2020-05-13
* pam_faillock: New module for locking after multiple auth failuresTomas Mraz2020-04-30
* build: rework vendordir substitutionDmitry V. Levin2020-04-28
* Make.xml.rules: prepare for configure substitutionsDmitry V. Levin2020-04-28
* configure: fix dlopen checkDmitry V. Levin2020-04-27
* configure: add --disable-tally and --disable-tally2 optionsDmitry V. Levin2020-04-27
* build: move pam_selinux and pam_sepermit build conditions to modules/Makefile.amDmitry V. Levin2020-04-26
* build: simplify the check for unshare functionDmitry V. Levin2020-04-26
* build: move pam_namespace build condition to modules/Makefile.amDmitry V. Levin2020-04-26
* build: move pam_userdb build condition to modules/Makefile.amDmitry V. Levin2020-04-26
* build: remove unused HAVE_LIBCRACKDmitry V. Levin2020-04-26
* build: move pam_cracklib build condition to modules/Makefile.amDmitry V. Levin2020-04-26
* build: remove unused HAVE_KEY_MANAGEMENTDmitry V. Levin2020-04-26
* build: move pam_keyinit build condition to modules/Makefile.amDmitry V. Levin2020-04-26
* build: remove unused AC_DEFINE([HAVE_AUDIT_TTY_STATUS])Dmitry V. Levin2020-04-26
* build: move pam_tty_audit build condition to modules/Makefile.amDmitry V. Levin2020-04-26
* configure.ac: sort COND_BUILD_* conditionalsDmitry V. Levin2020-04-26
* build: cleanup: replace "test ! -z" with "test -n"Dmitry V. Levin2020-04-26
* pam_setquota: new module to set or modify disk quotas on session startSven Hartge2020-04-17
* Fix various typos found using codespell toolDmitry V. Levin2020-03-28
* configure: implement --enable-Werror optionDmitry V. Levin2020-03-19
* Use cached 'crypt' library result correctlyMark Wutzke2020-03-04
* Prepare for the 1.4.0 releaseTomas Mraz2020-03-03
* pam_namespace: secure tmp-inst directoriesTopi Miettinen2020-02-18
* pam_usertype: new module to tell if uid is in login.defs rangesPavel Březina2020-01-28
* configure.ac: add --enable-doc optionFabrice Fontaine2020-01-27
* pam_umask: build-time usergroups option defaultAndreas Henriksson2020-01-10
* Do not use CFLAGS for warning flags set from configureTomas Mraz2019-12-18
* Fixed missing quotes in configure scriptMarek Černocký2019-09-23
* Add support for a vendor directory and libeconf (#136)Thorsten Kukuk2019-09-16
* libpam/pam_modutil_sanitize.c: optimize the way to close fdsChristophe Besson2019-08-26
* Fix regressions from the last commits.Tomas Mraz2019-01-04
* build: ignore pam_lastlog when logwtmp is not available.Yousong Zhou2019-01-04
* build: ignore pam_rhosts if neither ruserok nor ruserok_af is available.Yousong Zhou2019-01-04
* Release version 1.3.1Thorsten Kukuk2018-05-18
* Regular links doesn't work with -no-numbering -no-references.Tomas Mraz2016-11-14
* build: avoid non-portable == with "test" (ticket #60)Mike Frysinger2016-05-05