summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* IPA: Improve s2n debug message for missing ipaNTSecurityIdentifierJustin Stephenson2017-04-281-1/+7
* overrides: add certificates to mapped attributeSumit Bose2017-04-281-0/+41
* ad: handle forest root not listed in ad_enabled_domainsSumit Bose2017-04-281-3/+36
* utils: add sss_domain_is_forest_root()Sumit Bose2017-04-282-0/+6
* CONFDB: Fix standalone application domainsJakub Hrozek2017-04-281-4/+22
* IPA: Use search bases instead of domain_to_basedn when fetching external groupsJakub Hrozek2017-04-261-17/+13
* LDAP: Allow passing a NULL map to sdap_search_bases_ex_sendJakub Hrozek2017-04-261-1/+1
* CACHE_REQ_DOMAIN: debug the set domain resolution orderFabiano Fidêncio2017-04-261-0/+11
* RESPONDER_COMMON: Improve domaiN_resolution_order debug messagesFabiano Fidêncio2017-04-261-0/+6
* CACHE_REQ_DOMAIN: Add some comments to cache_req_domain_new_list_from_string_...Fabiano Fidêncio2017-04-261-0/+4
* CACHE_REQ: Allow configurationless shortname lookupsFabiano Fidêncio2017-04-263-1/+50
* NSS/TESTS: Improve non-fqnames testsFabiano Fidêncio2017-04-261-15/+30
* RESPONDER: Fallback to global domain resolution order in case the view doesn'...Fabiano Fidêncio2017-04-263-53/+74
* IPA: Improve DEBUG message if a group has no ipaNTSecurityIdentifierHEADmasterJakub Hrozek2017-04-241-1/+4
* SECRETS: remove unused variableLukas Slebodnik2017-04-211-5/+0
* IFP: Use sized_domain_name to format the groups the user is a member ofJakub Hrozek2017-04-211-14/+15
* Move sized_output_name() and sized_domain_name() into responder common codeJakub Hrozek2017-04-215-99/+112
* README: Update links to mailing listsLukas Slebodnik2017-04-201-2/+4
* SPEC: Drop conditional build for krb5_local_auth_pluginLukas Slebodnik2017-04-191-6/+0
* minor typo fixesRené Genz2017-04-195-16/+16
* UTIL: Use max 15 characters for AD host UPNLukas Slebodnik2017-04-121-1/+7
* sbus: check connection for NULL before unregister itSumit Bose2017-04-121-1/+7
* KRB5_LOCATOR: add env variable to disable pluginSumit Bose2017-04-112-0/+20
* config-check: Message when sssd.conf is missingMichal Židek2017-04-101-1/+4
* i18n: adding sssctl filesSumit Bose2017-04-101-0/+8
* sssctl: integrate pam_test_client into sssctlSumit Bose2017-04-105-72/+72
* pam_test_client: add InfoPipe user lookupSumit Bose2017-04-102-0/+72
* sss_sifp: update method namesSumit Bose2017-04-102-3/+3
* pam_test_client: add SSSD getpwnam lookupSumit Bose2017-04-102-2/+84
* pam_test_client: add service and environment to PAM test clientSumit Bose2017-04-101-12/+38
* CONFDB: Fix handling of enable_files_domainLukas Slebodnik2017-04-101-8/+8
* DP: Fix typoPavel Březina2017-04-061-2/+2
* selinux: Do not fail if SELinux is not managedMichal Židek2017-04-065-24/+49
* ipa_s2n_get_acct_info_send: provide correct req_input namePavel Březina2017-04-031-4/+36
* responders: do not leak selinux context on clients destructionPavel Březina2017-04-031-1/+19
* BUILD: Fix compilation of libsss_certmap with libcryptoLukas Slebodnik2017-04-031-1/+2
* 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-304-84/+192
* build: make curl required by secretsPavel Březina2017-03-302-15/+7
* ci: do not build secrets on rhel6Pavel Březina2017-03-303-0/+20
* 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