d0db73
%global _hardened_build 1
d0db73
d0db73
%global systemctl_bin /usr/bin/systemctl
d0db73
%global check_password_version 1.1
d0db73
d0db73
%global so_ver 2
d0db73
d0db73
%bcond_with servers
d0db73
d0db73
Name: openldap
d0db73
Version: 2.4.59
d0db73
Release: 4%{?dist}
d0db73
Summary: LDAP support libraries
d0db73
License: OpenLDAP
d0db73
URL: http://www.openldap.org/
d0db73
d0db73
Source0: https://openldap.org/software/download/OpenLDAP/openldap-release/openldap-%{version}.tgz
d0db73
Source1: slapd.service
d0db73
Source2: slapd.tmpfiles
d0db73
Source3: slapd.ldif
d0db73
Source4: ldap.conf
d0db73
Source10: ltb-project-openldap-ppolicy-check-password-%{check_password_version}.tar.gz
d0db73
Source50: libexec-functions
d0db73
Source52: libexec-check-config.sh
d0db73
Source53: libexec-upgrade-db.sh
d0db73
d0db73
# patches for 2.4
d0db73
Patch0: openldap-manpages.patch
d0db73
Patch2: openldap-reentrant-gethostby.patch
d0db73
Patch3: openldap-smbk5pwd-overlay.patch
d0db73
Patch5: openldap-ai-addrconfig.patch
d0db73
Patch17: openldap-allop-overlay.patch
d0db73
d0db73
# fix back_perl problems with lt_dlopen()
d0db73
# might cause crashes because of symbol collisions
d0db73
# the proper fix is to link all perl modules against libperl
d0db73
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=327585
d0db73
Patch19: openldap-switch-to-lt_dlopenadvise-to-get-RTLD_GLOBAL-set.patch
d0db73
Patch24: openldap-openssl-manpage-defaultCA.patch
d0db73
d0db73
# The below patches come from upstream master and are necessary for Channel Binding
d0db73
# (both tls-unique and tls-server-end-point) to work properly.
d0db73
# Additionally, for Samba to be able to implement Channel Binding, the PEERCERT option
d0db73
# is being included as well.
d0db73
Patch50: openldap-cbinding-Add-channel-binding-support.patch
d0db73
Patch51: openldap-cbinding-ITS-8573-allow-all-libldap-options-in-tools-o-option.patch
d0db73
Patch52: openldap-cbinding-ITS-8573-TLS-option-test-suite.patch
d0db73
Patch53: openldap-cbinding-ITS-8573-Add-missing-URI-variables-for-tests.patch
d0db73
Patch54: openldap-cbinding-auth-add-SASL-GSSAPI-tests.patch
d0db73
Patch55: openldap-cbinding-ITS-7398-add-LDAP_OPT_X_TLS_PEERCERT.patch
d0db73
Patch56: openldap-cbinding-Make-prototypes-available-where-needed.patch
d0db73
Patch57: openldap-cbinding-ITS-9189_1-rework-sasl-cbinding-support.patch
d0db73
Patch58: openldap-cbinding-ITS-9189_2-add-channel-bindings-tests.patch
d0db73
Patch59: openldap-cbinding-ITS-9189_3-initialize-ldo_sasl_cbinding-in-LDAP_LDO_SA.patch
d0db73
Patch60: openldap-cbinding-Fix-slaptest-in-test077.patch
d0db73
Patch61: openldap-cbinding-Convert-test077-to-LDIF-config.patch
d0db73
Patch62: openldap-cbinding-Update-keys-to-RSA-4096.patch
d0db73
Patch63: openldap-cbinding-ITS-9215-fix-for-glibc-again.patch
d0db73
Patch64: openldap-cbinding-fix-multiprovider-tests.patch
d0db73
d0db73
# check-password module specific patches
d0db73
Patch90: check-password-makefile.patch
d0db73
Patch91: check-password.patch
d0db73
d0db73
BuildRequires: make
d0db73
BuildRequires: cyrus-sasl-devel, openssl-devel, krb5-devel, unixODBC-devel
d0db73
BuildRequires: glibc-devel, libtool, libtool-ltdl-devel, groff, perl-interpreter, perl-devel, perl-generators, perl(ExtUtils::Embed)
d0db73
BuildRequires: gcc
d0db73
BuildRequires: systemd
d0db73
%{?systemd_requires}
d0db73
BuildRequires: libdb-devel
d0db73
BuildRequires: cracklib-devel
d0db73
d0db73
%description
d0db73
OpenLDAP is an open source suite of LDAP (Lightweight Directory Access
d0db73
Protocol) applications and development tools. LDAP is a set of
d0db73
protocols for accessing directory services (usually phone book style
d0db73
information, but other information is possible) over the Internet,
d0db73
similar to the way DNS (Domain Name System) information is propagated
d0db73
over the Internet. The openldap package contains configuration files,
d0db73
libraries, and documentation for OpenLDAP.
d0db73
d0db73
%package devel
d0db73
Summary: LDAP development libraries and header files
d0db73
Requires: openldap%{?_isa} = %{version}-%{release}, cyrus-sasl-devel%{?_isa}
d0db73
d0db73
%description devel
d0db73
The openldap-devel package includes the development libraries and
d0db73
header files needed for compiling applications that use LDAP
d0db73
(Lightweight Directory Access Protocol) internals. LDAP is a set of
d0db73
protocols for enabling directory services over the Internet. Install
d0db73
this package only if you plan to develop or will need to compile
d0db73
customized LDAP clients.
d0db73
d0db73
%package compat
d0db73
Summary: Package providing legacy non-threded libldap
d0db73
Requires: openldap%{?_isa} = %{version}-%{release}
d0db73
# since libldap is manually linked from libldap_r, the provides is not generated automatically
d0db73
%ifarch armv7hl i686
d0db73
Provides: libldap-2.4.so.%{so_ver}
d0db73
%else
d0db73
Provides: libldap-2.4.so.%{so_ver}()(%{__isa_bits}bit)
d0db73
%endif
d0db73
d0db73
%description compat
d0db73
The openldap-compat package contains non-threaded variant of libldap
d0db73
which should not be used. Instead, applications should link to libldap_r
d0db73
which provides thread-safe variant with the very same API.
d0db73
d0db73
%if %{with servers}
d0db73
%package servers
d0db73
Summary: LDAP server
d0db73
License: OpenLDAP
d0db73
Requires: openldap%{?_isa} = %{version}-%{release}, libdb-utils
d0db73
Requires(pre): shadow-utils
d0db73
# migrationtools (slapadd functionality):
d0db73
Provides: ldif2ldbm
d0db73
d0db73
%description servers
d0db73
OpenLDAP is an open-source suite of LDAP (Lightweight Directory Access
d0db73
Protocol) applications and development tools. LDAP is a set of
d0db73
protocols for accessing directory services (usually phone book style
d0db73
information, but other information is possible) over the Internet,
d0db73
similar to the way DNS (Domain Name System) information is propagated
d0db73
over the Internet. This package contains the slapd server and related files.
d0db73
%endif
d0db73
# endif with servers
d0db73
d0db73
%package clients
d0db73
Summary: LDAP client utilities
d0db73
Requires: openldap%{?_isa} = %{version}-%{release}
d0db73
d0db73
%description clients
d0db73
OpenLDAP is an open-source suite of LDAP (Lightweight Directory Access
d0db73
Protocol) applications and development tools. LDAP is a set of
d0db73
protocols for accessing directory services (usually phone book style
d0db73
information, but other information is possible) over the Internet,
d0db73
similar to the way DNS (Domain Name System) information is propagated
d0db73
over the Internet. The openldap-clients package contains the client
d0db73
programs needed for accessing and modifying OpenLDAP directories.
d0db73
d0db73
%prep
d0db73
%setup -q -c -a 0 -a 10
d0db73
d0db73
pushd openldap-%{version}
d0db73
d0db73
AUTOMAKE=%{_bindir}/true autoreconf -fi
d0db73
d0db73
%patch0 -p1
d0db73
%patch2 -p1
d0db73
%patch3 -p1
d0db73
%patch5 -p1
d0db73
%patch17 -p1
d0db73
%patch19 -p1
d0db73
%patch24 -p1
d0db73
%patch50 -p1
d0db73
%patch51 -p1
d0db73
%patch52 -p1
d0db73
%patch53 -p1
d0db73
%patch54 -p1
d0db73
%patch55 -p1
d0db73
%patch56 -p1
d0db73
%patch57 -p1
d0db73
%patch58 -p1
d0db73
%patch59 -p1
d0db73
%patch60 -p1
d0db73
%patch61 -p1
d0db73
%patch62 -p1
d0db73
%patch63 -p1
d0db73
%patch64 -p1
d0db73
d0db73
# build smbk5pwd with other overlays
d0db73
ln -s ../../../contrib/slapd-modules/smbk5pwd/smbk5pwd.c servers/slapd/overlays
d0db73
mv contrib/slapd-modules/smbk5pwd/README contrib/slapd-modules/smbk5pwd/README.smbk5pwd
d0db73
# build allop with other overlays
d0db73
ln -s ../../../contrib/slapd-modules/allop/allop.c servers/slapd/overlays
d0db73
mv contrib/slapd-modules/allop/README contrib/slapd-modules/allop/README.allop
d0db73
mv contrib/slapd-modules/allop/slapo-allop.5 doc/man/man5/slapo-allop.5
d0db73
d0db73
mv servers/slapd/back-perl/README{,.back_perl}
d0db73
d0db73
# fix documentation encoding
d0db73
for filename in doc/drafts/draft-ietf-ldapext-acl-model-xx.txt; do
d0db73
	iconv -f iso-8859-1 -t utf-8 "$filename" > "$filename.utf8"
d0db73
	mv "$filename.utf8" "$filename"
d0db73
done
d0db73
d0db73
popd
d0db73
d0db73
pushd ltb-project-openldap-ppolicy-check-password-%{check_password_version}
d0db73
%patch90 -p1
d0db73
%patch91 -p1
d0db73
popd
d0db73
d0db73
%build
d0db73
d0db73
%set_build_flags
d0db73
# enable experimental support for LDAP over UDP (LDAP_CONNECTIONLESS)
d0db73
export CFLAGS="${CFLAGS} ${LDFLAGS} -Wl,--as-needed -Wl,-z,now -DLDAP_CONNECTIONLESS -DLDAP_USE_NON_BLOCKING_TLS -DOPENSSL_NO_MD2"
d0db73
d0db73
pushd openldap-%{version}
d0db73
%configure \
d0db73
	--enable-debug \
d0db73
	--enable-dynamic \
d0db73
	\
d0db73
	--enable-dynacl \
d0db73
	--enable-cleartext \
d0db73
	--enable-crypt \
d0db73
	--enable-lmpasswd \
d0db73
	--enable-spasswd \
d0db73
	--enable-modules \
d0db73
	--enable-rewrite \
d0db73
	--enable-rlookups \
d0db73
	--enable-slapi \
d0db73
	--disable-slp \
d0db73
	\
d0db73
	--enable-backends=mod \
d0db73
	--enable-bdb=yes \
d0db73
	--enable-hdb=yes \
d0db73
	--enable-mdb=yes \
d0db73
	--enable-monitor=yes \
d0db73
	--disable-ndb \
d0db73
	--disable-sql \
d0db73
	\
d0db73
	--enable-overlays=mod \
d0db73
	\
d0db73
	--disable-static \
d0db73
	\
d0db73
	--with-cyrus-sasl \
d0db73
	--without-fetch \
d0db73
	--with-threads \
d0db73
	--with-pic \
d0db73
	--with-gnu-ld \
d0db73
	\
d0db73
	--libexecdir=%{_libdir}
d0db73
d0db73
%make_build
d0db73
popd
d0db73
d0db73
pushd ltb-project-openldap-ppolicy-check-password-%{check_password_version}
d0db73
%make_build LDAP_INC="-I../openldap-%{version}/include \
d0db73
 -I../openldap-%{version}/servers/slapd \
d0db73
 -I../openldap-%{version}/build-servers/include"
