summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
...
* Build with LDFLAGS=-Wl,-z,defs to guard against the possibility ofSteve Langasek2019-01-08
| | | | | any undefined symbols (due to typos or otherwise) at build time. Closes: #10231.
* * Updated debconf translations:Steve Langasek2019-01-08
| | | | | - French, thanks to Jean-Baka Domelevo Entfellner <domelevo@gmail.com> (closes: #521266)
* document another bug closureSteve Langasek2019-01-08
|
* document another bug closureSteve Langasek2019-01-08
|
* debian/patches/007_modules_pam_unix: drop divergence from upstreamSteve Langasek2019-01-08
| | | | | | | that treats "0" as a special value in various fields in /etc/shadow, and document this in debian/NEWS. Thanks to Nicolas François <nicolas.francois@centraliens.net> for the detailed analysis. Closes: #308229.
* document another bug closureSteve Langasek2019-01-08
|
* Committed upstreamSteve Langasek2019-01-08
|
* Document that pam_cracklib no longer checks /etc/security/opasswd.Steve Langasek2019-01-08
|
* And bump the version checks in the libpam-modules {pre,post}inst, so thatSteve Langasek2019-01-08
| | | | | the necessary services get restarted for any modules that need the new symbols.
* Bump the shlibs version as well, for our dpkg-shlibdeps fallback.Steve Langasek2019-01-08
|
* Add /sbin/mkhomedir_helper to libpam-modules.Steve Langasek2019-01-08
|
* Update debian/libpam0g.symbols for new extension.Steve Langasek2019-01-08
|
* refresh other patches for new upstream releaseSteve Langasek2019-01-08
|
* Trim pam.d-manpage-section patch, which was mostly but not completelySteve Langasek2019-01-08
| | | | applied upstream.
* Drop patches pam_unix_thread-safe_save_old_password.patch,Steve Langasek2019-01-08
| | | | | | pam_env_ignore_garbage.patch, dont_freeze_password_chain, pam_1.0.4_mindays, pam_mail-fix-quiet, and cve-2009-0887-libpam-pam_misc.patch, which are included upstream.
* releasing version 1.0.1-11Steve Langasek2019-01-08
|
* further Portuguese debconf revisionSteve Langasek2019-01-08
|
* Russian, thanks to Yuri Kozlov <yuray@komyakino.ru> (closes: #541094)Steve Langasek2019-01-08
|
* Portuguese, thanks to Américo Monteiro <a_monteiro@netcabo.pt>Steve Langasek2019-01-08
| | | | (closes: #541108)
* * Updated debconf translations:Steve Langasek2019-01-08
| | | | - Swedish, thanks to Martin Bagge <brother@bsnet.se> (closes: #541399)
* debian/libpam-runtime.templates: correctly tag the URL as aSteve Langasek2019-01-08
| | | | non-translatable string.
* Clean up the PAM mini-policy, which hasn't been touched in a number ofSteve Langasek2019-01-08
| | | | years and was looking a bit crufty
* s/lenny/squeeze/Steve Langasek2019-01-08
|
* consistent capitalizationSteve Langasek2019-01-08
|
* drop references to pam_stack, which is long deadSteve Langasek2019-01-08
|
* proofread / reflow the mini-policySteve Langasek2019-01-08
|
* document common-session-noninteractive in the Debian PAM policySteve Langasek2019-01-08
|
* add a comment to the md5sum so we know what version it's fromSteve Langasek2019-01-08
|
* debian/local/pam-auth-update: prune md5sums for unsupported upgradeSteve Langasek2019-01-08
| | | | paths (intrepid pre-release -> karmic/lenny)
* debian/local/common-session-noninteractive{,.md5sums},Steve Langasek2019-01-08
| | | | | | | debian/local/pam-auth-update: split out a session-noninteractive include file, so that we can at last distinguish between interactive and non-interactive PAM sessions at a policy level. Closes: #169930, LP: #287715.
* debian/local/common-{auth,account,session,password}.md5sums: documentSteve Langasek2019-01-08
| | | | the known md5sums for the new managed files.
* debian/libpam-runtime.postinst: bump the --force version check toSteve Langasek2019-01-08
| | | | | | 1.0.1-11, to allow for a new common-session-noninteractive config file; and include md5sum checking logic that will work the same with old unmanaged and new managed /etc/pam.d/common-* files.
* releasing version 1.0.1-10Steve Langasek2019-01-08
|
* set correct changelog urgency for security fixSteve Langasek2019-01-08
|
* use the error template type, not the obsolete note typeSteve Langasek2019-01-08
|
* Tweak the language in the new debconf template to my own tastes (hopefullySteve Langasek2019-01-08
| | | | | | this won't require too many round-trips between me and Sam ;), and call debconf-updatepo to make this template available for translation.
* Fix the config error *first* to limit the window of exposure as much asSteve Langasek2019-01-08
| | | | | possible, /then/ display the debconf error which may block the upgrade.
* Per discussion with Steve, move security note fromSam Hartman2019-01-08
| | | | | libpam-runtime.config to postinst.
* Load the confmodule in postinst so the config script runsSam Hartman2019-01-08
|
* On upgrades from 1.0.1-5 through 1.0.1-10 raise an alarm if we detectSam Hartman2019-01-08
| | | | | no profiles enabled.
* Straw man template for the note indicating system compromise.Sam Hartman2019-01-08
| | | | | Currently this is not tied into the debconf machinery
* Merge Steve's pam-auth-update changes with my cve patchSam Hartman2019-01-08
|\
| * When no profiles are chosen in pam-auth-update, throw an error messageSteve Langasek2019-01-08
| | | | | | | | | | and prompt again instead of letting the user end up with an insecure system. This introduces a new debconf template. Closes: #519927.
* | cve-2009-0887-libpam-pam_misc.patch: avoid integer signedness problemSam Hartman2019-01-08
|/ | | | (CVE-2009-0887) (Closes: #520115)
* Merge debian sid branchSam Hartman2019-01-08
|\
| * get the patch name into the changelog entrySteve Langasek2019-01-08
| |
| * correct a typo in the update-motd patch, introduced by me :(Steve Langasek2019-01-08
| |
| * pam_motd: run the update-motd scripts in pam_motd; render update-motdSteve Langasek2019-01-08
| | | | | | | | obsolete, LP: #399071
| * Basque, thanks to Piarres Beobide <pi+debian@beobide.net>Steve Langasek2019-01-08
| | | | | | | | (closes: #524285)
* | pam_mail-fix-quiet: patch from Andreas HenrikssonSam Hartman2019-01-08
| | | | | | | | applied upstream to fix quiet option of pam_mail, Closes: #439268