aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * pam_warn: log flags passed to the module (ticket #25)Dmitry V. Levin2013-11-201-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | * modules/pam_warn/pam_warn.c (log_items): Take "flags" argument and log it using pam_syslog. (pam_sm_authenticate, pam_sm_setcred, pam_sm_chauthtok, pam_sm_acct_mgmt, pam_sm_open_session, pam_sm_close_session): Pass "flags" argument to log_items.
| | * Modernize AM_INIT_AUTOMAKE invocationDmitry V. Levin2013-11-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Before this change, automake complained that two- and three-arguments forms of AM_INIT_AUTOMAKE are deprecated. * configure.in: Pass PACKAGE and VERSION arguments to AC_INIT instead of AM_INIT_AUTOMAKE.
| | * Fix autoconf warningsDmitry V. Levin2013-11-201-2/+5
| | | | | | | | | | | | | | | | | | | | | Before this change, autoconf complained that AC_COMPILE_IFELSE and AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS. * configure.in: Call AC_USE_SYSTEM_EXTENSIONS before LT_INIT.
| | * pam_securetty: check return value of fgetsDmitry V. Levin2013-11-201-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Checking return value of fgets not only silences the warning from glibc but also leads to a cleaner code. * modules/pam_securetty/pam_securetty.c (securetty_perform_check): Check return value of fgets.
| | * pam_lastlog: fix format stringDmitry V. Levin2013-11-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | gcc -Wformat justly complains: format '%d' expects argument of type 'int', but argument 5 has type 'time_t' * modules/pam_lastlog/pam_lastlog.c (pam_sm_authenticate): Fix format string.
| | * If the correct loginuid is set already, skip writing it.Darren Tucker2013-11-201-3/+8
| | | | | | | | | | | | | | | modules/pam_loginuid/pam_loginuid.c (set_loginuid): Read the current loginuid and skip writing if already correctly set.
| | * Always ask for old password if changing NIS accountThorsten Kukuk2013-11-111-1/+2
| | | | | | | | | | | | | | | * modules/pam_unix/pam_unix_passwd.c (pam_sm_chauthtok): ask for old password if NIS account.
| | * Allow DES as compatibility option for /etc/login.defsThorsten Kukuk2013-11-081-1/+3
| | | | | | | | | | | | * modules/pam_unix/support.h: Add UNIX_DES
| | * Docfix: pam_prompt() and pam_vprompt() return int.Tomas Mraz2013-10-141-3/+3
| | | | | | | | | | | | doc/man/pam_prompt.3.xml: pam_prompt() and pam_vprompt() return int.
| | * Make pam_tty_audit work with old kernels not supporting log_passwd.Tomas Mraz2013-10-141-2/+7
| | | | | | | | | | | | | | | | | | | | | modules/pam_tty_audit/pam_tty_audit.c(nl_recv): Pad result with zeros if message is short from older kernel. Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
| | * Fix pam_tty_audit log_passwd support and regression.Tomas Mraz2013-09-251-0/+3
| | | | | | | | | | | | | | | modules/pam_tty_audit/pam_tty_audit.c: Add missing "config.h" include. (pam_sm_open_session): Always copy the old status as initialization of new.
| | * Release version 1.1.8Thorsten Kukuk2013-09-1974-433/+438
| | |
* | | Declare fast forward from 1.1.8-3.8Steve Langasek2019-01-090-0/+0
|\ \ \ | | | | | | | | | | | | [dgit --overwrite]
| * | | pam (1.1.8-3.8) unstable; urgency=mediumNiels Thykier2018-08-11125-0/+14933
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Non-maintainer upload. * Set Rules-Requires-Root to binary-targets as pam relies on chgrp in debian/rules. * Update pam-auth-update to detect write errors and properly fail when that happens. (Closes: #880501) * Remove Roger Leigh from uploaders as he has restired from Debian. (Closes: #869348) * Reduce priority of libpam0g to optional. * Rebuild with a recent version of dpkg-source, which ensures that the Build-Depends are correct in the .dsc file. (Closes: #890602) * Apply patch from Felix Lechner to make pam-auth-update ignore editor backup files. (Closes: #519361) * Apply update to Brazilian Portuguese translations of the debconf templates. Thanks to Adriano Rafael Gomes. (Closes: #799417) [dgit import package pam 1.1.8-3.8]
| * | | Import pam_1.1.8.orig.tar.gzSteve Langasek2014-01-161012-0/+244511
| / / | | | | | | | | | [dgit import orig pam_1.1.8.orig.tar.gz]
* | | releasing package pam version 1.1.8-4Steve Langasek2019-01-081-2/+2
| | |
* | | rebuild README files with current docs toolchain.Steve Langasek2019-01-083-1/+150
| | | | | | | | | | | | | | | also, reorder patches so that all doc rebuilds get the standard locale setting.
* | | Consistently include documentation changes in patches, for clean source packageSteve Langasek2019-01-084-45/+170
| | |
* | | Use LC_ALL=C.UTF-8, not LC_ALL=C, when generating documentation.Steve Langasek2019-01-082-4/+5
| | |
* | | Don't include changes to autogenerated files in patches.Steve Langasek2019-01-082-11/+1
| | |
* | | Use DEB_BUILD_PROFILES instead of the obsolete DEB_BUILD_PROFILE.Steve Langasek2019-01-083-2/+4
| | | | | | | | | | | | Bug-Debian: https://bugs.debian.org/907492
* | | Actually remove Roger Leigh from uploadersSteve Langasek2019-01-082-1/+3
| | |
* | | Acknowledge NMUsSteve Langasek2019-01-0818-113/+531
|\ \ \
| * | | Import Debian changes 1.1.8-3.8Niels Thykier2019-01-084-70/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pam (1.1.8-3.8) unstable; urgency=medium * Non-maintainer upload. * Set Rules-Requires-Root to binary-targets as pam relies on chgrp in debian/rules. * Update pam-auth-update to detect write errors and properly fail when that happens. (Closes: #880501) * Remove Roger Leigh from uploaders as he has restired from Debian. (Closes: #869348) * Reduce priority of libpam0g to optional. * Rebuild with a recent version of dpkg-source, which ensures that the Build-Depends are correct in the .dsc file. (Closes: #890602) * Apply patch from Felix Lechner to make pam-auth-update ignore editor backup files. (Closes: #519361) * Apply update to Brazilian Portuguese translations of the debconf templates. Thanks to Adriano Rafael Gomes. (Closes: #799417)
| * | | Import Debian changes 1.1.8-3.7Timo Aaltonen2019-01-085-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pam (1.1.8-3.7) unstable; urgency=medium * Non-maintainer upload. * libpam-modules: Added a config for pam_mkhomedir, disabled by default. (Closes: #568577) * pam-auth-update: Add support for --enable option which is useful for enabling non-default configs without prompting the admin. (LP: #1192719)
| * | | Import Debian changes 1.1.8-3.6Adrian Bunk2019-01-082-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pam (1.1.8-3.6) unstable; urgency=medium * Non-maintainer upload. * cve-2015-3238.patch: Add the changes in the generated pam_exec.8 and pam_unix.8 in addition to (and after) the changes to the source .xml files. This avoids unwanted rebuilds that can cause problems due to differing files on different architectures of the Multi-Arch: same libpam-modules. (Closes: #851545)
| * | | Import Debian changes 1.1.8-3.5Adam Borowski2019-01-083-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pam (1.1.8-3.5) unstable; urgency=medium * Non-maintainer upload. * Build-Depend on libfl-dev:native as well, for cross builds. Re-closes: #846459 * Fix "Unescaped left brace in regex" with Perl 5.22. Closes: #810873
| * | | Import Debian changes 1.1.8-3.4Adam Borowski2019-01-082-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pam (1.1.8-3.4) unstable; urgency=medium * Non-maintainer upload. * Add libfl-dev to Build-Depends, fixing FTBFS. Closes: #846459 * Move xsl stuff to Build-Depends from -Indep to fix misbuilt manpages. Closes: #812566
| * | | Import Debian changes 1.1.8-3.3Laurent Bigonville2019-01-0815-56/+284
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pam (1.1.8-3.3) unstable; urgency=low * Non-maintainer upload. [ Steve Langasek ] * Updated Swedish translation to correct a typo, thanks to Anders Jonsson and Martin Bagge. Closes: #743875 * Updated Turkish translation, thanks to Mert Dirik <mertdirik@gmail.com>. (closes: #756756) * d/applied-patches/pam-limits-nofile-fd-setsize-cap: cap the default soft nofile limit read from pid 1 to FD_SETSIZE. Thanks to Robie Basak <robie.basak@ubuntu.com> for the patch. Closes: #783105. * Acknowledge security NMU. * pam-auth-update: don't mishandle trailing whitespace in profiles. LP: #1487103. [ Laurent Bigonville ] * debian/control: Fix Vcs-* and Homepage fields (Closes: #752343) * debian/watch: Update watch file and point it to http://www.linux-pam.org * debian/patches-applied/pam_namespace_fix_bashism.patch: Fix bashism in namespace.init script (Closes: #624842) * debian/control: Build-depends against debhelper (>= 9) to match the defined debhelper compatibility * Rename the cve-2011-4708.patch to cve-2010-4708.patch to match reality, thanks to Jakub Wilk <jwilk@debian.org> for noticing (Closes: #761594) * debian/control: Bump Standards-Version to 3.9.8 (no further changes) * debian/libpam-doc.doc-base.applications-guide: Fix spelling * debian/libpam0g-dev.examples: Do not use shell brace expansion * debian/patches-applied/pam-loginuid-in-containers: Updated with the version from Ubuntu, this should fix logins in containers (Closes: #726661) * debian/patches-applied/update-motd: Updated with the version from Ubuntu: use /run/motd.dynamic instead of /var/run/motd, nothing in the archive uses the later (Closes: #743286) * debian/patches-applied/make_documentation_reproducible.patch: Make the build reproducible, removes differences when building with different locale values (Closes: #792127)
| * | | | Import Debian changes 1.1.8-3.2Tianon Gravi2019-01-083-0/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pam (1.1.8-3.2) unstable; urgency=medium * Non-maintainer upload. * Fix CVE-2015-3238: DoS/user enumeration due to blocking pipe in pam_unix module (Closes: #789986)
* | | | | debian/control: update VCS headers to point to git (temporarily under my ↵Steve Langasek2019-01-082-1/+5
| | | | | | | | | | | | | | | | | | | | personal salsa namespace, until I get around to restoring team setup).
* | | | | pam-auth-update: don't mishandle trailing whitespace in profiles.Steve Langasek2019-01-082-1/+4
| | | | | | | | | | | | | | | | | | | | LP: #1487103.
* | | | | Acknowledge security NMUSteve Langasek2019-01-084-0/+104
|\| | | | | |/ / / |/| | |
| * | | Import Debian changes 1.1.8-3.1Michael Gilbert2019-01-084-0/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pam (1.1.8-3.1) unstable; urgency=high * Non-maintainer upload by the Security Team. * Fix CVE-2013-7041: case-insensitive comparison used for verifying passwords in the pam_userdb module (closes: #731368). * Fix CVE-2014-2583: multiple directory traversal issues in the pam_timestamp module (closes: 757555)
* | | | d/applied-patches/pam-limits-nofile-fd-setsize-cap: cap the defaultSteve Langasek2019-01-083-0/+62
| | | | | | | | | | | | | | | | | | | | soft nofile limit read from pid 1 to FD_SETSIZE. Thanks to Robie Basak <robie.basak@ubuntu.com> for the patch. Closes: #783105.
* | | | Updated Turkish translation, thanks to Mert Dirik <mertdirik@gmail.com>.Steve Langasek2019-01-082-16/+43
| | | | | | | | | | | | | | | | (closes: #756756)
* | | | Updated Swedish translation to correct a typo, thanks to Anders JonssonSteve Langasek2019-01-082-2/+9
|/ / / | | | | | | | | | and Martin Bagge. Closes: #743875
* | | releasing version 1.1.8-3Steve Langasek2019-01-081-2/+2
| | |
* | | debian/rules: On hurd, link libpam explicitly with -lpthread since glibcSteve Langasek2019-01-082-0/+12
| | | | | | | | | | | | | | | | | | will not dynamically switch between the libc stubs and the libpthread implementations on this architecture. Thanks to Samuel Thibault for the patch. Closes: #743891.
* | | releasing version 1.1.8-2Steve Langasek2019-01-081-2/+2
| | |
* | | Mark the libaudit-dev build-dependency linux-any, since it's notSteve Langasek2019-01-082-1/+8
| | | | | | | | | | | | available on non-Linux archs. Closes: #737035.
* | | releasing package pam version 1.1.8-1Steve Langasek2019-01-081-2/+2
| | |
* | | Properly regen the contents of PAM.8, so that it will be renamed to PAM.7 on ↵Steve Langasek2019-01-081-0/+15
| | | | | | | | | | | | install
* | | Add missing patch to autogenerated pam_env.8Steve Langasek2019-01-081-0/+19
| | |
* | | debian/libpam-cracklib.prerm: use $DPKG_MAINTSCRIPT_PACKAGE_COUNT to avoidSteve Langasek2019-01-082-1/+4
| | | | | | | | | | | | | | | prematurely removing the PAM config when the package is installed for multiple architectures. Closes: #647428.
* | | No need to override dh_compress in debian/rules, it already handles .htmlSteve Langasek2019-01-082-4/+2
| | | | | | | | | | | | files correctly.
* | | Drop the --disable-regenerate-docu argument, restoring the HTML manualsSteve Langasek2019-01-082-1/+3
| | | | | | | | | | | | to the libpam-doc package. Closes: #700485.
* | | Ensure autogenerated files are after source files in all relevant patches,Steve Langasek2019-01-083-404/+421
| | | | | | | | | | | | so that regenerating documentation doesn't cause build skew.
* | | Drop another couple of patches that are already upstreamSteve Langasek2019-01-084-55/+3
| | |
* | | Document bug closureSteve Langasek2019-01-081-0/+2
| | |