aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/modules
Commit message (Expand)AuthorAgeFilesLines
* pam_krb5: Clarify a loop condition.Dag-Erling Smørgrav2023-09-071-91/+90
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-2324-48/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-2352-52/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2324-48/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-252-2/+2
* pam_krb5: Add missing patchCy Schubert2023-07-081-12/+0
* pam_krb5: Fix spoofing vulnerabilityCy Schubert2023-06-212-17/+102
* pam_unix: Fix mismatch in array bounds for make_salt().John Baldwin2022-11-111-1/+1
* ssh: update to OpenSSH v8.9p1Ed Maste2022-10-071-1/+1
* Add deprecation notices for OPIE.Dag-Erling Smørgrav2022-09-152-2/+10
* pam_exec: fix segfault when authtok is nullYan Ka Chiu2022-06-241-0/+7
* openssh: update to OpenSSH v8.7p1Ed Maste2022-02-091-1/+1
* pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot2022-01-058-0/+16
* pkgbase: Create a FreeBSD-kerberos packageEmmanuel Vadot2022-01-052-0/+4
* 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