summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hbac_common.c
Commit message (Expand)AuthorAgeFilesLines
* Replace new_subdomain() with find_subdomain_by_name()Sumit Bose2013-06-281-2/+2
* Fix initialization of multiple variablesOndrej Kos2013-03-131-1/+1
* Add realm info to sss_domain_infoSimo Sorce2013-02-101-1/+1
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-211-9/+7
* Remove domain from be_req structureSimo Sorce2013-01-211-5/+5
* Remove hbac_ctx_be()Simo Sorce2013-01-211-1/+1
* Remove hbac_ctx_sysdb()Simo Sorce2013-01-211-5/+4
* Remove sysdb arg from [ipa_]hbac_sysdb_save()Simo Sorce2013-01-211-22/+16
* Remove sysdb arg from hbac_*host_attrs_to_rule()Simo Sorce2013-01-211-2/+0
* Remove sysdb arg from hbac_service_attrs_to_rule()Simo Sorce2013-01-211-1/+0
* Remove sysdb argument from hbac_user_attrs_to_rule()Simo Sorce2013-01-211-1/+0
* Add domain arg to sysdb_search_users()Simo Sorce2013-01-151-0/+1
* Add domain argument to sysdb_search_custom()Simo Sorce2013-01-151-0/+3
* Add domain argument to sysdb_store_custom()Simo Sorce2013-01-151-1/+1
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-151-3/+6
* Make sysdb_custom_subtree_dn() require a domain.Simo Sorce2013-01-151-1/+1
* Make sysdb_custom_dn() require a domain.Simo Sorce2013-01-151-2/+4
* Do not save HBAC rules in subdomain subtreeSumit Bose2012-11-191-3/+16
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-241-5/+3
* Unify usage of sysdb transactionsMichal Zidek2012-08-231-2/+8
* HBAC: create empty groups with one NULL elementJakub Hrozek2012-01-061-16/+15
* Add ipa_hbac_support_srchost option to IPA providerJan Zeleny2011-11-291-0/+3
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-7/+1
* Add a missing breakJakub Hrozek2011-10-171-0/+1
* HBAC: Use originalMember for identifying hostgroupsStephen Gallagher2011-10-141-45/+51
* HBAC: Use originalMember for identifying servicegroupsStephen Gallagher2011-10-141-41/+55
* HBAC: Do not save member/memberOf linksStephen Gallagher2011-10-141-120/+0
* HBAC: fix typos preventing proper hostgroup evaluationStephen Gallagher2011-09-281-3/+3
* Multiline macro cleanupJakub Hrozek2011-09-281-1/+1
* HBAC: Handle saving groups that have no membersStephen Gallagher2011-08-261-7/+21
* sysdb refactoring: memory context deletedJan Zeleny2011-08-151-2/+2
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-7/+5
* Fix incorrect NULL check in ipa_hbac_common.cStephen Gallagher2011-07-291-1/+1
* Treat NULL or empty rhost as unknownStephen Gallagher2011-07-081-9/+21
* Add helper functions for looking up HBAC rule componentsStephen Gallagher2011-07-081-0/+871