summaryrefslogtreecommitdiff
path: root/src/responder/common/responder_get_domains.c
AgeCommit message (Collapse)AuthorFilesLines
2012-10-12Save time of last get_domains requestSumit Bose1-0/+16
2012-10-11Fix memory hierarchy in subdomains discoveryJakub Hrozek1-116/+160
https://fedorahosted.org/sssd/ticket/1571 The patch changes the subdomains discovery to use the tevent_req style. Previously, the code violated several rules which made the code very unreadable and led to memory hierarchy issues and use-after-free errors.
2012-10-01Use flat name for master domain as wellSumit Bose1-0/+15
2012-08-15Fix LOCAL domain lookupsPavel Březina1-19/+22
https://fedorahosted.org/sssd/ticket/1436 Now subdomains are not evaluated for local domains.
2012-08-01Change subdomain_infoSimo Sorce1-1/+1
Rename the structure to use a standard name prefix so it is properly name-spaced, in preparation for changing the structure itself.
2012-04-24Two fixes in responder subdomain codeJan Zeleny1-0/+6
2012-04-24Responder part of the subdomain retrieval workJan Zeleny1-0/+340