Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUILD: Make samba4 libraries optional | Lukas Slebodnik | 2014-05-16 | 1 | -0/+2 |
| | | | | | | | | | | Samba 4 libraries are necessary for building {ad, ipa} provider, but samba4 needn't be available on older distributions. This patch add possibility to build SSSD without {ad, ipa} provider and thus without Samba 4 libraries. The script configure have new argument --with-samba with default value yes. Reviewed-by: Michal Židek <mzidek@redhat.com> | ||||
* | dlopen-tests: Check the result of asprintf | Benjamin Franzke | 2014-01-29 | 1 | -1/+2 |
| | | | | | According to asprintf(3) the content off errmsg is undefined on error, lets set it to NULL. | ||||
* | tests: Add dlopen test to make sure modules works | Simo Sorce | 2013-09-09 | 1 | -0/+159 |
This tests dlopens and resolves all symbols to make sure there are no missing symbols in our provider modules. |