summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-29
* Fix check for libtirpc and enhance check for libnsl to includeThorsten Kukuk2016-03-24
* Remove YP dependencies from pam_access, they were never usedThorsten Kukuk2016-03-23
* Add checks for localtime() returning NULL.Tomas Mraz2016-03-04
* pam_unix: Silence warnings and fix a minor bug.Tomas Mraz2016-03-04
* pam_env: Document the /etc/environment file.Tomas Mraz2016-02-17
* pam_unix: Add no_pass_expiry option to ignore password expiration.Tomas Mraz2016-02-17
* pam_unix: Change the salt length for new hashes to 16 charactersTomas Mraz2016-01-25
* Relax the conditions for fatal failure on auditing.Tomas Mraz2015-12-17
* pam_tally2: Optionally log the tally count when checking.Tomas Mraz2015-12-16
* Docfix: pam handle is const in pam_syslog() and pam_vsyslog()Jakub Hrozek2015-10-02
* pam_loginuid: Add syslog message if required auditd is not detected.Tomas Mraz2015-09-24
* Allow links to be used instead of w3m for documentation regeneration.Tomas Mraz2015-09-04
* Add missing space in pam_misc_setenv man page.Tomas Mraz2015-09-04
* pam_rootok: use rootok permission instead of passwd permission in SELinux check.Tomas Mraz2015-08-12
* pam_timestamp: Avoid leaking file descriptor.Amarnath Valluri2015-08-05
* Release version 1.2.1Thorsten Kukuk2015-06-22
* Update NEWS fileThorsten Kukuk2015-04-27
* Release version 1.2.0Thorsten Kukuk2015-04-27
* Fix some grammatical errors in documentation.Thorsten Kukuk2015-04-27
* Add "quiet" option to pam_unix to suppress informential infoThorsten Kukuk2015-04-23
* Use crypt_r if available in pam_userdb and in pam_unix.Tomas Mraz2015-04-07
* Support alternative "vendor configuration" files as fallback to /etcThorsten Kukuk2015-03-25
* pam_env: expand @{HOME} and @{SHELL} and enhance documentationThorsten Kukuk2015-03-25
* Clarify pam_access docs re PAM service names and X $DISPLAY value testing.Thorsten Kukuk2015-03-24
* Don't use sudo directory, the timestamp format is different (Ticket#32)Thorsten Kukuk2015-03-24
* Enhance group.conf examples (Ticket#35)Thorsten Kukuk2015-03-24
* Document timestampdir option (Ticket#33)Thorsten Kukuk2015-03-24
* Adjust documentation (Ticket#36)Thorsten Kukuk2015-03-24
* Updated translations from Transifex.Tomas Mraz2015-02-18
* build: raise gettext version requirementDmitry V. Levin2015-01-07
* build: adjust automake warning flagsRonny Chevalier2015-01-07
* build: rename configure.in to configure.acDmitry V. Levin2015-01-07
* Remove unmodified GNU gettext files installed by autopointDmitry V. Levin2015-01-07
* Update .gitignoreRonny Chevalier2015-01-06
* libpam: Only print "Password change aborted" when it's true.Luke Shumaker2015-01-02
* build: extend cross compiling check to cover CPPFLAGS (ticket #21)Dmitry V. Levin2014-12-10
* Do not use yywrap (ticket #42)Dmitry V. Levin2014-12-09
* doc: fix a trivial typo in pam_authenticate return values (ticket #38)Kyle Manna2014-12-09
* doc: fix typo in pam_authenticate.3.xmlRonny Chevalier2014-12-08
* pam_succeed_if: Fix copy&paste error in rhost and tty values.Tomas Mraz2014-10-17
* pam_succeed_if: Use long long type for numeric valuesTomas Mraz2014-10-17
* Add grantor field to audit records of libpam.Tomas Mraz2014-09-05
* pam_mkhomedir: Drop superfluous stat() call.Tomas Mraz2014-08-26
* pam_exec: Do not depend on open() returning STDOUT_FILENO.Tomas Mraz2014-08-26
* pam_keyinit: Check return value of setregid.Robin Hack2014-08-25
* pam_filter: Avoid leaking descriptors when fork() fails.Robin Hack2014-08-25
* pam_echo: Avoid leaking file descriptor.Robin Hack2014-08-14
* pam_tty_audit: Silence Coverity reporting uninitialized use.Robin Hack2014-08-13
* pam_tally2: Avoid uninitialized use of fileinfo.Tomas Mraz2014-08-13