summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_access.c
Commit message (Expand)AuthorAgeFilesLines
* DP: Switch to new interfacePavel Březina2016-06-201-430/+521
* UTIL: Allow to append new line in sss_vdebug_fnLukas Slebodnik2016-03-231-1/+1
* libipa_hbac: Move the library to src/lib/ipa_hbacJakub Hrozek2016-03-121-1/+0
* IPA: log real hbac functionLukas Slebodnik2016-02-231-1/+2
* IPA: Use sss_vdebug_fn in hbac_debug_messagesLukas Slebodnik2016-02-231-12/+1
* UTIL: Use prefix for debug functionLukas Slebodnik2016-02-231-2/+2
* HBAC: Better libhbac debuggingPetr Cech2015-10-011-0/+50
* IPA: Remove the ipa_hbac_treat_deny_as optionJakub Hrozek2015-03-241-14/+0
* IPA: Deprecate the ipa_hbac_treat_deny_as optionJakub Hrozek2015-03-241-0/+4
* Add missing new lines to debug messagesLukas Slebodnik2015-03-171-1/+1
* UTIL: rename find_subdomain_by_namePavel Reichl2014-07-221-1/+1
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-27/+32
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-35/+35
* SYSDB: Drop redundant sysdb_ctx parameter from sysdb.cMichal Zidek2013-11-151-2/+1
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-1/+1
* LDAP: Amend sdap_access_check to allow any connectionJakub Hrozek2013-10-251-2/+11
* IPA: Deprecate ipa_hbac_support_srchost optionOndrej Kos2013-09-131-0/+6
* handle ERR_ACCOUNT_EXPIRED properlyPavel Březina2013-06-171-0/+4
* LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek2013-06-071-1/+1
* Convert sdap_access to new error codesSimo Sorce2013-03-191-10/+11
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-211-3/+3
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-211-20/+22
* Introduce be_req_terminate() helperSimo Sorce2013-01-211-6/+6
* Remove domain from be_req structureSimo Sorce2013-01-211-2/+2
* Pass domain not be_req to access check functionsSimo Sorce2013-01-211-1/+1
* Move hbac_ctx_is_offline()Simo Sorce2013-01-211-0/+6
* Remove hbac_ctx_sdap_id_[ctx|op]()Simo Sorce2013-01-211-6/+6
* Remove hbac_ctx_ev()Simo Sorce2013-01-211-3/+3
* Remove hbac_ctx_be()Simo Sorce2013-01-211-3/+2
* Remove sysdb argument from hbac_get_cached_rules()Simo Sorce2013-01-211-4/+2
* Remove sysdb arg from [ipa_]hbac_sysdb_save()Simo Sorce2013-01-211-9/+8
* Remove sysdb arg from ipa_hbac_service_info_send()Simo Sorce2013-01-211-1/+0
* Remove sysdb argument from ipa_host_info_send()Simo Sorce2013-01-211-1/+0
* Add domain argument to sysdb_search_custom()Simo Sorce2013-01-151-1/+3
* Make sysdb_custom_subtree_dn() require a domain.Simo Sorce2013-01-151-1/+1
* Do not save HBAC rules in subdomain subtreeSumit Bose2012-11-191-10/+0
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-241-1/+0
* Unify usage of sysdb transactionsMichal Zidek2012-08-231-1/+2
* Modify hbac_get_cached_rules() so it can be used outside of HBAC codeJan Zeleny2012-07-311-14/+17
* IPA: Don't hang onto memory longer than necessaryStephen Gallagher2012-07-021-0/+1
* Detect subdomain request in IPA access providerJan Zeleny2012-04-241-0/+10
* Accept be_req instead if be_ctx in LDAP access providerJan Zeleny2012-04-241-1/+1
* IPA: Initialize hbac_ctx to NULLStephen Gallagher2012-03-121-1/+1
* IPA: Check nsAccountLock during PAM_ACCT_MGMTStephen Gallagher2012-03-091-0/+56
* IPA hosts refactoringJan Zeleny2012-02-241-18/+6
* IPA: Add host info handlerJan Cholasta2012-02-071-1/+1
* Separate the host-retrieval code from IPA HBAC to common IPA codeJan Zeleny2012-02-061-16/+40
* Implemented support for multiple search bases in HBAC rules and servicesJan Zeleny2012-02-061-29/+5
* Support multiple search bases in HBACJan Zeleny2012-01-141-1/+1
* Export the function to convert ldb_result to sysdb_attrsJakub Hrozek2011-12-161-1/+1