History log of /sssd/src/tools/common/sss_colondb.h
Revision Date Author Comments Expand
cf1109e30320a994187edeb438ac7cdc36f0dd2b 24-Feb-2016 Petr Cech <pcech@redhat.com>

TOOLS: Add comments on functions in colondb The colondb API provides three function: * sss_colondb_open() * sss_colondb_write_field() * sss_colondb_read_field() It is not obvious that sss_colondb_open() add destructor on talloc context which close the colondb during free context. And there is expectation that SSS_COLONDB_SENTINEL is type of last item in line. So this patch adds simple lightening comments in doxygen style. Resolves: https://fedorahosted.org/sssd/ticket/2764 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

a76f63544533f0404f7711a10c1a621c6045df17 20-Aug-2015 Pavel Březina <pbrezina@redhat.com>

TOOLS: add sss_colondb API To simplify import/export users and groups. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>