summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_access.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-13IPA: Deprecate ipa_hbac_support_srchost optionOndrej Kos1-0/+6
2013-06-17handle ERR_ACCOUNT_EXPIRED properlyPavel Březina1-0/+4
2013-06-07LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek1-1/+1
2013-03-19Convert sdap_access to new error codesSimo Sorce1-10/+11
2013-01-21Add be_req_get_data() helper funciton.Simo Sorce1-3/+3
2013-01-21Add be_req_get_be_ctx() helper.Simo Sorce1-20/+22
2013-01-21Introduce be_req_terminate() helperSimo Sorce1-6/+6
2013-01-21Remove domain from be_req structureSimo Sorce1-2/+2
2013-01-21Pass domain not be_req to access check functionsSimo Sorce1-1/+1
2013-01-21Move hbac_ctx_is_offline()Simo Sorce1-0/+6
2013-01-21Remove hbac_ctx_sdap_id_[ctx|op]()Simo Sorce1-6/+6
2013-01-21Remove hbac_ctx_ev()Simo Sorce1-3/+3
2013-01-21Remove hbac_ctx_be()Simo Sorce1-3/+2
2013-01-21Remove sysdb argument from hbac_get_cached_rules()Simo Sorce1-4/+2
2013-01-21Remove sysdb arg from [ipa_]hbac_sysdb_save()Simo Sorce1-9/+8
2013-01-21Remove sysdb arg from ipa_hbac_service_info_send()Simo Sorce1-1/+0
2013-01-21Remove sysdb argument from ipa_host_info_send()Simo Sorce1-1/+0
2013-01-15Add domain argument to sysdb_search_custom()Simo Sorce1-1/+3
2013-01-15Make sysdb_custom_subtree_dn() require a domain.Simo Sorce1-1/+1
2012-11-19Do not save HBAC rules in subdomain subtreeSumit Bose1-10/+0
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek1-1/+0
2012-08-23Unify usage of sysdb transactionsMichal Zidek1-1/+2
2012-07-31Modify hbac_get_cached_rules() so it can be used outside of HBAC codeJan Zeleny1-14/+17
2012-07-02IPA: Don't hang onto memory longer than necessaryStephen Gallagher1-0/+1
2012-04-24Detect subdomain request in IPA access providerJan Zeleny1-0/+10
2012-04-24Accept be_req instead if be_ctx in LDAP access providerJan Zeleny1-1/+1
2012-03-12IPA: Initialize hbac_ctx to NULLStephen Gallagher1-1/+1
2012-03-09IPA: Check nsAccountLock during PAM_ACCT_MGMTStephen Gallagher1-0/+56
2012-02-24IPA hosts refactoringJan Zeleny1-18/+6
2012-02-07IPA: Add host info handlerJan Cholasta1-1/+1
2012-02-06Separate the host-retrieval code from IPA HBAC to common IPA codeJan Zeleny1-16/+40
2012-02-06Implemented support for multiple search bases in HBAC rules and servicesJan Zeleny1-29/+5
2012-01-14Support multiple search bases in HBACJan Zeleny1-1/+1
2011-12-16Export the function to convert ldb_result to sysdb_attrsJakub Hrozek1-1/+1
2011-11-29Add ipa_hbac_support_srchost option to IPA providerJan Zeleny1-0/+4
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-4/+0
2011-09-28IPA access: hostname comparison should be case-insensitiveJakub Hrozek1-1/+1
2011-08-15sysdb refactoring: memory context deletedJan Zeleny1-1/+1
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-2/+1
2011-07-29Fix memory leak in ipa_hbac_evaluate_rulesStephen Gallagher1-0/+1
2011-07-08Add ipa_hbac_treat_deny_as optionStephen Gallagher1-1/+10
2011-07-08Add ipa_hbac_refresh optionStephen Gallagher1-0/+16
2011-07-08Add new HBAC lookup and evaluation routinesStephen Gallagher1-124/+380
2011-07-08Remove old HBAC implementationStephen Gallagher1-1585/+0
2011-02-28Use realm for basedn instead of IPA domainJakub Hrozek1-1/+1
2011-01-19Add ipa_hbac_search_base config optionSumit Bose1-52/+39
2011-01-17Add ldap_search_enumeration_timeout config optionSumit Bose1-3/+3
2011-01-17Add timeout parameter to sdap_get_generic_send()Sumit Bose1-22/+31
2010-12-17Fix uninitialized value error in set_local_and_remote_host_infoStephen Gallagher1-1/+1
2010-12-17Fix unsafe return condition in ipa_access_handlerStephen Gallagher1-1/+6