aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix some grammatical errors in documentation.Thorsten Kukuk2015-04-277-8/+8
* Add "quiet" option to pam_unix to suppress informential infoThorsten Kukuk2015-04-233-6/+25
* Use crypt_r if available in pam_userdb and in pam_unix.Tomas Mraz2015-04-072-7/+35
* pam_env: expand @{HOME} and @{SHELL} and enhance documentationThorsten Kukuk2015-03-253-19/+46
* Clarify pam_access docs re PAM service names and X $DISPLAY value testing.Thorsten Kukuk2015-03-242-10/+35
* Don't use sudo directory, the timestamp format is different (Ticket#32)Thorsten Kukuk2015-03-241-1/+2
* Enhance group.conf examples (Ticket#35)Thorsten Kukuk2015-03-241-3/+3
* Document timestampdir option (Ticket#33)Thorsten Kukuk2015-03-241-2/+17
* pam_succeed_if: Fix copy&paste error in rhost and tty values.Tomas Mraz2014-10-171-2/+2
* pam_succeed_if: Use long long type for numeric valuesTomas Mraz2014-10-171-10/+10
* pam_mkhomedir: Drop superfluous stat() call.Tomas Mraz2014-08-261-15/+1
* pam_exec: Do not depend on open() returning STDOUT_FILENO.Tomas Mraz2014-08-261-1/+11
* pam_keyinit: Check return value of setregid.Robin Hack2014-08-251-1/+2
* pam_filter: Avoid leaking descriptors when fork() fails.Robin Hack2014-08-251-0/+5
* pam_echo: Avoid leaking file descriptor.Robin Hack2014-08-141-2/+9
* pam_tty_audit: Silence Coverity reporting uninitialized use.Robin Hack2014-08-131-0/+1
* pam_tally2: Avoid uninitialized use of fileinfo.Tomas Mraz2014-08-131-4/+1
* pam_access: Avoid uninitialized access of line.Tomas Mraz2014-08-131-2/+2
* pam_lastlog: Properly clean up last_login structure before use.Tomas Mraz2014-08-051-2/+2
* Make pam_pwhistory and pam_unix tolerant of corrupted opasswd file.Tomas Mraz2014-07-212-2/+19
* pam_limits: nofile refers to file descriptors not filesTomas Mraz2014-06-192-2/+2
* pam_limits: clarify documentation of maxlogins and maxsyslogins limits.Tomas Mraz2014-06-191-3/+6
* pam_unix: Check for NULL return from Goodcrypt_md5().Tomas Mraz2014-06-191-1/+1
* pam_unix: check for NULL return from malloc()Tomas Mraz2014-06-191-0/+2
* pam_loginuid: Document one more possible case of PAM_IGNORE return.Tomas Mraz2014-05-221-1/+3
* pam_loginuid: Document other possible return values.Tomas Mraz2014-05-221-2/+17
* pam_timestamp: fix potential directory traversal issue (ticket #27)Dmitry V. Levin2014-03-261-1/+12
* pam_userdb: document that .db suffix should not be usedTomas Mraz2014-03-201-2/+3
* pam_selinux: canonicalize user nameTomas Mraz2014-03-111-0/+5
* Introduce pam_modutil_sanitize_helper_fdsDmitry V. Levin2014-01-277-83/+57
* pam_xauth: avoid potential SIGPIPE when writing to xauth processDmitry V. Levin2014-01-271-1/+1
* pam_loginuid: log significant loginuid write errorsDmitry V. Levin2014-01-271-3/+9
* Fix gratuitous use of strdup and x_strdupDmitry V. Levin2014-01-279-42/+37
* pam_userdb: fix password hash comparisonDmitry V. Levin2014-01-271-3/+6
* pam_xauth: log fatal errors preventing xauth process executionDmitry V. Levin2014-01-241-0/+3
* pam_loginuid: cleanup loginuid buffer initializationDmitry V. Levin2014-01-221-1/+1
* pam_limits: fix utmp->ut_user handlingDmitry V. Levin2014-01-201-3/+8
* pam_mkhomedir: check and create home directory for the same user (ticket #22)Dmitry V. Levin2014-01-201-5/+5
* pam_limits: detect and ignore stale utmp entriesTomas Mraz2014-01-201-0/+7
* pam_loginuid: Always return PAM_IGNORE in usernsStéphane Graber2014-01-181-10/+11
* pam_namespace: don't use bashisms in default namespace.init scriptSteve Langasek2014-01-152-1/+6
* pam_loginuid: Ignore failure in user namespacesStéphane Graber2014-01-101-1/+14
* pam_loginuid: return PAM_IGNORE when /proc/self/loginuid does not existDmitry V. Levin2014-01-101-15/+28
* pam_access: fix debug level logging (ticket #19)Dmitry V. Levin2013-11-201-1/+1
* pam_warn: log flags passed to the module (ticket #25)Dmitry V. Levin2013-11-201-15/+15
* pam_securetty: check return value of fgetsDmitry V. Levin2013-11-201-3/+2
* pam_lastlog: fix format stringDmitry V. Levin2013-11-201-1/+2
* If the correct loginuid is set already, skip writing it.Darren Tucker2013-11-201-3/+8
* Always ask for old password if changing NIS accountThorsten Kukuk2013-11-111-1/+2
* Allow DES as compatibility option for /etc/login.defsThorsten Kukuk2013-11-081-1/+3