master
Add missing include
CLIENT: use ETIMEDOUT instead of ETIME
CLIENT: fixed few CHECKED_RETURN (CWE-252) warnings
Fix build on FreeBSD by including sys/socket.h
SSS_CLIENT: Follow API changes in libsubid
SUDO: don't overwrite major error code with minor one
Fix bad merge
src/sss_client/common.c: Use getpwnam_r to avoid clobbering struct passwd
nss-idmap: add nss like calls with timeout and flags
BUILD: Accept krb5 1.20 for building the PAC plugin
sss_client: create nss_common.h
Avoid a global variable in netgroup client.
NSS: Reject empty name lookups in client library
whitespace: fix issues found by pre-commit
SSS_CLIENT:MC: simplify logic and
CLIENT:MC: store context mutex outside of context as it should survive context destruction / re-initialization
nss client: make innetgr() thread safe
pam: Forward GDM_AUTH_SESSION_ID from PAM client to child processes
Include pam_appl.h due to pam_get_item() usage
pam: add pam_sss_gss module for gssapi authentication
sss_client: deduplicate string copying in pc_list_from_response
NSS: Add client support for networks (non-enumeration)
Rename server/ directory to src/
Fix the in-house pam_modutil_getlogin() implementation
CLIENT:PAM: replace deprecated `_pam_overwrite`