freeipa/daemons
Alexander Bokovoy 95daecbae8 ipa-kdb: support KDB DAL version 6.1
DAL version 6.0 removed support for a callback to free principal.
This broke KDB drivers which had complex e_data structure within
the principal structure. As result, FreeIPA KDB driver was leaking
memory with DAL version 6.0 (krb5 1.15).

DAL version 6.1 added a special callback for freeing e_data structure.
See details at krb5/krb5#596

Restructure KDB driver code to provide this callback in case
we are built against DAL version that supports it. For DAL version
prior to 6.0 use this callback in the free_principal callback to
tidy the code.

Use explicit KDB version dependency in Fedora 26+ via BuildRequires.

With new DAL version, freeipa package will fail to build and
we'll have to add a support for new DAL version explicitly.

https://pagure.io/freeipa/issue/6776

Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Robbie Harwood <rharwood@redhat.com>
2017-03-20 17:11:12 +01:00
..
dnssec Remove unused locking "context manager" 2016-06-17 18:27:22 +02:00
ipa-kdb ipa-kdb: support KDB DAL version 6.1 2017-03-20 17:11:12 +01:00
ipa-otpd Properly handle LDAP socket closures in ipa-otpd 2016-10-06 10:35:25 +02:00
ipa-sam Migrate from #ifndef guards to #pragma once 2016-05-29 14:04:45 +02:00
ipa-slapi-plugins ipa-pwd-extop memory leak during passord update 2016-08-31 12:08:03 +02:00
configure.ac ipa-kdb: support KDB DAL version 6.1 2017-03-20 17:11:12 +01:00
ipa-version.h.in Fix typos 2011-09-07 13:20:42 +02:00
Makefile.am fix Makefile.am for daemons 2015-03-26 14:58:37 +01:00