summaryrefslogtreecommitdiff
path: root/src/tests/dlopen-tests.c
AgeCommit message (Collapse)AuthorFilesLines
2013-10-17dlopen-tests: Check the result of asprintfBenjamin Franzke1-1/+2
According to asprintf(3) the content off errmsg is undefined on error, lets set it to NULL.
2013-10-15Add CIFS idmap pluginBenjamin Franzke1-0/+3
https://fedorahosted.org/sssd/ticket/1534
2013-09-09tests: Add dlopen test to make sure modules worksSimo Sorce1-0/+159
This tests dlopens and resolves all symbols to make sure there are no missing symbols in our provider modules.