aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* HALF WORK: MAX_PATHdebianYuqian Yang2025-03-0125-100/+206
|
* (GNU/Hurd) port Linux-specific api.Yuqian Yang2025-02-282-4/+20
|
* d/libpam-runtime.postinst: Drop redundant version checkGioele Barabucci2025-02-141-2/+1
| | | | | The check against version 1.0.1-11 has been redundant since Debian 5 "lenny".
* d/libpam-modules.postinst: Drop redundant version checkGioele Barabucci2025-02-141-2/+1
| | | | | The check against version 0.99.9.0-1 has been redundant since Debian 5 "lenny".
* d/TODO: Remove outdated item about fopGioele Barabucci2025-02-141-3/+0
| | | | Closes: #629438
* d/control: Update standards version to 4.7.0, no changes neededGioele Barabucci2025-02-141-1/+1
|
* d/control: Remove outdated constraintsGioele Barabucci2025-02-141-1/+1
| | | | | | | | Both debconf 1.5.19 and libpam-modules 1.0.1-6 are older than Debian 6 "squeeze". Explicitly requiring debconf is not needed because `${misc:Depends}` already deals with it.
* Add support for <!nodoc>Gioele Barabucci2025-02-143-4/+7
|
* Merge in lintian fixes.Sam Hartman2025-02-1337-1244/+721
|\
| * d/u/metadata: Add Repository URLGioele Barabucci2025-02-131-0/+1
| |
| * d/libpam-modules.lintian-overrides: Remove unused hardening overridesGioele Barabucci2025-02-131-4/+0
| | | | | | | | Fixes: lintian: libpam-modules: mismatched-override hardening-no-fortify-functions
| * d/lintian-overrides: Document that sysadmin manpages are libpam-runtimeGioele Barabucci2025-02-133-1/+6
| |
| * d/libpam0g.symbols: Add Build-Depends-PackageGioele Barabucci2025-02-131-0/+3
| | | | | | | | Fixes: lintian: symbols-file-missing-build-depends-package-field
| * d/libpam-modules.lintian-overrides: Use new name ↵Gioele Barabucci2025-02-131-1/+1
| | | | | | | | shared-library-lacks-prerequisites
| * d/libpam-{modules,runtime}.post{inst,rm}: Use `set -e` instead of `/bin/sh -e`Gioele Barabucci2025-02-133-3/+9
| | | | | | | | | | | | | | Policy recommends to use `set -e` to ensure that scripts always have `-e` enabled, even when they are run as `sh foo.postinst`. Fixes: lintian: *: maintainer-script-without-set-e
| * d/libpam0g.lintian-overrides: Remove outdated override for false positive ↵Gioele Barabucci2025-02-131-3/+0
| | | | | | | | package-name-doesnt-match-sonames
| * d/s/lintian-overrides: Remove outdated dh-quilt-addon-but-quilt-source-formatGioele Barabucci2025-02-131-2/+0
| | | | | | | | dh_quilt is no longer used since commit b99a4f53dcf4725e4b3b861fd8a28c0156a8a147
| * d/watch: Avoid leading spaces in non-continuation linesGioele Barabucci2025-02-131-2/+2
| | | | | | | | | | | | | | While the specs allow for leading spaces to be present in any line, some tools are confused then leading spacere are in non-continuation lines. Fixes: lintian: pam source: missing-debian-watch-file-standard [debian/watch]
| * d/libpam-runtime.lintian-overrides: Document why prerm is emptyGioele Barabucci2025-02-131-0/+2
| | | | | | | | Fixes: lintian: libpam-runtime: maintainer-script-empty [prerm]
| * d/libpam-modules.templates: Remove unused debconf variablesGioele Barabucci2025-02-1325-1217/+697
| | | | | | | | | | `libpam-modules/disable-screensaver` and `libpam-modules/deprecate-tally` are no longer used in the maintainer scripts.
| * d/libpam-modules.preinst: Remove outdated screensaver-related codeGioele Barabucci2025-02-131-11/+0
|/ | | | | | | | Version 1.4.0-5 is older than what is currently in old-stable (Debian 11 bullseye, 1.4.0-9+deb11u1), so this code is never going to run in future installations of `libpam-modules`. Closes: #1073129
* Upload to unstableSam Hartman2025-02-111-0/+7
|
* Disable HURD suid patch for now because it breaks on Linux, Closes: #1095194Sam Hartman2025-02-061-1/+2
|
* Release to unstableSam Hartman2025-01-291-0/+6
|
* libpam-modules.NEWS: fix typo and alignmentChris Hofstaedtler2025-01-211-3/+3
|
* Release to experimentalSam Hartman2025-01-161-1/+1
|
* Fix patch typoSam Hartman2025-01-165-16/+16
|
* Update pending changesSam Hartman2025-01-161-2/+13
|
* Document pam_limits change in newsSam Hartman2025-01-161-1/+18
|
* pam_limits: do not override systemd's limits by default; add theSam Hartman2025-01-168-240/+255
| | | | | | | set_all option to restore previous behavior, Closes: #995236 Factor out the pam_limits patch that requires explicit root from the part of the patch that sets explicit defaults. Drop the part of the patch that treats set_all as if it is always set.
* Fix typo replacesSam Hartman2025-01-161-2/+2
|
* Man pages from libpam-modules-bin also need to move to libpam-runtime if ↵Sam Hartman2025-01-162-6/+6
| | | | docbook is build-dep-indep
* Only build-depend on documentation tools for arch-indep builds; do not build ↵Sam Hartman2025-01-162-8/+14
| | | | docs for arch all builds
* Build depend on pkgconf rather than pkg-configSam Hartman2025-01-161-1/+1
|
* * Move pam module man pages into libpam-runtime to avoid multi-arch ↵Sam Hartman2025-01-163-4/+3
| | | | | | uninstallability * Move lipam0g-dev man pages into libpam-doc
* allow reprotest to failSam Hartman2025-01-161-0/+6
|
* Properly handle environment.5 manpageSam Hartman2025-01-152-1/+1
|
* Pdf files are compressed; update doc-baseSam Hartman2025-01-153-3/+3
|
* In response to lintian complaint, clarify that PAM can be distributed under ↵Sam Hartman2025-01-151-1/+6
| | | | any version of the GPL.
* changelog cleanupSam Hartman2025-01-151-7/+7
|
* ChangeLog removed upstream, do not install it.Sam Hartman2025-01-152-3/+3
|
* Recommit to trigger pipelineSam Hartman2025-01-140-0/+0
|
* Merge in salsa CI supportSam Hartman2025-01-142-0/+20
|\ | | | | | | | | | | I did not take man-environment-so-link.patch because pam 1.7.0 handles man pages differently. If that lintian error still exists, I will fix appropriately for the new code.
| * Salsa CI: Allow piuparts to fail due to legit unix_chkpwd modificationsOtto Kekäläinen2024-08-201-0/+11
| |
| * Fix man page environment.5 link to man5/pam_env.conf.5Otto Kekäläinen2024-08-202-0/+14
| |
| * Enable Salsa CIOtto Kekäläinen2024-08-201-0/+8
| | | | | | | | | | | | | | | | | | | | This will help ensure easily machine detectable regressions don't slip into the code base. This also makes any future contribution process faster and more reliable, as any contributor submitting a Merge Request will get immediate feedback, and the maintainers save time by not having to point out basic mistakes.
* | Admin guide pdfSam Hartman2025-01-141-1/+1
| |
* | Rebuild patchesSam Hartman2025-01-1424-1932/+687
| |
* | Document changes for 1.7.0-1Sam Hartman2025-01-142-6/+12
| |
* | Build and install pdf documentationSam Hartman2025-01-144-0/+10
| |