d0db73
popd
d0db73
d0db73
%install
d0db73
d0db73
mkdir -p %{buildroot}%{_libdir}/
d0db73
d0db73
pushd openldap-%{version}
d0db73
%make_install STRIP=""
d0db73
popd
d0db73
d0db73
# install check_password module
d0db73
pushd ltb-project-openldap-ppolicy-check-password-%{check_password_version}
d0db73
mv check_password.so check_password.so.%{check_password_version}
d0db73
ln -s check_password.so.%{check_password_version} %{buildroot}%{_libdir}/openldap/check_password.so
d0db73
install -m 755 check_password.so.%{check_password_version} %{buildroot}%{_libdir}/openldap/
d0db73
# install -m 644 README %{buildroot}%{_libdir}/openldap
d0db73
install -d -m 755 %{buildroot}%{_sysconfdir}/openldap
d0db73
cat > %{buildroot}%{_sysconfdir}/openldap/check_password.conf <
d0db73
# OpenLDAP pwdChecker library configuration
d0db73
d0db73
#useCracklib 1
d0db73
#minPoints 3
d0db73
#minUpper 0
d0db73
#minLower 0
d0db73
#minDigit 0
d0db73
#minPunct 0
d0db73
EOF
d0db73
mv README{,.check_pwd}
d0db73
popd
d0db73
d0db73
# setup directories for TLS certificates
d0db73
mkdir -p %{buildroot}%{_sysconfdir}/openldap/certs
d0db73
d0db73
# setup data and runtime directories
d0db73
mkdir -p %{buildroot}%{_sharedstatedir}
d0db73
mkdir -p %{buildroot}%{_localstatedir}
d0db73
install -m 0700 -d %{buildroot}%{_sharedstatedir}/ldap
d0db73
install -m 0755 -d %{buildroot}%{_localstatedir}/run/openldap
d0db73
d0db73
# setup autocreation of runtime directories on tmpfs
d0db73
mkdir -p %{buildroot}%{_tmpfilesdir}
d0db73
install -m 0644 %SOURCE2 %{buildroot}%{_tmpfilesdir}/slapd.conf
d0db73
d0db73
# install default ldap.conf (customized)
d0db73
rm -f %{buildroot}%{_sysconfdir}/openldap/ldap.conf
d0db73
install -m 0644 %SOURCE4 %{buildroot}%{_sysconfdir}/openldap/ldap.conf
d0db73
d0db73
# setup maintainance scripts
d0db73
mkdir -p %{buildroot}%{_libexecdir}
d0db73
install -m 0755 -d %{buildroot}%{_libexecdir}/openldap
d0db73
install -m 0644 %SOURCE50 %{buildroot}%{_libexecdir}/openldap/functions
d0db73
install -m 0755 %SOURCE52 %{buildroot}%{_libexecdir}/openldap/check-config.sh
d0db73
install -m 0755 %SOURCE53 %{buildroot}%{_libexecdir}/openldap/upgrade-db.sh
d0db73
d0db73
# remove build root from config files and manual pages
d0db73
perl -pi -e "s|%{buildroot}||g" %{buildroot}%{_sysconfdir}/openldap/*.conf
d0db73
perl -pi -e "s|%{buildroot}||g" %{buildroot}%{_mandir}/*/*.*
d0db73
d0db73
# we don't need the default files -- RPM handles changes
d0db73
rm -f %{buildroot}%{_sysconfdir}/openldap/*.default
d0db73
rm -f %{buildroot}%{_sysconfdir}/openldap/schema/*.default
d0db73
d0db73
# install an init script for the servers
d0db73
mkdir -p %{buildroot}%{_unitdir}
d0db73
install -m 0644 %SOURCE1 %{buildroot}%{_unitdir}/slapd.service
d0db73
d0db73
# move slapd out of _libdir
d0db73
mv %{buildroot}%{_libdir}/slapd %{buildroot}%{_sbindir}/
d0db73
d0db73
# setup tools as symlinks to slapd
d0db73
rm -f %{buildroot}%{_sbindir}/slap{acl,add,auth,cat,dn,index,passwd,test,schema}
d0db73
rm -f %{buildroot}%{_libdir}/slap{acl,add,auth,cat,dn,index,passwd,test,schema}
d0db73
for X in acl add auth cat dn index passwd test schema; do ln -s slapd %{buildroot}%{_sbindir}/slap$X ; done
d0db73
d0db73
# re-symlink unversioned libraries, so ldconfig is not confused
d0db73
pushd %{buildroot}%{_libdir}
d0db73
v=%{version}
d0db73
version=$(echo ${v%.[0-9]*})
d0db73
for lib in liblber libldap libldap_r libslapi; do
d0db73
	rm -f ${lib}.so
d0db73
	ln -s ${lib}-${version}.so.%{so_ver} ${lib}.so
d0db73
done
d0db73
d0db73
# provide only libldap_r and copy it to libldap, make a versioned lib link
d0db73
rm -f libldap.so
d0db73
ln -s libldap_r.so "%{buildroot}%{_libdir}/libldap.so"
d0db73
rm -f libldap-*.so.*
d0db73
for lib in $(ls | grep libldap_r-); do
d0db73
    IFS='.'
d0db73
    read -r -a libsplit <<< "$lib"
d0db73
    if [ -z "${libsplit[4]}" ]
d0db73
    then
d0db73
        so_ver_short="${libsplit[3]}"
d0db73
        unset IFS
d0db73
        gcc -shared -o "%{buildroot}%{_libdir}/libldap-${version}.so.${so_ver_short}" -Wl,--no-as-needed -Wl,-z,now \
d0db73
               -Wl,-soname -Wl,libldap-${version}.so.${so_ver_short} -L "%{buildroot}%{_libdir}" -lldap_r
d0db73
    else
d0db73
        so_ver_full="${libsplit[3]}.${libsplit[4]}.${libsplit[5]}"
d0db73
        unset IFS
d0db73
    fi
d0db73
done
d0db73
ln -s libldap-${version}.so.{${so_ver_short},${so_ver_full}}
d0db73
d0db73
popd
d0db73
d0db73
# tweak permissions on the libraries to make sure they're correct
d0db73
chmod 0755 %{buildroot}%{_libdir}/lib*.so*
d0db73
chmod 0644 %{buildroot}%{_libdir}/lib*.*a
d0db73
d0db73
# slapd.conf(5) is obsoleted since 2.3, see slapd-config(5)
d0db73
mkdir -p %{buildroot}%{_datadir}
d0db73
install -m 0755 -d %{buildroot}%{_datadir}/openldap-servers
d0db73
install -m 0644 %SOURCE3 %{buildroot}%{_datadir}/openldap-servers/slapd.ldif
d0db73
install -m 0700 -d %{buildroot}%{_sysconfdir}/openldap/slapd.d
d0db73
rm -f %{buildroot}%{_sysconfdir}/openldap/slapd.conf
d0db73
rm -f %{buildroot}%{_sysconfdir}/openldap/slapd.ldif
d0db73
d0db73
# move doc files out of _sysconfdir
d0db73
mv %{buildroot}%{_sysconfdir}/openldap/schema/README README.schema
d0db73
mv %{buildroot}%{_sysconfdir}/openldap/DB_CONFIG.example %{buildroot}%{_datadir}/openldap-servers/DB_CONFIG.example
d0db73
chmod 0644 %{buildroot}%{_datadir}/openldap-servers/DB_CONFIG.example
d0db73
d0db73
# remove files which we don't want packaged
d0db73
rm -f %{buildroot}%{_libdir}/*.la  # because we do not want files in %{_libdir}/openldap/ removed, yet
d0db73
d0db73
rm -f %{buildroot}%{_localstatedir}/openldap-data/DB_CONFIG.example
d0db73
rmdir %{buildroot}%{_localstatedir}/openldap-data
d0db73
d0db73
%ldconfig_scriptlets
d0db73
d0db73
%if %{with servers}
d0db73
%pre servers
d0db73
d0db73
# create ldap user and group
d0db73
getent group ldap &>/dev/null || groupadd -r -g 55 ldap
d0db73
getent passwd ldap &>/dev/null || \
d0db73
	useradd -r -g ldap -u 55 -d %{_sharedstatedir}/ldap -s /sbin/nologin -c "OpenLDAP server" ldap
d0db73
d0db73
if [ $1 -eq 2 ]; then
d0db73
	# package upgrade
d0db73
d0db73
	old_version=$(rpm -q --qf=%%{version} openldap-servers)
d0db73
	new_version=%{version}
d0db73
d0db73
	if [ "$old_version" != "$new_version" ]; then
d0db73
		touch %{_sharedstatedir}/ldap/rpm_upgrade_openldap &>/dev/null
d0db73
	fi
d0db73
fi
d0db73
d0db73
exit 0
d0db73
d0db73
d0db73
%post servers
d0db73
%systemd_post slapd.service
d0db73
d0db73
# generate configuration if necessary
d0db73
if [[ ! -f %{_sysconfdir}/openldap/slapd.d/cn=config.ldif && \
d0db73
      ! -f %{_sysconfdir}/openldap/slapd.conf
d0db73
   ]]; then
d0db73
      # if there is no configuration available, generate one from the defaults
d0db73
      mkdir -p %{_sysconfdir}/openldap/slapd.d/ &>/dev/null || :
d0db73
      /usr/sbin/slapadd -F %{_sysconfdir}/openldap/slapd.d/ -n0 -l %{_datadir}/openldap-servers/slapd.ldif
d0db73
      chown -R ldap:ldap %{_sysconfdir}/openldap/slapd.d/
d0db73
      %{systemctl_bin} try-restart slapd.service &>/dev/null
d0db73
fi
d0db73
d0db73
start_slapd=0
d0db73
d0db73
# upgrade the database
d0db73
if [ -f %{_sharedstatedir}/ldap/rpm_upgrade_openldap ]; then
d0db73
	if %{systemctl_bin} --quiet is-active slapd.service; then
d0db73
		%{systemctl_bin} stop slapd.service
d0db73
		start_slapd=1
d0db73
	fi
d0db73
d0db73
	%{_libexecdir}/openldap/upgrade-db.sh &>/dev/null
d0db73
	rm -f %{_sharedstatedir}/ldap/rpm_upgrade_openldap
d0db73
fi
d0db73
d0db73
# restart after upgrade
d0db73
if [ $1 -ge 1 ]; then
d0db73
	if [ $start_slapd -eq 1 ]; then
d0db73
		%{systemctl_bin} start slapd.service &>/dev/null || :
d0db73
	else
d0db73
		%{systemctl_bin} condrestart slapd.service &>/dev/null || :
d0db73
	fi
d0db73
fi
d0db73
d0db73
exit 0
d0db73
d0db73
%preun servers
d0db73
%systemd_preun slapd.service
d0db73
d0db73
%postun servers
d0db73
%systemd_postun_with_restart slapd.service
d0db73
d0db73
%triggerin servers -- libdb
d0db73
d0db73
# libdb upgrade (setup for %%triggerun)
d0db73
if [ $2 -eq 2 ]; then
d0db73
	# we are interested in minor version changes (both versions of libdb are installed at this moment)
d0db73
	if [ "$(rpm -q --qf="%%{version}\n" libdb | sed 's/\.[0-9]*$//' | sort -u | wc -l)" != "1" ]; then
d0db73
		touch %{_sharedstatedir}/ldap/rpm_upgrade_libdb
d0db73
	else
d0db73
		rm -f %{_sharedstatedir}/ldap/rpm_upgrade_libdb
d0db73
	fi
d0db73
fi
d0db73
d0db73
exit 0
d0db73
d0db73
d0db73
%triggerun servers -- libdb
d0db73
d0db73
# libdb upgrade (finish %%triggerin)
d0db73
if [ -f %{_sharedstatedir}/ldap/rpm_upgrade_libdb ]; then
d0db73
	if %{systemctl_bin} --quiet is-active slapd.service; then
d0db73
		%{systemctl_bin} stop slapd.service
d0db73
		start=1
d0db73
	else
d0db73
		start=0
d0db73
	fi
d0db73
d0db73
	%{_libexecdir}/openldap/upgrade-db.sh &>/dev/null
d0db73
	rm -f %{_sharedstatedir}/ldap/rpm_upgrade_libdb
d0db73
d0db73
	[ $start -eq 1 ] && %{systemctl_bin} start slapd.service &>/dev/null
d0db73
fi
d0db73
d0db73
exit 0
d0db73
%endif
d0db73
# endif with servers
d0db73
d0db73
%files
d0db73
%doc openldap-%{version}/ANNOUNCEMENT
d0db73
%doc openldap-%{version}/CHANGES
d0db73
%license openldap-%{version}/COPYRIGHT
d0db73
%license openldap-%{version}/LICENSE
d0db73
%doc openldap-%{version}/README
d0db73
%dir %{_sysconfdir}/openldap
d0db73
%dir %{_sysconfdir}/openldap/certs
d0db73
%config(noreplace) %{_sysconfdir}/openldap/ldap.conf
d0db73
%dir %{_libexecdir}/openldap/
d0db73
%{_libdir}/liblber-2.4*.so.*
d0db73
%{_libdir}/libldap_r-2.4*.so.*
d0db73
%{_libdir}/libslapi-2.4*.so.*
d0db73
%{_mandir}/man5/ldif.5*
d0db73
%{_mandir}/man5/ldap.conf.5*
d0db73
d0db73
%if %{with servers}
d0db73
%files servers
d0db73
%doc openldap-%{version}/contrib/slapd-modules/smbk5pwd/README.smbk5pwd
d0db73
%doc openldap-%{version}/doc/guide/admin/*.html
d0db73
%doc openldap-%{version}/doc/guide/admin/*.png
d0db73
%doc openldap-%{version}/servers/slapd/back-perl/SampleLDAP.pm
d0db73
%doc openldap-%{version}/servers/slapd/back-perl/README.back_perl
d0db73
%doc openldap-%{version}/servers/slapd/back-perl/README.back_perl
d0db73
%doc ltb-project-openldap-ppolicy-check-password-%{check_password_version}/README.check_pwd
d0db73
%doc README.schema
d0db73
%config(noreplace) %dir %attr(0750,ldap,ldap) %{_sysconfdir}/openldap/slapd.d
d0db73
%config(noreplace) %{_sysconfdir}/openldap/schema
d0db73
%config(noreplace) %{_sysconfdir}/openldap/check_password.conf
d0db73
%{_tmpfilesdir}/slapd.conf
d0db73
%dir %attr(0700,ldap,ldap) %{_sharedstatedir}/ldap
d0db73
%dir %attr(-,ldap,ldap) %{_localstatedir}/run/openldap
d0db73
%{_unitdir}/slapd.service
d0db73
%{_datadir}/openldap-servers/
d0db73
%{_libdir}/openldap/accesslog*
d0db73
%{_libdir}/openldap/auditlog*
d0db73
%{_libdir}/openldap/allop*
d0db73
%{_libdir}/openldap/back_dnssrv*
d0db73
%{_libdir}/openldap/back_ldap*
d0db73
%{_libdir}/openldap/back_meta*
d0db73
%{_libdir}/openldap/back_null*
d0db73
%{_libdir}/openldap/back_passwd*
d0db73
%{_libdir}/openldap/back_relay*
d0db73
%{_libdir}/openldap/back_shell*
d0db73
%{_libdir}/openldap/back_sock*
d0db73
%{_libdir}/openldap/back_perl*
d0db73
%{_libdir}/openldap/collect*
d0db73
%{_libdir}/openldap/constraint*
d0db73
%{_libdir}/openldap/dds*
d0db73
%{_libdir}/openldap/deref*
d0db73
%{_libdir}/openldap/dyngroup*
d0db73
%{_libdir}/openldap/dynlist*
d0db73
%{_libdir}/openldap/memberof*
d0db73
%{_libdir}/openldap/pcache*
d0db73
%{_libdir}/openldap/ppolicy*
d0db73
%{_libdir}/openldap/refint*
d0db73
%{_libdir}/openldap/retcode*
d0db73
%{_libdir}/openldap/rwm*
d0db73
%{_libdir}/openldap/seqmod*
d0db73
%{_libdir}/openldap/smbk5pwd*
d0db73
%{_libdir}/openldap/sssvlv*
d0db73
%{_libdir}/openldap/syncprov*
d0db73
%{_libdir}/openldap/translucent*
d0db73
%{_libdir}/openldap/unique*
d0db73
%{_libdir}/openldap/valsort*
d0db73
%{_libdir}/openldap/check_password*
d0db73
%{_libexecdir}/openldap/functions
d0db73
%{_libexecdir}/openldap/check-config.sh
d0db73
%{_libexecdir}/openldap/upgrade-db.sh
d0db73
%{_sbindir}/sl*
d0db73
%{_mandir}/man8/*
d0db73
%{_mandir}/man5/slapd*.5*
d0db73
%{_mandir}/man5/slapo-*.5*
d0db73
# obsolete configuration
d0db73
%ghost %config(noreplace,missingok) %attr(0640,ldap,ldap) %{_sysconfdir}/openldap/slapd.conf
d0db73
%else
d0db73
%exclude %{_datadir}/openldap-servers/
d0db73
%exclude %{_libdir}/openldap/
d0db73
%exclude %{_libexecdir}/openldap/check-config.sh
d0db73
%exclude %{_libexecdir}/openldap/functions
d0db73
%exclude %{_libexecdir}/openldap/upgrade-db.sh
d0db73
%exclude %{_mandir}/man5/slapd*.5*
d0db73
%exclude %{_mandir}/man5/slapo-*.5*
d0db73
%exclude %{_mandir}/man8/*
d0db73
%exclude %{_sbindir}/sl*
d0db73
%exclude %{_sysconfdir}/openldap/check_password.conf
d0db73
%exclude %{_sysconfdir}/openldap/schema
d0db73
%exclude %{_tmpfilesdir}/slapd.conf
d0db73
%exclude %{_unitdir}/slapd.service
d0db73
%endif
d0db73
# endif with servers
d0db73
d0db73
%files clients
d0db73
%{_bindir}/*
d0db73
%{_mandir}/man1/*
d0db73
d0db73
%files devel
d0db73
%doc openldap-%{version}/doc/drafts openldap-%{version}/doc/rfc
d0db73
%{_libdir}/lib*.so
d0db73
%{_includedir}/*
d0db73
%{_mandir}/man3/*
d0db73
d0db73
d0db73
%files compat
d0db73
%{_libdir}/libldap-2.4*.so.*
d0db73
d0db73
%changelog
d0db73
* Wed Dec 15 2021 Viktor Ashirov <vashirov@redhat.com> - 2.4.59-4
d0db73
- Add "with servers" conditional
d0db73
  Related: rhbz#2030665
d0db73
d0db73
* Thu Sep 23 2021 Simon Pichugin <spichugi@redhat.com> - 2.4.59-3
d0db73
- Enable BIND_NOW for the linked library too. Related: rhbz#2002747
d0db73
d0db73
* Wed Sep 22 2021 Simon Pichugin <spichugi@redhat.com> - 2.4.59-2
d0db73
- Enable BIND_NOW to prevent GOT overwrite attacks.
d0db73
- Ignore badfuncs error in rpminspect because it's a false positive
d0db73
  Related: rhbz#2002747
d0db73
d0db73
* Tue Sep 14 2021 Simon Pichugin <spichugi@redhat.com> - 2.4.59-1
d0db73
- Rebase openldap to 2.4.59 Related: rhbz#2002747
d0db73
d0db73
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.57-8
d0db73
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
d0db73
  Related: rhbz#1991688
d0db73
d0db73
* Mon Jul 12 2021 Simon Pichugin <spichugi@redhat.com> - 2.4.57-7
d0db73
- Fix Channel Binding tests Related: rhbz#1967853
d0db73
d0db73
* Thu Jun 24 2021 Simon Pichugin <spichugi@redhat.com> - 2.4.57-6
d0db73
- Fix slapd.tmpfiles complaints. Related: rhbz#1969853
d0db73
- Use https:// for source Related: rhbz#1973597
d0db73
d0db73
* Tue Jun 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.57-5
d0db73
- Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065
d0db73
d0db73
* Fri Jun  4 2021 Simon Pichugin <spichugi@redhat.com> - 2.4.57-4
d0db73
- Backport Channel Binding support. Related: rhbz#1967853
d0db73
- Fix coverity issues. Related: rhbz#1938829
d0db73
d0db73
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.57-3
d0db73
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
d0db73
d0db73
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.57-2
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
d0db73
d0db73
* Tue Jan 19 2021 Simon Pichugin <spichugi@redhat.com> - 2.4.57-1
d0db73
- Rebase to version 2.4.57 (#1917583)
d0db73
d0db73
* Thu Nov 26 2020 Simon Pichugin <spichugi@redhat.com> - 2.4.56-4
d0db73
- Use gcc to link libldap_r to libldap (#1537260)
d0db73
d0db73
* Fri Nov 20 2020 Simon Pichugin <spichugi@redhat.com> - 2.4.56-3
d0db73
- Fix 32-bit libraries build (#1537260)
d0db73
d0db73
* Fri Nov 20 2020 Simon Pichugin <spichugi@redhat.com> - 2.4.56-2
d0db73
- Drop non-threaded libldap (#1537260)
d0db73
d0db73
* Wed Nov 18 2020 Simon Pichugin <spichugi@redhat.com> - 2.4.56-1
d0db73
- Rebase to version 2.4.56 (#1896508)
d0db73
d0db73
* Mon Nov 02 2020 Simon Pichugin <spichugi@redhat.com> - 2.4.55-1
d0db73
- Rebase to version 2.4.55 (#1891622)
d0db73
d0db73
* Tue Oct 13 2020 Simon Pichugin <spichugi@redhat.com> - 2.4.54-1
d0db73
- Rebase to version 2.4.54 (#1887581)
d0db73
d0db73
* Thu Sep 10 2020 Simon Pichugin <spichugi@redhat.com> - 2.4.53-1
d0db73
- Rebase to version 2.4.53 (#1868240)
d0db73
d0db73
* Thu Sep 03 2020 Simon Pichugin <spichugi@redhat.com> - 2.4.52-1
d0db73
- Rebase to version 2.4.52 (#1868240)
d0db73
d0db73
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.50-4
d0db73
- Second attempt - Rebuilt for
d0db73
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d0db73
d0db73
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.50-3
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d0db73
d0db73
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.4.50-2
d0db73
- Perl 5.32 rebuild
d0db73
d0db73
* Wed Jun 17 2020 Matus Honek <mhonek@redhat.com> - 2.4.50-1
d0db73
- Rebase to version 2.4.50 (#1742285)
d0db73
d0db73
* Tue Jun 16 2020 Tom Stellard <tstellar@redhat.com> - 2.4.47-5
d0db73
- Spec file cleanups
d0db73
- Add BuildRequres: gcc [1]
d0db73
- make_build [2] and make_install [3]
d0db73
- [1] https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/#_buildrequires_and_requires
d0db73
- [2] https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
d0db73
- [3] https://docs.fedoraproject.org/en-US/packaging-guidelines/#_why_the_makeinstall_macro_should_not_be_used
d0db73
d0db73
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.47-4
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
d0db73
d0db73
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.47-3
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
d0db73
d0db73
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.4.47-2
d0db73
- Perl 5.30 rebuild
d0db73
d0db73
* Wed Feb 13 2019 Matus Honek <mhonek@redhat.com> - 2.4.47-1
d0db73
- Rebase to upstream version 2.4.47
d0db73
d0db73
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.46-13
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
d0db73
d0db73
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 2.4.46-12
d0db73
- Rebuilt for libcrypt.so.2 (#1666033)
d0db73
d0db73
* Mon Dec 17 2018 Matus Honek <mhonek@redhat.com> - 2.4.46-11
d0db73
- Reference default system-wide CA certificates in manpages (#1611591)
d0db73
d0db73
* Tue Oct 16 2018 Matus Honek <mhonek@redhat.com> - 2.4.46-10
d0db73
- Revert "Fix: Cannot use SSL3 anymore"
d0db73
d0db73
* Mon Oct 08 2018 Matus Honek <mhonek@redhat.com> - 2.4.46-9
d0db73
- Backport upstream fixes for ITS 7595 - add OpenSSL EC support (#1623495)
d0db73
d0db73
* Tue Aug 14 2018 Matus Honek <mhonek@redhat.com> - 2.4.46-8
d0db73
- Fix: Cannot use SSL3 anymore (#1592431)
d0db73
d0db73
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.46-7
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d0db73
d0db73
* Fri Jul  6 2018 Matus Honek <mhonek@redhat.com> - 2.4.46-6
d0db73
- Build with LDAP_USE_NON_BLOCKING_TLS (#1594928)
d0db73
- Remove unused leftover MozNSS Compat. Layer references (cont.) (#1557967)
d0db73
d0db73
* Fri Jul 06 2018 Petr Pisar <ppisar@redhat.com> - 2.4.46-5
d0db73
- Perl 5.28 rebuild
d0db73
d0db73
* Wed Jul  4 2018 Matus Honek <mhonek@redhat.com> - 2.4.46-4
d0db73
- Remove unused leftover MozNSS Compat. Layer references (#1557967)
d0db73
d0db73
* Wed Jul  4 2018 Matus Honek <mhonek@redhat.com> - 2.4.46-3
d0db73
- MozNSS Compat. Layer: Make log messages more clear (#1598103)
d0db73
- MozNSS Compat. Layer: Fix memleaks reported by valgrind (#1595203)
d0db73
d0db73
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.4.46-2
d0db73
- Perl 5.28 rebuild
d0db73
- MozNSS Compat. Layer: Fix typos, and spelling in the README file header (#1564161)
d0db73
d0db73
* Tue Mar 27 2018 Matus Honek <mhonek@redhat.com> - 2.4.46-1
d0db73
- Rebase to version OpenLDAP 2.4.46 (#1559652)
d0db73
d0db73
* Mon Mar  5 2018 Matus Honek <mhonek@redhat.com> - 2.4.45-14
d0db73
- Utilize system-wide crypto-policies (#1483979)
d0db73
d0db73
* Thu Mar  1 2018 Matus Honek <mhonek@redhat.com> - 2.4.45-13
d0db73
- fix: openldap does not use Fedora build flags
d0db73
  + makes use of redhat-rpm-config package
d0db73
- Drop superfluous back-sql linking patch
d0db73
d0db73
* Wed Feb 28 2018 Matus Honek <mhonek@redhat.com> - 2.4.45-12
d0db73
- MozNSS Compat. Layer: fix: libldap tlsmc continues even after it fails to extract CA certificates (#1550110)
d0db73
d0db73
* Wed Feb 21 2018 Matus Honek <mhonek@redhat.com> - 2.4.45-11
d0db73
- TLS: Use system trusted CA store by default (#1270678, #1537259)
d0db73
d0db73
* Sun Feb 11 2018 Matus Honek <mhonek@redhat.com> - 2.4.45-10
d0db73
- Complete change: Disable TLSMC in F29+
d0db73
d0db73
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.4.45-9
d0db73
- Escape macros in %%changelog
d0db73
- Disable TLSMC in F29+
d0db73
- Remove obsolete Group tag
d0db73
- Don't call ldconfig in servers subpackage
d0db73
- Switch to %%ldconfig_scriptlets
d0db73
- Remove unneeded Requires(post): systemd-sysv, chkconfig
d0db73
- Switch to %%systemd_requires
d0db73
- Change BuildRequires: systemd-units to systemd
d0db73
d0db73
* Wed Feb  7 2018 Matus Honek <mhonek@redhat.com> - 2.4.45-8
d0db73
- Drop TCP wrappers support (#1531487)
d0db73
d0db73
* Wed Feb  7 2018 Matus Honek <mhonek@redhat.com> - 2.4.45-7
d0db73
- MozNSS Compat. Layer fixes (#1400570)
d0db73
  - fix incorrect parsing of CACertDir (orig. #1533955)
d0db73
  - fix PIN disclaimer not always shown (orig. #1516409)
d0db73
  - fix recursive directory deletion (orig. #1516409)
d0db73
  - Ensure consistency of a PEM dir before usage (orig. #1516409)
d0db73
    + Warn just before use of a PIN about key file extraction
d0db73
  - Enable usage of NSS DB with PEM cert/key (orig. #1525485)
d0db73
    + Fix a possible invalid dereference (covscan)
d0db73
d0db73
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 2.4.45-6
d0db73
- Rebuilt for switch to libxcrypt
d0db73
d0db73
* Wed Dec  6 2017 Matus Honek <mhonek@redhat.com> - 2.4.45-5
d0db73
- Fix issues in MozNSS compatibility layer (#1400570)
d0db73
  + Force write file with fsync to avoid race conditions
d0db73
  + Always filestamp both sql and dbm NSS DB variants to not rely on default DB type prefix
d0db73
  + Allow missing cert and key which is a valid usecase
d0db73
  + Create extraction folder only in /tmp to simplify selinux rules
d0db73
  + Fix Covscan issues
d0db73
d0db73
* Fri Nov  3 2017 Matus Honek <mhonek@redhat.com> - 2.4.45-4
d0db73
- Build with OpenSSL with MozNSS compatibility layer (#1400570)
d0db73
d0db73
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.45-3
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d0db73
d0db73
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.45-2
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d0db73
d0db73
* Fri Jul  7 2017 Matus Honek <mhonek@redhat.com> - 2.4.45-1
d0db73
- Rebase to version 2.4.45 (#1458081)
d0db73
  * fixes CVE-2017-9287 (#1456712, #1456713)
d0db73
- Update the 'sources' file with new SHA512 hashes
d0db73
d0db73
* Fri Jul  7 2017 Matus Honek <mhonek@redhat.com> - 2.4.44-12
d0db73
- Change Requires to Recommends for nss-tools (#1415086)
d0db73
d0db73
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.4.44-11
d0db73
- Perl 5.26 rebuild
d0db73
d0db73
* Fri Mar 31 2017 Matus Honek <mhonek@redhat.com> - 2.4.44-10
d0db73
- NSS: Maximal TLS protocol version should be equal to NSS default (#1435692)
d0db73
d0db73
* Thu Mar 30 2017 Matus Honek <mhonek@redhat.com> - 2.4.44-9
d0db73
- NSS: Enhance OpenLDAP to support TLSv1.3 protocol with NSS (#1435692)
d0db73
- NSS: Rearrange ciphers-, parsing-, and protocol-related patches (#1435692)
d0db73
d0db73
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.44-8
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d0db73
d0db73
* Mon Jan 30 2017 Matus Honek <mhonek@redhat.com> - 2.4.44-7
d0db73
- NSS: Update list of ciphers (#1387868)
d0db73
d0db73
* Mon Jan 30 2017 Matus Honek <mhonek@redhat.com> - 2.4.44-6
d0db73
- NSS: Use what NSS considers default for DEFAULT cipher string (#1387868)
d0db73
d0db73
* Thu Jan 26 2017 Matus Honek <mhonek@redhat.com> - 2.4.44-5
d0db73
- NSS: fix: incorrect multi-keyword parsing and support new ones (#1243517)
d0db73
d0db73
* Mon Jan 23 2017 Matus Honek <mhonek@redhat.com> - 2.4.44-4
d0db73
- fix previous commit (#1375432)
d0db73
d0db73
* Fri Jan 20 2017 Matus Honek <mhonek@redhat.com> - 2.4.44-3
d0db73
- fix: Setting olcTLSProtocolMin does not change supported protocols (#1375432)
d0db73
- fix: slapd should start after network-online.service (#1336487)
d0db73
d0db73
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.4.44-2
d0db73
- Perl 5.24 rebuild
d0db73
d0db73
* Wed May 11 2016 Matus Honek <mhonek@redhat.com> - 2.4.44-1
d0db73
- Update to 2.4.44 (#1305191)
d0db73
d0db73
* Tue May  3 2016 Matus Honek <mhonek@redhat.com> - 2.4.43-5
d0db73
- Bring back *.la files in %%{_libdir}/openldap/ (#1331484)
d0db73
d0db73
* Wed Apr 27 2016 Matus Honek <mhonek@redhat.com> - 2.4.43-4
d0db73
- Keep *.so libraries in %%{_libdir}/openldap/ (#1331484)
d0db73
- Include AllOp overlay (#1319782)
d0db73
d0db73
* Sun Apr 10 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.4.43-3
d0db73
- Ensure all libtool archive files are removed (.la)
d0db73
d0db73
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.43-2
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d0db73
d0db73
* Wed Dec 02 2015 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 2.4.43-1
d0db73
- Update to 2.4.43 (#1253871)
d0db73
d0db73
* Thu Jul 16 2015 Matúš Honěk <mhonek@redhat.com> - 2.4.41-1
d0db73
- New upstream release 2.4.41 (#1238251)
d0db73
d0db73
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.40-14
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d0db73
d0db73
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.4.40-13
d0db73
- Perl 5.22 rebuild
d0db73
d0db73
* Mon Apr 27 2015 Jan Synáček <jsynacek@redhat.com> - 2.4.40-12
d0db73
- fix: bring back tmpfiles config (#1215655)
d0db73
d0db73
* Mon Mar 30 2015 Jan Synáček <jsynacek@redhat.com> - 2.4.40-11
d0db73
- remove spurious ghosted file
d0db73
d0db73
* Fri Feb 20 2015 Jan Synáček <jsynacek@redhat.com> - 2.4.40-10
d0db73
- link against moznss again (#1187742)
d0db73
d0db73
* Wed Feb 11 2015 Jan Synáček <jsynacek@redhat.com> - 2.4.40-9
d0db73
- fix: Unknown Berkeley DB major version in db.h (#1191098)
d0db73
d0db73
* Tue Feb 10 2015 Jan Synáček <jsynacek@redhat.com> - 2.4.40-9
d0db73
- CVE-2015-1545: slapd crashes on search with deref control (#1190645)
d0db73
d0db73
* Tue Jan 27 2015 Jan Synáček <jsynacek@redhat.com> - 2.4.40-8
d0db73
- link against openssl by default
d0db73
- simplify package even more by removing certificate generation
d0db73
d0db73
* Mon Jan 26 2015 Jan Synáček <jsynacek@redhat.com> - 2.4.40-7
d0db73
- remove tmpfiles config since it's no longer needed
d0db73
- fix invalid ldif
d0db73
- simplify checking for missing server configuration
d0db73
d0db73
* Fri Jan 16 2015 Jan Synáček <jsynacek@redhat.com> - 2.4.40-6
d0db73
- remove openldap-fedora-systemd.patch
d0db73
- remove openldap-ldaprc-currentdir.patch
d0db73
- remove openldap-userconfig-setgid.patch
d0db73
- remove openldap-syncrepl-unset-tls-options.patch
d0db73
- remove unneeded configure flags, disable sql backend and aci
d0db73
- make mdb default after a new installation
d0db73
- remove pid file and args file
d0db73
- renumber patches and sources
d0db73
d0db73
* Wed Dec 17 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.40-5
d0db73
- harden the build
d0db73
- improve check_password
d0db73
- provide an unversioned symlink to check_password.so.1.1
d0db73
d0db73
* Tue Dec 16 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.40-4
d0db73
- remove openldap.pc
d0db73
d0db73
* Tue Dec  9 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.40-3
d0db73
- enhancement: generate openldap.pc (#1171493)
d0db73
d0db73
* Fri Nov 14 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.40-2
d0db73
- enhancement: support TLSv1 and later (#1160466)
d0db73
d0db73
* Mon Oct  6 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.40-1
d0db73
- new upstream release (#1147877)
d0db73
d0db73
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.4.39-12
d0db73
- Perl 5.20 rebuild
d0db73
d0db73
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.39-11
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d0db73
d0db73
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 2.4.39-10
d0db73
- fix license handling
d0db73
d0db73
* Mon Jul 14 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-9
d0db73
- fix: fix typo in generate-server-cert.sh (#1117229)
d0db73
d0db73
* Mon Jun  9 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-8
d0db73
- fix: make default service configuration listen on ldaps:/// as well (#1105634)
d0db73
d0db73
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.39-7
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d0db73
d0db73
* Fri May 30 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-6
d0db73
- fix: remove correct tmp file when generating server cert (#1103102)
d0db73
d0db73
* Mon Mar 24 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-5
d0db73
- re-symlink unversioned libraries, so ldconfig is not confused (#1028557)
d0db73
d0db73
* Tue Mar  4 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-4
d0db73
- don't automatically convert slapd.conf to slapd-config
d0db73
d0db73
* Wed Feb 19 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-3
d0db73
- remove redundant sysconfig-related stuff
d0db73
- add documentation reference to service file
d0db73
- alias slapd.service as openldap.service
d0db73
d0db73
* Tue Feb  4 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-2
d0db73
- CVE-2013-4449: segfault on certain queries with rwm overlay (#1060851)
d0db73
d0db73
* Wed Jan 29 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-1
d0db73
- new upstream release (#1059186)
d0db73
d0db73
* Mon Nov 18 2013 Jan Synáček <jsynacek@redhat.com> - 2.4.38-1
d0db73
- new upstream release (#1031608)
d0db73
d0db73
* Mon Nov 11 2013 Jan Synáček <jsynacek@redhat.com> - 2.4.37-2
d0db73
- fix: slaptest incorrectly handles 'include' directives containing a custom file (#1028935)
d0db73
d0db73
* Wed Oct 30 2013 Jan Synáček <jsynacek@redhat.com> - 2.4.37-1
d0db73
- new upstream release (#1023916)
d0db73
- fix: missing a linefeed at the end of file /etc/openldap/ldap.conf (#1019836)
d0db73
d0db73
* Mon Oct 21 2013 Jan Synáček <jsynacek@redhat.com> - 2.4.36-4
d0db73
- fix: slapd daemon fails to start with segmentation fault on s390x (#1020661)
d0db73
d0db73
* Tue Oct 15 2013 Jan Synáček <jsynacek@redhat.com> - 2.4.36-3
d0db73
- rebuilt for libdb-5.3.28
d0db73
d0db73
* Mon Oct 14 2013 Jan Synáček <jsynacek@redhat.com> - 2.4.36-2
d0db73
- fix: CLDAP is broken for IPv6 (#1018688)
d0db73
d0db73
* Wed Sep  4 2013 Jan Synáček <jsynacek@redhat.com> - 2.4.36-2
d0db73
- fix: typos in manpages
d0db73
d0db73
* Tue Aug 20 2013 Jan Synáček <jsynacek@redhat.com> - 2.4.36-1
d0db73
- new upstream release
d0db73
  + compile-in mdb backend
d0db73
d0db73
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.35-7
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d0db73
d0db73
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.4.35-6
d0db73
- Perl 5.18 rebuild
d0db73
d0db73
* Fri Jun 14 2013 Jan Synáček <jsynacek@redhat.com> - 2.4.35-5
d0db73
- fix: using slaptest to convert slapd.conf to LDIF format ignores "loglevel 0"
d0db73
d0db73
* Thu May 09 2013 Jan Synáček <jsynacek@redhat.com> 2.4.35-4
d0db73
- do not needlessly run ldconfig after installing openldap-devel
d0db73
- fix: LDAPI with GSSAPI does not work if SASL_NOCANON=on (#960222)
d0db73
- fix: lt_dlopen() with back_perl (#960048)
d0db73
d0db73
* Tue Apr 09 2013 Jan Synáček <jsynacek@redhat.com> 2.4.35-3
d0db73
- fix: minor documentation fixes
d0db73
- set SASL_NOCANON to on by default (#949864)
d0db73
- remove trailing spaces
d0db73
d0db73
* Fri Apr 05 2013 Jan Synáček <jsynacek@redhat.com> 2.4.35-2
d0db73
- drop the evolution patch
d0db73
d0db73
* Tue Apr 02 2013 Jan Synáček <jsynacek@redhat.com> 2.4.35-1
d0db73
- new upstream release (#947235)
d0db73
- fix: slapd.service should ensure that network is up before starting (#946921)
d0db73
- fix: NSS related resource leak (#929357)
d0db73
d0db73
* Mon Mar 18 2013 Jan Synáček <jsynacek@redhat.com> 2.4.34-2
d0db73
- fix: syncrepl push DELETE operation does not recover (#920482)
d0db73
- run autoreconf every build, drop autoreconf patch (#926280)
d0db73
d0db73
* Mon Mar 11 2013 Jan Synáček <jsynacek@redhat.com> 2.4.34-1
d0db73
- enable perl backend (#820547)
d0db73
- package ppolicy-check-password (#829749)
d0db73
- add perl specific BuildRequires
d0db73
- fix bogus dates
d0db73
d0db73
* Wed Mar 06 2013 Jan Vcelak <jvcelak@fedoraproject.org> 2.4.34-1
d0db73
- new upstream release (#917603)
d0db73
- fix: slapcat segfaults if cn=config.ldif not present (#872784)
d0db73
- use systemd-rpm macros in spec file (#850247)
d0db73
d0db73
* Thu Jan 31 2013 Jan Synáček <jsynacek@redhat.com> 2.4.33-4
d0db73
- rebuild against new cyrus-sasl
d0db73
d0db73
* Wed Oct 31 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.33-3
d0db73
- fix update: libldap does not load PEM certificate if certdb is used as TLS_CACERTDIR (#857455)
d0db73
d0db73
* Fri Oct 12 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.33-2
d0db73
- fix: slapd with rwm overlay segfault following ldapmodify (#865685)
d0db73
d0db73
* Thu Oct 11 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.33-1
d0db73
- new upstream release:
d0db73
  + slapd: ACLs, syncrepl
d0db73
  + backends: locking and memory management in MDB
d0db73
  + manpages: slapo-refint
d0db73
- patch update: MozNSS certificate database in SQL format cannot be used (#860317)
d0db73
- fix: slapd.service should not use /tmp (#859019)
d0db73
d0db73
* Fri Sep 14 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.32-3
d0db73
- fix: some TLS ciphers cannot be enabled (#852338)
d0db73
- fix: connection hangs after fallback to second server when certificate hostname verification fails (#852476)
d0db73
- fix: not all certificates in OpenSSL compatible CA certificate directory format are loaded (#852786)
d0db73
- fix: MozNSS certificate database in SQL format cannot be used (#857373)
d0db73
- fix: libldap does not load PEM certificate if certdb is used as TLS_CACERTDIR (#857455)
d0db73
d0db73
* Mon Aug 20 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.32-2
d0db73
- enhancement: TLS, prefer private keys from authenticated slots
d0db73
- enhancement: TLS, allow certificate specification including token name
d0db73
- resolve TLS failures in replication in 389 Directory Server
d0db73
d0db73
* Wed Aug 01 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.32-1
d0db73
- new upstream release
d0db73
  + library: double free, SASL handling
d0db73
  + tools: read SASL_NOCANON from config file
d0db73
  + slapd: config index renumbering, duplicate error response
d0db73
  + backends: various fixes in mdb, bdb/hdb, ldap
d0db73
  + accesslog, syncprov: fix memory leaks in with replication
d0db73
  + sha2: portability, thread safety, support SSHA256,384,512
d0db73
  + documentation fixes
d0db73
d0db73
* Sat Jul 21 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.31-7
d0db73
- fix: slapd refuses to set up TLS with self-signed PEM certificate (#842022)
d0db73
d0db73
* Fri Jul 20 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.31-6
d0db73
- multilib fix: move libslapi from openldap-servers to openldap package
d0db73
d0db73
* Thu Jul 19 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.31-5
d0db73
- fix: querying for IPv6 DNS records when IPv6 is disabled on the host (#835013)
d0db73
- fix: smbk5pwd module computes invalid LM hashes (#841560)
d0db73
d0db73
* Wed Jul 18 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.31-4
d0db73
- modify the package build process
d0db73
  + fix autoconfig files to detect Mozilla NSS library using pkg-config
d0db73
  + remove compiler flags which are not needed currently
d0db73
  + build server, client and library together
d0db73
  + avoid stray dependencies by using --as-needed linker flag
d0db73
  + enable SLAPI interface in slapd
d0db73
d0db73
* Wed Jun 27 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.31-3
d0db73
- update fix: count constraint broken when using multiple modifications (#795766)
d0db73
- fix: invalid order of TLS shutdown operations (#808464)
d0db73
- fix: TLS error messages overwriting in tlsm_verify_cert() (#810462)
d0db73
- fix: reading pin from file can make all TLS connections hang (#829317)
d0db73
- CVE-2012-2668: cipher suite selection by name can be ignored (#825875)
d0db73
- fix: slapd fails to start on reboot (#829272)
d0db73
- fix: default cipher suite is always selected (#828790)
d0db73
- fix: less influence between individual TLS contexts:
d0db73
  - replication with TLS does not work (#795763)
d0db73
  - possibly others
d0db73
d0db73
* Fri May 18 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.31-2
d0db73
- fix: nss-tools package is required by the base package, not the server subpackage
d0db73
- fix: MozNSS CA certdir does not work together with PEM CA cert file (#819536)
d0db73
d0db73
* Tue Apr 24 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.31-1
d0db73
- new upstream release
d0db73
  + library: IPv6 url detection
d0db73
  + library: rebinding to failed connections
d0db73
  + server: various fixes in mdb backend
d0db73
  + server: various fixes in replication
d0db73
  + server: various fixes in overlays and minor backends
d0db73
  + documentation fixes
d0db73
- remove patches which were merged upstream
d0db73
d0db73
* Thu Apr 05 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.30-3
d0db73
- rebuild due to libdb rebase
d0db73
d0db73
* Mon Mar 26 2012 Jan Synáček <jsynacek@redhat.com> 2.4.30-2
d0db73
- fix: Re-binding to a failed connection can segfault (#784989)
d0db73
d0db73
* Thu Mar 01 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.30-1
d0db73
- new upstream release
d0db73
  + server: fixes in mdb backend
d0db73
  + server: fixes in manual pages
d0db73
  + server: fixes in syncprov, syncrepl, and pcache
d0db73
- removed patches which were merged upstream
d0db73
d0db73
* Wed Feb 22 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.29-4
d0db73
- fix: missing options in manual pages of client tools (#796232)
d0db73
- fix: SASL_NOCANON option missing in ldap.conf manual page (#732915)
d0db73
d0db73
* Tue Feb 21 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.29-3
d0db73
- fix: ldap_result does not succeed for sssd (#771484)
d0db73
- Jan Synáček <jsynacek@redhat.com>:
d0db73
  + fix: count constraint broken when using multiple modifications (#795766)
d0db73
d0db73
* Mon Feb 20 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.29-2
d0db73
- fix update: provide ldif2ldbm, not ldib2ldbm (#437104)
d0db73
- Jan Synáček <jsynacek@redhat.com>:
d0db73
  + unify systemctl binary paths throughout the specfile and make them usrmove compliant
d0db73
  + make path to chkconfig binary usrmove compliant
d0db73
d0db73
* Wed Feb 15 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.29-1
d0db73
- new upstream release
d0db73
  + MozNSS fixes
d0db73
  + connection handling fixes
d0db73
  + server: buxfixes in mdb backend
d0db73
  + server: buxfixes in overlays (syncrepl, meta, monitor, perl, sql, dds, rwm)
d0db73
- openldap-servers now provide ldib2ldbm (#437104)
d0db73
- certificates management improvements
d0db73
  + create empty Mozilla NSS certificate database during installation
d0db73
  + enable builtin Root CA in generated database (#789088)
d0db73
  + generate server certificate using Mozilla NSS tools instead of OpenSSL tools
d0db73
  + fix: correct path to check-config.sh in service file (Jan Synáček <jsynacek@redhat.com>)
d0db73
- temporarily disable certificates checking in check-config.sh script
d0db73
- fix: check-config.sh get stuck when executing command as a ldap user
d0db73
d0db73
* Tue Jan 31 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.28-3
d0db73
- fix: replication (syncrepl) with TLS causes segfault (#783431)
d0db73
- fix: slapd segfaults when PEM certificate is used and key is not set (#772890)
d0db73
d0db73
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.28-2
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d0db73
d0db73
* Wed Nov 30 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.28-1
d0db73
- new upstream release
d0db73
  + server: support for delta-syncrepl in multi master replication
d0db73
  + server: add experimental backend - MDB
d0db73
  + server: dynamic configuration for passwd, perl, shell, sock, and sql backends
d0db73
  + server: support passwords in APR1
d0db73
  + library: support for Wahl (draft)
d0db73
  + a lot of bugfixes
d0db73
- remove patches which were merged upstream
d0db73
- compile backends as modules (except BDB, HDB, and monitor)
d0db73
- reload systemd daemon after installation
d0db73
d0db73
* Tue Nov 01 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.26-6
d0db73
- package cleanup:
d0db73
  + hardened build: switch from LDFLAGS to RPM macros
d0db73
  + remove old provides and obsoletes
d0db73
  + add new slapd maintainance scripts
d0db73
  + drop defattr macros, clean up permissions in specfile
d0db73
  + fix rpmlint warnings: macros in comments/changelog
d0db73
  + fix rpmlint warnings: non UTF-8 documentation
d0db73
  + rename environment file to be more consistent (ldap -> slapd)
d0db73
- replace sysv initscript with systemd service file (#
d0db73
- new format of environment file due to switch to systemd
d0db73
  (automatic conversion is performed)
d0db73
- patch OpenLDAP to skip empty command line arguments
d0db73
  (arguments expansion in systemd works different than in shell)
d0db73
- CVE-2011-4079: one-byte buffer overflow in slapd (#749324)
d0db73
d0db73
* Thu Oct 06 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.26-5
d0db73
- rebuild: openldap does not work after libdb rebase (#743824)
d0db73
- regression fix: openldap built without tcp_wrappers (#743213)
d0db73
d0db73
* Wed Sep 21 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.26-4
d0db73
- new feature update: honor priority/weight with ldap_domain2hostlist (#733078)
d0db73
d0db73
* Mon Sep 12 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.26-3
d0db73
- fix: SSL_ForceHandshake function is not thread safe (#701678)
d0db73
- fix: allow unsetting of tls_* syncrepl options (#734187)
d0db73
d0db73
* Wed Aug 24 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.26-2
d0db73
- security hardening: library needs partial RELRO support added (#733071)
d0db73
- fix: NSS_Init* functions are not thread safe (#731112)
d0db73
- fix: incorrect behavior of allow/try options of VerifyCert and TLS_REQCERT (#725819)
d0db73
- fix: memleak - free the return of tlsm_find_and_verify_cert_key (#725818)
d0db73
- fix: conversion of constraint overlay settings to cn=config is incorrect (#733067)
d0db73
- fix: DDS overlay tolerance parametr doesn't function and breakes default TTL (#733069)
d0db73
- manpage fix: errors in manual page slapo-unique (#733070)
d0db73
- fix: matching wildcard hostnames in certificate Subject field does not work (#733073)
d0db73
- new feature: honor priority/weight with ldap_domain2hostlist (#733078)
d0db73
- manpage fix: wrong ldap_sync_destroy() prototype in ldap_sync(3) manpage (#717722)
d0db73
d0db73
* Sun Aug 14 2011 Rex Dieter <rdieter@fedoraproject.org> - 2.4.26-1.1
d0db73
- Rebuilt for rpm (#728707)
d0db73
d0db73
* Wed Jul 20 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.26-1
d0db73
- rebase to new upstream release
d0db73
- fix: memleak in tlsm_auth_cert_handler (#717730)
d0db73
d0db73
* Mon Jun 27 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.25-1
d0db73
- rebase to new upstream release
d0db73
- change default database type from BDB to HDB
d0db73
- enable ldapi:/// interface by default
d0db73
- set cn=config management ACLs for root user, SASL external schema (#712495)
d0db73
- fix: server scriptlets require initscripts package (#716857)
d0db73
- fix: connection fails if TLS_CACERTDIR doesn't exist but TLS_REQCERT
d0db73
  is set to 'never' (#716854)
d0db73
- fix: segmentation fault caused by double-free in ldapexop (#699683)
d0db73
- fix: segmentation fault of client tool when input line in LDIF file
d0db73
  is splitted but indented incorrectly (#716855)
d0db73
- fix: segmentation fault of client tool when LDIF input file is not terminated
d0db73
  by a new line character (#716858)
d0db73
d0db73
* Fri Mar 18 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.24-2
d0db73
- new: system resource limiting for slapd using ulimit
d0db73
- fix update: openldap can't use TLS after a fork() (#636956)
d0db73
- fix: possible null pointer dereference in NSS implementation
d0db73
- fix: openldap-servers upgrade hangs or do not upgrade the database (#664433)
d0db73
d0db73
* Mon Feb 14 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.24-1
d0db73
- rebase to 2.4.24
d0db73
- BDB backend switch from DB4 to DB5
d0db73
d0db73
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.23-9
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d0db73
d0db73
* Wed Feb 02 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.23-8
d0db73
- fix update: openldap can't use TLS after a fork() (#636956)
d0db73
d0db73
* Tue Jan 25 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.23-7
d0db73
- fix: openldap can't use TLS after a fork() (#636956)
d0db73
- fix: openldap-server upgrade gets stuck when the database is damaged (#664433)
d0db73
d0db73
* Thu Jan 20 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.23-6
d0db73
- fix: some server certificates refused with inadequate type error (#668899)
d0db73
- fix: default encryption strength dropped in switch to using NSS (#669446)
d0db73
- systemd compatibility: add configuration file (#656647, #668223)
d0db73
d0db73
* Thu Jan 06 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.23-5
d0db73
- initscript: slaptest with '-u' to skip database opening (#667768)
d0db73
- removed slurpd options from sysconfig/ldap
d0db73
- fix: verification of self issued certificates (#657984)
d0db73
d0db73
* Mon Nov 22 2010 Jan Vcelak <jvcelak@redhat.com> 2.4.23-4
d0db73
- Mozilla NSS - implement full non-blocking semantics
d0db73
  ldapsearch -Z hangs server if starttls fails (#652822)
d0db73
- updated list of all overlays in slapd.conf (#655899)
d0db73
- fix database upgrade process (#656257)
d0db73
d0db73
* Thu Nov 18 2010 Jan Vcelak <jvcelak@redhat.com> 2.4.23-3
d0db73
- add support for multiple prefixed Mozilla NSS database files in TLS_CACERTDIR
d0db73
- reject non-file keyfiles in TLS_CACERTDIR (#652315)
d0db73
- TLS_CACERTDIR precedence over TLS_CACERT (#652304)
d0db73
- accept only files in hash.0 format in TLS_CACERTDIR (#650288)
d0db73
- improve SSL/TLS trace messages (#652818)
d0db73
d0db73
* Mon Nov 01 2010 Jan Vcelak <jvcelak@redhat.com> 2.4.23-2
d0db73
- fix possible infinite loop when checking permissions of TLS files (#641946)
d0db73
- removed outdated autofs.schema (#643045)
d0db73
- removed outdated README.upgrade
d0db73
- removed relics of migrationtools
d0db73
d0db73
* Fri Aug 27 2010 Jan Vcelak <jvcelak@redhat.com> 2.4.23-1
d0db73
- rebase to 2.4.23
d0db73
- embeded db4 library removed
d0db73
- removed bogus links in "SEE ALSO" in several man-pages (#624616)
d0db73
d0db73
* Thu Jul 22 2010 Jan Vcelak <jvcelak@redhat.com> 2.4.22-7
d0db73
- Mozilla NSS - delay token auth until needed (#616552)
d0db73
- Mozilla NSS - support use of self signed CA certs as server certs (#614545)
d0db73
d0db73
* Tue Jul 20 2010 Jan Vcelak <jvcelak@redhat.com> - 2.4.22-6
d0db73
- CVE-2010-0211 openldap: modrdn processing uninitialized pointer free (#605448)
d0db73
- CVE-2010-0212 openldap: modrdn processing IA5StringNormalize NULL pointer dereference (#605452)
d0db73
- obsolete configuration file moved to /usr/share/openldap-servers (#612602)
d0db73
d0db73
* Thu Jul 01 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.22-5
d0db73
- another shot at previous fix
d0db73
d0db73
* Thu Jul 01 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.22-4
d0db73
- fixed issue with owner of /usr/lib/ldap/__db.* (#609523)
d0db73
d0db73
* Thu Jun  3 2010 Rich Megginson <rmeggins@redhat.com> - 2.4.22-3
d0db73
- added ldif.h to the public api in the devel package
d0db73
- added -lldif to the public api
d0db73
- added HAVE_MOZNSS and other flags to use Mozilla NSS for crypto
d0db73
d0db73
* Tue May 18 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.22-2
d0db73
- rebuild with connectionless support (#587722)
d0db73
- updated autofs schema (#584808)
d0db73
d0db73
* Tue May 04 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.22-1
d0db73
- rebased to 2.4.22 (mostly bugfixes, added back-ldif, back-null testing support)
d0db73
- due to some possible issues pointed out in last update testing phase, I'm
d0db73
  pulling back the last change (slapd can't be moved since it depends on /usr
d0db73
  possibly mounted from network)
d0db73
d0db73
* Fri Mar 19 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.21-6
d0db73
- moved slapd to start earlier during boot sequence
d0db73
d0db73
* Tue Mar 16 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.21-5
d0db73
- minor corrections of init script (#571235, #570057, #573804)
d0db73
d0db73
* Wed Feb 24 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.21-4
d0db73
- fixed SIGSEGV when deleting data using hdb (#562227)
d0db73
d0db73
* Mon Feb 01 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.21-3
d0db73
- fixed broken link /usr/sbin/slapschema (#559873)
d0db73
d0db73
* Tue Jan 19 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.21-2
d0db73
- removed some static libraries from openldap-devel (#556090)
d0db73
d0db73
* Mon Jan 11 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.21-1
d0db73
- rebased openldap to 2.4.21
d0db73
- rebased bdb to 4.8.26
d0db73
d0db73
* Mon Nov 23 2009 Jan Zeleny <jzeleny@redhat.com> - 2.4.19-3
d0db73
- minor corrections in init script
d0db73
d0db73
* Mon Nov 16 2009 Jan Zeleny <jzeleny@redhat.com> - 2.4.19-2
d0db73
- fixed tls connection accepting when TLSVerifyClient = allow
d0db73
- /etc/openldap/ldap.conf removed from files owned by openldap-servers
d0db73
- minor changes in spec file to supress warnings
d0db73
- some changes in init script, so it would be possible to use it when
d0db73
  using old configuration style
d0db73
d0db73
* Fri Nov 06 2009 Jan Zeleny <jzeleny@redhat.com> - 2.4.19-1
d0db73
- rebased openldap to 2.4.19
d0db73
- rebased bdb to 4.8.24
d0db73
d0db73
* Wed Oct 07 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.18-4
d0db73
- updated smbk5pwd patch to be linked with libldap (#526500)
d0db73
- the last buffer overflow patch replaced with the one from upstream
d0db73
- added /etc/openldap/slapd.d and /etc/openldap/slapd.conf.bak
d0db73
  to files owned by openldap-servers
d0db73
d0db73
* Thu Sep 24 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.18-3
d0db73
- cleanup of previous patch fixing buffer overflow
d0db73
d0db73
* Tue Sep 22 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.18-2
d0db73
- changed configuration approach. Instead od slapd.conf slapd
d0db73
  is using slapd.d directory now
d0db73
- fix of some issues caused by renaming of init script
d0db73
- fix of buffer overflow issue in ldif.c pointed out by new glibc
d0db73
d0db73
* Fri Sep 18 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.18-1
d0db73
- rebase of openldap to 2.4.18
d0db73
d0db73
* Wed Sep 16 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.16-7
d0db73
- updated documentation (hashing the cacert dir)
d0db73
d0db73
* Wed Sep 16 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.16-6
d0db73
- updated init script to be LSB-compliant (#523434)
d0db73
- init script renamed to slapd
d0db73
d0db73
* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 2.4.16-5
d0db73
- rebuilt with new openssl
d0db73
d0db73
* Tue Aug 25 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.16-4
d0db73
- updated %%pre script to correctly install openldap group
d0db73
d0db73
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.16-2
d0db73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d0db73
d0db73
* Wed Jul 01 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.16-1
d0db73
- rebase of openldap to 2.4.16
d0db73
- fixed minor issue in spec file (output looking interactive
d0db73
  when installing servers)
d0db73
d0db73
* Tue Jun 09 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.15-4
d0db73
- added $SLAPD_URLS variable to init script (#504504)
d0db73
d0db73
* Thu Apr 09 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.15-3
d0db73
- extended previous patch (#481310) to remove options cfMP
d0db73
  from some client tools
d0db73
- correction of patch setugid (#494330)
d0db73
d0db73
* Thu Mar 26 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.15-2
d0db73
- removed -f option from some client tools (#481310)
d0db73
d0db73
* Wed Feb 25 2009 Jan Safranek <jsafranek@redhat.com> 2.4.15-1
d0db73
- new upstream release
d0db73
d0db73
* Tue Feb 17 2009 Jan Safranek <jsafranek@redhat.com> 2.4.14-1
d0db73
- new upstream release
d0db73
- upgraded to db-4.7.25
d0db73
d0db73
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> 2.4.12-3
d0db73
- rebuild with new openssl
d0db73
d0db73
* Mon Dec 15 2008 Caolán McNamara <caolanm@redhat.com> 2.4.12-2
d0db73
- rebuild for libltdl, i.e. copy config.sub|guess from new location
d0db73
d0db73
* Wed Oct 15 2008 Jan Safranek <jsafranek@redhat.com> 2.4.12-1
d0db73
- new upstream release
d0db73
d0db73
* Mon Oct 13 2008 Jan Safranek <jsafranek@redhat.com> 2.4.11-3
d0db73
- add SLAPD_SHUTDOWN_TIMEOUT to /etc/sysconfig/ldap, allowing admins
d0db73
  to set non-default slapd shutdown timeout
d0db73
- add checkpoint to default slapd.conf file (#458679)
d0db73
d0db73
* Mon Sep  1 2008 Jan Safranek <jsafranek@redhat.com> 2.4.11-2
d0db73
- provide ldif2ldbm functionality for migrationtools
d0db73
- rediff all patches to get rid of patch fuzz
d0db73
d0db73
* Mon Jul 21 2008 Jan Safranek <jsafranek@redhat.com> 2.4.11-1
d0db73
- new upstream release
d0db73
- apply official bdb-4.6.21 patches
d0db73
d0db73
* Wed Jul  2 2008 Jan Safranek <jsafranek@redhat.com> 2.4.10-2
d0db73
- fix CVE-2008-2952 (#453728)
d0db73
d0db73
* Thu Jun 12 2008 Jan Safranek <jsafranek@redhat.com> 2.4.10-1
d0db73
- new upstream release
d0db73
d0db73
* Wed May 28 2008 Jan Safranek <jsafranek@redhat.com> 2.4.9-5
d0db73
- use /sbin/nologin as shell of ldap user (#447919)
d0db73
d0db73
* Tue May 13 2008 Jan Safranek <jsafranek@redhat.com> 2.4.9-4
d0db73
- new upstream release
d0db73
- removed unnecessary MigrationTools patches
d0db73
d0db73
* Thu Apr 10 2008 Jan Safranek <jsafranek@redhat.com> 2.4.8-4
d0db73
- bdb upgraded to 4.6.21
d0db73
- reworked upgrade logic again to run db_upgrade when bdb version
d0db73
  changes
d0db73
d0db73
* Wed Mar  5 2008 Jan Safranek <jsafranek@redhat.com> 2.4.8-3
d0db73
- reworked the upgrade logic, slapcat/slapadd of the whole database
d0db73
  is needed only if minor version changes (2.3.x -> 2.4.y)
d0db73
- do not try to save database in LDIF format, if openldap-servers package
d0db73
  is  being removed (it's up to the admin to do so manually)
d0db73
d0db73
* Thu Feb 28 2008 Jan Safranek <jsafranek@redhat.com> 2.4.8-2
d0db73
- migration tools carved out to standalone package "migrationtools"
d0db73
  (#236697)
d0db73
d0db73
* Fri Feb 22 2008 Jan Safranek <jsafranek@redhat.com> 2.4.8-1
d0db73
- new upstream release
d0db73
d0db73
* Fri Feb  8 2008 Jan Safranek <jsafranek@redhat.com> 2.4.7-7
d0db73
- fix CVE-2008-0658 (#432014)
d0db73
d0db73
* Mon Jan 28 2008 Jan Safranek <jsafranek@redhat.com> 2.4.7-6
d0db73
- init script fixes
d0db73
d0db73
* Mon Jan 28 2008 Jan Safranek <jsafranek@redhat.com> 2.4.7-5
d0db73
- init script made LSB-compliant (#247012)
d0db73
d0db73
* Fri Jan 25 2008 Jan Safranek <jsafranek@redhat.com> 2.4.7-4
d0db73
- fixed rpmlint warnings and errors
d0db73
  - /etc/openldap/schema/README moved to /usr/share/doc/openldap
d0db73
d0db73
* Tue Jan 22 2008 Jan Safranek <jsafranek@redhat.com> 2.4.7-3
d0db73
- obsoleting compat-openldap properly again :)
d0db73
d0db73
* Tue Jan 22 2008 Jan Safranek <jsafranek@redhat.com> 2.4.7-2
d0db73
- obsoleting compat-openldap properly (#429591)
d0db73
d0db73
* Mon Jan 14 2008 Jan Safranek <jsafranek@redhat.com> 2.4.7-1
d0db73
- new upstream version (openldap-2.4.7)
d0db73
d0db73
* Mon Dec  3 2007 Jan Safranek <jsafranek@redhat.com> 2.4.6-1
d0db73
- new upstream version (openldap-2.4)
d0db73
- deprecating compat- package
d0db73
d0db73
* Mon Nov  5 2007 Jan Safranek <jsafranek@redhat.com> 2.3.39-1
d0db73
- new upstream release
d0db73
d0db73
* Tue Oct 23 2007 Jan Safranek <jsafranek@redhat.com> 2.3.38-4
d0db73
- fixed multilib issues - all platform independent files have the
d0db73
  same content now (#342791)
d0db73
d0db73
* Thu Oct  4 2007 Jan Safranek <jsafranek@redhat.com> 2.3.38-3
d0db73
- BDB downgraded back to 4.4.20 because 4.6.18 is not supported by
d0db73
  openldap (#314821)
d0db73
d0db73
* Mon Sep 17 2007 Jan Safranek <jsafranek@redhat.com> 2.3.38-2
d0db73
- skeleton /etc/sysconfig/ldap added
d0db73
- new SLAPD_LDAP option to turn off listening on ldap:/// (#292591)
d0db73
- fixed checking of SSL (#292611)
d0db73
- fixed upgrade with empty database
d0db73
d0db73
* Thu Sep  6 2007 Jan Safranek <jsafranek@redhat.com> 2.3.38-1
d0db73
- new upstream version
d0db73
- added images to the guide.html (#273581)
d0db73
d0db73
* Wed Aug 22 2007 Jan Safranek <jsafranek@redhat.com> 2.3.37-3
d0db73
- just rebuild
d0db73
d0db73
* Thu Aug  2 2007 Jan Safranek <jsafranek@redhat.com> 2.3.37-2
d0db73
- do not use specific automake and autoconf
d0db73
- do not distinguish between NPTL and non-NPTL platforms, we have NPTL
d0db73
  everywhere
d0db73
- db-4.6.18 integrated
d0db73
- updated openldap-servers License: field to reference BDB license
d0db73
d0db73
* Tue Jul 31 2007 Jan Safranek <jsafranek@redhat.com> 2.3.37-1
d0db73
- new upstream version
d0db73
d0db73
* Fri Jul 20 2007 Jan Safranek <jsafranek@redhat.com> 2.3.34-7
d0db73
- MigrationTools-47 integrated
d0db73
d0db73
* Wed Jul  4 2007 Jan Safranek <jsafranek@redhat.com> 2.3.34-6
d0db73
- fix compat-slapcat compilation. Now it can be found in
d0db73
  /usr/lib/compat-openldap/slapcat, because the tool checks argv[0]
d0db73
  (#246581)
d0db73
d0db73
* Fri Jun 29 2007 Jan Safranek <jsafranek@redhat.com> 2.3.34-5
d0db73
- smbk5pwd added (#220895)
d0db73
- correctly distribute modules between servers and servers-sql packages
d0db73
d0db73
* Mon Jun 25 2007 Jan Safranek <jsafranek@redhat.com> 2.3.34-4
d0db73
- Fix initscript return codes (#242667)
d0db73
- Provide overlays (as modules; #246036, #245896)
d0db73
- Add available modules to config file
d0db73
d0db73
* Tue May 22 2007 Jan Safranek <jsafranek@redhat.com> 2.3.34-3
d0db73
- do not create script in /tmp on startup (bz#188298)
d0db73
- add compat-slapcat to openldap-compat (bz#179378)
d0db73
- do not import ddp services with migrate_services.pl
d0db73
  (bz#201183)
d0db73
- sort the hosts by adders, preventing duplicities
d0db73
  in migrate*nis*.pl (bz#201540)
d0db73
- start slupd for each replicated database (bz#210155)
d0db73
- add ldconfig to devel post/postun (bz#240253)
d0db73
- include misc.schema in default slapd.conf (bz#147805)
d0db73
d0db73
* Mon Apr 23 2007 Jan Safranek <jsafranek@redhat.com> 2.3.34-2
d0db73
- slapadd during package update is now quiet (bz#224581)
d0db73
- use _localstatedir instead of var/ during build (bz#220970)
d0db73
- bind-libbind-devel removed from BuildRequires (bz#216851)
d0db73
- slaptest is now quiet during service ldap start, if
d0db73
  there is no error/warning (bz#143697)
d0db73
- libldap_r.so now links with pthread (bz#198226)
d0db73
- do not strip binaries to produce correct .debuginfo packages
d0db73
  (bz#152516)
d0db73
d0db73
* Mon Feb 19 2007 Jay Fenlason <fenlason<redhat.com> 2.3.34-1
d0db73
- New upstream release
d0db73
- Upgrade the scripts for migrating the database so that they might
d0db73
  actually work.
d0db73
- change bind-libbind-devel to bind-devel in BuildPreReq
d0db73
d0db73
* Mon Dec  4 2006 Thomas Woerner <twoerner@redhat.com> 2.3.30-1.1
d0db73
- tcp_wrappers has a new devel and libs sub package, therefore changing build
d0db73
  requirement for tcp_wrappers to tcp_wrappers-devel
d0db73
d0db73
* Wed Nov 15 2006 Jay Fenlason <fenlason@redhat.com> 2.3.30-1
d0db73
- New upstream version
d0db73
d0db73
* Wed Oct 25 2006 Jay Fenlason <fenlason@redhat.com> 2.3.28-1
d0db73
- New upstream version
d0db73
d0db73
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.3.27-4
d0db73
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
d0db73
d0db73
* Mon Sep 18 2006 Jay Fenlason <fenlason@redhat.com> 2.3.27-3
d0db73
- Include --enable-multimaster to close
d0db73
  bz#185821: adding slapd_multimaster to the configure options
d0db73
- Upgade guide.html to the correct one for openladp-2.3.27, closing
d0db73
  bz#190383: openldap 2.3 packages contain the administrator's guide for 2.2
d0db73
- Remove the quotes from around the slaptestflags in ldap.init
d0db73
  This closes one part of
d0db73
  bz#204593: service ldap fails after having added entries to ldap
d0db73
- include __db.* in the list of files to check ownership of in
d0db73
  ldap.init, as suggested in
d0db73
  bz#199322: RFE: perform cleanup in ldap.init
d0db73
d0db73
* Fri Aug 25 2006 Jay Fenlason <fenlason@redhat.com> 2.3.27-2
d0db73
- New upstream release
d0db73
- Include the gethostbyname_r patch so that nss_ldap won't hang
d0db73
  on recursive attemts to ldap_initialize.
d0db73
d0db73
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.3.24-2.1
d0db73
- rebuild
d0db73
d0db73
* Wed Jun 7 2006 Jay Fenlason <fenlason@redhat.com> 2.3.24-2
d0db73
- New upstream version
d0db73
d0db73
* Thu Apr 27 2006 Jay Fenlason <fenlason@redhat.com> 2.3.21-2
d0db73
- Upgrade to 2.3.21
d0db73
- Add two upstream patches for db-4.4.20
d0db73
d0db73
* Mon Feb 13 2006 Jay Fenlason <fenlason@redhat.com> 2.3.19-4
d0db73
- Re-fix ldap.init
d0db73
d0db73
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.3.19-3.1
d0db73
- bump again for double-long bug on ppc(64)
d0db73
d0db73
* Thu Feb 9 2006 Jay Fenlason <fenlason@redhat.com> 2.3.19-3
d0db73
- Modify the ldap.init script to call runuser correctly.
d0db73
d0db73
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.3.19-2.1
d0db73
- rebuilt for new gcc4.1 snapshot and glibc changes
d0db73
d0db73
* Tue Jan 10 2006 Jay Fenlason <fenlason@redhat.com> 2.3.19-2
d0db73
- Upgrade to 2.3.19, which upstream now considers stable
d0db73
- Modify the -config.patch, ldap.init, and this spec file to put the
d0db73
  pid file and args file in an ldap-owned openldap subdirectory under
d0db73
  /var/run.
d0db73
- Move back_sql* out of _sbindir/openldap , which requires
d0db73
  hand-moving slapd and slurpd to _sbindir, and recreating symlinks
d0db73
  by hand.
d0db73
- Retire openldap-2.3.11-ads.patch, which went upstream.
d0db73
- Update the ldap.init script to run slaptest as the ldap user rather
d0db73
  than as root.  This solves
d0db73
  bz#150172 Startup failure after database problem
d0db73
- Add to the servers post and preun scriptlets so that on preun, the
d0db73
  database is slapcatted to /var/lib/ldap/upgrade.ldif and the
d0db73
  database files are saved to /var/lib/ldap/rpmorig.  On post, if
d0db73
  /var/lib/ldap/upgrade.ldif exists, it is slapadded.  This means that
d0db73
  on upgrades from 2.3.16-2 to higher versions, the database files may
d0db73
  be automatically upgraded.  Unfortunatly, because of the changes to
d0db73
  the preun scriptlet, users have to do the slapcat, etc by hand when
d0db73
  upgrading to 2.3.16-2.  Also note that the /var/lib/ldap/rpmorig
d0db73
  files need to be removed by hand because automatically removing your
d0db73
  emergency fallback files is a bad idea.
d0db73
- Upgrade internal bdb to db-4.4.20.  For a clean upgrade, this will
d0db73
  require that users slapcat their databases into a temp file, move
d0db73
  /var/lib/ldap someplace safe, upgrade the openldap rpms, then
d0db73
  slapadd the temp file.
d0db73
d0db73
d0db73
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d0db73
- rebuilt
d0db73
d0db73
* Mon Nov 21 2005 Jay Fenlason <fenlason@redhat.com> 2.3.11-3
d0db73
- Remove Requires: cyrus-sasl and cyrus-sasl-md5 from openldap- and
d0db73
  compat-openldap- to close
d0db73
  bz#173313 Remove exlicit 'Requires: cyrus-sasl" + 'Requires: cyrus-sasl-md5'
d0db73
d0db73
* Thu Nov 10 2005 Jay Fenlason <fenlason@redhat.com> 2.3.11-2
d0db73
- Upgrade to 2.3.11, which upstream now considers stable.
d0db73
- Switch compat-openldap to 2.2.29
d0db73
- remove references to nss_ldap_build from the spec file
d0db73
- remove references to 2.0 and 2.1 from the spec file.
d0db73
- reorganize the build() function slightly in the spec file to limit the
d0db73
  number of redundant and conflicting options passedto configure.
d0db73
- Remove the attempt to hardlink ldapmodify and ldapadd together, since
d0db73
  the current make install make ldapadd a symlink to ldapmodify.
d0db73
- Include the -ads patches to allow SASL binds to an Active Directory
d0db73
  server to work.  Nalin <nalin@redhat.com> wrote the patch, based on my
d0db73
  broken first attempt.
d0db73
d0db73
* Thu Nov 10 2005 Tomas Mraz <tmraz@redhat.com> 2.2.29-3
d0db73
- rebuilt against new openssl
d0db73
d0db73
* Mon Oct 10 2005 Jay Fenlason <fenlason@redhat.com> 2.2.29-2
d0db73
- New upstream version.
d0db73
d0db73
* Thu Sep 29 2005 Jay Fenlason <fenlason@redhat.com> 2.2.28-2
d0db73
- Upgrade to nev upstream version.  This makes the 2.2.*-hop patch obsolete.
d0db73
d0db73
* Mon Aug 22 2005 Jay Fenlason <fenlason@redhat.com> 2.2.26-2
d0db73
- Move the slapd.pem file to /etc/pki/tls/certs
d0db73
  and edit the -config patch to match to close
d0db73
  bz#143393  Creates certificates + keys at an insecure/bad place
d0db73
- also use _sysconfdir instead of hard-coding /etc
d0db73
d0db73
* Thu Aug 11 2005 Jay Fenlason <fenlason@redhat.com>
d0db73
- Add the tls-fix-connection-test patch to close
d0db73
  bz#161991 openldap password disclosure issue
d0db73
- add the hop patches to prevent infinite looping when chasing referrals.
d0db73
  OpenLDAP ITS #3578
d0db73
d0db73
* Fri Aug  5 2005 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- fix typo in ldap.init (call $klist instead of klist, from Charles Lopes)
d0db73
d0db73
* Thu May 19 2005 Nalin Dahyabhai <nalin@redhat.com> 2.2.26-1
d0db73
- run slaptest with the -u flag if no id2entry db files are found, because
d0db73
  you can't check for read-write access to a non-existent database (#156787)
d0db73
- add _sysconfdir/openldap/cacerts, which authconfig sets as the
d0db73
  TLS_CACERTDIR path in /etc/openldap/ldap.conf now
d0db73
- use a temporary wrapper script to launch slapd, in case we have arguments
d0db73
  with embedded whitespace (#158111)
d0db73
d0db73
* Wed May  4 2005 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 2.2.26 (stable 20050429)
d0db73
- enable the lmpasswd scheme
d0db73
- print a warning if slaptest fails, slaptest -u succeeds, and one of the
d0db73
  directories listed as the storage location for a given suffix in slapd.conf
d0db73
  contains a readable file named __db.001 (#118678)
d0db73
d0db73
* Tue Apr 26 2005 Nalin Dahyabhai <nalin@redhat.com> 2.2.25-1
d0db73
- update to 2.2.25 (release)
d0db73
d0db73
* Tue Apr 26 2005 Nalin Dahyabhai <nalin@redhat.com> 2.2.24-1
d0db73
- update to 2.2.24 (stable 20050318)
d0db73
- export KRB5_KTNAME in the init script, in case it was set in the sysconfig
d0db73
  file but not exported
d0db73
d0db73
* Tue Mar  1 2005 Nalin Dahyabhai <nalin@redhat.com> 2.2.23-4
d0db73
- prefer libresolv to libbind
d0db73
d0db73
* Tue Mar  1 2005 Nalin Dahyabhai <nalin@redhat.com> 2.2.23-3
d0db73
- add bind-libbind-devel and libtool-ltdl-devel buildprereqs
d0db73
d0db73
* Tue Mar  1 2005 Tomas Mraz <tmraz@redhat.com> 2.2.23-2
d0db73
- rebuild with openssl-0.9.7e
d0db73
d0db73
* Mon Jan 31 2005 Nalin Dahyabhai <nalin@redhat.com> 2.2.23-1
d0db73
- update to 2.2.23 (stable-20050125)
d0db73
- update notes on upgrading from earlier versions
d0db73
- drop slapcat variations for 2.0/2.1, which choke on 2.2's config files
d0db73
d0db73
* Tue Jan  4 2005 Nalin Dahyabhai <nalin@redhat.com> 2.2.20-1
d0db73
- update to 2.2.20 (stable-20050103)
d0db73
- warn about unreadable krb5 keytab files containing "ldap" keys
d0db73
- warn about unreadable TLS-related files
d0db73
- own a ref to subdirectories which we create under _libdir/tls
d0db73
d0db73
* Tue Nov  2 2004 Nalin Dahyabhai <nalin@redhat.com> 2.2.17-0
d0db73
- rebuild
d0db73
d0db73
* Thu Sep 30 2004 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 2.2.17 (stable-20040923) (#135188)
d0db73
- move nptl libraries into arch-specific subdirectories on x86 boxes
d0db73
- require a newer glibc which can provide nptl libpthread on i486/i586
d0db73
d0db73
* Tue Aug 24 2004 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- move slapd startup to earlier in the boot sequence (#103160)
d0db73
- update to 2.2.15 (stable-20040822)
d0db73
- change version number on compat-openldap to include the non-compat version
d0db73
  from which it's compiled, otherwise would have to start 2.2.15 at release 3
d0db73
  so that it upgrades correctly
d0db73
d0db73
* Thu Aug 19 2004 Nalin Dahyabhai <nalin@redhat.com> 2.2.13-2
d0db73
- build a separate, static set of libraries for openldap-devel with the
d0db73
  non-standard ntlm bind patch applied, for use by the evolution-connector
d0db73
  package (#125579), and installing them under
d0db73
  evolution_connector_prefix)
d0db73
- provide openldap-evolution-devel = version-release in openldap-devel
d0db73
  so that evolution-connector's source package can require a version of
d0db73
  openldap-devel which provides what it wants
d0db73
d0db73
* Mon Jul 26 2004 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update administrator guide
d0db73
d0db73
* Wed Jun 16 2004 Nalin Dahyabhai <nalin@redhat.com> 2.2.13-1
d0db73
- add compat-openldap subpackage
d0db73
- default to bdb, as upstream does, gambling that we're only going to be
d0db73
  on systems with nptl now
d0db73
d0db73
* Tue Jun 15 2004 Nalin Dahyabhai <nalin@redhat.com> 2.2.13-0
d0db73
- preliminary 2.2.13 update
d0db73
- move ucdata to the -servers subpackage where it belongs
d0db73
d0db73
* Tue Jun 15 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.30-1
d0db73
- build experimental sql backend as a loadable module
d0db73
d0db73
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
d0db73
- rebuilt
d0db73
d0db73
* Tue May 18 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.30-0
d0db73
- update to 2.1.30
d0db73
d0db73
* Thu May 13 2004 Thomas Woerner <twoerner@redhat.com> 2.1.29-3
d0db73
- removed rpath
d0db73
- added pie patch: slapd and slurpd are now pie
d0db73
- requires libtool >= 1.5.6-2 (PIC libltdl.a)
d0db73
d0db73
* Fri Apr 16 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.29-2
d0db73
- move rfc documentation from main to -devel (#121025)
d0db73
d0db73
* Wed Apr 14 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.29-1
d0db73
- rebuild
d0db73
d0db73
* Tue Apr  6 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.29-0
d0db73
- update to 2.1.29 (stable 20040329)
d0db73
d0db73
* Mon Mar 29 2004 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- don't build servers with --with-kpasswd, that option hasn't been recognized
d0db73
  since 2.1.23
d0db73
d0db73
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 2.1.25-5.1
d0db73
- rebuilt
d0db73
d0db73
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> 2.1.25-5
d0db73
- Use ':' instead of '.' as separator for chown.
d0db73
d0db73
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
d0db73
- rebuilt
d0db73
d0db73
* Tue Feb 10 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.25-4
d0db73
- remove 'reload' from the init script -- it never worked as intended (#115310)
d0db73
d0db73
* Wed Feb  4 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.25-3
d0db73
- commit that last fix correctly this time
d0db73
d0db73
* Tue Feb  3 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.25-2
d0db73
- fix incorrect use of find when attempting to detect a common permissions
d0db73
  error in the init script (#114866)
d0db73
d0db73
* Fri Jan 16 2004 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- add bug fix patch for DB 4.2.52
d0db73
d0db73
* Thu Jan  8 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.25-1
d0db73
- change logging facility used from daemon to local4 (#112730, reversing #11047)
d0db73
  BEHAVIOR CHANGE - SHOULD BE MENTIONED IN THE RELEASE NOTES.
d0db73
d0db73
* Wed Jan  7 2004 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- incorporate fix for logic quasi-bug in slapd's SASL auxprop code (Dave Jones)
d0db73
d0db73
* Thu Dec 18 2003 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 2.1.25, now marked STABLE
d0db73
d0db73
* Thu Dec 11 2003 Jeff Johnson <jbj@jbj.org> 2.1.22-9
d0db73
- update to db-4.2.52.
d0db73
d0db73
* Thu Oct 23 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-8
d0db73
- add another section to the ABI note for the TLS libdb so that it's marked as
d0db73
  not needing an executable stack (from Arjan Van de Ven)
d0db73
d0db73
* Thu Oct 16 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-7
d0db73
- force bundled libdb to not use O_DIRECT by making it forget that we have it
d0db73
d0db73
* Wed Oct 15 2003 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- build bundled libdb for slapd dynamically to make the package smaller,
d0db73
  among other things
d0db73
- on tls-capable arches, build libdb both with and without shared posix
d0db73
  mutexes, otherwise just without
d0db73
- disable posix mutexes unconditionally for db 4.0, which shouldn't need
d0db73
  them for the migration cases where it's used
d0db73
- update to MigrationTools 45
d0db73
d0db73
* Thu Sep 25 2003 Jeff Johnson <jbj@jbj.org> 2.1.22-6.1
d0db73
- upgrade db-4.1.25 to db-4.2.42.
d0db73
d0db73
* Fri Sep 12 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-6
d0db73
- drop rfc822-MailMember.schema, merged into upstream misc.schema at some point
d0db73
d0db73
* Wed Aug 27 2003 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- actually require newer libtool, as was intended back in 2.1.22-0, noted as
d0db73
  missed by Jim Richardson
d0db73
d0db73
* Fri Jul 25 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-5
d0db73
- enable rlookups, they don't cost anything unless also enabled in slapd's
d0db73
  configuration file
d0db73
d0db73
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-4
d0db73
- rebuild
d0db73
d0db73
* Thu Jul 17 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-3
d0db73
- rebuild
d0db73
d0db73
* Wed Jul 16 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-2
d0db73
- rebuild
d0db73
d0db73
* Tue Jul 15 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-1
d0db73
- build
d0db73
d0db73
* Mon Jul 14 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-0
d0db73
- 2.1.22 now badged stable
d0db73
- be more aggressive in what we index by default
d0db73
- use/require libtool 1.5
d0db73
d0db73
* Mon Jun 30 2003 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 2.1.22
d0db73
d0db73
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
d0db73
- rebuilt
d0db73
d0db73
* Tue Jun  3 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-1
d0db73
- update to 2.1.21
d0db73
- enable ldap, meta, monitor, null, rewrite in slapd
d0db73
d0db73
* Mon May 19 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-1
d0db73
- update to 2.1.20
d0db73
d0db73
* Thu May  8 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.19-1
d0db73
- update to 2.1.19
d0db73
d0db73
* Mon May  5 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.17-1
d0db73
- switch to db with crypto
d0db73
d0db73
* Fri May  2 2003 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- install the db utils for the bundled libdb as %%{_sbindir}/slapd_db_*
d0db73
- install slapcat/slapadd from 2.0.x for migration purposes
d0db73
d0db73
* Wed Apr 30 2003 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 2.1.17
d0db73
- disable the shell backend, not expected to work well with threads
d0db73
- drop the kerberosSecurityObject schema, the krbName attribute it
d0db73
  contains is only used if slapd is built with v2 kbind support
d0db73
d0db73
* Mon Feb 10 2003 Nalin Dahyabhai <nalin@redhat.com> 2.0.27-8
d0db73
- back down to db 4.0.x, which 2.0.x can compile with in ldbm-over-db setups
d0db73
- tweak SuSE patch to fix a few copy-paste errors and a NULL dereference
d0db73
d0db73
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
d0db73
- rebuilt
d0db73
d0db73
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 2.0.27-6
d0db73
- rebuild
d0db73
d0db73
* Mon Dec 16 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.27-5
d0db73
- rebuild
d0db73
d0db73
* Fri Dec 13 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.27-4
d0db73
- check for setgid as well
d0db73
d0db73
* Thu Dec 12 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.27-3
d0db73
- rebuild
d0db73
d0db73
* Thu Dec 12 2002 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- incorporate fixes from SuSE's security audit, except for fixes to ITS 1963,
d0db73
  1936, 2007, 2009, which were included in 2.0.26.
d0db73
- add two more patches for db 4.1.24 from sleepycat's updates page
d0db73
- use openssl pkgconfig data, if any is available
d0db73
d0db73
* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.27-2
d0db73
- add patches for db 4.1.24 from sleepycat's updates page
d0db73
d0db73
* Mon Nov  4 2002 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- add a sample TLSCACertificateFile directive to the default slapd.conf
d0db73
d0db73
* Tue Sep 24 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.27-1
d0db73
- update to 2.0.27
d0db73
d0db73
* Fri Sep 20 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.26-1
d0db73
- update to 2.0.26, db 4.1.24.NC
d0db73
d0db73
* Fri Sep 13 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.25-2
d0db73
- change LD_FLAGS to refer to /usr/kerberos/_libdir instead of
d0db73
  /usr/kerberos/lib, which might not be right on some arches
d0db73
d0db73
* Mon Aug 26 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.25-1
d0db73
- update to 2.0.25 "stable", ldbm-over-gdbm (putting off migration of LDBM
d0db73
  slapd databases until we move to 2.1.x)
d0db73
- use %%{_smp_mflags} when running make
d0db73
- update to MigrationTools 44
d0db73
- enable dynamic module support in slapd
d0db73
d0db73
* Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.23-5
d0db73
- rebuild in new environment
d0db73
d0db73
* Wed Feb 20 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.23-3
d0db73
- use the gdbm backend again
d0db73
d0db73
* Mon Feb 18 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.23-2
d0db73
- make slapd.conf read/write by root, read by ldap
d0db73
d0db73
* Sun Feb 17 2002 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- fix corner case in sendbuf fix
d0db73
- 2.0.23 now marked "stable"
d0db73
d0db73
* Tue Feb 12 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.23-1
d0db73
- update to 2.0.23
d0db73
d0db73
* Fri Feb  8 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.22-2
d0db73
- switch to an internalized Berkeley DB as the ldbm back-end  (NOTE: this breaks
d0db73
  access to existing on-disk directory data)
d0db73
- add slapcat/slapadd with gdbm for migration purposes
d0db73
- remove Kerberos dependency in client libs (the direct Kerberos dependency
d0db73
  is used by the server for checking {kerberos} passwords)
d0db73
d0db73
* Fri Feb  1 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.22-1
d0db73
- update to 2.0.22
d0db73
d0db73
* Sat Jan 26 2002 Florian La Roche <Florian.LaRoche@redhat.de> 2.0.21-5
d0db73
- prereq chkconfig for server subpackage
d0db73
d0db73
* Fri Jan 25 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.21-4
d0db73
- update migration tools to version 40
d0db73
d0db73
* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.21-3
d0db73
- free ride through the build system
d0db73
d0db73
* Wed Jan 16 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.21-2
d0db73
- update to 2.0.21, now earmarked as STABLE
d0db73
d0db73
* Wed Jan 16 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.20-2
d0db73
- temporarily disable optimizations for ia64 arches
d0db73
- specify pthreads at configure-time instead of letting configure guess
d0db73
d0db73
* Mon Jan 14 2002 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- and one for Raw Hide
d0db73
d0db73
* Mon Jan 14 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.20-0.7
d0db73
- build for RHL 7/7.1
d0db73
d0db73
* Mon Jan 14 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.20-1
d0db73
- update to 2.0.20 (security errata)
d0db73
d0db73
* Thu Dec 20 2001 Nalin Dahyabhai <nalin@redhat.com> 2.0.19-1
d0db73
- update to 2.0.19
d0db73
d0db73
* Tue Nov  6 2001 Nalin Dahyabhai <nalin@redhat.com> 2.0.18-2
d0db73
- fix the commented-out replication example in slapd.conf
d0db73
d0db73
* Fri Oct 26 2001 Nalin Dahyabhai <nalin@redhat.com> 2.0.18-1
d0db73
- update to 2.0.18
d0db73
d0db73
* Mon Oct 15 2001 Nalin Dahyabhai <nalin@redhat.com> 2.0.17-1
d0db73
- update to 2.0.17
d0db73
d0db73
* Wed Oct 10 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- disable kbind support (deprecated, and I suspect unused)
d0db73
- configure with --with-kerberos=k5only instead of --with-kerberos=k5
d0db73
- build slapd with threads
d0db73
d0db73
* Thu Sep 27 2001 Nalin Dahyabhai <nalin@redhat.com> 2.0.15-2
d0db73
- rebuild, 2.0.15 is now designated stable
d0db73
d0db73
* Fri Sep 21 2001 Nalin Dahyabhai <nalin@redhat.com> 2.0.15-1
d0db73
- update to 2.0.15
d0db73
d0db73
* Mon Sep 10 2001 Nalin Dahyabhai <nalin@redhat.com> 2.0.14-1
d0db73
- update to 2.0.14
d0db73
d0db73
* Fri Aug 31 2001 Nalin Dahyabhai <nalin@redhat.com> 2.0.12-1
d0db73
- update to 2.0.12 to pull in fixes for setting of default TLS options, among
d0db73
  other things
d0db73
- update to migration tools 39
d0db73
- drop tls patch, which was fixed better in this release
d0db73
d0db73
* Tue Aug 21 2001 Nalin Dahyabhai <nalin@redhat.com> 2.0.11-13
d0db73
- install saucer correctly
d0db73
d0db73
* Thu Aug 16 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- try to fix ldap_set_options not being able to set global options related
d0db73
  to TLS correctly
d0db73
d0db73
* Thu Aug  9 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- don't attempt to create a cert at install-time, it's usually going
d0db73
  to get the wrong CN (#51352)
d0db73
d0db73
* Mon Aug  6 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- add a build-time requirement on pam-devel
d0db73
- add a build-time requirement on a sufficiently-new libtool to link
d0db73
  shared libraries to other shared libraries (which is needed in order
d0db73
  for prelinking to work)
d0db73
d0db73
* Fri Aug  3 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- require cyrus-sasl-md5 (support for DIGEST-MD5 is required for RFC
d0db73
  compliance) by name (follows from #43079, which split cyrus-sasl's
d0db73
  cram-md5 and digest-md5 modules out into cyrus-sasl-md5)
d0db73
d0db73
* Fri Jul 20 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- enable passwd back-end (noted by Alan Sparks and Sergio Kessler)
d0db73
d0db73
* Wed Jul 18 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- start to prep for errata release
d0db73
d0db73
* Fri Jul  6 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- link libldap with liblber
d0db73
d0db73
* Wed Jul  4 2001 Than Ngo <than@redhat.com> 2.0.11-6
d0db73
- add symlink liblber.so libldap.so and libldap_r.so in /usr/lib
d0db73
d0db73
* Tue Jul  3 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- move shared libraries to /lib
d0db73
- redo init script for better internationalization (#26154)
d0db73
- don't use ldaprc files in the current directory (#38402) (patch from
d0db73
  hps@intermeta.de)
d0db73
- add BuildPrereq on tcp wrappers since we configure with
d0db73
  --enable-wrappers (#43707)
d0db73
- don't overflow debug buffer in mail500 (#41751)
d0db73
- don't call krb5_free_creds instead of krb5_free_cred_contents any
d0db73
  more (#43159)
d0db73
d0db73
* Mon Jul  2 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- make config files noreplace (#42831)
d0db73
d0db73
* Tue Jun 26 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- actually change the default config to use the dummy cert
d0db73
- update to MigrationTools 38
d0db73
d0db73
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- build dummy certificate in %%post, use it in default config
d0db73
- configure-time shenanigans to help a confused configure script
d0db73
d0db73
* Wed Jun 20 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- tweak migrate_automount and friends so that they can be run from anywhere
d0db73
d0db73
* Thu May 24 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 2.0.11
d0db73
d0db73
* Wed May 23 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 2.0.10
d0db73
d0db73
* Mon May 21 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 2.0.9
d0db73
d0db73
* Tue May 15 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 2.0.8
d0db73
- drop patch which came from upstream
d0db73
d0db73
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- rebuild in new environment
d0db73
d0db73
* Thu Feb  8 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- back out pidfile patches, which interact weirdly with Linux threads
d0db73
- mark non-standard schema as such by moving them to a different directory
d0db73
d0db73
* Mon Feb  5 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to MigrationTools 36, adds netgroup support
d0db73
d0db73
* Mon Jan 29 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- fix thinko in that last patch
d0db73
d0db73
* Thu Jan 25 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- try to work around some buffering problems
d0db73
d0db73
* Tue Jan 23 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- gettextize the init script
d0db73
d0db73
* Thu Jan 18 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- gettextize the init script
d0db73
d0db73
* Fri Jan 12 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- move the RFCs to the base package (#21701)
d0db73
- update to MigrationTools 34
d0db73
d0db73
* Wed Jan 10 2001 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- add support for additional OPTIONS, SLAPD_OPTIONS, and SLURPD_OPTIONS in
d0db73
  a /etc/sysconfig/ldap file (#23549)
d0db73
d0db73
* Fri Dec 29 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- change automount object OID from 1.3.6.1.1.1.2.9 to 1.3.6.1.1.1.2.13,
d0db73
  per mail from the ldap-nis mailing list
d0db73
d0db73
* Tue Dec  5 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- force -fPIC so that shared libraries don't fall over
d0db73
d0db73
* Mon Dec  4 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- add Norbert Klasen's patch (via Del) to fix searches using ldaps URLs
d0db73
  (OpenLDAP ITS #889)
d0db73
- add "-h ldaps:///" to server init when TLS is enabled, in order to support
d0db73
  ldaps in addition to the regular STARTTLS (suggested by Del)
d0db73
d0db73
* Mon Nov 27 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- correct mismatched-dn-cn bug in migrate_automount.pl
d0db73
d0db73
* Mon Nov 20 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to the correct OIDs for automount and automountInformation
d0db73
- add notes on upgrading
d0db73
d0db73
* Tue Nov  7 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 2.0.7
d0db73
- drop chdir patch (went mainstream)
d0db73
d0db73
* Thu Nov  2 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- change automount object classes from auxiliary to structural
d0db73
d0db73
* Tue Oct 31 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to Migration Tools 27
d0db73
- change the sense of the last simple patch
d0db73
d0db73
* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- reorganize the patch list to separate MigrationTools and OpenLDAP patches
d0db73
- switch to Luke Howard's rfc822MailMember schema instead of the aliases.schema
d0db73
- configure slapd to run as the non-root user "ldap" (#19370)
d0db73
- chdir() before chroot() (we don't use chroot, though) (#19369)
d0db73
- disable saving of the pid file because the parent thread which saves it and
d0db73
  the child thread which listens have different pids
d0db73
d0db73
* Wed Oct 11 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- add missing required attributes to conversion scripts to comply with schema
d0db73
- add schema for mail aliases, autofs, and kerberosSecurityObject rooted in
d0db73
  our own OID tree to define attributes and classes migration scripts expect
d0db73
- tweak automounter migration script
d0db73
d0db73
* Mon Oct  9 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- try adding the suffix first when doing online migrations
d0db73
- force ldapadd to use simple authentication in migration scripts
d0db73
- add indexing of a few attributes to the default configuration
d0db73
- add commented-out section on using TLS to default configuration
d0db73
d0db73
* Thu Oct  5 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 2.0.6
d0db73
- add buildprereq on cyrus-sasl-devel, krb5-devel, openssl-devel
d0db73
- take the -s flag off of slapadd invocations in migration tools
d0db73
- add the cosine.schema to the default server config, needed by inetorgperson
d0db73
d0db73
* Wed Oct  4 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- add the nis.schema and inetorgperson.schema to the default server config
d0db73
- make ldapadd a hard link to ldapmodify because they're identical binaries
d0db73
d0db73
* Fri Sep 22 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 2.0.4
d0db73
d0db73
* Fri Sep 15 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- remove prereq on /etc/init.d (#17531)
d0db73
- update to 2.0.3
d0db73
- add saucer to the included clients
d0db73
d0db73
* Wed Sep  6 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 2.0.1
d0db73
d0db73
* Fri Sep  1 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 2.0.0
d0db73
- patch to build against MIT Kerberos 1.1 and later instead of 1.0.x
d0db73
d0db73
* Tue Aug 22 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- remove that pesky default password
d0db73
- change "Copyright:" to "License:"
d0db73
d0db73
* Sun Aug 13 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- adjust permissions in files lists
d0db73
- move libexecdir from %%{_prefix}/sbin to %%{_sbindir}
d0db73
d0db73
* Fri Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- add migrate_automount.pl to the migration scripts set
d0db73
d0db73
* Tue Aug  8 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- build a semistatic slurpd with threads, everything else without
d0db73
- disable reverse lookups, per email on OpenLDAP mailing lists
d0db73
- make sure the execute bits are set on the shared libraries
d0db73
d0db73
* Mon Jul 31 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- change logging facility used from local4 to daemon (#11047)
d0db73
d0db73
* Thu Jul 27 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- split off clients and servers to shrink down the package and remove the
d0db73
  base package's dependency on Perl
d0db73
- make certain that the binaries have sane permissions
d0db73
d0db73
* Mon Jul 17 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- move the init script back
d0db73
d0db73
* Thu Jul 13 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- tweak the init script to only source /etc/sysconfig/network if it's found
d0db73
d0db73
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
d0db73
- automatic rebuild
d0db73
d0db73
* Mon Jul 10 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- switch to gdbm; I'm getting off the db merry-go-round
d0db73
- tweak the init script some more
d0db73
- add instdir to @INC in migration scripts
d0db73
d0db73
* Thu Jul  6 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- tweak init script to return error codes properly
d0db73
- change initscripts dependency to one on /etc/init.d
d0db73
d0db73
* Tue Jul  4 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- prereq initscripts
d0db73
- make migration scripts use mktemp
d0db73
d0db73
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- do condrestart in post and stop in preun
d0db73
- move init script to /etc/init.d
d0db73
d0db73
* Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 1.2.11
d0db73
- add condrestart logic to init script
d0db73
- munge migration scripts so that you don't have to be
d0db73
  /usr/share/openldap/migration to run them
d0db73
- add code to create pid files in /var/run
d0db73
d0db73
* Mon Jun  5 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- FHS tweaks
d0db73
- fix for compiling with libdb2
d0db73
d0db73
* Thu May  4 2000 Bill Nottingham <notting@redhat.com>
d0db73
- minor tweak so it builds on ia64
d0db73
d0db73
* Wed May  3 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- more minimalistic fix for bug #11111 after consultation with OpenLDAP team
d0db73
- backport replacement for the ldapuser patch
d0db73
d0db73
* Tue May  2 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- fix segfaults from queries with commas in them in in.xfingerd (bug #11111)
d0db73
d0db73
* Tue Apr 25 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 1.2.10
d0db73
- add revamped version of patch from kos@bastard.net to allow execution as
d0db73
  any non-root user
d0db73
- remove test suite from %%build because of weirdness in the build system
d0db73
d0db73
* Wed Apr 12 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- move the defaults for databases and whatnot to /var/lib/ldap (bug #10714)
d0db73
- fix some possible string-handling problems
d0db73
d0db73
* Mon Feb 14 2000 Bill Nottingham <notting@redhat.com>
d0db73
- start earlier, stop later.
d0db73
d0db73
* Thu Feb  3 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- auto rebuild in new environment (release 4)
d0db73
d0db73
* Tue Feb  1 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- add -D_REENTRANT to make threaded stuff more stable, even though it looks
d0db73
  like the sources define it, too
d0db73
- mark *.ph files in migration tools as config files
d0db73
d0db73
* Fri Jan 21 2000 Nalin Dahyabhai <nalin@redhat.com>
d0db73
- update to 1.2.9
d0db73
d0db73
* Mon Sep 13 1999 Bill Nottingham <notting@redhat.com>
d0db73
- strip files
d0db73
d0db73
* Sat Sep 11 1999 Bill Nottingham <notting@redhat.com>
d0db73
- update to 1.2.7
d0db73
- fix some bugs from bugzilla (#4885, #4887, #4888, #4967)
d0db73
- take include files out of base package
d0db73
d0db73
* Fri Aug 27 1999 Jeff Johnson <jbj@redhat.com>
d0db73
- missing ;; in init script reload) (#4734).
d0db73
d0db73
* Tue Aug 24 1999 Cristian Gafton <gafton@redhat.com>
d0db73
- move stuff from /usr/libexec to /usr/sbin
d0db73
- relocate config dirs to /etc/openldap
d0db73
d0db73
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
d0db73
- initscript munging
d0db73
d0db73
* Wed Aug 11 1999 Cristian Gafton <gafton@redhat.com>
d0db73
- add the migration tools to the package
d0db73
d0db73
* Fri Aug 06 1999 Cristian Gafton <gafton@redhat.com>
d0db73
- upgrade to 1.2.6
d0db73
- add rc.d script
d0db73
- split -devel package
d0db73
d0db73
* Sun Feb 07 1999 Preston Brown <pbrown@redhat.com>
d0db73
- upgrade to latest stable (1.1.4), it now uses configure macro.
d0db73
d0db73
* Fri Jan 15 1999 Bill Nottingham <notting@redhat.com>
d0db73
- build on arm, glibc2.1
d0db73
d0db73
* Wed Oct 28 1998 Preston Brown <pbrown@redhat.com>
d0db73
- initial cut.
d0db73
- patches for signal handling on the alpha