summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_subdomains.c
Commit message (Expand)AuthorAgeFilesLines
* LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek2013-06-071-1/+1
* IPA: Check for ENOMEMJakub Hrozek2013-05-281-0/+3
* Make IPA SELinux provider aware of subdomain usersSumit Bose2013-04-291-0/+14
* Return error code from ipa_subdom_storeJakub Hrozek2013-03-201-5/+13
* subdomains: replace invalid characters with underscore in krb5 mapping file namePavel Březina2013-02-141-1/+26
* Introduce IS_SUBDOMAIN() macroSimo Sorce2013-02-101-2/+2
* Change the way domains are linked.Simo Sorce2013-02-101-107/+45
* Remove sysdb_subdom completelySimo Sorce2013-02-101-52/+58
* Refactor sysdb_master_domain_add_info()Simo Sorce2013-02-101-24/+6
* Update main domain info in placeSimo Sorce2013-02-101-5/+4
* Avoid sysdb_subdom in sysdb_get_subdomains()Simo Sorce2013-02-101-3/+1
* Possible null derefence in ipa_subdomains.c.Michal Zidek2013-01-251-0/+4
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-211-1/+2
* Add be_req_create() helperSimo Sorce2013-01-211-3/+2
* Introduce be_req_terminate() helperSimo Sorce2013-01-211-13/+8
* Remove domain from be_req structureSimo Sorce2013-01-211-19/+4
* Do not pass NULL to ipa_subdomain_retrieve()Simo Sorce2013-01-211-18/+20
* Remove sysdb as a be request structure memberSimo Sorce2013-01-211-4/+4
* Remove sysdb as a be context structure memberSimo Sorce2013-01-211-3/+3
* Add domain to some subdomain functionsSimo Sorce2013-01-151-2/+7
* Remove the sysdb_ctx_get_domain() function.Simo Sorce2013-01-151-1/+4
* Run IPA subdomain provider if IPA ID provider is configuredSumit Bose2012-11-141-1/+67
* Allow extdom exop to return flat domain name as wellSumit Bose2012-10-121-0/+24
* Consolidation of functions that make realm upper-caseOndrej Kos2012-08-231-17/+1
* IPA: Securely set umask for mkstemp in subdomain providerStephen Gallagher2012-08-061-0/+3
* IPA: Do not attempt to close the same file twiceStephen Gallagher2012-08-061-1/+1
* Create a domain-realm mapping for krb5.conf to be includedJakub Hrozek2012-08-011-0/+135
* Add automatic periodic retrieval of subdomainsSimo Sorce2012-08-011-1/+44
* Add online callback to enumerate subdomainsSimo Sorce2012-08-011-24/+49
* Limit refreshes keeping track of last refresh timeSimo Sorce2012-08-011-26/+46
* Change refreshing of subdomainsSimo Sorce2012-08-011-65/+156
* Expose an initializer function from subdomainSimo Sorce2012-08-011-0/+35
* Add realm paramter to subdomain listSimo Sorce2012-08-011-0/+27
* Use a more tractable name for subdomain requestSimo Sorce2012-08-011-7/+5
* 80 col and style fixesSimo Sorce2012-08-011-20/+48
* Make structure initializer more readableSimo Sorce2012-08-011-7/+15
* Fix wrong elements used in comparisonSimo Sorce2012-08-011-1/+1
* Change subdomain_infoSimo Sorce2012-08-011-6/+6
* Remove dead code in ipa_subdomains_handler_done()Sumit Bose2012-07-101-1/+1
* Add support for ID rangesSumit Bose2012-06-211-10/+166
* IPA subdomains - ask for information about master domainJan Zeleny2012-06-101-15/+132
* IPA: Add get-domains targetSumit Bose2012-04-241-0/+319