summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libsss_certmap: Accept certificate with data before headerDavid Kupka2017-04-032-4/+21
* configure: fix typoPavel Březina2017-03-301-1/+1
* sss_iobuf: fix 'read' shadows a global declarationPavel Březina2017-03-301-3/+3
* secrets: always add Content-Length headerPavel Březina2017-03-301-4/+68
* secrets: fix debug messagePavel Březina2017-03-301-1/+2
* secrets: support HTTP basic authentication with proxy providerPavel Březina2017-03-301-0/+9
* secrets: allow to configure certificate checkPavel Březina2017-03-305-0/+149
* secrets: remove http-parser code in proxy providerPavel Březina2017-03-301-581/+0
* secrets: use tcurl in proxy providerPavel Březina2017-03-303-84/+189
* build: make curl required by secretsPavel Březina2017-03-301-14/+2
* ci: do not build secrets on rhel6Pavel Březina2017-03-301-0/+4
* tcurl test: add support for client certificatePavel Březina2017-03-301-0/+13
* tcurl test: allow to set custom headersPavel Březina2017-03-301-2/+9
* tcurl: add support for http basic authPavel Březina2017-03-303-0/+53
* tcurl test: add support for tls settingsPavel Březina2017-03-301-0/+19
* tcurl test: add support for raw outputPavel Březina2017-03-301-0/+9
* tcurl test: refactor so new options can be added more easilyPavel Březina2017-03-301-125/+209
* tcurl: add support for ssl and raw outputPavel Březina2017-03-305-375/+672
* KCM: Fix off-by-one error in secrets key parsingJakub Hrozek2017-03-302-17/+101
* KRB5: Authenticate users in a non-POSIX domain using a MEMORY ccacheJakub Hrozek2017-03-306-22/+99
* LDAP: Relax search filters in application domainsJakub Hrozek2017-03-303-13/+66
* LDAP: save non-POSIX users in application domainsJakub Hrozek2017-03-301-15/+57
* SYSDB: Only generate new UID in local domainJakub Hrozek2017-03-301-0/+6
* SYSDB: Allow storing non-POSIX usersJakub Hrozek2017-03-302-9/+79
* PAM: Add application servicesJakub Hrozek2017-03-309-6/+241
* PAM: Remove unneeded memory contextJakub Hrozek2017-03-301-4/+4
* IFP: ListByName: Don't crash when no results are foundJakub Hrozek2017-03-301-7/+9
* 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-2910-37/+454
* 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-291-0/+190
* SYSDB: Add methods to deal with the domain's resolution orderFabiano Fidêncio2017-03-293-0/+208
* 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