summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_hbac_common.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-28Replace new_subdomain() with find_subdomain_by_name()Sumit Bose1-2/+2
2013-03-13Fix initialization of multiple variablesOndrej Kos1-1/+1
2013-02-10Add realm info to sss_domain_infoSimo Sorce1-1/+1
2013-01-21Add be_req_get_be_ctx() helper.Simo Sorce1-9/+7
2013-01-21Remove domain from be_req structureSimo Sorce1-5/+5
2013-01-21Remove hbac_ctx_be()Simo Sorce1-1/+1
2013-01-21Remove hbac_ctx_sysdb()Simo Sorce1-5/+4
2013-01-21Remove sysdb arg from [ipa_]hbac_sysdb_save()Simo Sorce1-22/+16
2013-01-21Remove sysdb arg from hbac_*host_attrs_to_rule()Simo Sorce1-2/+0
2013-01-21Remove sysdb arg from hbac_service_attrs_to_rule()Simo Sorce1-1/+0
2013-01-21Remove sysdb argument from hbac_user_attrs_to_rule()Simo Sorce1-1/+0
2013-01-15Add domain arg to sysdb_search_users()Simo Sorce1-0/+1
2013-01-15Add domain argument to sysdb_search_custom()Simo Sorce1-0/+3
2013-01-15Add domain argument to sysdb_store_custom()Simo Sorce1-1/+1
2013-01-15Add domain to sysdb_search_user_by_name()Simo Sorce1-3/+6
2013-01-15Make sysdb_custom_subtree_dn() require a domain.Simo Sorce1-1/+1
2013-01-15Make sysdb_custom_dn() require a domain.Simo Sorce1-2/+4
2012-11-19Do not save HBAC rules in subdomain subtreeSumit Bose1-3/+16
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek1-5/+3
2012-08-23Unify usage of sysdb transactionsMichal Zidek1-2/+8
2012-01-06HBAC: create empty groups with one NULL elementJakub Hrozek1-16/+15
2011-11-29Add ipa_hbac_support_srchost option to IPA providerJan Zeleny1-0/+3
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-7/+1
2011-10-17Add a missing breakJakub Hrozek1-0/+1
2011-10-14HBAC: Use originalMember for identifying hostgroupsStephen Gallagher1-45/+51
2011-10-14HBAC: Use originalMember for identifying servicegroupsStephen Gallagher1-41/+55
2011-10-14HBAC: Do not save member/memberOf linksStephen Gallagher1-120/+0
2011-09-28HBAC: fix typos preventing proper hostgroup evaluationStephen Gallagher1-3/+3
2011-09-28Multiline macro cleanupJakub Hrozek1-1/+1
2011-08-26HBAC: Handle saving groups that have no membersStephen Gallagher1-7/+21
2011-08-15sysdb refactoring: memory context deletedJan Zeleny1-2/+2
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-7/+5
2011-07-29Fix incorrect NULL check in ipa_hbac_common.cStephen Gallagher1-1/+1
2011-07-08Treat NULL or empty rhost as unknownStephen Gallagher1-9/+21
2011-07-08Add helper functions for looking up HBAC rule componentsStephen Gallagher1-0/+871