summaryrefslogtreecommitdiff
path: root/src/db/sysdb_subdomains.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-01Fix return error and debug messageSimo Sorce1-2/+7
The debuf message was trying to print the number of returned entries, but no integer was provided. Return ENOENT as the error for when there are no entries, not EINVAL.
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
Rename the structure to use a standard name prefix so it is properly name-spaced, in preparation for changing the structure itself.
2012-06-10IPA subdomains - ask for information about master domainJan Zeleny1-0/+166
The query is performed only if there is missing information in the cache. That means this should be done only once after restart when cache doesn't exist. All subsequent requests for subdomains won't include the request for master domain.
2012-04-24Sysdb routines for subdomainsJan Zeleny1-0/+435