master
CONFDB: get rid of 'config_file_version'.
debug: enable chain id in backend
sbus: add unit tests for public sbus_message module
TESTS: new case to test ad_gpo_parse_ini_file()
tests: add utilities for cmocka based unit tests
TESTS: Add a common mock_be_ctx function
TESTS: Split off keytab creation into a common module
Get rid of 'local_negative_timeout' config option
TESTS: Add gethostbyname and gethostbyaddr NSS responder tests
nssidmap: add getsidbyusername and getsidbygroupname
sdap: add struct sdap_attr_map_info_ex
TESTS: Move krb5_try_kdcip to nested group test
Tests fix: mock users/groups with objectclasses and expected RFC2307 attrs
TESTS: Change how mock_sysdb_user() is implemented
DUMMY_CHILD TEST: use new helper to setup a process
nssidmap: fix sss_nss_getgrouplist_timeout() with empty secondary group list
Fix minor spelling mistakes in tests/cmocka/*
ad: Combine 1+2way trust options creation functions
ad: gpo evalute host groups
authtok: remove sss_authtok_set_sc_keypad()
sudo: skip smart refresh if it happens inside full refresh
Make: don't compile 'oidc_child_get_jwk.c'
Remove usage of `CRYPTO_cleanup_all_ex_data()`
CHILD HELPERS: make `exec_child_ex()` private
INI: remove unused helpers
tests: fix mocking krb5_creds in test_copy_ccache
tests: fix enctypes in test_copy_keytab
TESTS: Make the AS_STR() macro available in common.h
tests: add tests for ipa_deskprofile_get_filename_path()
Delete 'files provider'
Split dp_option_inherit() into two functions
test: check temporary address exclusion
tests: do not use libcheck include file in cmocka tests
TESTS: test expiration
tests: convert all unit tests to cmocka 1.0 or later
RESOLV: Configuration option for DNS search
ENUMERATION: drop support of enumeration for IPA/AD
ifp: extraAttributes is UnknownProperty
Moving headers used by both server and client to special folder
test_iobuf.c: Only run the test_sss_iobuf_secure subtest on Linux
ipa: read auto_private_groups from id range if available
Make use of ucred helpers in tests
UTILS: removed unused file helpers
pam: Forward GDM_AUTH_SESSION_ID from PAM client to child processes
krb5: add idp preauth plugins
Passkey: Allow kerberos preauth for "false" UV
LDAP: New option to trigger password change in case of grace login with expired password
SYSDB: only monitor (and tests) should create cache files
When running on FreeBSD skip tests that are using fget{pw,gr}ent
tests: remove wrong and misleading assigment
pam: handle protected authentication path
Responder: change authentication mechanism detection
passkey: omit user-verification
Add test for OAuth2 prompting config
Add support for ldapi:// URLs.
responders: add callback to schedule_get_domains_task()
SDAP: Include struct ldb_dn in struct sdap_search_base
LDAP: Add support for rhost access control
Add rsassapss cert for future checks
sss-idmap: add normalize and casefold options
util: implement pam_get_response_data_all_same_type()
sss_ptr_hash: fix double free for circular dependencies
test_utils: Use common header file for libsss_util tests.
localauth: improve localauth add man page
krb5_locator: always use port 88 for master KDC
util: Add string_begins_with() helper
sysdb: sanitize certmap rule name before using it in DN
tests: remove LOCAL_SYSDB_FILE reference from test_sysdb_domain_resolution_order_
SUDO: Fix timezone issues with sudoNotBefore and sudoNotAfter
sysdb:: remove sysdb_getpwupn()
sysdb: add sysdb_cert_derb64_to_ldap_filter()
TESTS: Improve test_sysdb_enumpwent_filter
UTIL: Add string_ends_with utility function