summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_access.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ipa_hbac_support_srchost option to IPA providerJan Zeleny2011-11-291-0/+4
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-4/+0
* IPA access: hostname comparison should be case-insensitiveJakub Hrozek2011-09-281-1/+1
* sysdb refactoring: memory context deletedJan Zeleny2011-08-151-1/+1
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-2/+1
* Fix memory leak in ipa_hbac_evaluate_rulesStephen Gallagher2011-07-291-0/+1
* Add ipa_hbac_treat_deny_as optionStephen Gallagher2011-07-081-1/+10
* Add ipa_hbac_refresh optionStephen Gallagher2011-07-081-0/+16
* Add new HBAC lookup and evaluation routinesStephen Gallagher2011-07-081-124/+380
* Remove old HBAC implementationStephen Gallagher2011-07-081-1585/+0
* Use realm for basedn instead of IPA domainJakub Hrozek2011-02-281-1/+1
* Add ipa_hbac_search_base config optionSumit Bose2011-01-191-52/+39
* Add ldap_search_enumeration_timeout config optionSumit Bose2011-01-171-3/+3
* Add timeout parameter to sdap_get_generic_send()Sumit Bose2011-01-171-22/+31
* Fix uninitialized value error in set_local_and_remote_host_infoStephen Gallagher2010-12-171-1/+1
* Fix unsafe return condition in ipa_access_handlerStephen Gallagher2010-12-171-1/+6
* Remove IPA_ACCESS_TIME defineStephen Gallagher2010-12-081-13/+11
* Remove check_access_time() from IPA access providerSumit Bose2010-12-081-63/+0
* Use a more efficient host search filterSumit Bose2010-11-191-5/+6
* Sanitize sysdb search filters in the IPA providerStephen Gallagher2010-11-151-2/+17
* Download only enabled IPA HBAC rulesSumit Bose2010-10-221-1/+3
* Save all data to sysdb in one transactionSumit Bose2010-09-231-222/+131
* Handle host objects like other objectsSumit Bose2010-09-231-128/+181
* Cleaned some dead assignmentsJan Zeleny2010-09-071-14/+12
* Fix IPA access backend handling of obsolete and missing HBAC entries:eindenbom2010-07-231-9/+68
* Do not treat missing HBAC rules as an errorSumit Bose2010-07-231-0/+5
* Use new LDAP connection framework in IPA access backend.eindenbom2010-07-091-304/+264
* Unify sdap and sysdb data handlingSumit Bose2010-06-021-85/+104
* Compare full service nameSumit Bose2010-06-021-1/+2
* Remove service groupsSumit Bose2010-06-021-191/+7
* Use new schema for HBAC service checksSumit Bose2010-06-021-21/+637
* Use sysdb_attrs_get_string_array() instead of sysdb_attrs_get_el()Sumit Bose2010-06-021-23/+12
* Check ipaEnabledFlagSumit Bose2010-05-271-5/+23
* Don't report a fatal error for an HBAC denialStephen Gallagher2010-05-161-1/+1
* Compare the full service nameSumit Bose2010-05-071-1/+2
* Fix a wrong return value in IPA HBACSumit Bose2010-05-031-2/+2
* Better handle sdap_handle memory from callers.Simo Sorce2010-05-031-8/+0