about summary refs log tree commit diff
path: root/resolv/nss_dns_functions.c
Commit message (Collapse)AuthorAgeFilesLines
* nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer2021-07-191-0/+40
This partially fixes static-only NSS support (bug 27959): The dns module no longer needs dlopen. Support for disabling dlopen altogher remains to be added. This commit introduces module_load_builtin into nss/nss_module.c, which handles the common parts of loading the built-in nss_files and nss_dns modules. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>