summaryrefslogtreecommitdiff
path: root/src/db/sysdb_subdomains.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-27IPA: store forest name for forest member domainsSumit Bose1-3/+48
2013-08-28Read enumerate state for subdomains from cacheJakub Hrozek1-1/+15
2013-08-28SYSDB: Store enumerate flag for subdomainJakub Hrozek1-2/+25
2013-08-28DB: remove unused realm parameter from sysdb_master_domain_add_infoJakub Hrozek1-20/+1
2013-08-28DB: Update sss_domain_info with new updated dataJakub Hrozek1-5/+5
2013-06-28Read mpg state for subdomains from cacheSumit Bose1-5/+19
2013-06-28Save mpg state for subdomainsSumit Bose1-3/+30
2013-02-10Change the way domains are linked.Simo Sorce1-101/+66
2013-02-10Remove sysdb_subdom completelySimo Sorce1-19/+5
2013-02-10Add sysdb_subdomain_store() functionSimo Sorce1-37/+98
2013-02-10Refactor sysdb_master_domain_add_info()Simo Sorce1-24/+19
2013-02-10Update main domain info in placeSimo Sorce1-32/+29
2013-02-10Avoid sysdb_subdom in sysdb_get_subdomains()Simo Sorce1-55/+35
2013-01-15Stop creating fake sysdb contextsSimo Sorce1-20/+0
2013-01-15Kill sysdb->domainSimo Sorce1-2/+0
2013-01-15Move mpg flag to the domain where it belongsSimo Sorce1-1/+0
2013-01-15Add domain to some subdomain functionsSimo Sorce1-5/+6
2013-01-15Add domain argument to sysdb_delete_group()Simo Sorce1-15/+0
2013-01-15Add domain argument to sysdb_delete_user()Simo Sorce1-8/+0
2013-01-15Add domain argument to sysdb_store_group()Simo Sorce1-13/+0
2013-01-15Add domain argument to sysdb_store_user()Simo Sorce1-18/+0
2013-01-15Add domain to sysdb_search_group_by_gid()Simo Sorce1-11/+0
2013-01-15Add domain to sysdb_search_group_by_name()Simo Sorce1-12/+0
2013-01-15Add domain to sysdb_search_user_by_uid()Simo Sorce1-11/+0
2013-01-15Add domain to sysdb_search_user_by_name()Simo Sorce1-11/+0
2013-01-15Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce1-40/+0
2012-11-20LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek1-1/+1
2012-11-19Refactor the way subdomain accounts are savedSimo Sorce1-0/+40
2012-10-01sysdb_master_domain_get_info: fix copy-and-paste errorSumit Bose1-2/+2
2012-09-10SYSDB: NULL-terminate the output of sysdb_get_{ranges,subdomains}Jakub Hrozek1-1/+3
2012-09-04Unify usage of sysdb transactions (part 2).Michal Zidek1-3/+3
2012-08-01Change refreshing of subdomainsSimo Sorce1-6/+7
2012-08-01Add realm paramter to subdomain listSimo Sorce1-0/+58
2012-08-01Fix return error and debug messageSimo Sorce1-2/+7
2012-08-01Use ldb_msg_add_string with bare stringsSimo Sorce1-9/+7
2012-08-01Fix wrong elements used in comparisonSimo Sorce1-2/+2
2012-08-01Fix double semi-colonsSimo Sorce1-5/+5
2012-08-0180 columns policeSimo Sorce1-8/+13
2012-08-01Change subdomain_infoSimo Sorce1-12/+12
2012-06-10IPA subdomains - ask for information about master domainJan Zeleny1-0/+166
2012-04-24Sysdb routines for subdomainsJan Zeleny1-0/+435