summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * 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
| | * pam_access: Avoid uninitialized access of line.Tomas Mraz2014-08-13
| | * pam_lastlog: Properly clean up last_login structure before use.Tomas Mraz2014-08-05
| | * Make pam_pwhistory and pam_unix tolerant of corrupted opasswd file.Tomas Mraz2014-07-21
| | * doc: add missing build dependencies for soelim stubsDmitry V. Levin2014-06-30
| | * doc: fix install in case of out of tree build (ticket #31)Dmitry V. Levin2014-06-23
| | * doc: fix installation of adg-*.html and mwg-*.html files (ticket #31)Dmitry V. Levin2014-06-19
| | * pam_limits: nofile refers to file descriptors not filesTomas Mraz2014-06-19
| | * pam_limits: clarify documentation of maxlogins and maxsyslogins limits.Tomas Mraz2014-06-19
| | * pam_unix: Check for NULL return from Goodcrypt_md5().Tomas Mraz2014-06-19
| | * pam_unix: check for NULL return from malloc()Tomas Mraz2014-06-19
| | * pam_loginuid: Document one more possible case of PAM_IGNORE return.Tomas Mraz2014-05-22
| | * pam_loginuid: Document other possible return values.Tomas Mraz2014-05-22
| | * pam_timestamp: fix potential directory traversal issue (ticket #27)Dmitry V. Levin2014-03-26
| | * pam_userdb: document that .db suffix should not be usedTomas Mraz2014-03-20
| | * pam_selinux: canonicalize user nameTomas Mraz2014-03-11
| | * Change tarball name back to "Linux-PAM"Dmitry V. Levin2014-01-28
| | * Introduce pam_modutil_sanitize_helper_fdsDmitry V. Levin2014-01-27
| | * pam_xauth: avoid potential SIGPIPE when writing to xauth processDmitry V. Levin2014-01-27
| | * pam_loginuid: log significant loginuid write errorsDmitry V. Levin2014-01-27
| | * Fix gratuitous use of strdup and x_strdupDmitry V. Levin2014-01-27
| | * pam_userdb: fix password hash comparisonDmitry V. Levin2014-01-27
| | * pam_xauth: log fatal errors preventing xauth process executionDmitry V. Levin2014-01-24
| | * pam_loginuid: cleanup loginuid buffer initializationDmitry V. Levin2014-01-22
| | * libpam_misc: fix an inconsistency in handling memory allocation errorsDmitry V. Levin2014-01-22
| | * pam_limits: fix utmp->ut_user handlingDmitry V. Levin2014-01-20
| | * pam_mkhomedir: check and create home directory for the same user (ticket #22)Dmitry V. Levin2014-01-20
| | * pam_limits: detect and ignore stale utmp entriesTomas Mraz2014-01-20
| | * pam_loginuid: Always return PAM_IGNORE in usernsStéphane Graber2014-01-18
| | * pam_namespace: don't use bashisms in default namespace.init scriptSteve Langasek2014-01-15
| | * pam_loginuid: Ignore failure in user namespacesStéphane Graber2014-01-10
| | * pam_loginuid: return PAM_IGNORE when /proc/self/loginuid does not existDmitry V. Levin2014-01-10
| | * pam_access: fix debug level logging (ticket #19)Dmitry V. Levin2013-11-20
| | * pam_warn: log flags passed to the module (ticket #25)Dmitry V. Levin2013-11-20
| | * Modernize AM_INIT_AUTOMAKE invocationDmitry V. Levin2013-11-20
| | * Fix autoconf warningsDmitry V. Levin2013-11-20
| | * pam_securetty: check return value of fgetsDmitry V. Levin2013-11-20
| | * pam_lastlog: fix format stringDmitry V. Levin2013-11-20