NetBSD/lib/libpam/modules
mrg de11d87641 introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints.  many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
2019-10-13 07:28:04 +00:00
..
pam_afslog switch everyone to openssl.old 2018-02-04 03:19:51 +00:00
pam_chroot
pam_deny
pam_echo
pam_exec
pam_ftpusers
pam_group
pam_guest
pam_krb5 switch everyone to openssl.old 2018-02-04 03:19:51 +00:00
pam_ksu switch everyone to openssl.old 2018-02-04 03:19:51 +00:00
pam_lastlog introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
pam_login_access
pam_nologin
pam_permit
pam_radius
pam_rhosts
pam_rootok
pam_securetty
pam_self
pam_skey
pam_ssh Fix key loading logic and add log message when rejecting an unencrypted key. 2019-06-01 07:15:39 +00:00
pam_unix Improve type safety by using the correct enum values. 2018-05-16 13:55:39 +00:00
Makefile
mod.mk