summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-013-11/+0
* SECRETS: Remove unused declarationsJakub Hrozek2017-09-011-2/+0
* IPA: Only attempt migration for the joined domainJakub Hrozek2017-09-011-1/+11
* 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-281-0/+197
* 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
* TESTS: Add wrappers to request a user or a group by IDJakub Hrozek2017-08-282-2/+84
* TEST_NEGCACHE: Ensure root's uid and gid are always added to ncacheFabiano Fidêncio2017-08-281-0/+24
* NEGCACHE: Add root's uid/gid to ncacheFabiano Fidêncio2017-08-281-0/+17
* NSS: Don't error out when deleting an entry which has id = 0 from the memcacheFabiano Fidêncio2017-08-281-0/+6
* CACHE_REQ: Don't error out when searching by id = 0Fabiano Fidêncio2017-08-281-6/+0
* NEGCACHE: Descend to all subdomains when adding user/groupsFabiano Fidêncio2017-08-281-2/+6
* TEST_NEGCACHE: Test that "root" is always added to ncacheFabiano Fidêncio2017-08-281-0/+6
* NEGCACHE: Always add "root" to the negative cacheFabiano Fidêncio2017-08-281-34/+54
* NEGCACHE: Add some comments about each step of sss_ncache_prepopulate()Fabiano Fidêncio2017-08-281-1/+4
* DESKPROFILE: Add ipa_deskprofile_request_intervalFabiano Fidêncio2017-08-288-1/+53
* HBAC: Not having rules should not be logged as errorFabiano Fidêncio2017-08-281-1/+1
* HBAC: Add a debug message in case ipa_hbac_rule_info_next() failsFabiano Fidêncio2017-08-281-0/+1
* HBAC: Enforce coding style ipa_hbac_rule_info_recv()Fabiano Fidêncio2017-08-282-6/+6
* HBAC: Enforce coding style on ipa_hbac_rule_info_send()Fabiano Fidêncio2017-08-281-1/+1
* HBAC: Improve readability of ipa_hbac_rule_info_send()Fabiano Fidêncio2017-08-281-12/+11
* HBAC: Remove a cosmetic extra space from an if clauseFabiano Fidêncio2017-08-281-1/+1
* HBAC: Document ipa_hbac_rule_info_next()'s behaviourFabiano Fidêncio2017-08-281-0/+8
* HBAC: Fix tevent hierarchy in ipa_hbac_rule_info_send()Fabiano Fidêncio2017-08-281-24/+15
* DESKPROFILE: Introduce the new IPA session providerFabiano Fidêncio2017-08-2826-2/+2695
* UTIL: Add sss_create_dir()Fabiano Fidêncio2017-08-283-0/+119
* UTIL: move {files,selinux}.c under util directoryFabiano Fidêncio2017-08-288-42/+40
* IPA_COMMON: Introduce ipa_get_host_attrs()Fabiano Fidêncio2017-08-283-29/+55