summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* IFP: Add domain and domainname attributes to the userifpPavel Březina2017-06-0910-5/+173
* INTG_TESTS: Add one more test for filtered out users/groupsFabiano Fidêncio2017-06-051-0/+54
* CACHE_REQ_SEARCH: Check for filtered users/groups also on cache_req_send()Fabiano Fidêncio2017-06-051-0/+4
* CACHE_REQ: Simplify _search_ncache_filter()Fabiano Fidêncio2017-06-051-20/+7
* pam_sss: Fix checking of empty string cert_userLukas Slebodnik2017-06-051-2/+2
* TESTS: Add one config-check test caseMichal Židek2017-06-031-0/+12
* IPA: Fix the PAM error code that auth code expects to start migrationSumit Bose2017-06-031-0/+11
* sssctl: show user name used for authentication in user-checksSumit Bose2017-06-011-1/+10
* sysdb: sysdb_get_certmap() allow empty certmapSumit Bose2017-06-012-9/+13
* PAM: send user name hint response when neededSumit Bose2017-06-012-39/+141
* add_pam_cert_response: add support for SSS_PAM_CERT_INFO_WITH_HINTSumit Bose2017-06-013-8/+18
* pam_sss: add support for SSS_PAM_CERT_INFO_WITH_HINTSumit Bose2017-06-013-14/+127
* tests: fix test_pam_preauth_cert_no_logon_name()Sumit Bose2017-06-011-3/+7
* RESPONDER_COMMON: update certmaps in respondersSumit Bose2017-06-012-0/+26
* KRB5: Fix access_provider=krb5Jakub Hrozek2017-06-011-2/+2
* test_config_check: Fix few issuesLukas Slebodnik2017-06-011-4/+10
* VALIDATOR: prevent duplicite report from subdomain sectionsLukas Slebodnik2017-06-011-1/+1
* VALIDATORS: Detect inherit_from in normal domainMichal Židek2017-05-313-1/+77
* VALIDATORS: Change regex for app domainsMichal Židek2017-05-311-1/+2
* MAN: Fix typo in trusted domain sectionMichal Židek2017-05-311-1/+1
* TESTS: Add unit tests for cfg validationMichal Židek2017-05-312-0/+284
* VALIDATORS: Escape special regex charsMichal Židek2017-05-311-1/+1
* VALIDATORS: Remove application section domainMichal Židek2017-05-311-4/+1
* VALIDATORS: Add subdomain sectionMichal Židek2017-05-311-1/+16
* BUILD: Improve error messages for optional dependenciesLukas Slebodnik2017-05-314-5/+14
* SECRETS: Fix warning Wpointer-bool-conversionLukas Slebodnik2017-05-311-2/+2
* ldap: handle certmap errors gracefullySumit Bose2017-05-311-0/+21
* IFP: Resolve group names from GIDs if requiredJakub Hrozek2017-05-311-26/+89
* IFP: Only format the output name to the short version before outputJakub Hrozek2017-05-311-46/+18
* RESP: Provide a reusable request to fully resolve incomplete groupsJakub Hrozek2017-05-312-0/+220
* TESTS: Fix pep8 errors in test_ts_cache.pyJakub Hrozek2017-05-291-2/+4
* TESTS: Fix pep8 errors in test_secrets.pyJakub Hrozek2017-05-291-1/+0
* TESTS: Fix pep8 errors in test_kcm.pyJakub Hrozek2017-05-291-3/+6
* test_kcm: Remove commented codeJakub Hrozek2017-05-291-6/+0
* SSSDConfig: Fix saving of debug_levelLukas Slebodnik2017-05-293-0/+52
* SSSDConfig: Handle integer parsing more lenientlyLukas Slebodnik2017-05-293-5/+18
* CONFIG: Add subdomain_homedir to config locationsJustin Stephenson2017-05-264-0/+5
* HBAC: Do not rely on originalMemberOf, use the sysdb memberof links insteadJakub Hrozek2017-05-261-30/+67
* BUILD: Fix build without sshLukas Slebodnik2017-05-253-1/+9
* IPA: Return from function after marking a request as finishedJakub Hrozek2017-05-251-0/+1
* IPA: Avoid using uninitialized ret value when skipping entries from the joine...Jakub Hrozek2017-05-251-0/+1
* krb5: accept changed principal if krb5_canonicalize=TrueSumit Bose2017-05-251-0/+3
* TESTS: Add a test for parallel execution of klistJakub Hrozek2017-05-242-1/+27
* KCM: Fix the per-client serialization queueJakub Hrozek2017-05-241-60/+122
* BUILD: Link libwbclient with libdlLukas Slebodnik2017-05-241-0/+1
* ipa: filter IPA users from extdom lookups by certificateSumit Bose2017-05-241-5/+30
* INTG: Do not use configure time option enable-files-domainLukas Slebodnik2017-05-232-1/+2
* UTIL: Drop unused error code ERR_MISSING_CONFLukas Slebodnik2017-05-233-8/+0
* CONFDB: Use default configuration with missing sssd.confLukas Slebodnik2017-05-232-6/+4
* pam: properly support UPN logon namesSumit Bose2017-05-232-3/+80