]> granicus.if.org Git - linux-pam/shortlog
linux-pam
2015-04-27 Thorsten KukukUpdate NEWS file Linux-PAM-1_2_0
2015-04-27 Thorsten KukukRelease version 1.2.0
2015-04-27 Thorsten KukukFix some grammatical errors in documentation.
2015-04-23 Thorsten KukukAdd "quiet" option to pam_unix to suppress informential...
2015-04-07 Tomas MrazUse crypt_r if available in pam_userdb and in pam_unix.
2015-03-25 Thorsten KukukSupport alternative "vendor configuration" files as...
2015-03-25 Thorsten Kukukpam_env: expand @{HOME} and @{SHELL} and enhance docume...
2015-03-24 Thorsten KukukClarify pam_access docs re PAM service names and X...
2015-03-24 Thorsten KukukDon't use sudo directory, the timestamp format is diffe...
2015-03-24 Thorsten KukukEnhance group.conf examples (Ticket#35)
2015-03-24 Thorsten KukukDocument timestampdir option (Ticket#33)
2015-03-24 Thorsten KukukAdjust documentation (Ticket#36)
2015-02-18 Tomas MrazUpdated translations from Transifex.
2015-01-07 Dmitry V. Levinbuild: raise gettext version requirement
2015-01-07 Ronny Chevalierbuild: adjust automake warning flags
2015-01-07 Dmitry V. Levinbuild: rename configure.in to configure.ac
2015-01-07 Dmitry V. LevinRemove unmodified GNU gettext files installed by autopoint
2015-01-06 Ronny ChevalierUpdate .gitignore
2015-01-02 Luke Shumakerlibpam: Only print "Password change aborted" when it...
2014-12-10 Dmitry V. Levinbuild: extend cross compiling check to cover CPPFLAGS...
2014-12-09 Dmitry V. LevinDo not use yywrap (ticket #42)
2014-12-09 Kyle Mannadoc: fix a trivial typo in pam_authenticate return...
2014-12-08 Ronny Chevalierdoc: fix typo in pam_authenticate.3.xml
2014-10-17 Tomas Mrazpam_succeed_if: Fix copy&paste error in rhost and tty...
2014-10-17 Tomas Mrazpam_succeed_if: Use long long type for numeric values
2014-09-05 Tomas MrazAdd grantor field to audit records of libpam.
2014-08-26 Tomas Mrazpam_mkhomedir: Drop superfluous stat() call.
2014-08-26 Tomas Mrazpam_exec: Do not depend on open() returning STDOUT_FILENO.
2014-08-25 Robin Hackpam_keyinit: Check return value of setregid.
2014-08-25 Robin Hackpam_filter: Avoid leaking descriptors when fork() fails.
2014-08-14 Robin Hackpam_echo: Avoid leaking file descriptor.
2014-08-13 Robin Hackpam_tty_audit: Silence Coverity reporting uninitialized...
2014-08-13 Tomas Mrazpam_tally2: Avoid uninitialized use of fileinfo.
2014-08-13 Tomas Mrazpam_access: Avoid uninitialized access of line.
2014-08-05 Tomas Mrazpam_lastlog: Properly clean up last_login structure...
2014-07-21 Tomas MrazMake pam_pwhistory and pam_unix tolerant of corrupted...
2014-06-30 Dmitry V. Levindoc: add missing build dependencies for soelim stubs
2014-06-23 Dmitry V. Levindoc: fix install in case of out of tree build (ticket...
2014-06-19 Dmitry V. Levindoc: fix installation of adg-*.html and mwg-*.html...
2014-06-19 Tomas Mrazpam_limits: nofile refers to file descriptors not files
2014-06-19 Tomas Mrazpam_limits: clarify documentation of maxlogins and...
2014-06-19 Tomas Mrazpam_unix: Check for NULL return from Goodcrypt_md5().
2014-06-19 Tomas Mrazpam_unix: check for NULL return from malloc()
2014-05-22 Tomas Mrazpam_loginuid: Document one more possible case of PAM_IG...
2014-05-22 Tomas Mrazpam_loginuid: Document other possible return values.
2014-03-26 Dmitry V. Levinpam_timestamp: fix potential directory traversal issue...
2014-03-20 Tomas Mrazpam_userdb: document that .db suffix should not be...
2014-03-11 Tomas Mrazpam_selinux: canonicalize user name
2014-01-28 Dmitry V. LevinChange tarball name back to "Linux-PAM"
2014-01-27 Dmitry V. LevinIntroduce pam_modutil_sanitize_helper_fds
2014-01-27 Dmitry V. Levinpam_xauth: avoid potential SIGPIPE when writing to...
2014-01-27 Dmitry V. Levinpam_loginuid: log significant loginuid write errors
2014-01-27 Dmitry V. LevinFix gratuitous use of strdup and x_strdup
2014-01-27 Dmitry V. Levinpam_userdb: fix password hash comparison
2014-01-24 Dmitry V. Levinpam_xauth: log fatal errors preventing xauth process...
2014-01-22 Dmitry V. Levinpam_loginuid: cleanup loginuid buffer initialization
2014-01-22 Dmitry V. Levinlibpam_misc: fix an inconsistency in handling memory...
2014-01-20 Dmitry V. Levinpam_limits: fix utmp->ut_user handling
2014-01-20 Dmitry V. Levinpam_mkhomedir: check and create home directory for...
2014-01-20 Tomas Mrazpam_limits: detect and ignore stale utmp entries
2014-01-19 Stéphane Graberpam_loginuid: Always return PAM_IGNORE in userns
2014-01-15 Steve Langasekpam_namespace: don't use bashisms in default namespace...
2014-01-10 Stéphane Graberpam_loginuid: Ignore failure in user namespaces
2014-01-10 Dmitry V. Levinpam_loginuid: return PAM_IGNORE when /proc/self/loginui...
2013-11-20 Dmitry V. Levinpam_access: fix debug level logging (ticket #19)
2013-11-20 Dmitry V. Levinpam_warn: log flags passed to the module (ticket #25)
2013-11-20 Dmitry V. LevinModernize AM_INIT_AUTOMAKE invocation
2013-11-20 Dmitry V. LevinFix autoconf warnings
2013-11-20 Dmitry V. Levinpam_securetty: check return value of fgets
2013-11-20 Dmitry V. Levinpam_lastlog: fix format string
2013-11-20 Darren TuckerIf the correct loginuid is set already, skip writing it.
2013-11-11 Thorsten Kukuk Always ask for old password if changing NIS account
2013-11-08 Thorsten KukukAllow DES as compatibility option for /etc/login.defs
2013-10-14 Tomas MrazDocfix: pam_prompt() and pam_vprompt() return int.
2013-10-14 Tomas MrazMake pam_tty_audit work with old kernels not supporting...
2013-09-25 Tomas MrazFix pam_tty_audit log_passwd support and regression.
2013-09-19 Thorsten KukukRelease version 1.1.8
2013-09-16 Thorsten KukukCheck return value of setuid to remove glibc warnings. Linux-PAM-1_1_8
2013-09-13 Tomas MrazWrite to *rounds only if non-NULL.
2013-09-13 Tomas MrazAdd missing ')'
2013-09-11 Thorsten KukukRelease version 1.1.7 Linux-PAM-1_1_7
2013-09-11 Tomas MrazUpdated translations from Transifex.
2013-09-04 Thorsten KukukExtend pam_exec by stdout and type= options (ticket...
2013-08-30 Thorsten KukukFix compile error
2013-08-29 Thorsten KukukRestart waitpid if it returns with EINTR (ticket #17)
2013-08-28 Thorsten Kukukmisc_conv.3: Fix documentation of misc_conv
2013-08-23 Tomas MrazApply the exclusive check in pam_sepermit only when...
2013-08-22 Tomas MrazUpdated translations from Transifex.
2013-07-01 Dmitry V. Levinpam_rootok: fix linking in --enable-audit mode
2013-07-01 Richard Guy... pam_tty_audit: fix a typo that crept in during patch...
2013-06-21 Richard Guy... pam_tty_audit: add an option to control logging of... ldv/master
2013-06-20 Tomas MrazMan page fix - unix_update runs in the permissive mode...
2013-06-18 Thorsten KukukUse hash from /etc/login.defs as default if no
2013-04-12 Tomas Mrazpam_access: better not change the default function...
2013-03-28 Tomas MrazFix strict aliasing issue in MD5 implementations.
2013-03-22 Tomas Mrazpam_lastlog: Do not fail on short read if btmp is corru...
2013-03-22 Tomas Mrazpam_rootok: Allow proper logging of the user AVC if...
2013-02-08 Tomas MrazAdd checks for crypt() returning NULL.
2013-02-07 Tomas Mrazpam_userdb: Allow also modern password hashes supported...
2013-01-18 Walter de Jongpam_access: fix typo in ifdef
next