summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing package pam version 1.3.1-4debian/1.3.1-4archive/debian/1.3.1-4Steve Langasek2019-02-13
|
* Fix the name of the samba services to be restarted on upgrade.Steve Langasek2019-02-13
|
* releasing package pam version 1.3.1-3Steve Langasek2019-02-13
|
* update xdm restart handling to cope with changes to what xdm writes to utmpSteve Langasek2019-02-13
| | | | Bug-Debian: https://bugs.debian.org/922239
* apparently there are now two separate lintian errors for non-linked DSOsSteve Langasek2019-02-13
|
* Restore lintian overrides for hardening false-positives.Steve Langasek2019-02-13
|
* Standards-Version 4.3.0.Steve Langasek2019-02-13
|
* debian/control: drop redundant priority fields.Steve Langasek2019-02-13
|
* debian/source.lintian-overrides: update for the current quilt warnings.Steve Langasek2019-02-13
|
* debian/rules: set $DEB_HOST_MULTIARCH only if unset.Steve Langasek2019-02-13
|
* debian/libpam-modules.lintian-overrides: update for the current lintian ↵Steve Langasek2019-02-13
| | | | warning given for DSOs with no dependencies.
* Fix d/p/update-motd to apply the correct changes to the READMESteve Langasek2019-02-13
|
* releasing package pam version 1.3.1-2debian/1.3.1-2archive/debian/1.3.1-2Steve Langasek2019-02-12
|
* Drop hard-coded pre-dep on libpam0g, now superseded by shlibdeps.Steve Langasek2019-02-12
|
* Bump the version check for service restarts to 1.3.1-2. Closes: #922178.Steve Langasek2019-02-12
|
* Further cleanup of patch to avoid accidental regeneration of docsSteve Langasek2019-02-12
|
* releasing package pam version 1.3.1-1debian/1.3.1-1archive/debian/1.3.1-1Steve Langasek2019-02-12
|
* Document upstream bug closureSteve Langasek2019-02-12
| | | | Bug-Debian: https://bugs.debian.org/825782
* Document bug closureSteve Langasek2019-02-12
| | | | Bug-Debian: https://bugs.debian.org/821408
* Clean up patch so that we don't accidentally regenerate manpage againSteve Langasek2019-02-12
|
* Document upstream bug closureSteve Langasek2019-02-11
| | | | Bug-Debian: https://bugs.debian.org/889910
* Document upstream bug closureSteve Langasek2019-02-11
| | | | Bug-Debian: https://bugs.debian.org/762110
* Add debian/patches/fix-autoreconf.patchAndreas Henriksson2019-02-11
|
* Update debian/watch.Steve Langasek2019-02-11
|
* Update debian/libpam0g.symbolsAndreas Henriksson2019-02-11
|
* Refresh patchesSteve Langasek2019-02-11
|
* Switch source package to 3.0 (quilt) to consume upstream .tar.xz.Steve Langasek2019-02-11
|
* Merge upstream version 1.3.1Steve Langasek2019-02-11
|\
| * New upstream version 1.3.1Steve Langasek2019-02-12
| |\
| | * Release version 1.3.1Thorsten Kukuk2018-05-18
| | |
| | * Add xz compressionThorsten Kukuk2018-05-18
| | |
| | * pam_motd: add support for a motd.d directory (#48)Allison Karlitskaya2018-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new feature to pam_motd to allow packages to install their own message files in a "motd.d" directory, to be displayed after the primary motd. Add an option motd_d= to specify the location of this directory. Modify the defaults, in the case where no options are given, to display both /etc/motd and /etc/motd.d. Fixes #47 * modules/pam_motd/pam_motd.c: add support for motd.d * modules/pam_motd/pam_motd.8.xml: update the manpage
| | * pam_umask: Fix documentation to align with order of loading umaskTomas Mraz2018-05-02
| | | | | | | | | | | | | | | * modules/pam_umask/pam_umask.8.xml: Document the real order of loading umask.
| | * Fix missing word in documentation.Joey Chagnon2018-04-10
| | | | | | | | | * doc/man/pam_get_user.3.xml: Fix it.
| | * pam_tally2 --reset: avoid creating a missing tallylog fileDmitry V. Levin2017-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need for pam_tally2 in --reset=0 mode to create a missing tallylog file because its absence has the same meaning as its existence with the appropriate entry reset. This was not a big deal until useradd(8) from shadow suite release 4.5 started to invoke /sbin/pam_tally2 --reset routinely regardless of PAM configuration. The positive effect of this change is noticeable when using tools like cpio(1) that cannot archive huge sparse files efficiently. * modules/pam_tally2/pam_tally2.c [MAIN] (main) <cline_user>: Stat cline_filename when cline_reset == 0, exit early if the file is missing.
| | * pam_mkhomedir: Allow creating parent of homedir under /Tomas Mraz2017-11-10
| | | | | | | | | | | | | | | * modules/pam_mkhomedir/mkhomedir_helper.c (make_parent_dirs): Do not skip creating the directory if we are under /.
| | * pam_tty_audit: Fix regression introduced by adding the uid range support.Tomas Mraz2017-10-09
| | | | | | | | | | | | | | | | | | | | | * modules/pam_tty_audit/pam_tty_audit.c (parse_uid_range): Fix constification and remove unneeded code carried from pam_limits. (pam_sm_open_session): When multiple enable/disable options are present do not stop after first match.
| | * pam_access: Add note about spaces around ':' in access.conf(5)Tomas Mraz2017-09-06
| | | | | | | | | | | | * modules/pam_access/access.conf.5.xml: Add note about spaces around ':'
| | * Workaround formatting problem in pam(8)Tomas Mraz2017-09-06
| | | | | | | | | | | | * doc/man/pam.8.xml: Workaround formatting problem.
| | * pam_unix: Check return value of malloc used for setcred data (#24)Peter Urbanec2017-07-12
| | | | | | | | | | | | | | | | | | | | | | | | Check the return value of malloc and if it failed print debug info, send a syslog message and return an error code. The test in AUTH_RETURN for ret_data not being NULL becomes redundant. Signed-off-by: Peter Urbanec <git.user@urbanec.net>
| | * pam_cracklib: Drop unused prompt macros.Tomas Mraz2017-07-10
| | | | | | | | | | | | * modules/pam_cracklib/pam_cracklib.c: Drop the unused macros.
| | * pam_tty_audit: Support matching users by uid range.Tomas Mraz2017-06-28
| | | | | | | | | | | | | | | | | | | | | * modules/pam_tty_audit/pam_tty_audit.c (parse_uid_range): New function to parse the uid range. (pam_sm_open_session): Call parse_uid_range() and behave according to its result. * modules/pam_tty_audit/pam_tty_audit.8.xml: Document the uid range matching.
| | * pam_access: support parsing files in /etc/security/access.d/*.confTomas Mraz2017-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | * modules/pam_access/pam_access.c (login_access): Return NOMATCH if there was no match in the parsed file. (pam_sm_authenticate): Add glob() call to go through the ACCESS_CONF_GLOB subdirectory and call login_access() on the individual files matched. * modules/pam_access/pam_access.8.xml: Document the addition. * modules/pam_access/Makefile.am: Add ACCESS_CONF_GLOB definition.
| | * pam_localuser: Correct the example in documentation.Tomas Mraz2017-04-11
| | | | | | | | | | | | | | | * modules/pam_localuser/pam_localuser.8.xml: The example configuration does something different.
| | * pam_localuser: Correct documentation of return value.Tomas Mraz2017-04-11
| | | | | | | | | | | | | | | * modules/pam_localuser/pam_localuser.8.xml: The module returns PAM_PERM_DENIED when the user is not listed.
| | * Make maxclassrepeat=1 behavior consistent with docs (#9)Saul Johnson2017-03-10
| | | | | | | | | * modules/pam_cracklib/pam_cracklib.c (simple): Apply the maxclassrepeat when greater than 0.
| | * Properly test for strtol() failure to find any digits.Josef Moellers2017-02-09
| | | | | | | | | | | | | | | * modules/pam_access/pam_access.c (network_netmask_match): Test for endptr set to beginning and not NULL.
| | * pam_exec: fix a potential null pointer dereferenceDaniel Abrecht2017-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a null pointer dereference when pam_prompt returns PAM_SUCCESS but the response is set to NULL. * modules/pam_exec/pam_exec.c (call_exec): Do not invoke strndupa with a null pointer. Closes: https://github.com/linux-pam/linux-pam/pull/2
| | * Add missing comma in the limits.conf.5 manpage.Antonio Ospite2016-12-07
| | | | | | | | | | | | * modules/pam_limits/limits.conf.5.xml: add a missing comma
| | * Regular links doesn't work with -no-numbering -no-references.Tomas Mraz2016-11-14
| | | | | | | | | | | | * configure.ac: Use elinks instead of links.