summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* IFP: Search both POSIX and non-POSIX domainsJakub Hrozek2017-03-303-105/+194
* CACHE_REQ: Domain type selection in cache_reqJakub Hrozek2017-03-3029-47/+246
* CONFDB: Allow configuring [application] sections as non-POSIX domainsJakub Hrozek2017-03-305-18/+368
* CONFDB: Introduce SSSD domain type to distinguish POSIX and application domainsJakub Hrozek2017-03-309-1/+85
* IPA: enable AD user lookup by certificateSumit Bose2017-03-291-0/+1
* IPA: lookup AD users by certificates on IPA clientsSumit Bose2017-03-291-4/+105
* IPA: add mapped attributes to user from trusted domainsSumit Bose2017-03-291-9/+24
* krb5: return to responder that pkinit is not availableSumit Bose2017-03-291-4/+13
* ssh: add support for certificates from non-default viewsSumit Bose2017-03-291-1/+19
* ssh: handle binary keys correctlySumit Bose2017-03-291-1/+7
* Add domain_resolution_order config optionFabiano Fidêncio2017-03-298-1/+58
* UTIL: Expose replace_char() as sss_replace_char()Fabiano Fidêncio2017-03-292-6/+11
* CACHE_REQ: Make use of domainResolutionOrderFabiano Fidêncio2017-03-2911-37/+457
* DLINKLIST: Add DLIST_FOR_EACH_SAFE macroFabiano Fidêncio2017-03-291-0/+5
* IPA: Get ipaDomainsResolutionOrder from IPA ID ViewFabiano Fidêncio2017-03-293-0/+257
* IPA_SUBDOMAINS: Rename _refresh_view() to _refresh_view_name()Fabiano Fidêncio2017-03-291-3/+4
* IPA: Get ipaDomainsResolutionOrder from ipaConfigFabiano Fidêncio2017-03-293-12/+234
* SYSDB/TESTS: Add tests for the domain's resolution order methodsFabiano Fidêncio2017-03-292-0/+206
* SYSDB: Add methods to deal with the domain's resolution orderFabiano Fidêncio2017-03-294-0/+210
* NSS/TESTS: Include searches for non-fqnames members of a subdomainFabiano Fidêncio2017-03-291-37/+213
* NSS/TESTS: Improve setup/teardown for subdomains testsFabiano Fidêncio2017-03-291-32/+150
* NSS/TESTS: Fix subdomains attributionPavel Březina2017-03-291-1/+1
* CACHE_REQ: Descend into subdomains on lookupsFabiano Fidêncio2017-03-2910-10/+10
* SUBDOMAINS: Allow use_fully_qualified_names for subdomainsMichal Židek2017-03-2914-40/+107
* UTIL: Introduce subdomain_create_conf_path()Michal Židek2017-03-296-17/+20
* intg: Remove bashism from intgcheck-prepareLukas Slebodnik2017-03-291-1/+1
* intg: fix configure failure with strict cflagsLukas Slebodnik2017-03-281-1/+1
* CONFIGURE: Fix fallback if pkg-config for uuid is missingLukas Slebodnik2017-03-281-1/+1
* SSSDConfig: Python 3.6 invalid escape sequence deprecation fixVille Skyttä2017-03-271-1/+1
* KCM: Idle-terminate the responder if the secrets back end is usedJakub Hrozek2017-03-272-0/+10
* KCM: Queue requests by the same UIDJakub Hrozek2017-03-278-6/+716
* KCM: Make the secrets ccache back end configurable, make secrets the defaultJakub Hrozek2017-03-277-11/+56
* KCM: Store ccaches in secretsJakub Hrozek2017-03-279-25/+3525
* TCURL: Support HTTP POST for creating containersJakub Hrozek2017-03-274-0/+41
* SECRETS: Store ccaches in secrets for the KCM responderJakub Hrozek2017-03-273-11/+86
* SECRETS: Return a nicer error message on request with no PUT dataJakub Hrozek2017-03-271-0/+6
* SECRETS: Create DB path before the operation itselfJakub Hrozek2017-03-271-85/+83
* TESTS: Add integration tests for the KCM responderJakub Hrozek2017-03-276-0/+709
* MAN: Add a manual page for sssd-kcmJakub Hrozek2017-03-274-1/+203
* KCM: Implement KCM server operationsJakub Hrozek2017-03-274-9/+2143
* KCM: Add a in-memory credential storageJakub Hrozek2017-03-274-4/+817
* KCM: Implement an internal ccache storage and retrieval APIJakub Hrozek2017-03-279-0/+2024
* KCM: request parsing and sending a replyJakub Hrozek2017-03-272-13/+473
* KCM: Initial responder build and packagingJakub Hrozek2017-03-2716-5/+658
* UTIL: krb5 principal (un)marshallingJakub Hrozek2017-03-272-0/+204
* UTIL: Add type-specific getsetters to sss_iobufJakub Hrozek2017-03-272-0/+141
* UTIL: Add utility macro cli_creds_get_gid()Jakub Hrozek2017-03-271-0/+1
* UTIL: Add SAFEALIGN_COPY_UINT8_CHECKJakub Hrozek2017-03-271-0/+6
* UTIL: Fix a typo in the tcurl test toolJakub Hrozek2017-03-271-2/+2
* UTIL: iobuf: Make input parameter for the readonly operation constJakub Hrozek2017-03-272-2/+2