summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_subdomains.c
Commit message (Expand)AuthorAgeFilesLines
* sdap: improve filtering of multiple results in GC lookupsSumit Bose2016-03-011-0/+153
* sysdb: Use get_next_domain instead of dom->nextMichal Židek2015-10-231-2/+2
* sysdb: Include disabled domains in link_forest_rootsMichal Židek2015-10-231-1/+1
* util: Update get_next_domain's interfaceMichal Židek2015-10-231-3/+4
* UTIL: Convert domain->disabled into tri-state with domain statesJakub Hrozek2015-09-211-2/+5
* views: Add is_default_view helper functionMichal Židek2015-07-021-2/+1
* SYSDB: Add a forest root attribute to sss_domain_infoJakub Hrozek2015-06-141-0/+66
* SYSDB: Add realm to sysdb_master_domain_add_infoJakub Hrozek2015-06-141-1/+21
* UTIL/SYSDB: Move new_subdomain() to sysdb_subdomains.c and make it privateJakub Hrozek2015-06-141-0/+133
* SYSDB: Store trust direction for subdomainsJakub Hrozek2015-06-141-4/+47
* sysdb: add view data to domainsSumit Bose2014-10-201-0/+116
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-22/+22
* responder: Set forest attribute in AD domainsPavel Reichl2014-01-091-1/+34
* IPA: store forest name for forest member domainsSumit Bose2013-09-271-3/+48
* Read enumerate state for subdomains from cacheJakub Hrozek2013-08-281-1/+15
* SYSDB: Store enumerate flag for subdomainJakub Hrozek2013-08-281-2/+25
* DB: remove unused realm parameter from sysdb_master_domain_add_infoJakub Hrozek2013-08-281-20/+1
* DB: Update sss_domain_info with new updated dataJakub Hrozek2013-08-281-5/+5
* Read mpg state for subdomains from cacheSumit Bose2013-06-281-5/+19
* Save mpg state for subdomainsSumit Bose2013-06-281-3/+30
* Change the way domains are linked.Simo Sorce2013-02-101-101/+66
* Remove sysdb_subdom completelySimo Sorce2013-02-101-19/+5
* Add sysdb_subdomain_store() functionSimo Sorce2013-02-101-37/+98
* Refactor sysdb_master_domain_add_info()Simo Sorce2013-02-101-24/+19
* Update main domain info in placeSimo Sorce2013-02-101-32/+29
* Avoid sysdb_subdom in sysdb_get_subdomains()Simo Sorce2013-02-101-55/+35
* Stop creating fake sysdb contextsSimo Sorce2013-01-151-20/+0
* Kill sysdb->domainSimo Sorce2013-01-151-2/+0
* Move mpg flag to the domain where it belongsSimo Sorce2013-01-151-1/+0
* Add domain to some subdomain functionsSimo Sorce2013-01-151-5/+6
* Add domain argument to sysdb_delete_group()Simo Sorce2013-01-151-15/+0
* Add domain argument to sysdb_delete_user()Simo Sorce2013-01-151-8/+0
* Add domain argument to sysdb_store_group()Simo Sorce2013-01-151-13/+0
* Add domain argument to sysdb_store_user()Simo Sorce2013-01-151-18/+0
* Add domain to sysdb_search_group_by_gid()Simo Sorce2013-01-151-11/+0
* Add domain to sysdb_search_group_by_name()Simo Sorce2013-01-151-12/+0
* Add domain to sysdb_search_user_by_uid()Simo Sorce2013-01-151-11/+0
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-151-11/+0
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-151-40/+0
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-201-1/+1
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-191-0/+40
* sysdb_master_domain_get_info: fix copy-and-paste errorSumit Bose2012-10-011-2/+2
* SYSDB: NULL-terminate the output of sysdb_get_{ranges,subdomains}Jakub Hrozek2012-09-101-1/+3
* Unify usage of sysdb transactions (part 2).Michal Zidek2012-09-041-3/+3
* Change refreshing of subdomainsSimo Sorce2012-08-011-6/+7
* Add realm paramter to subdomain listSimo Sorce2012-08-011-0/+58
* Fix return error and debug messageSimo Sorce2012-08-011-2/+7
* Use ldb_msg_add_string with bare stringsSimo Sorce2012-08-011-9/+7
* Fix wrong elements used in comparisonSimo Sorce2012-08-011-2/+2
* Fix double semi-colonsSimo Sorce2012-08-011-5/+5