summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_selinux.c
Commit message (Expand)AuthorAgeFilesLines
* Possible null dereference in SELinux codeMichal Zidek2014-04-041-2/+2
* IPA: Fix SELinux mapping order memory hierarchyJakub Hrozek2014-04-031-8/+8
* IPA: Write SELinux usernames in the right caseJakub Hrozek2014-03-131-5/+21
* IPA: Use the correct domain when processing SELinux rulesJakub Hrozek2014-03-111-10/+16
* IPA: Do not save intermediate data to sysdbJakub Hrozek2014-03-051-28/+28
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-2/+2
* Fix formating of variables with type: ssize_tLukas Slebodnik2013-09-111-2/+2
* LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek2013-06-071-1/+2
* Fix broken build with selinux.Lukas Slebodnik2013-05-141-1/+3
* Fixes compilation without selinux.Lukas Slebodnik2013-05-131-1/+0
* selinux: if no domain matches, make the debug message louderJakub Hrozek2013-04-291-3/+3
* Make IPA SELinux provider aware of subdomain usersSumit Bose2013-04-291-2/+25
* selinux: Remove unused parameterJakub Hrozek2013-03-271-1/+0
* Make the SELinux refresh time configurable.Michal Zidek2013-03-191-2/+3
* Reuse cached SELinux mappings.Michal Zidek2013-03-191-3/+28
* Move SELinux processing to provider.Michal Zidek2013-03-191-31/+381
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-211-2/+3
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-211-6/+6
* Introduce be_req_terminate() helperSimo Sorce2013-01-211-4/+4
* Remove domain from be_req structureSimo Sorce2013-01-211-34/+34
* Remove sysdb argument from hbac_get_cached_rules()Simo Sorce2013-01-211-4/+4
* Remove sysdb argument from ipa_host_info_send()Simo Sorce2013-01-211-1/+1
* Remove sysdb as a be request structure memberSimo Sorce2013-01-211-2/+2
* Remove sysdb as a be context structure memberSimo Sorce2013-01-211-7/+7
* Add domain argument to sysdb selinux functionsSimo Sorce2013-01-151-3/+6
* Add domain argument to sysdb_search_custom()Simo Sorce2013-01-151-1/+2
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-151-1/+1
* Make sysdb_custom_dn() require a domain.Simo Sorce2013-01-151-3/+5
* IPA: Rename IPA_CONFIG_SELINUX_DEFAULT_MAPJakub Hrozek2013-01-081-2/+4
* SELINUX: Process maps even when offlineJakub Hrozek2013-01-081-226/+429
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-241-4/+1
* SELinux: Always use the default if it exists on the serverJakub Hrozek2012-09-131-9/+9
* Unify usage of sysdb transactionsMichal Zidek2012-08-231-1/+4
* Support fetching of host from sysdb in SELinux codeJan Zeleny2012-07-311-11/+55
* Support fetching of HBAC rules from sysdb in SELinux codeJan Zeleny2012-07-311-14/+47
* Renamed session provider to selinux providerJan Zeleny2012-07-271-0/+625