summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_subdomains_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* IPA: Split two functions to new module ipa_subdomains_utils.cJakub Hrozek2015-06-141-0/+100
These functions will be later reused by the subdomains_server.c module. Splitting them into a separate subdomains_utils.c module will make sure there are no cyclic dependencies and the functions are testable in isolation. Reviewed-by: Sumit Bose <sbose@redhat.com>