summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Catalan, thanks to Innocent De Marchi <tangram.peces@gmail.com>Steve Langasek2019-01-08
| | | | (closes: #622786)
* update the existing 027_pam_limits_better_init_allow_explicit_root patchSteve Langasek2019-01-08
| | | | | | instead of creating a new parse-kernel-rlimits.patch, to keep these changes logically grouped together; and add a DEP3 patch header here since we didn't have one before
* merge from trunk since I forgot to pull before adding in the translations,Steve Langasek2019-01-08
|\ | | | | | | hmmph
| * parse-kernel-rlimits.patch has been forwarded upstream nowKees Cook2019-01-08
| |
| * debian/patches-applied/parse-kernel-rlimits.patch: load rlimit defaultsKees Cook2019-01-08
| | | | | | | | | | | | from the kernel (via /proc/1/limits), instead of continuing to hardcode the settings internally. Fall back to internal defaults when the kernel rlimits are not found. Closes: #620302. (LP: #746655, #391761)
* | Danish, thanks to Joe Dalton <joedalton2@yahoo.dk> (closes: #606739)Steve Langasek2019-01-08
| |
* | Dutch, thanks to Eric Spreen <erispre@gmail.com> (closes: #605592)Steve Langasek2019-01-08
| |
* | fix duplicate POT-Creation-Date in debian/po/it.poSteve Langasek2019-01-08
| |
* | * Updated debconf translations:Steve Langasek2019-01-08
|/ | | | | - Vietnamese, thanks to Clytie Siddall <clytie@riverland.net.au> (closes: #601197)
* releasing version 1.1.2-2Steve Langasek2019-01-08
|
* fix up the patch to be proper CSteve Langasek2019-01-08
|
* debian/patches-applied/hurd_no_setfsuid: handle some new calls toSteve Langasek2019-01-08
| | | | | setfsuid in pam_xauth that I overlooked, so that the build works again on non-Linux. Closes: #613630.
* releasing version 1.1.2-1Steve Langasek2019-01-08
|
* merge translations from the squeeze branchSteve Langasek2019-01-08
|\
| * * Updated debconf translations:Steve Langasek2019-01-08
| |\ | | | | | | | | | - Italian, thanks to Nicole B. <damn3dg1rl@gmail.com> (closes: #602112)
| | * * Updated debconf translations:Steve Langasek2019-01-08
| | | | | | | | | | | | - Italian, thanks to Nicole B. <damn3dg1rl@gmail.com> (closes: #602112)
| * | Import l10n NMUChristian Perrier2019-01-08
| |/
| * releasing version 1.1.1-6Steve Langasek2019-01-08
| |
| * * Updated debconf translations:Steve Langasek2019-01-08
| | | | | | | | - Swedish, thanks to Martin Bagge <brother@bsnet.se> (closes: #575875)
| * releasing version 1.1.1-5Steve Langasek2019-01-08
| |
| * * debian/patches-applied/no_PATH_MAX_on_hurd: define PATH_MAX forSteve Langasek2019-01-08
| | | | | | | | | | | | | | | | | | | | compatibility when it's not already set. Closes: #552043. * debian/local/pam-auth-update: Don't try to pass embedded newlines to debconf; backslash-escape them instead and use CAPB escape. * debian/local/pam-auth-update: sort additional module options before writing them out, so that we don't wind up with a different config file on every invocation. Thanks to Jim Paris <jim@jtan.com> for the patch. Closes: #594123.
| * Add lintian overrides for a few more spurious warnings.Steve Langasek2019-01-08
| |
| * Bump Standards-Version to 3.9.1.Steve Langasek2019-01-08
| |
| * cherry pick from sid/trunkSteve Langasek2019-01-08
| |
* | * Updated debconf translations:Steve Langasek2019-01-08
| | | | | | | | - Swedish, thanks to Martin Bagge <brother@bsnet.se> (closes: #575875)
* | debian/libpam-runtime.{postinst,templates}: since 1.1.2-1 is targetedSteve Langasek2019-01-08
| | | | | | | | | | | | | | for post-squeeze, we don't need to support upgrades from 1.0.1-6 to 1.0.1-10 anymore. Drop the debconf error note about having configured your system with a lack of authentication, so that translators don't spend any more time on it.
* | debian/local/pam-auth-update: sort additional module options beforeSteve Langasek2019-01-08
| | | | | | | | | | | | writing them out, so that we don't wind up with a different config file on every invocation. Thanks to Jim Paris <jim@jtan.com> for the patch. Closes: #594123.
* | debian/local/pam-auth-update: Don't try to pass embedded newlines toSteve Langasek2019-01-08
| | | | | | | | debconf; backslash-escape them instead and use CAPB escape.
* | debian/patches-applied/no_PATH_MAX_on_hurd: define PATH_MAX forSteve Langasek2019-01-08
| | | | | | | | compatibility when it's not already set. Closes: #552043.
* | set the right upload target for debian/NEWS; dch really needs improvementSteve Langasek2019-01-08
| | | | | | | | here, I think
* | Add lintian overrides for a few more spurious warnings.Steve Langasek2019-01-08
| |
* | one more patch tweakSteve Langasek2019-01-08
| |
* | further patch fixup to match upstreamSteve Langasek2019-01-08
| |
* | fix a typo in the patchSteve Langasek2019-01-08
| |
* | Bump Standards-Version to 3.9.1.Steve Langasek2019-01-08
| |
* | debian/patches/007_modules_pam_unix: drop compatibility handling ofSteve Langasek2019-01-08
| | | | | | | | | | 'max=' no-op; use of this option will now log an error, as warned three years ago.
* | debian/NEWS: document the disappearance of 'min=n', in case users haveSteve Langasek2019-01-08
| | | | | | | | encoded this option elsewhere outside of /etc/pam.d/common-password.
* | debian/libpam-modules.postinst: if any 'min=n' options are found inSteve Langasek2019-01-08
| | | | | | | | | | /etc/pam.d/common-password, convert them on upgrade to 'minlen=n' for compatibility with upstream.
* | Update debian/source.lintian-overrides to clean up some spuriousSteve Langasek2019-01-08
| | | | | | | | warnings.
* | refresh other patches for new upstream versionSteve Langasek2019-01-08
| |
* | debian/patches/hurd_no_setfsuid: pam_env and pam_mail now also useSteve Langasek2019-01-08
| | | | | | | | setfsuid, so patch them to be likewise Hurd-safe.
* | Drop patches conditional_module,_conditional_man andSteve Langasek2019-01-08
| | | | | | | | mkhomedir_linking.patch, which are included upstream.
* | add a missing commaSteve Langasek2019-01-08
| |
* | debian/patches-applied/007_modules_pam_unix: fix up patch for newSteve Langasek2019-01-08
| | | | | | | | upstream version which now implements minlen=, not min=.
* | merge upstream version 1.1.2Steve Langasek2019-01-08
|\ \ | |/ |/|
| * New upstream version 1.1.2Steve Langasek2019-01-03
| |\
| | * Relevant BUGIDs:Thorsten Kukuk2010-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: new release Commit summary: --------------- 2010-08-31 Thorsten Kukuk <kukuk@thkukuk.de> * release version 1.1.2 * configure.in: Bump version number. * NEWS: Document changes since 1.1.1. * doc/adg/Linux-PAM_ADG.xml: Bump version number. * doc/mwg/Linux-PAM_MWG.xml: Likewise. * doc/sag/Linux-PAM_SAG.xml: Likewise. * libpam/Makefile.am: Bump revision of shared library. * po/*.po: Regenerate.
| | * Relevant BUGIDs:Tomas Mraz2010-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- 2010-08-26 Tomas Mraz <t8m@centrum.cz> * modules/pam_nologin/pam_nologin.c (perform_check): Try first /var/run/nologin if the nologin file is not explicitly specified. * modules/pam_nologin/pam_nologin.8.xml: Document that /var/run/nologin is tried first.
| | * Relevant BUGIDs:Tomas Mraz2010-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: translation Commit summary: --------------- 2010-08-26 Sweta Kothari <swkothar@redhat.com> * po/gu.po: Updated translations. 2010-08-26 Geert Warrink <geert.warrink@onsnet.nu> * po/nl.po: Updated translations.
| | * Relevant BUGIDs: #2315432, debian#284854#42.Thorsten Kukuk2010-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- 2010-08-26 Thorsten Kukuk <kukuk@thkukuk.de> * doc/specs/Makefile.am: Use CC_FOR_BUILD as compiler (cross compile support). * configure.in: Check for host compiler if cross compiling. Bug #2315432, debian#284854#42.