summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_subdomains.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-16IPA server mode: properly initialize ext_groupsSumit Bose1-1/+2
2013-09-27Do not return DP_ERR_FATAL in case of successSumit Bose1-1/+5
2013-09-27ipa_server_mode: write capaths to krb5 include fileSumit Bose1-1/+3
2013-09-27IPA: store forest name for forest member domainsSumit Bose1-1/+86
2013-09-18LDAP: sdap_id_setup_tasks accepts a custom enum requestJakub Hrozek1-1/+3
2013-08-28IPA: Add forgotten declarationJakub Hrozek1-0/+1
2013-08-28IPA: enable enumeration if parent domain enumerates in server modeJakub Hrozek1-12/+58
2013-08-28SYSDB: Store enumerate flag for subdomainJakub Hrozek1-1/+2
2013-08-28DB: remove unused realm parameter from sysdb_master_domain_add_infoJakub Hrozek1-1/+1
2013-08-28IPA: Enable AD sites when in server modeJakub Hrozek1-1/+18
2013-07-19Fix the default FQDN formatJakub Hrozek1-1/+1
2013-07-19IPA: warn if full_name_format is customized in server modeJakub Hrozek1-0/+17
2013-06-28IPA: Create and remove AD id_ctx for subdomains discovered in server modeJakub Hrozek1-0/+182
2013-06-28IPA: Initialize server mode ctx if server mode is onJakub Hrozek1-0/+33
2013-06-28Save mpg state for subdomainsSumit Bose1-3/+10
2013-06-28IPA: read ranges before subdomainsSumit Bose1-29/+27
2013-06-28Add support for new ipaRangeType attributeSumit Bose1-2/+31
2013-06-27AD: Write out domain-realm mappingsJakub Hrozek1-164/+3
2013-06-16subdomains: touch krb5.conf when creating new domain-realm mappingsPavel Březina1-0/+8
2013-06-07LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek1-1/+1
2013-05-28IPA: Check for ENOMEMJakub Hrozek1-0/+3
2013-04-29Make IPA SELinux provider aware of subdomain usersSumit Bose1-0/+14
2013-03-20Return error code from ipa_subdom_storeJakub Hrozek1-5/+13
2013-02-14subdomains: replace invalid characters with underscore in krb5 mapping file namePavel Březina1-1/+26
2013-02-10Introduce IS_SUBDOMAIN() macroSimo Sorce1-2/+2
2013-02-10Change the way domains are linked.Simo Sorce1-107/+45
2013-02-10Remove sysdb_subdom completelySimo Sorce1-52/+58
2013-02-10Refactor sysdb_master_domain_add_info()Simo Sorce1-24/+6
2013-02-10Update main domain info in placeSimo Sorce1-5/+4
2013-02-10Avoid sysdb_subdom in sysdb_get_subdomains()Simo Sorce1-3/+1
2013-01-25Possible null derefence in ipa_subdomains.c.Michal Zidek1-0/+4
2013-01-21Add be_req_get_be_ctx() helper.Simo Sorce1-1/+2
2013-01-21Add be_req_create() helperSimo Sorce1-3/+2
2013-01-21Introduce be_req_terminate() helperSimo Sorce1-13/+8
2013-01-21Remove domain from be_req structureSimo Sorce1-19/+4
2013-01-21Do not pass NULL to ipa_subdomain_retrieve()Simo Sorce1-18/+20
2013-01-21Remove sysdb as a be request structure memberSimo Sorce1-4/+4
2013-01-21Remove sysdb as a be context structure memberSimo Sorce1-3/+3
2013-01-15Add domain to some subdomain functionsSimo Sorce1-2/+7
2013-01-15Remove the sysdb_ctx_get_domain() function.Simo Sorce1-1/+4
2012-11-14Run IPA subdomain provider if IPA ID provider is configuredSumit Bose1-1/+67
2012-10-12Allow extdom exop to return flat domain name as wellSumit Bose1-0/+24
2012-08-23Consolidation of functions that make realm upper-caseOndrej Kos1-17/+1
2012-08-06IPA: Securely set umask for mkstemp in subdomain providerStephen Gallagher1-0/+3
2012-08-06IPA: Do not attempt to close the same file twiceStephen Gallagher1-1/+1
2012-08-01Create a domain-realm mapping for krb5.conf to be includedJakub Hrozek1-0/+135
2012-08-01Add automatic periodic retrieval of subdomainsSimo Sorce1-1/+44
2012-08-01Add online callback to enumerate subdomainsSimo Sorce1-24/+49
2012-08-01Limit refreshes keeping track of last refresh timeSimo Sorce1-26/+46
2012-08-01Change refreshing of subdomainsSimo Sorce1-65/+156