Go to file
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
asn1 Additional coverity fixes. 2016-08-16 12:33:27 +02:00
checks Add CA argument to ra.request_certificate 2016-06-15 07:13:38 +02:00
client Updated help/man information about hostname 2016-09-22 10:28:45 +02:00
contrib Don't show error messages in bash completion 2016-09-02 09:00:49 +02:00
daemons ipa-kdb: support KDB DAL version 6.1 2017-03-20 17:11:12 +01:00
doc install: Call hostnamectl set-hostname only if --hostname option is used 2016-08-10 10:48:05 +02:00
init Configure httpd service from installer instead of directly from RPM 2016-04-22 10:19:25 +02:00
install password policy: Add explicit default password policy for hosts and services 2016-12-14 18:14:35 +01:00
ipaclient compat: fix Any params in batch and dnsrecord 2017-03-14 05:32:40 +00:00
ipalib Tests: Fix failing test_ipalib/test_parameters 2016-11-01 12:22:19 +01:00
ipaplatform server install: require IPv6 stack to be enabled 2017-03-09 16:52:02 +01:00
ipapython added ssl verification using IPA trust anchor 2017-02-27 07:54:18 +00:00
ipaserver server install: require IPv6 stack to be enabled 2017-03-09 16:52:02 +01:00
ipatests Tests: Add tree root domain role in legacy client tests 2017-01-18 16:40:28 +01:00
util Migrate from #ifndef guards to #pragma once 2016-05-29 14:04:45 +02:00
.gitignore Split ipa-client/ into ipaclient/ (Python library) and client/ (C, scripts) 2016-01-27 12:09:02 +01:00
.mailmap Update Contributors.txt 2016-06-24 12:49:39 +02:00
ACI.txt Provide API for management of host, service, and user principal aliases 2016-07-01 09:37:25 +02:00
API.txt dns: re-introduce --raw in dnsrecord-del 2016-09-19 17:36:20 +02:00
autogen.sh build tweaks - use automake's foreign mode, avoid creating empty files to satisfy gnu mode - run autoreconf -f to ensure that everything matches 2010-11-29 11:39:55 -05:00
BUILD.txt BUILD: Remove detection of libcheck 2016-04-22 13:21:26 +02:00
Contributors.txt Update Contributors.txt 2016-06-24 12:49:39 +02:00
COPYING Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
COPYING.openssl Add a clear OpenSSL exception. 2015-02-23 16:25:54 +01:00
freeipa.spec.in ipa-kdb: support KDB DAL version 6.1 2017-03-20 17:11:12 +01:00
ipa Revert "Switch /usr/bin/ipa to Python 3" 2016-06-14 13:07:04 +02:00
ipa.1 Updated ipa command man page 2016-05-03 17:41:19 +02:00
lite-server.py Port from python-krbV to python-gssapi 2015-08-26 09:41:36 +02:00
make-doc Make an ipa-tests package 2013-06-17 19:22:50 +02:00
make-test Switch make-test to pytest 2014-11-21 12:14:44 +01:00
makeaci makeaci, makeapi, oddjob: use the default API context 2016-06-30 14:09:24 +02:00
makeapi ipalib: introduce Principal parameter 2016-07-01 09:37:25 +02:00
Makefile Add jslint into Makefile 2016-08-09 12:59:54 +02:00
MANIFEST.in Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
pylint_plugins.py Add file_exists method as a member of transport object 2016-11-14 14:32:10 +01:00
pylintrc disable warnings reported by pylint-1.6.4-1 2016-10-12 11:14:49 +02:00
pytest.ini Configure pytest to run doctests 2014-11-21 12:14:44 +01:00
README Update README and BUILD 2014-02-12 14:04:07 +01:00
setup.py build: fix client-only build 2016-05-19 15:52:06 +02:00
VERSION Become IPA 4.4.3 2016-12-16 13:45:37 +01:00
version.m4.in Mass tree reorganization for IPAv2. To view previous history of files use: 2009-02-03 15:27:14 -05:00
zanata.xml Zanata: exlude testing ipa.pot file 2016-11-21 14:47:47 +01:00

                               IPA Server

  Overview
  --------

  FreeIPA allows Linux administrators to centrally manage identity,
  authentication and access control aspects of Linux and UNIX systems
  by providing simple to install and use command line and web based
  managment tools.
  FreeIPA is built on top of well known Open Source components and standard
  protocols with a very strong focus on ease of management and automation
  of installation and configuration tasks.
  FreeIPA can seamlessly integrate into an Active Directory environment via
  cross-realm Kerberos trust or user synchronization.

  Benefits
  --------

  FreeIPA:
  * Allows all your users to access all the machines with the same credentials
    and security settings
  * Allows users to access personal files transparently from any machine in
    an authenticated and secure way
  * Uses an advanced grouping mechanism to restrict network access to services
    and files only to specific users
  * Allows central management of security mechanisms like passwords,
    SSH Public Keys, SUDO rules, Keytabs, Access Control Rules
  * Enables delegation of selected administrative tasks to other power users
  * Integrates into Active Directory environments

  Components
  ----------

  The FreeIPA project provides unified installation and management
  tools for the following components:

  * LDAP Server - based on the 389 project (LDAP)
    http://directory.fedoraproject.org/wiki/Main_Page

  * KDC - based on MIT Kerberos implementation
    http://k5wiki.kerberos.org/wiki/Main_Page

  * PKI based on Dogtag project
    http://pki.fedoraproject.org/wiki/PKI_Main_Page

  * Samba libraries for Active Directory integration
    http://www.samba.org/

  * DNS Server based on BIND and the Bind-DynDB-LDAP plugin
    https://www.isc.org/software/bind
    https://fedorahosted.org/bind-dyndb-ldap


  Project Website
  ---------------

  Releases, announcements and other information can be found on the IPA
  server project page at <http://www.freeipa.org/>.

  Documentation
  -------------

  The most up-to-date documentation can be found at
  <http://freeipa.org/page/Documentation>.

  Quick Start
  -----------

  To get started quickly, start here:
  <http://www.freeipa.org/page/Quick_Start_Guide>

  Licensing
  ---------

  Please see the file called COPYING.

  Contacts
  --------

     * If you want to be informed about new code releases, bug fixes,
       security fixes, general news and information about the IPA server
       subscribe to the freeipa-announce mailing list at
       <https://www.redhat.com/mailman/listinfo/freeipa-interest/>.

     * If you have a bug report please submit it at:
       <https://bugzilla.redhat.com>

     * If you want to participate in actively developing IPA please
       subscribe to the freeipa-devel mailing list at
       <https://www.redhat.com/mailman/listinfo/freeipa-devel/> or join
       us in IRC at irc://irc.freenode.net/freeipa