summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* CONFIG: Fix schema for try_inotifyLukas Slebodnik2017-09-133-5/+5
* pysss_nss_idmap: Fix typos in python documentationLukas Slebodnik2017-09-131-12/+12
* pysss_nss_idmap: return same type as it is in module constantsLukas Slebodnik2017-09-131-8/+8
* Revert "PYTHON: Define constants as bytes instead of strings"Lukas Slebodnik2017-09-131-7/+0
* CI: Use dnf 2.0 for installation of packages in fedoraLukas Slebodnik2017-09-122-1/+8
* SPEC: Update owner and mode for /var/lib/sss/deskprofileLukas Slebodnik2017-09-121-1/+1
* SUDO: Use initgr_with_views when looking up a sudo userJakub Hrozek2017-09-085-53/+259
* TESTS: Use NULL for pointer, not 0Jakub Hrozek2017-09-081-3/+3
* MAN: Add sssd-systemtap man pageJustin Stephenson2017-09-085-1/+402
* CONTRIB: Add DP Request analysis scriptJustin Stephenson2017-09-083-0/+87
* DP: Add Generic DP Request ProbesJustin Stephenson2017-09-085-0/+105
* ipa: make sure view name is initialized at startupSumit Bose2017-09-061-1/+18
* cache_req: Look for name attribute also in nss_cmd_getsidbyidLukas Slebodnik2017-09-061-1/+3
* certmap: Suppress warning Wmissing-bracesLukas Slebodnik2017-09-061-1/+7
* SELINUX: Use getseuserbyname to get IPA seuserJustin Stephenson2017-09-064-81/+7
* MAN: Document that the secrets provider can only be specified in a per-client...Jakub Hrozek2017-09-061-8/+19
* MAN: Improve failover documentation by explaining the timeout betterJakub Hrozek2017-09-052-4/+66
* certmap: add OpenSSL implementationSumit Bose2017-09-058-225/+1168
* MAN: Improve description of 'trusted domain section' in sssd.conf's man pageAmitKumar2017-09-051-2/+15
* IPA: Use sysdb_search_*_by_orig_dn() in _subdomains_ext_group.cFabiano Fidêncio2017-09-051-10/+2
* SDAP: Use sysdb_search_*_by_orig_dn() in sdap_async_groups.cFabiano Fidêncio2017-09-051-21/+2
* SDAP: Use sysdb_search_*_by_orig_dn() in sdap_async_nested_groups.cFabiano Fidêncio2017-09-051-48/+13
* IPA: Use sysdb_search_*_by_orig_dn() _hbac_users.cFabiano Fidêncio2017-09-051-21/+7
* TESTS: Add tests for sysdb_search_{users,groups}_by_orig_dn()Fabiano Fidêncio2017-09-051-0/+74
* SYSDB: Add sysdb_search_by_orig_dn()Fabiano Fidêncio2017-09-052-7/+86
* IPA: Only generate kdcinfo files on clientsJakub Hrozek2017-09-042-9/+18
* IPA: Reword the DEBUG message about SRV resolution on IDM mastersJakub Hrozek2017-09-041-3/+4
* TESTS: Relax the assert in test_idle_timeoutJakub Hrozek2017-09-041-7/+9
* SECRETS: Support 0 as unlimited for the quotasJakub Hrozek2017-09-017-3/+95
* SECRETS: Add a new option to control per-UID limitsJakub Hrozek2017-09-019-1/+178
* TESTS: Test that ccaches can be stored after max_secrets is reached for regul...Jakub Hrozek2017-09-011-1/+51
* SECRETS: Use separate quotas for /kcm and /secrets hivesJakub Hrozek2017-09-015-23/+51
* SECRETS: Rename local_db_req.basedn to local_db_req.req_dnJakub Hrozek2017-09-011-15/+15
* SECRETS: Read the quotas for cn=secrets from [secrets/secrets] configuration ...Jakub Hrozek2017-09-014-54/+259
* SECRETS: Store quotas in a per-hive configuration structureJakub Hrozek2017-09-013-18/+26
* SECRETS: Do not link with c-aresJakub Hrozek2017-09-014-12/+0
* SECRETS: Remove unused declarationsJakub Hrozek2017-09-011-2/+0
* IPA: Only attempt migration for the joined domainJakub Hrozek2017-09-011-1/+11
* SPEC: Fix unowned directoryLukas Slebodnik2017-09-011-0/+1
* SPEC: rhel8 will have python3 as wellLukas Slebodnik2017-09-011-1/+1
* IPA: format fixesSumit Bose2017-09-012-2/+2
* PYTHON: Define constants as bytes instead of stringsFabiano Fidêncio2017-08-311-0/+7
* SDAP: Don't call be_mark_offline() because sdap_id_conn_data_set_expire_timer...Fabiano Fidêncio2017-08-311-0/+8
* SDAP: Add a debug message to explain why a backend was marked offlineFabiano Fidêncio2017-08-311-0/+4
* CONFDB: Do not crash with an invalid domain_type or case_sensitive valueJakub Hrozek2017-08-311-0/+2
* CONFDB: Set a default value for subdomain_refresh_interval in case an invalid...Fabiano Fidêncio2017-08-302-2/+12
* tests: add unit tests for krb5 localauth pluginSumit Bose2017-08-282-0/+215
* localauth plugin: change return code of sss_an2lnSumit Bose2017-08-281-1/+1
* TESTS: Add regression tests to try if resolving root and ID 0 fails as expectedJakub Hrozek2017-08-281-0/+21
* TESTS: Add files provider tests that request a user and group by IDJakub Hrozek2017-08-281-6/+91