freebsd-dev/lib/libpam/modules/pam_exec
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
..
Makefile
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
pam_exec.8 Changes to the expose_password functionality: 2019-06-30 14:46:15 +00:00
pam_exec.c Apply tentative fix for clang 11 warning in pam_exec(8): 2020-08-06 19:31:52 +00:00