freeipa/daemons
sbose 3f8778890e ipa-kdb: Free talloc autofree context when module is closed
Currently kdb5kdc crashes on exit if the ipadb KDB modules is loaded and trusts
are configured. The reason is the talloc autofree context which get initialised
during the ndr_push_union_blob() call. On exit the KDC module is unloaded an
later on atexit() tries to free the context, but all related symbols are
already unloaded with the module.

This patch frees the talloc autofree context during the cleanup routine of the
module. Since this is called only at exit and not during normal operations this
is safe even if other KDC plugins use the talloc autofree context, e.g. via
some Samba libraries, as well.

Fixes https://fedorahosted.org/freeipa/ticket/3410
2013-02-14 10:11:26 +01:00
..
ipa-kdb ipa-kdb: Free talloc autofree context when module is closed 2013-02-14 10:11:26 +01:00
ipa-sam ipa-sam: Fill SID blacklist when trust is added 2013-02-12 10:37:52 +01:00
ipa-slapi-plugins Password change in a transaction, ensure passwords are truly expired 2012-12-07 10:30:33 +01:00
configure.ac Bump 389-ds-base minimum in our spec file 2012-12-07 13:59:59 +01:00
ipa-version.h.in Fix typos 2011-09-07 13:20:42 +02:00
Makefile.am Add ipasam samba passdb backend 2011-12-06 08:29:53 -05:00