aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1622-44/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1668-68/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1622-44/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* pam_krb5: Rename a variable.Dag-Erling Smørgrav2023-08-041-90/+90
* pam_krb5: Clarify a loop condition.Dag-Erling Smørgrav2023-08-041-2/+1
* pam_krb5: Add missing patchCy Schubert2023-07-081-12/+0
* pam_krb5: Fix spoofing vulnerabilityCy Schubert2023-06-212-17/+102
* pam_tacplus: Mention nss_tacplus in the manual page.Dag-Erling Smørgrav2023-05-221-2/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-1921-21/+0
* pam.d: install hard link with same mode as targetEd Maste2022-11-241-0/+1
* Put OPIE to rest.Dag-Erling Smørgrav2022-10-0214-623/+0
* pam_unix: Fix mismatch in array bounds for make_salt().John Baldwin2022-09-281-1/+1
* Remove telnetdBrooks Davis2022-09-282-32/+0
* Fix dead refs to pam(8) with pam(3) as well as some other PAM functions.Jens Schweikhardt2022-09-1623-31/+31
* Add deprecation notices for OPIE.Dag-Erling Smørgrav2022-09-152-2/+10
* pam_unix: Remove bogus __unused attributeFelix Palmen2022-09-051-1/+1
* pam_exec: fix segfault when authtok is nullYan Ka Chiu2022-05-221-0/+7
* ssh: update to OpenSSH v8.9p1Ed Maste2022-04-131-1/+1
* pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot2021-12-219-0/+18
* openssh: update to OpenSSH v8.7p1Ed Maste2021-09-081-1/+1
* pkgbase: Create a FreeBSD-ftp packageEmmanuel Vadot2021-09-071-0/+1
* pkgbase: Create a FreeBSD-kerberos packageEmmanuel Vadot2021-09-072-0/+4
* pkgbase: Create a FreeBSD-telnet packageEmmanuel Vadot2021-09-071-0/+1
* pam: add option to not prompt for password if it's set to emptyEdward Tomasz Napierala2021-04-033-1/+22
* pam_login_access: Fix negative entry matching logicMark Johnston2021-02-241-3/+3
* Don't explicitly specify c99 or gnu99 as the default is now gnu99.Xin LI2020-08-171-1/+0
* Apply tentative fix for clang 11 warning in pam_exec(8):Dimitry Andric2020-08-061-1/+2
* pkgbase: Move telnetd and ftpd pam file to the utilities packageEmmanuel Vadot2020-03-241-2/+0
* 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-112-3/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+8
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-1/+2
* 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
* Really fix pam install. Don't commit late at night or you make simple mistakes.Brad Davis2018-09-131-1/+1
* Fix build after r338621 by avoiding LINKS and installing the link manually.Brad Davis2018-09-131-1/+3
* Move all pam related config to lib/libpam/Brad Davis2018-09-1317-1/+430
* 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
* Don't use CCACHE for linking.Bryan Drewery2018-06-271-1/+2
* Forward Reply-Message attributes to the user, unless suppressed by theDag-Erling Smørgrav2018-05-162-15/+78