freeipa/daemons
Alexander Bokovoy 593ea7da9a 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://fedorahosted.org/freeipa/ticket/6619

Reviewed-By: Simo Sorce <ssorce@redhat.com>
Reviewed-By: Robbie Harwood <rharwood@redhat.com>
2017-02-15 14:24:05 +01:00
..
dnssec Set explicit confdir option for global contexts 2016-12-02 09:14:35 +01:00
ipa-kdb ipa-kdb: support KDB DAL version 6.1 2017-02-15 14:24:05 +01:00
ipa-otpd Add main guards to a couple of Python scripts 2016-11-24 16:35:43 +01:00
ipa-sam Build: remove incorrect use of MAINTAINERCLEANFILES 2016-11-16 09:12:07 +01:00
ipa-slapi-plugins IPA Allows Password Reuse with History value defined when admin resets the password. 2016-11-24 17:01:02 +01:00
ipa-version.h.in Build: move version handling from Makefile to configure 2016-11-09 13:08:32 +01:00
Makefile.am Build: properly integrate ipa-version.h.in into build system 2016-11-29 15:28:24 +01:00