summaryrefslogtreecommitdiffstats
path: root/src/tests/common_tev.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor dynamic DNS updatesJakub Hrozek2013-05-031-0/+25
| | | | | | | | | | | | Provides two new layers instead of the previous IPA specific layer: 1) dp_dyndns.c -- a very generic dyndns layer on the DP level. Its purpose it to make it possible for any back end to use dynamic DNS updates. 2) sdap_dyndns.c -- a wrapper around dp_dyndns.c that utilizes some LDAP-specific features like autodetecting the address from the LDAP connection. Also converts the dyndns code to new specific error codes.
* fix segfault in nss responder unit testPavel Březina2013-03-131-1/+1
| | | | | | https://fedorahosted.org/sssd/ticket/1833 state is expected to be a pointer
* Add utility functions for tests that use sysdb or tevent.Jakub Hrozek2013-03-081-0/+60
There was shared code for several unit tests that connected to their own sysdb instance. This patch adds common code to run a generic request to completion or connect to a test sysdb.