freebsd-dev/lib/libpam/modules
Dimitry Andric 228005931c Apply tentative fix for clang 11 warning in pam_exec(8):
lib/libpam/modules/pam_exec/pam_exec.c:222:56: error: format specifies type 'char *' but the argument has type 'const void *' [-Werror,-Wformat]
               if (asprintf(&envstr, "%s=%s", pam_item_env[i].name, item) < 0)
                                         ~~                         ^~~~
2020-08-06 19:31:52 +00:00
..
pam_chroot lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_deny lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_echo lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_exec Apply tentative fix for clang 11 warning in pam_exec(8): 2020-08-06 19:31:52 +00:00
pam_ftpusers lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_group lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_guest lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_krb5 DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
pam_ksu lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_lastlog General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
pam_login_access This commit makes significant changes to pam_login_access(8) to bring it 2020-02-18 11:27:08 +00:00
pam_nologin lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_opie lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_opieaccess lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_passwdqc DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
pam_permit lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_radius Forward Reply-Message attributes to the user, unless suppressed by the 2018-05-16 13:47:30 +00:00
pam_rhosts lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_rootok lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_securetty lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_self lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_ssh Upgrade to OpenSSH 7.8p1. 2018-09-10 16:20:12 +00:00
pam_tacplus lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
pam_unix Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile Build libpam modules in parallel. 2016-04-14 01:17:37 +00:00
Makefile.inc Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones 2017-01-20 03:27:47 +00:00
modules.inc