summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
...
| * | | | get pam-auth-update installed in the libpam-runtime packageSteve Langasek2019-01-03
| | | | |
| * | | | call dh_installdebconf -i, so that debconf templates are added correctly toSteve Langasek2019-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | libpam-runtime
| * | | | fix an accidental commit that broke the use of x_loadtemplatefileSteve Langasek2019-01-03
| | | | |
| * | | | add some FIXMEs to document known bugsSteve Langasek2019-01-03
| | | | |
| * | | | run debconf-updatepo to export the new templates for translationSteve Langasek2019-01-03
| | | | |
| * | | | implement the force option and the debconf override templateSteve Langasek2019-01-03
| | | | |
| * | | | new diff_profiles function, which spits out information about any local modsSteve Langasek2019-01-03
| | | | | | | | | | | | | | | | | | | | to the autogenerated config
| * | | | merge from trunkSteve Langasek2019-01-03
| |\ \ \ \
| * | | | | first attempt at handling conflicts among the selected profilesSteve Langasek2019-01-03
| | | | | |
| * | | | | special-case the 'Conflicts' field in the parser, to get us a list instead ofSteve Langasek2019-01-03
| | | | | | | | | | | | | | | | | | | | | | | | a string
| * | | | | first stab at a perl helper to manage common-*: parse our config files andSteve Langasek2019-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generate a debconf prompt from them, but don't yet do anything with the information
| * | | | | tweak profile priorities to reflect my best guess at how this should play outSteve Langasek2019-01-03
| | | | | |
| * | | | | initial config snippet for cracklibSteve Langasek2019-01-03
| | | | | |
| * | | | | drop out the 'nullok' argument in the password phase, since this happensSteve Langasek2019-01-03
| | | | | | | | | | | | | | | | | | | | | | | | to be meaningless
| * | | | | add in acct/session/password templatesSteve Langasek2019-01-03
| | | | | |
| * | | | | first sample config for the pam frameworkSteve Langasek2019-01-03
| | | | | |
* | | | | | New patch dont_freeze_password_chain, cherry-picked from upstream:Steve Langasek2019-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't always follow the same path through the password stack on the PAM_UPDATE_AUTHTOK pass as was used in the PAM_PRELIM_CHECK pass; this Linux-PAM deviation from the original PAM spec causes a number of problems, in particular causing wrong return values when using the refactored pam-auth-update stack. LP: #303515, #305882.
* | | | | | * Updated debconf translations:Steve Langasek2019-01-03
| |_|_|_|/ |/| | | | | | | | | | | | | | - Vietnamese, thanks to Clytie Siddall <clytie@riverland.net.au>
* | | | | 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.