summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* IPA_ACCESS: Make use of struct ipa_common_entriesFabiano Fidêncio2017-08-281-82/+41
* IPA_RULES_COMMON: Introduce ipa_common_get_hostgroupname()Fabiano Fidêncio2017-08-285-117/+118
* IPA_RULES_COMMON: Introduce ipa_common_save_rules()Fabiano Fidêncio2017-08-283-60/+149
* IPA_ACCESS: Make ipa_purge_hbac() more genericFabiano Fidêncio2017-08-283-33/+38
* IPA_ACCESS: Make hbac_get_cache_rules() more genericFabiano Fidêncio2017-08-287-77/+141
* IPA: Leave only HBAC specific defines in ipa_hbac_private.hFabiano Fidêncio2017-08-288-11/+18
* IPA: Make ipa_hbac_sysdb_save() more genericFabiano Fidêncio2017-08-285-153/+228
* IPA_ACCESS: Remove not used attributeFabiano Fidêncio2017-08-282-3/+0
* IFP: Don't pre-allocate the amount of entries requestedFabiano Fidêncio2017-08-251-7/+9
* IFP: Change ifp_list_ctx_remaining_capacity() return typeFabiano Fidêncio2017-08-254-15/+47
* IFP: Fix of limit = 0 (unlimited result)Petr Čech2017-08-251-0/+9
* IFP: Filter with * in infopipe group methodsPetr Čech2017-08-251-11/+15
* IFP: fix typo in option name in man pagesPavel Březina2017-08-252-2/+2
* ldap_child: Removing duplicate log messageAmitKumar2017-08-251-13/+5
* libwbclient: Fix warning statement with no effectLukas Slebodnik2017-08-221-1/+1
* libwbclient: Change return code for wbcAuthenticateUserExLukas Slebodnik2017-08-221-1/+1
* sudo: add a threshold option to reduce size of rules refresh filterPavel Březina2017-08-188-5/+56