master
pam_userdb: fix password comparison timing leak
Move check_user_in_passwd from pam_localuser.c to pam_modutil
meson: build Linux-PAM using meson
Fix includedir in pkgconfig files
libpam: simplify IF_NO_PAMH
treewide: cleanup: use pam_asprintf() instead of asprintf()
libpam: remove function prefixes in debug messages
libpam: do not include config.h right before pam_private.h
libpam: fix typo in comment
libpam: enclose macro parameters
libpam: remove dead code in pam_dynamic.c
treewide: fix typos in comments
treewide: do not cast calloc/malloc/realloc
pam_get_authtok*: disallow setting pamh to NULL
Include pam_i18n.h where i18n definitions are required
libpam: make /etc/passwd checks 8 bit clean
pam_modutil_get*: overwrite password at free (#846)
libpam: simplify string copying using strdup
Optimize the checkgrouplist function
libpam: check for INT_MAX limit in ioloop
libpam: add supplementary groups on priv drop
libpam: use close_range() to close file descriptors
treewide: fix typos in comments and documentation
build: consistently include config.h first
Fix whitespace issues