Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't refer to gnome-screensaver in the debconf template; it isn't | Steve Langasek | 2019-01-03 | 23 | -149/+186 |
| | | | | | 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 as | Steve Langasek | 2019-01-03 | 2 | -1/+9 |
| | | | | | a dependency of libpam-modules if it's installed during the build. Thanks to Larry Doolittle for catching. | ||||
* | mark for upload | Steve Langasek | 2019-01-03 | 1 | -2/+4 |
| | |||||
* | debian/rules: call chgrp *before* calling chmod, lest the sgid bit | Steve Langasek | 2019-01-03 | 2 | -1/+4 |
| | | | | | 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 from | Steve Langasek | 2019-01-03 | 2 | -6/+10 |
| | | | | | | _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 xml | Steve Langasek | 2019-01-03 | 4 | -281/+286 |
| | | | | source (grr, autogenerated files in source packages). Closes: #495804. | ||||
* | adjust the log error message | Steve Langasek | 2019-01-03 | 1 | -1/+1 |
| | |||||
* | document bug closure | Steve Langasek | 2019-01-03 | 1 | -1/+1 |
| | |||||
* | pam_unix-chkpwd-wait: don't assume that the unix_chkpwd process exits | Steve Langasek | 2019-01-03 | 3 | -0/+31 |
|\ | | | | | | | | | normally; if it was killed by a signal, we don't want to accept the password. | ||||
| * | pam_unix-chkpwd-wait: don't assume that the unix_chkpwd process | Julien Cristau | 2019-01-03 | 3 | -0/+31 |
|/ | | | | | | exits normally; if it was killed by a signal, we don't want to accept the password. | ||||
* | mark for upload | Steve Langasek | 2019-01-03 | 1 | -2/+2 |
| | |||||
* | 055_pam_unix_nullok_secure: don't call _pammodutil_tty_secure with a NULL | Steve Langasek | 2019-01-03 | 2 | -4/+13 |
| | | | | | | tty argument, since this will cause our helper to segfault instead of returning a useful value. Thanks to Troy Davis for the report. Closes: #495806. | ||||
* | deleting a file under debian/libpam-modules in the install target isn't going | Steve Langasek | 2019-01-03 | 1 | -2/+0 |
| | | | | to do us any good... | ||||
* | mark for upload | Steve Langasek | 2019-01-03 | 1 | -9/+8 |
| | |||||
* | debian/patches/054_pam_security_abstract_securetty_handling: move the | Steve Langasek | 2019-01-03 | 2 | -4/+11 |
| | | | | | | | | warning log about an insecure tty back to pam_securetty proper; we don't want to generate log messages every time pam_unix is called as non-root. Closes: #493283. As a side-effect, pam_unix no longer logs any warnings about NULL password + insecure tty, but I don't think this is critical. | ||||
* | Build-Conflict with libdb4.2-dev, which satisfies the libdb-dev | Steve Langasek | 2019-01-03 | 2 | -0/+4 |
| | | | | | build-dependency but causes pam_userdb to be silently omitted. Closes: #493574. | ||||
* | remove other code related to the woody->sarge upgrade | Steve Langasek | 2019-01-03 | 1 | -8/+0 |
| | |||||
* | removing more cruft | Steve Langasek | 2019-01-03 | 1 | -4/+0 |
| | |||||
* | Drop libpam-runtime.preinst, only used for upgrades from woody to sarge | Steve Langasek | 2019-01-03 | 2 | -50/+2 |
| | | | | to deal with modified conffiles. | ||||
* | Drop various bits of unused cruft from the debian/ directory. | Steve Langasek | 2019-01-03 | 3 | -105/+1 |
| | |||||
* | remove another patch which is no longer relevant (because we no longer do | Steve Langasek | 2019-01-03 | 1 | -97/+0 |
| | | | | capabilities in pam_limits) | ||||
* | drop obsolete patch that's not been applied for years and is superseded | Steve Langasek | 2019-01-03 | 1 | -12/+0 |
| | | | | upstream | ||||
* | Update the Debian PAM mini-policy to remove references to the | Steve Langasek | 2019-01-03 | 2 | -30/+7 |
| | | | | | long-obsolete pam_pwdb, and clarify the relationship between pam_stack and @include. | ||||
* | Look for cups instead of cupsys as an init script name when restarting | Steve Langasek | 2019-01-03 | 2 | -1/+4 |
| | | | | | services; thanks to Stephen Olander-Waters for pointing this out. Closes: #492977. | ||||
* | * 007_modules_pam_unix: update the documentation to correctly document | Steve Langasek | 2019-01-03 | 2 | -1/+8 |
| | | | | the default minimum password length is 6, not 1. | ||||
* | mark for upload | Steve Langasek | 2019-01-03 | 1 | -2/+2 |
| | |||||
* | document updated patch status | Steve Langasek | 2019-01-03 | 1 | -1/+1 |
| | |||||
* | drop the patch to restore the particular setreuid() handling, which was in fact | Steve Langasek | 2019-01-03 | 3 | -26/+0 |
| | | | | buggy before and fixed now. | ||||
* | Fix a bug in the uid-restoring code in the hurd_no_setfsuid patch; thanks | Steve Langasek | 2019-01-03 | 2 | -1/+4 |
| | | | | | to Tomas Mraz <tmraz@redhat.com> for indirectly bringing this to my attention | ||||
* | drop the patch to do NIS+ auth in-process, the uid changing is better handled | Steve Langasek | 2019-01-03 | 1 | -1/+0 |
| | | | | by a subprocess. | ||||
* | drop the patch to do NIS+ auth in-process, the uid changing is better handled | Steve Langasek | 2019-01-03 | 2 | -35/+0 |
| | | | | by a subprocess. | ||||
* | document another upstream bug closure | Steve Langasek | 2019-01-03 | 1 | -0/+2 |
| | |||||
* | Bump Standards-Version to 3.8.0. | Steve Langasek | 2019-01-03 | 2 | -1/+2 |
| | |||||
* | Add debian/README.source documenting that this package uses quilt. | Steve Langasek | 2019-01-03 | 2 | -0/+9 |
| | |||||
* | * New patch, pam.d-manpage-section, to fix the manpage references to | Steve Langasek | 2019-01-03 | 4 | -0/+9618 |
| | | | | | | point to section 5 instead of section 8. * Update patch PAM-manpage-section to fix the references to pam(7) from other manpages. Closes: #470137. | ||||
* | New patch pam_unix_dont_trust_chkpwd_caller.patch, rolling back an | Steve Langasek | 2019-01-03 | 3 | -0/+33 |
| | | | | | | upstream change that causes unix_chkpwd to assume that setuid(getuid()) is sufficient to drop permissions and attempt any authentication on behalf of the user. | ||||
* | refresh patches for new upstream version | Steve Langasek | 2019-01-03 | 14 | -7495/+122 |
| | |||||
* | Drop another patch that's integrated upstream | Steve Langasek | 2019-01-03 | 3 | -24/+2 |
| | |||||
* | Drop another patch that's integrated upstream | Steve Langasek | 2019-01-03 | 3 | -23/+2 |
| | |||||
* | patch refresh for new upstream version | Steve Langasek | 2019-01-03 | 1 | -19/+14 |
| | |||||
* | patch refresh for new upstream version | Steve Langasek | 2019-01-03 | 1 | -1/+1 |
| | |||||
* | bump the upstream version number, again | Steve Langasek | 2019-01-03 | 1 | -1/+1 |
| | |||||
* | merge upstream version 1.0.1 | Steve Langasek | 2019-01-03 | 914 | -3884/+10053 |
|\ | |||||
| * | New upstream version 1.0.1 | Steve Langasek | 2019-01-03 | 915 | -3978/+10053 |
| |\ | |||||
| | * | Relevant BUGIDs: | Thorsten Kukuk | 2008-04-16 | 42 | -82/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: new release Commit summary: --------------- 2008-04-16 Thorsten Kukuk <kukuk@thkukuk.de> * release version 1.0.1 * configure.in: Bump version number * libpam/Makefile.am: Bump version number | ||||
| | * | Relevant BUGIDs: | Tomas Mraz | 2008-04-08 | 2 | -11/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- 2008-04-08 Tomas Mraz <t8m@centrum.cz> * libpam/pam_item.c (TRY_SET): Do not set when destination is identical to source. (pam_set_item): Do not overwrite destination when it is identical to source. | ||||
| | * | Relevant BUGIDs: | Tomas Mraz | 2008-04-07 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: translation Commit summary: --------------- 2008-04-07 Miloš Komarčević <kmilos@gmail.com> * po/sr.po: New file with translation. * po/sr@latin.po: Likewise. * po/LINGUAS: Add sr and sr@latin. | ||||
| | * | Relevant BUGIDs: | Tomas Mraz | 2008-04-07 | 4 | -0/+1032 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: translation Commit summary: --------------- 2008-04-07 Miloš Komarčević <kmilos@gmail.com> * po/sr.po: New file with translation. * po/sr@latin.po: Likewise. * po/LINGUAS: Add sr and sr@latin. | ||||
| | * | Relevant BUGIDs: | Thorsten Kukuk | 2008-04-04 | 43 | -123/+145 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: release Commit summary: --------------- Release Version 1.0.0 2008-04-03 Thorsten Kukuk <kukuk@thkukuk.de> * release version 1.0.0 * configure.in: Set version number to 1.0.0. * libpam/Makefile.am: Bump patchlevel of libpam. * doc/adg/Linux-PAM_ADG.xml: Update version/date. * doc/mwg/Linux-PAM_MWG.xml: Likewise. * doc/sag/Linux-PAM_SAG.xml: Likewise. | ||||
| | * | Relevant BUGIDs: | Tomas Mraz | 2008-03-31 | 2 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- 2008-03-31 Dan Walsh <dwalsh@redhat.com> * modules/pam_sepermit/pam_sepermit.c(sepermit_lock): Mark lock fd to be closed on exec. |