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
pam_deny
pam_echo
pam_exec Apply tentative fix for clang 11 warning in pam_exec(8): 2020-08-06 19:31:52 +00:00
pam_ftpusers
pam_group
pam_guest
pam_krb5
pam_ksu
pam_lastlog
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
pam_opie
pam_opieaccess
pam_passwdqc
pam_permit
pam_radius
pam_rhosts
pam_rootok
pam_securetty
pam_self
pam_ssh
pam_tacplus
pam_unix Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile
Makefile.inc
modules.inc