freebsd-dev/lib/libpam
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
..
libpam Update Makefile.depend files 2019-12-11 17:37:53 +00:00
modules Apply tentative fix for clang 11 warning in pam_exec(8): 2020-08-06 19:31:52 +00:00
pam.d pkgbase: Move telnetd and ftpd pam file to the utilities package 2020-03-24 01:08:06 +00:00
static_libpam Don't use CCACHE for linking. 2018-06-27 19:29:15 +00:00
Makefile Move all pam related config to lib/libpam/ 2018-09-13 04:08:48 +00:00
Makefile.inc Replace _pam_verbose_error() with a macro. This was the last difference 2016-06-08 11:47:19 +00:00