summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* bump the version number for what should really be the last time: no more pamSteve Langasek2019-01-03
| | | | uploads are anticipated before the lenny release (again).
* catch up with Debian unstableSteve Langasek2019-01-03
|\
| * mark for uploadSteve Langasek2019-01-03
| |
| * minor correction to Portuguese translationSteve Langasek2019-01-03
| |
| * Updated Portuguese debconf translationAmérico Monteiro2019-01-03
| |
| * Updated Basque debconf translationPiarres Beobide2019-01-03
| |
| * Updated Russian debconf translationYuri Kozlov2019-01-03
| |
| * Updated Turkish debconf translationMert Dirik2019-01-03
| |
| * minor correction to Czech translationSteve Langasek2019-01-03
| |
| * Updated German debconf translationSven Joachim2019-01-03
| |
| * Updated French debconf translationSteve Petruzzello2019-01-03
| |
| * Updated Czech debconf translationunknown2019-01-03
| |
| * Updated Bulgarian debconf translationDamyan Ivanov2019-01-03
| |
| * minor correction to Galician translationSteve Langasek2019-01-03
| |
| * Updated Slovak debconf translationhelix842019-01-03
| |
| * Updated Galician debconf translationMarce Villarino2019-01-03
| |
| * Updated Spanish debconf translationJavier Fernandez-Sanguino Peña2019-01-03
| |
| * Updated Finnish debconf translationEsko Arajärvi2019-01-03
| |
| * Updated Japanese debconf translationKenshi Muto2019-01-03
| |
| * Updated Swedish debconf translationMartin Bagge2019-01-03
| |
| * Updated simplified Chinese debconf translationDeng Xiyue2019-01-03
| |
| * Updated Italian debconf translationDavid Paleino2019-01-03
| |
| * partial update of the Spanish translationSteve Langasek2019-01-03
| |
| * have libpam-modules Pre-Depend on ${misc:Depends} and add a debconf question toSteve Langasek2019-01-03
| | | | | | | | | | | | the libpam-modules preinst, so we can reliably warn users about xscreensaver and xlockmore before libpam-modules is unpacked; at the same time, clean up the text of the libpam0g debconf template to not refer to the screensavers.
| * Have libpam-modules Pre-Depend on its shlibs, to force libpam0g to beSteve Langasek2019-01-03
| | | | | | | | | | | | | | configured before libpam-modules is unpacked and allowing us to warn users about needing to disable xscreensaver and xlockmore at the right time without having to add a pre-dependency on debconf to these transitively essential packages. Closes: #502140, LP: #256238.
| * Don't refer to gnome-screensaver in the debconf template; it isn'tSteve Langasek2019-01-03
| | | | | | | | | | actually affected by the libpam symbol issue because it forks a separate process to display the screensaver dialog.
| * Build-conflict with libxcrypt-dev, which otherwise pulls libxcrypt in asSteve Langasek2019-01-03
| | | | | | | | | | a dependency of libpam-modules if it's installed during the build. Thanks to Larry Doolittle for catching.
| * mark for uploadSteve Langasek2019-01-03
| |
| * debian/rules: call chgrp *before* calling chmod, lest the sgid bitSteve Langasek2019-01-03
| | | | | | | | | | on unix_chkpwd be cleared during the build when using -rsudo. Closes: #496983.
| * 055_pam_unix_nullok_secure: also don't call the helper at all fromSteve Langasek2019-01-03
| | | | | | | | | | | | _unix_blankpasswd when we can detect that null passwords are disallowed, to avoid causing spammy logs on successful authentications. Closes: #496620.
| * 007_modules_pam_unix: update the manpage at the same time as the xmlSteve Langasek2019-01-03
| | | | | | | | source (grr, autogenerated files in source packages). Closes: #495804.
| * adjust the log error messageSteve Langasek2019-01-03
| |
| * document bug closureSteve Langasek2019-01-03
| |
| * pam_unix-chkpwd-wait: don't assume that the unix_chkpwd processJulien Cristau2019-01-03
| | | | | | | | | | | | exits normally; if it was killed by a signal, we don't want to accept the password.
* | factor out the duplicate code used for returning the lines for a given moduleSteve Langasek2019-01-03
| |
* | libpam-runtime depends only on debconf (>= 1.5.19), with no alternative forSteve Langasek2019-01-03
| | | | | | | | | | | | cdebconf; discussion on debian-devel reveals that only debconf itself provides the confmodule portion these days, so we must have the correct version of debconf regardless of whether cdebconf is also installed.
* | trim leading whitespace from multiline fields when parsing PAM profilesSteve Langasek2019-01-03
| |
* | libpam-runtime needs a versioned dep on debconf, because it uses ↵Steve Langasek2019-01-03
| | | | | | | | x_loadtemplatefile
* | ignore removed profiles when detecting an empty setGreg Price2019-01-03
| |
* | If /var/lib/pam/seen is absent, handle it the same as if the file wereGreg Price2019-01-03
| | | | | | | | | | present but empty.
* | Allow passwords to change on expired accounts, by passing new_authtok_reqd ↵Kees Cook2019-01-03
| | | | | | | | return codes immediately (LP: #291091).
* | skip over the 'deny' in our no-primary-modules caseSteve Langasek2019-01-03
| |
* | get rid of the double pam_permit in common-password, the stack will handleSteve Langasek2019-01-03
| | | | | | | | this correctly now
* | get rid of the double pam_permit in common-session, the stack will handle thisSteve Langasek2019-01-03
| | | | | | | | right now
* | tune the whitespaceSteve Langasek2019-01-03
| |
* | output a generic pam_permit line if the primary block is emptySteve Langasek2019-01-03
| |
* | Use -Initial only for the first profile, even when there's no explicit -InitialSteve Langasek2019-01-03
| | | | | | | | config for that first profile
* | output a generic pam_permit line if the primary block is emptySteve Langasek2019-01-03
| |
* | Use -Initial only for the first profile, even when there's no explicit -InitialSteve Langasek2019-01-03
| | | | | | | | config for that first profile
* | add in the ubiquitous debhelper tokensSteve Langasek2019-01-03
| |