aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/modules
Commit message (Expand)AuthorAgeFilesLines
...
* pam_login_access: Fix negative entry matching logicMark Johnston2021-02-241-3/+3
* Apply tentative fix for clang 11 warning in pam_exec(8):Dimitry Andric2020-08-061-1/+2
* This commit makes significant changes to pam_login_access(8) to bring itCy Schubert2020-02-185-72/+160
* strchr() returns a pointer not an int.Cy Schubert2020-02-181-1/+1
* Add missing SYNOPSIS section.Cy Schubert2020-02-181-1/+3
* There is no pam(8) man page, it is pam(3).Cy Schubert2020-02-181-2/+2
* When pam_login_access(5) fails to match a username it attempts toCy Schubert2020-02-181-3/+35
* The words ALL, LOCAL, and EXCEPT have special meaning and are documentedCy Schubert2020-02-181-4/+4
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-2/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+8
* Changes to the expose_password functionality:Dag-Erling Smørgrav2019-06-302-7/+24
* Improve the legibility of the login.access.5 man page by separatingCy Schubert2019-05-071-1/+3
* Upgrade to OpenSSH 7.8p1.Dag-Erling Smørgrav2018-09-101-15/+14
* For full Linux-PAM compatibility, add a trailing NUL character whenDag-Erling Smørgrav2018-09-042-2/+4
* Add support for Linux-PAM's badly named expose_authtok option.Dag-Erling Smørgrav2018-08-142-9/+77
* Forward Reply-Message attributes to the user, unless suppressed by theDag-Erling Smørgrav2018-05-162-15/+78
* Upgrade to OpenSSH 7.7p1.Dag-Erling Smørgrav2018-05-111-1/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2622-0/+44
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-3124-24/+0
* If the user-provided password exceeds the maximum password length, don'tDag-Erling Smørgrav2017-10-261-0/+5
* Add options to capture stdout and / or stderr and pass the output onDag-Erling Smørgrav2017-03-222-114/+244
* Revert r314780Pedro F. Giffuni2017-03-121-1/+1
* libpam: extra bounds checking through reallocarray(3).Pedro F. Giffuni2017-03-061-1/+1
* Revert r314777: wrong log, the change was to libpam.Pedro F. Giffuni2017-03-061-1/+1
* libfetch: extra bounds checking through reallocarray(3).Pedro F. Giffuni2017-03-061-1/+1
* Load default options before requesting a ticket.Dag-Erling Smørgrav2017-03-031-0/+2
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-203-4/+4
* Remove support for SSH1 as it is already disabled in our OpenSSH.Ollivier Robert2016-08-222-4/+1
* Add support for Ed25519 keys.Ollivier Robert2016-08-222-0/+3
* Set retval in the empty password case to avoid a path through theDon Lewis2016-05-161-0/+1
* Hoist the getpwnam() call outside the first if/else block inDon Lewis2016-05-161-2/+2
* MFHGlen Barber2016-04-162-7/+1
|\
| * Build libpam modules in parallel.Bryan Drewery2016-04-141-0/+1
| * Simplify building libpam and fix libpam.a not containing the modules since r2...Bryan Drewery2016-04-141-7/+0
* | MFHGlen Barber2016-04-112-3/+3
|\|
| * libpam: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-092-3/+3
* | MFHGlen Barber2016-03-143-7/+5
|\|
| * DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-03-111-2/+0
| * Not ready for level 6 yet due to -Wredundant-decls.Dag-Erling Smørgrav2016-03-111-0/+1
| * Define __bounded__ to fix the gcc build. While there, raise WARNS.Dag-Erling Smørgrav2016-03-112-2/+4
| * Upgrade to OpenSSH 7.2p2.Dag-Erling Smørgrav2016-03-111-3/+0
* | MFHGlen Barber2016-01-201-7/+6
|\|
| * Update for API changes in OpenSSH 6.8p1.John Baldwin2016-01-201-7/+6
* | MFH r289384-r293170Glen Barber2016-01-043-4/+1
|\|
| * DIRDEPS_BUILD: Update dependencies.Bryan Drewery2015-12-072-2/+0
| * Replace unneeded manual dependency on header by adding it to SRCS.Bryan Drewery2015-12-071-2/+1
* | Merge from headBaptiste Daroussin2015-06-1524-0/+472
|\|
| * Add META_MODE support.Simon J. Gerraty2015-06-1324-0/+472
| |\
| | * Merge sync of headSimon J. Gerraty2015-05-2714-38/+33
| | |\ | | |/ | |/|