2009-05-26 22:55:06 +00:00
|
|
|
|
2009-12-02 18:17:04 +00:00
|
|
|
%global pkgname dirsrv
|
2010-01-12 20:31:41 +00:00
|
|
|
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
|
2010-08-26 21:23:37 +00:00
|
|
|
# also remove the space between % and global - this space is needed because
|
|
|
|
# fedpkg verrel stupidly ignores comment lines
|
2012-06-19 00:02:19 +00:00
|
|
|
# % global prerel .a1
|
2010-01-12 20:31:41 +00:00
|
|
|
# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
|
2012-05-02 17:00:35 +00:00
|
|
|
# % global relprefix 0.
|
2010-01-25 17:26:03 +00:00
|
|
|
|
2010-10-19 14:16:08 +00:00
|
|
|
%global use_openldap 1
|
2012-03-30 19:44:58 +00:00
|
|
|
%global use_db4 0
|
2012-03-27 23:43:26 +00:00
|
|
|
# If perl-Socket-2.000 or newer is available, set 0 to use_Socket6.
|
|
|
|
%global use_Socket6 0
|
2009-05-26 22:55:06 +00:00
|
|
|
|
2011-02-09 16:17:36 +00:00
|
|
|
# fedora 15 and later uses tmpfiles.d
|
|
|
|
# otherwise, comment this out
|
|
|
|
%{!?with_tmpfiles_d: %global with_tmpfiles_d %{_sysconfdir}/tmpfiles.d}
|
|
|
|
|
2011-09-01 21:33:45 +00:00
|
|
|
# systemd support
|
|
|
|
%global groupname %{pkgname}.target
|
|
|
|
|
2009-05-26 22:55:06 +00:00
|
|
|
Summary: 389 Directory Server (base)
|
|
|
|
Name: 389-ds-base
|
2012-08-15 20:06:45 +00:00
|
|
|
Version: 1.2.11.10
|
2012-08-03 20:51:25 +00:00
|
|
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
2009-05-26 22:55:06 +00:00
|
|
|
License: GPLv2 with exceptions
|
|
|
|
URL: http://port389.org/
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2010-04-07 22:34:08 +00:00
|
|
|
Obsoletes: %{name}-selinux
|
2010-11-12 21:59:55 +00:00
|
|
|
Conflicts: selinux-policy-base < 3.9.8
|
2011-02-28 22:19:40 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2012-02-14 18:13:13 +00:00
|
|
|
Provides: ldif2ldbm
|
2009-05-26 22:55:06 +00:00
|
|
|
|
|
|
|
BuildRequires: nspr-devel
|
|
|
|
BuildRequires: nss-devel
|
|
|
|
BuildRequires: svrcore-devel
|
2010-10-19 14:16:08 +00:00
|
|
|
%if %{use_openldap}
|
|
|
|
BuildRequires: openldap-devel
|
|
|
|
%else
|
2009-05-26 22:55:06 +00:00
|
|
|
BuildRequires: mozldap-devel
|
2010-10-19 14:16:08 +00:00
|
|
|
%endif
|
2012-02-11 01:45:12 +00:00
|
|
|
%if %{use_db4}
|
2009-05-26 22:55:06 +00:00
|
|
|
BuildRequires: db4-devel
|
2012-02-11 01:45:12 +00:00
|
|
|
%else
|
|
|
|
BuildRequires: libdb-devel
|
|
|
|
%endif
|
2009-05-26 22:55:06 +00:00
|
|
|
BuildRequires: cyrus-sasl-devel
|
|
|
|
BuildRequires: icu
|
|
|
|
BuildRequires: libicu-devel
|
2009-08-12 19:46:53 +00:00
|
|
|
BuildRequires: pcre-devel
|
2012-03-27 23:43:26 +00:00
|
|
|
BuildRequires: gcc-c++
|
2009-05-26 22:55:06 +00:00
|
|
|
# The following are needed to build the snmp ldap-agent
|
|
|
|
BuildRequires: net-snmp-devel
|
2009-09-08 19:24:58 +00:00
|
|
|
%ifnarch sparc sparc64 ppc ppc64 s390 s390x
|
2009-05-26 22:55:06 +00:00
|
|
|
BuildRequires: lm_sensors-devel
|
|
|
|
%endif
|
|
|
|
BuildRequires: bzip2-devel
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: tcp_wrappers
|
|
|
|
# the following is for the pam passthru auth plug-in
|
|
|
|
BuildRequires: pam-devel
|
2011-09-01 21:33:45 +00:00
|
|
|
BuildRequires: systemd-units
|
2009-05-26 22:55:06 +00:00
|
|
|
|
2010-04-06 18:46:00 +00:00
|
|
|
# this is needed for using semanage from our setup scripts
|
|
|
|
Requires: policycoreutils-python
|
|
|
|
|
2009-05-26 22:55:06 +00:00
|
|
|
# the following are needed for some of our scripts
|
2010-10-19 14:16:08 +00:00
|
|
|
%if %{use_openldap}
|
|
|
|
Requires: openldap-clients
|
|
|
|
%else
|
2009-05-26 22:55:06 +00:00
|
|
|
Requires: mozldap-tools
|
2010-10-19 14:16:08 +00:00
|
|
|
%endif
|
|
|
|
# use_openldap assumes perl-Mozilla-LDAP is built with openldap support
|
2009-05-26 22:55:06 +00:00
|
|
|
Requires: perl-Mozilla-LDAP
|
|
|
|
|
|
|
|
# this is needed to setup SSL if you are not using the
|
|
|
|
# administration server package
|
|
|
|
Requires: nss-tools
|
|
|
|
|
|
|
|
# these are not found by the auto-dependency method
|
|
|
|
# they are required to support the mandatory LDAP SASL mechs
|
|
|
|
Requires: cyrus-sasl-gssapi
|
|
|
|
Requires: cyrus-sasl-md5
|
|
|
|
|
|
|
|
# this is needed for verify-db.pl
|
2012-02-11 01:45:12 +00:00
|
|
|
%if %{use_db4}
|
2009-05-26 22:55:06 +00:00
|
|
|
Requires: db4-utils
|
2012-02-11 01:45:12 +00:00
|
|
|
%else
|
|
|
|
Requires: libdb-utils
|
|
|
|
%endif
|
2009-05-26 22:55:06 +00:00
|
|
|
|
|
|
|
# This picks up libperl.so as a Requires, so we add this versioned one
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
# for the init script
|
2011-09-01 21:33:45 +00:00
|
|
|
Requires(post): systemd-units
|
|
|
|
Requires(preun): systemd-units
|
|
|
|
Requires(postun): systemd-units
|
2009-05-26 22:55:06 +00:00
|
|
|
|
2012-03-23 20:52:13 +00:00
|
|
|
# for setup-ds.pl to support ipv6
|
2012-03-27 23:43:26 +00:00
|
|
|
%if %{use_Socket6}
|
|
|
|
Requires: perl-Socket6
|
|
|
|
%else
|
|
|
|
Requires: perl-Socket
|
|
|
|
%endif
|
2012-03-23 20:52:13 +00:00
|
|
|
Requires: perl-NetAddr-IP
|
|
|
|
|
2009-12-02 18:17:04 +00:00
|
|
|
Source0: http://port389.org/sources/%{name}-%{version}%{?prerel}.tar.bz2
|
2009-05-26 22:55:06 +00:00
|
|
|
# 389-ds-git.sh should be used to generate the source tarball from git
|
|
|
|
Source1: %{name}-git.sh
|
|
|
|
Source2: %{name}-devel.README
|
|
|
|
|
|
|
|
%description
|
|
|
|
389 Directory Server is an LDAPv3 compliant server. The base package includes
|
|
|
|
the LDAP server and command line utilities for server administration.
|
|
|
|
|
2011-02-28 22:19:40 +00:00
|
|
|
%package libs
|
|
|
|
Summary: Core libraries for 389 Directory Server
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
BuildRequires: nspr-devel
|
|
|
|
BuildRequires: nss-devel
|
|
|
|
BuildRequires: svrcore-devel
|
|
|
|
%if %{use_openldap}
|
|
|
|
BuildRequires: openldap-devel
|
|
|
|
%else
|
|
|
|
BuildRequires: mozldap-devel
|
|
|
|
%endif
|
2012-02-11 01:45:12 +00:00
|
|
|
%if %{use_db4}
|
2011-02-28 22:19:40 +00:00
|
|
|
BuildRequires: db4-devel
|
2012-02-11 01:45:12 +00:00
|
|
|
%else
|
|
|
|
BuildRequires: libdb-devel
|
|
|
|
%endif
|
2011-02-28 22:19:40 +00:00
|
|
|
BuildRequires: cyrus-sasl-devel
|
|
|
|
BuildRequires: libicu-devel
|
|
|
|
BuildRequires: pcre-devel
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
Core libraries for the 389 Directory Server base package. These libraries
|
|
|
|
are used by the main package and the -devel package. This allows the -devel
|
|
|
|
package to be installed with just the -libs package and without the main package.
|
|
|
|
|
2009-05-26 22:55:06 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development libraries for 389 Directory Server
|
|
|
|
Group: Development/Libraries
|
2011-02-28 22:19:40 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2011-01-24 22:18:35 +00:00
|
|
|
Requires: pkgconfig
|
2011-02-28 22:19:40 +00:00
|
|
|
Requires: nspr-devel
|
|
|
|
Requires: nss-devel
|
|
|
|
Requires: svrcore-devel
|
2010-10-19 14:16:08 +00:00
|
|
|
%if %{use_openldap}
|
|
|
|
Requires: openldap-devel
|
|
|
|
%else
|
2009-05-26 22:55:06 +00:00
|
|
|
Requires: mozldap-devel
|
2010-10-19 14:16:08 +00:00
|
|
|
%endif
|
2009-05-26 22:55:06 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development Libraries and headers for the 389 Directory Server base package.
|
|
|
|
|
|
|
|
%prep
|
2009-12-02 18:17:04 +00:00
|
|
|
%setup -q -n %{name}-%{version}%{?prerel}
|
2009-05-26 22:55:06 +00:00
|
|
|
cp %{SOURCE2} README.devel
|
|
|
|
|
|
|
|
%build
|
2010-10-19 14:16:08 +00:00
|
|
|
%if %{use_openldap}
|
|
|
|
OPENLDAP_FLAG="--with-openldap"
|
|
|
|
%endif
|
2011-02-09 16:17:36 +00:00
|
|
|
%{?with_tmpfiles_d: TMPFILES_FLAG="--with-tmpfiles-d=%{with_tmpfiles_d}"}
|
2012-06-19 17:03:09 +00:00
|
|
|
# hack hack hack https://bugzilla.redhat.com/show_bug.cgi?id=833529
|
|
|
|
NSSARGS="--with-svrcore-inc=%{_includedir} --with-svrcore-lib=%{_libdir} --with-nss-lib=%{_libdir} --with-nss-inc=%{_includedir}/nss3"
|
2011-09-01 21:33:45 +00:00
|
|
|
%configure --enable-autobind --with-selinux $OPENLDAP_FLAG $TMPFILES_FLAG \
|
|
|
|
--with-systemdsystemunitdir=%{_unitdir} \
|
|
|
|
--with-systemdsystemconfdir=%{_sysconfdir}/systemd/system \
|
2012-06-19 17:03:09 +00:00
|
|
|
--with-systemdgroupname=%{groupname} $NSSARGS
|
2009-05-26 22:55:06 +00:00
|
|
|
|
|
|
|
# Generate symbolic info for debuggers
|
|
|
|
export XCFLAGS=$RPM_OPT_FLAGS
|
|
|
|
|
|
|
|
%ifarch x86_64 ppc64 ia64 s390x sparc64
|
|
|
|
export USE_64=1
|
|
|
|
%endif
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
2010-01-25 17:26:03 +00:00
|
|
|
|
2009-05-26 22:55:06 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
make DESTDIR="$RPM_BUILD_ROOT" install
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/log/%{pkgname}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib/%{pkgname}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/lock/%{pkgname}
|
|
|
|
|
2011-09-01 21:33:45 +00:00
|
|
|
# for systemd
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system/%{groupname}.wants
|
|
|
|
|
2009-05-26 22:55:06 +00:00
|
|
|
#remove libtool and static libs
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/*.a
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/*.la
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/plugins/*.a
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/plugins/*.la
|
|
|
|
|
|
|
|
# make sure perl scripts have a proper shebang
|
|
|
|
sed -i -e 's|#{{PERL-EXEC}}|#!/usr/bin/perl|' $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/script-templates/template-*.pl
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2011-02-24 22:44:15 +00:00
|
|
|
%post
|
2012-05-02 17:00:35 +00:00
|
|
|
output=/dev/null
|
2012-03-21 14:40:33 +00:00
|
|
|
# reload to pick up any changes to systemd files
|
2012-05-02 17:00:35 +00:00
|
|
|
/bin/systemctl daemon-reload >$output 2>&1 || :
|
2012-03-21 14:40:33 +00:00
|
|
|
# reload to pick up any shared lib changes
|
2011-02-24 22:44:15 +00:00
|
|
|
/sbin/ldconfig
|
2012-03-21 14:40:33 +00:00
|
|
|
# restart the snmp subagent if needed
|
|
|
|
/bin/systemctl try-restart %{pkgname}-snmp.service > $output 2>&1 || :
|
2011-02-24 22:44:15 +00:00
|
|
|
# find all instances
|
|
|
|
instances="" # instances that require a restart after upgrade
|
|
|
|
ninst=0 # number of instances found in total
|
2011-09-01 21:33:45 +00:00
|
|
|
if [ -n "$DEBUGPOSTTRANS" ] ; then
|
|
|
|
output=$DEBUGPOSTTRANS
|
|
|
|
fi
|
|
|
|
echo looking for services in %{_sysconfdir}/systemd/system/%{groupname}.wants/* > $output 2>&1 || :
|
|
|
|
for service in %{_sysconfdir}/systemd/system/%{groupname}.wants/* ; do
|
|
|
|
if [ ! -f "$service" ] ; then continue ; fi # in case nothing matches
|
|
|
|
inst=`echo $service | sed -e 's,%{_sysconfdir}/systemd/system/%{groupname}.wants/,,'`
|
|
|
|
echo found instance $inst - getting status > $output 2>&1 || :
|
|
|
|
if /bin/systemctl -q is-active $inst ; then
|
|
|
|
echo instance $inst is running > $output 2>&1 || :
|
2011-02-24 22:44:15 +00:00
|
|
|
instances="$instances $inst"
|
|
|
|
else
|
2011-09-01 21:33:45 +00:00
|
|
|
echo instance $inst is not running > $output 2>&1 || :
|
2011-02-24 22:44:15 +00:00
|
|
|
fi
|
|
|
|
ninst=`expr $ninst + 1`
|
|
|
|
done
|
|
|
|
if [ $ninst -eq 0 ] ; then
|
2011-09-01 21:33:45 +00:00
|
|
|
echo no instances to upgrade > $output 2>&1 || :
|
2011-02-24 22:44:15 +00:00
|
|
|
exit 0 # have no instances to upgrade - just skip the rest
|
|
|
|
fi
|
|
|
|
# shutdown all instances
|
2011-09-01 21:33:45 +00:00
|
|
|
echo shutting down all instances . . . > $output 2>&1 || :
|
|
|
|
/bin/systemctl stop %{groupname} > $output 2>&1 || :
|
2012-01-23 22:50:59 +00:00
|
|
|
echo remove pid files . . . > $output 2>&1 || :
|
|
|
|
/bin/rm -f /var/run/%{pkgname}*.pid /var/run/%{pkgname}*.startpid
|
2011-02-24 22:44:15 +00:00
|
|
|
# do the upgrade
|
2011-09-01 21:33:45 +00:00
|
|
|
echo upgrading instances . . . > $output 2>&1 || :
|
|
|
|
%{_sbindir}/setup-ds.pl -l $output -u -s General.UpdateMode=offline > $output 2>&1 || :
|
2011-02-24 22:44:15 +00:00
|
|
|
# restart instances that require it
|
|
|
|
for inst in $instances ; do
|
2011-09-01 21:33:45 +00:00
|
|
|
echo restarting instance $inst > $output 2>&1 || :
|
|
|
|
/bin/systemctl start $inst > $output 2>&1 || :
|
2011-02-24 22:44:15 +00:00
|
|
|
done
|
|
|
|
exit 0
|
2009-10-07 15:42:35 +00:00
|
|
|
|
2012-03-21 14:40:33 +00:00
|
|
|
%preun
|
|
|
|
if [ $1 -eq 0 ]; then # Final removal
|
|
|
|
# Package removal, not upgrade
|
|
|
|
/bin/systemctl --no-reload disable %{pkgname}-snmp.service %{groupname} > /dev/null 2>&1 || :
|
|
|
|
/bin/systemctl stop %{pkgname}-snmp.service %{groupname} > /dev/null 2>&1 || :
|
|
|
|
# remove instance specific service files/links
|
|
|
|
rm -rf %{_sysconfdir}/systemd/system/%{groupname}.wants/* > /dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
if [ $1 = 0 ]; then # Final removal
|
|
|
|
rm -rf /var/run/%{pkgname}
|
|
|
|
fi
|
|
|
|
|
2009-05-26 22:55:06 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc LICENSE EXCEPTION LICENSE.GPLv2
|
|
|
|
%dir %{_sysconfdir}/%{pkgname}
|
|
|
|
%dir %{_sysconfdir}/%{pkgname}/schema
|
|
|
|
%config(noreplace)%{_sysconfdir}/%{pkgname}/schema/*.ldif
|
|
|
|
%dir %{_sysconfdir}/%{pkgname}/config
|
2011-09-01 21:33:45 +00:00
|
|
|
%dir %{_sysconfdir}/systemd/system/%{groupname}.wants
|
2009-05-26 22:55:06 +00:00
|
|
|
%config(noreplace)%{_sysconfdir}/%{pkgname}/config/slapd-collations.conf
|
|
|
|
%config(noreplace)%{_sysconfdir}/%{pkgname}/config/certmap.conf
|
2009-10-07 15:42:35 +00:00
|
|
|
%config(noreplace)%{_sysconfdir}/%{pkgname}/config/ldap-agent.conf
|
|
|
|
%config(noreplace)%{_sysconfdir}/%{pkgname}/config/template-initconfig
|
2009-05-26 22:55:06 +00:00
|
|
|
%config(noreplace)%{_sysconfdir}/sysconfig/%{pkgname}
|
2012-01-23 22:50:59 +00:00
|
|
|
%config(noreplace)%{_sysconfdir}/sysconfig/%{pkgname}.systemd
|
2009-05-26 22:55:06 +00:00
|
|
|
%{_datadir}/%{pkgname}
|
2011-09-01 21:33:45 +00:00
|
|
|
%{_unitdir}
|
2009-05-26 22:55:06 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_sbindir}/*
|
2011-02-28 22:19:40 +00:00
|
|
|
%{_libdir}/%{pkgname}/libns-dshttpd.so*
|
2009-05-26 22:55:06 +00:00
|
|
|
%{_libdir}/%{pkgname}/perl
|
|
|
|
%dir %{_libdir}/%{pkgname}/plugins
|
|
|
|
%{_libdir}/%{pkgname}/plugins/*.so
|
|
|
|
%dir %{_localstatedir}/lib/%{pkgname}
|
|
|
|
%dir %{_localstatedir}/log/%{pkgname}
|
2010-12-14 21:04:01 +00:00
|
|
|
%ghost %dir %{_localstatedir}/lock/%{pkgname}
|
2009-05-26 22:55:06 +00:00
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_mandir}/man8/*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc LICENSE EXCEPTION LICENSE.GPLv2 README.devel
|
|
|
|
%{_includedir}/%{pkgname}
|
2011-02-28 22:19:40 +00:00
|
|
|
%{_libdir}/%{pkgname}/libslapd.so
|
2011-01-24 22:18:35 +00:00
|
|
|
%{_libdir}/pkgconfig/*
|
2009-05-26 22:55:06 +00:00
|
|
|
|
2011-02-28 22:19:40 +00:00
|
|
|
%files libs
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc LICENSE EXCEPTION LICENSE.GPLv2 README.devel
|
|
|
|
%dir %{_libdir}/%{pkgname}
|
|
|
|
%{_libdir}/%{pkgname}/libslapd.so.*
|
|
|
|
|
2009-05-26 22:55:06 +00:00
|
|
|
%changelog
|
2012-08-15 20:06:45 +00:00
|
|
|
* Tue Aug 15 2012 Mark Reynolds <mareynol@redhat.com> - 1.2.11.10-1
|
|
|
|
db6b354 bumped version to 1.2.11.10
|
|
|
|
Ticket 403 - CLEANALLRUV revisions
|
|
|
|
|
2012-08-07 14:54:29 +00:00
|
|
|
* Tue Aug 7 2012 Mark Reynolds <mareynol@redhat.com> - 1.2.11.9-1
|
|
|
|
ea05e69 Bumped version to 1.2.11.9
|
|
|
|
Ticket 407 - dna memory leak - fix crash from prev fix
|
|
|
|
|
2012-08-03 20:51:25 +00:00
|
|
|
* Fri Aug 3 2012 Mark Reynolds <mareynol@redhat.com> - 1.2.11.8-1
|
|
|
|
ddcf669 bump version to 1.2.11.8 for offical release
|
|
|
|
Ticket #425 - support multiple winsync plugins
|
|
|
|
Ticket 403 - cleanallruv coverity fixes
|
|
|
|
Ticket 407 - memory leak in dna plugin
|
|
|
|
Ticket 403 - CLEANALLRUV feature
|
|
|
|
Ticket 413 - "Server is unwilling to perform" when running ldapmodify on nsds5ReplicaStripAttrs
|
|
|
|
3168f04 Coverity defects
|
|
|
|
5ff0a02 COVERITY FIXES
|
|
|
|
Ticket #388 - Improve replication agreement status messages
|
|
|
|
0760116 Update the slapi-plugin documentation on new slapi functions, and added a slapi function for checking on shutdowns
|
|
|
|
Ticket #369 - restore of replica ldif file on second master after deleting two records shows only 1 deletion
|
|
|
|
Ticket #409 - Report during startup if nsslapd-cachememsize is too small
|
|
|
|
Ticket #412 - memberof performance enhancement
|
|
|
|
12813: Uninitialized pointer read string_values2keys
|
|
|
|
Ticket #346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values
|
|
|
|
Ticket #346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values
|
|
|
|
Ticket #410 - Referential integrity plug-in does not work when update interval is not zero
|
|
|
|
Ticket #406 - Impossible to rename entry (modrdn) with Attribute Uniqueness plugin enabled
|
|
|
|
Ticket #405 - referint modrdn not working if case is different
|
|
|
|
Ticket 399 - slapi_ldap_bind() doesn't check bind results
|
|
|
|
|
2012-07-18 12:36:47 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.11.7-2.2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-28 18:20:53 +00:00
|
|
|
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 1.2.11.7-2.1
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-06-27 17:00:15 +00:00
|
|
|
* Wed Jun 27 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.7-2
|
|
|
|
- Ticket 378 - unhashed#user#password visible after changing password
|
|
|
|
- fix func declaration from previous patch
|
|
|
|
- Ticket 366 - Change DS to purge ticket from krb cache in case of authentication error
|
|
|
|
|
2012-06-27 14:28:32 +00:00
|
|
|
* Wed Jun 27 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.7-1
|
|
|
|
- Trac Ticket 396 - Account Usability Control Not Working
|
|
|
|
|
2012-06-21 21:17:23 +00:00
|
|
|
* Thu Jun 21 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.6-1
|
|
|
|
- Ticket #378 - audit log does not log unhashed password: enabled, by default.
|
|
|
|
- Ticket #378 - unhashed#user#password visible after changing password
|
|
|
|
- Ticket #365 - passwords in clear text in the audit log
|
|
|
|
|
2012-06-19 17:03:09 +00:00
|
|
|
* Tue Jun 19 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.5-2
|
|
|
|
- workaround for https://bugzilla.redhat.com/show_bug.cgi?id=833529
|
|
|
|
|
2012-06-19 00:02:19 +00:00
|
|
|
* Mon Jun 18 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.5-1
|
|
|
|
- Ticket #387 - managed entry sometimes doesn't delete the managed entry
|
|
|
|
- 5903815 improve txn test index handling
|
|
|
|
- Ticket #360 - ldapmodify returns Operations error - fix delete caching
|
|
|
|
- bcfa9e3 Coverity Fix for CLEANALLRUV
|
|
|
|
- Trac Ticket #335 - transaction retries need to be cache aware
|
|
|
|
- Ticket #389 - ADD operations not in audit log
|
|
|
|
- 44cdc84 fix coverity issues with uninit vals, no return checking
|
|
|
|
- Ticket 368 - Make the cleanAllRUV task one step
|
|
|
|
- Ticket #110 - RFE limiting root DN by host, IP, time of day, day of week
|
|
|
|
|
2012-06-11 08:36:09 +00:00
|
|
|
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.2.11.4-1.1
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-05-24 17:17:17 +00:00
|
|
|
* Tue May 22 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.4-1
|
|
|
|
- Ticket #360 - ldapmodify returns Operations error
|
|
|
|
- Ticket #321 - krbExtraData is being null modified and replicated on each ssh login
|
|
|
|
- Trac Ticket #359 - Database RUV could mismatch the one in changelog under the stress
|
|
|
|
- Ticket #361: Bad DNs in ACIs can segfault ns-slapd
|
|
|
|
- Trac Ticket #338 - letters in object's cn get converted to lowercase when renaming object
|
|
|
|
- Ticket #337 - Improve CLEANRUV task
|
|
|
|
|
2012-05-05 14:22:46 +00:00
|
|
|
* Sat May 5 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.3-1
|
|
|
|
- Ticket #358 - managed entry doesn't delete linked entry
|
|
|
|
|
2012-05-04 20:49:34 +00:00
|
|
|
* Fri May 4 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.2-1
|
|
|
|
- Ticket #351 - use betxn plugins by default
|
|
|
|
- revert - make no plugins betxn by default - too great a risk
|
|
|
|
- for deadlocks until we can test this better
|
|
|
|
- Ticket #348 - crash in ldap_initialize with multiple threads
|
|
|
|
- fixes PR_Init problem in ldclt
|
|
|
|
|
2012-05-02 17:00:35 +00:00
|
|
|
* Wed May 2 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.1-1
|
|
|
|
- f227f11 Suppress alert on unavailable port with forced setup
|
|
|
|
- Ticket #353 - coverity 12625-12629 - leaks, dead code, unchecked return
|
|
|
|
- Ticket #351 - use betxn plugins by default
|
|
|
|
- Trac Ticket #345 - db deadlock return should not log error
|
|
|
|
- Ticket #348 - crash in ldap_initialize with multiple threads
|
|
|
|
- Ticket #214 - Adding Replication agreement should complain if required nsds5ReplicaCredentials not supplied
|
|
|
|
- Ticket #207 - [RFE] enable attribute that tracks when a password was last set
|
|
|
|
- Ticket #216 - RFE - Disable replication agreements
|
|
|
|
- Ticket #337 - RFE - Improve CLEANRUV functionality
|
|
|
|
- Ticket #326 - MemberOf plugin should work on all backends
|
|
|
|
- Trac Ticket #19 - Convert entryUSN plugin to transaction aware type
|
|
|
|
- Ticket #347 - IPA dirsvr seg-fault during system longevity test
|
|
|
|
- Trac Ticket #310 - Avoid calling escape_string() for logged DNs
|
|
|
|
- Trac Ticket #338 - letters in object's cn get converted to lowercase when renaming object
|
|
|
|
- Ticket #183 - passwordMaxFailure should lockout password one sooner
|
|
|
|
- Trac Ticket #335 - transaction retries need to be cache aware
|
|
|
|
- Ticket #336 - [abrt] 389-ds-base-1.2.10.4-2.fc16: index_range_read_ext: Process /usr/sbin/ns-slapd was killed by signal 11 (SIGSEGV)
|
|
|
|
- Ticket #325 - logconv.pl : use of getopts to parse command line options
|
|
|
|
- Ticket #336 - [abrt] 389-ds-base-1.2.10.4-2.fc16: index_range_read_ext: Process /usr/sbin/ns-slapd was killed by signal 11 (SIGSEGV)
|
|
|
|
- 554e29d Coverity Fixes
|
|
|
|
- Trac Ticket #46 - (additional 2) setup-ds-admin.pl does not like ipv6 only hostnames
|
|
|
|
- Ticket #183 - passwordMaxFailure should lockout password one sooner - and should be configurable to avoid regressions
|
|
|
|
- Ticket #315 - small fix to libglobs
|
|
|
|
- Ticket #315 - ns-slapd exits/crashes if /var fills up
|
|
|
|
- Ticket #20 - Allow automember to work on entries that have already been added
|
|
|
|
- Trac Ticket #45 - Fine Grained Password policy: if passwordHistory is on, deleting the password fails.
|
|
|
|
|
2012-03-30 19:44:58 +00:00
|
|
|
* Fri Mar 30 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11-0.1.a1
|
|
|
|
- 453eb97 schema def must have DESC '' - close paren must be preceded by space
|
|
|
|
- Trac Ticket #46 - (additional) setup-ds-admin.pl does not like ipv6 only hostnames
|
|
|
|
- Ticket #331 - transaction errors with db 4.3 and db 4.2
|
|
|
|
- Ticket #261 - Add Solaris i386
|
|
|
|
- Ticket #316 and Ticket #70 - add post add/mod and AD add callback hooks
|
|
|
|
- Ticket #324 - Sync with group attribute containing () fails
|
|
|
|
- Ticket #319 - ldap-agent crashes on start with signal SIGSEGV
|
|
|
|
- 77cacd9 coverity 12606 Logically dead code
|
|
|
|
- Trac Ticket #303 - make DNA range requests work with transactions
|
|
|
|
- Ticket #320 - allow most plugins to be betxn plugins
|
|
|
|
- Ticket #24 - Add nsTLS1 to the DS schema
|
|
|
|
- Ticket #271 - Slow shutdown when you have 100+ replication agreements
|
|
|
|
- TIcket #285 - compilation fixes for '--format-security'
|
|
|
|
- Ticket 211 - Avoid preop range requests non-DNA operations
|
|
|
|
- Ticket #271 - replication code cleanup
|
|
|
|
- Ticket 317 - RHDS fractional replication with excluded password policy attributes leads to wrong error messages.
|
|
|
|
- Ticket #308 - Automembership plugin fails if data and config area mixed in the plugin configuration
|
|
|
|
- Ticket #292 - logconv.pl reporting unindexed search with different search base than shown in access logs
|
|
|
|
- 6f8680a coverity 12563 Read from pointer after free (fix 2)
|
|
|
|
- e6a9b22 coverity 12563 Read from pointer after free
|
|
|
|
- 245d494 Config changes fail because of unknown attribute "internalModifiersname"
|
|
|
|
- Ticket #191 - Implement SO_KEEPALIVE in network calls
|
|
|
|
- Ticket #289 - allow betxn plugin config changes
|
|
|
|
- 93adf5f destroy the entry cache and dn cache in the dse post op delete callback
|
|
|
|
- e2532d8 init txn thread private data for all database modes
|
|
|
|
- Ticket #291 - cannot use & in a sasl map search filter
|
|
|
|
- 6bf6e79 Schema Reload crash fix
|
|
|
|
- 60b2d12 Fixing compiler warnings
|
|
|
|
- Trac Ticket #260 - 389 DS does not support multiple paging controls on a single connection
|
|
|
|
- Ticket #302 - use thread local storage for internalModifiersName & internalCreatorsName
|
|
|
|
- fdcc256 Minor bug fix introcuded by commit 69c9f3bf7dd9fe2cadd5eae0ab72ce218b78820e
|
|
|
|
- Ticket #306 - void function cannot return value
|
|
|
|
- ticket 181 - Allow PAM passthru plug-in to have multiple config entries
|
|
|
|
- ticket 211 - Use of uninitialized variables in ldbm_back_modify()
|
|
|
|
- Ticket #74 - Add schema for DNA plugin (RFE)
|
|
|
|
- Ticket #301 - implement transaction support using thread local storage
|
|
|
|
- Ticket #211 - dnaNextValue gets incremented even if the user addition fails
|
|
|
|
- 144af59 coverity uninit var and resource leak
|
|
|
|
- Trac Ticket #34 - remove-ds.pl does not remove everything
|
|
|
|
- Trac Ticket #169 - allow 389 to use db5
|
|
|
|
- bc78101 fix compiler warning in acct policy plugin
|
|
|
|
- Trac Ticket #84 - 389 Directory Server Unnecessary Checkpoints
|
|
|
|
- Trac Ticket #27 - SASL/PLAIN binds do not work
|
|
|
|
- Ticket #129 - Should only update modifyTimestamp/modifiersName on MODIFYops
|
|
|
|
- Ticket #17 - new replication optimizations
|
|
|
|
|
2012-03-27 23:43:26 +00:00
|
|
|
* Tue Mar 27 2012 Noriko Hosoi <nhosoi@redhat.com> - 1.2.10.4-4
|
|
|
|
- Ticket #46 - (revised) setup-ds-admin.pl does not like ipv6 only hostnames
|
|
|
|
- Ticket #66 - 389-ds-base spec file does not have a BuildRequires on gcc-c++
|
|
|
|
|
2012-03-23 20:52:13 +00:00
|
|
|
* Fri Mar 23 2012 Noriko Hosoi <nhosoi@redhat.com> - 1.2.10.4-3
|
|
|
|
- Ticket #46 - setup-ds-admin.pl does not like ipv6 only hostnames
|
|
|
|
|
2012-03-21 14:40:33 +00:00
|
|
|
* Wed Mar 21 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.4-2
|
|
|
|
- get rid of posttrans - move update code to post
|
|
|
|
|
2012-03-13 19:54:43 +00:00
|
|
|
* Tue Mar 13 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.4-1
|
|
|
|
- Ticket #305 - Certain CMP operations hang or cause ns-slapd to crash
|
|
|
|
|
2012-03-05 21:39:53 +00:00
|
|
|
* Mon Mar 5 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.3-1
|
|
|
|
- b05139b memleak in normalize_mods2bvals
|
|
|
|
- c0eea24 memleak in mep_parse_config_entry
|
|
|
|
- 90bc9eb handle null smods
|
|
|
|
- Ticket #305 - Certain CMP operations hang or cause ns-slapd to crash
|
|
|
|
- Ticket #306 - void function cannot return value
|
|
|
|
- ticket 304 - Fix kernel version checking in dsktune
|
|
|
|
|
2012-02-23 15:31:50 +00:00
|
|
|
* Thu Feb 23 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.2-1
|
|
|
|
- Trac Ticket #298 - crash when replicating orphaned tombstone entry
|
|
|
|
- Ticket #281 - TLS not working with latest openldap
|
|
|
|
- Trac Ticket #290 - server hangs during shutdown if betxn pre/post op fails
|
|
|
|
- Trac Ticket #26 - Please support setting defaultNamingContext in the rootdse
|
|
|
|
|
2012-02-14 18:13:13 +00:00
|
|
|
* Tue Feb 14 2012 Noriko Hosoi <nhosoi@redhat.com> - 1.2.10.1-2
|
|
|
|
- Ticket #124 - add Provides: ldif2ldbm to rpm
|
|
|
|
|
2012-02-14 16:12:02 +00:00
|
|
|
* Tue Feb 14 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.1-1
|
|
|
|
- Ticket #294 - 389 DS Segfaults during replica install in FreeIPA
|
|
|
|
|
2012-02-13 19:56:00 +00:00
|
|
|
* Mon Feb 13 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.0-1
|
|
|
|
- Ticket 284 - Remove unnecessary SNMP MIB files
|
|
|
|
- Ticket 51 - memory leaks in 389-ds-base-1.2.8.2-1.el5?
|
|
|
|
- Ticket 175 - logconv.pl improvements
|
|
|
|
|
2012-02-11 01:45:12 +00:00
|
|
|
* Fri Feb 10 2012 Noriko Hosoi <nhosoi@redhat.com> - 1.2.10-0.10.rc1.2
|
|
|
|
- Introducing use_db4 macro to support db5 (libdb).
|
|
|
|
|
2012-02-10 13:29:23 +00:00
|
|
|
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 1.2.10-0.10.rc1.1
|
|
|
|
- Rebuild against PCRE 8.30
|
|
|
|
|
2012-02-02 19:54:08 +00:00
|
|
|
* Thu Feb 2 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.10.rc1
|
|
|
|
- ad9dd30 coverity 12488 Resource leak In attr_index_config(): Leak of memory or pointers to system resources
|
|
|
|
- Ticket #281 - TLS not working with latest openldap
|
|
|
|
- Ticket #280 - extensible binary filters do not work
|
|
|
|
- Ticket #279 - filter normalization does not use matching rules
|
|
|
|
- Trac Ticket #275 - Invalid read reported by valgrind
|
|
|
|
- Ticket #277 - cannot set repl referrals or state
|
|
|
|
- Ticket #278 - Schema replication update failed: Invalid syntax
|
|
|
|
- Ticket #39 - Account Policy Plugin does not work for simple binds when PAM Pass Through Auth plugin is enabled
|
|
|
|
- Ticket #13 - slapd process exits when put the database on read only mode while updates are coming to the server
|
|
|
|
- Ticket #87 - Manpages fixes
|
|
|
|
- c493fb4 fix a couple of minor coverity issues
|
|
|
|
- Ticket #55 - Limit of 1024 characters for nsMatchingRule
|
|
|
|
- Trac Ticket #274 - Reindexing entryrdn fails if ancestors are also tombstoned
|
|
|
|
- Ticket #6 - protocol error from proxied auth operation
|
|
|
|
- Ticket #38 - nisDomain schema is incorrect
|
|
|
|
- Ticket #273 - ruv tombstone searches don't work after reindex entryrdn
|
|
|
|
- Ticket #29 - Samba3-schema is missing sambaTrustedDomainPassword
|
|
|
|
- Ticket #22 - RFE: Support sendmail LDAP routing schema
|
|
|
|
- Ticket #161 - Review and address latest Coverity issues
|
|
|
|
- Ticket #140 - incorrect memset parameters
|
|
|
|
- Trac Ticket 35 - Log not clear enough on schema errors
|
|
|
|
- Trac Ticket 139 - eliminate the use of char *dn in favor of Slapi_DN *dn
|
|
|
|
- Trac Ticket #52 - FQDN set to nsslapd-listenhost makes the server start fail if IPv4-mapped-IPv6 address is given
|
|
|
|
|
2012-01-24 18:53:56 +00:00
|
|
|
* Tue Jan 24 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.9.a8
|
|
|
|
- Ticket #272 - add tombstonenumsubordinates to schema
|
|
|
|
|
2012-01-23 22:50:59 +00:00
|
|
|
* Mon Jan 23 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.8.a7
|
|
|
|
- fixes for systemd - remove .pid files after shutting down servers
|
|
|
|
- Ticket #263 - add systemd include directive
|
|
|
|
- Ticket #264 - upgrade needs better check for "server is running"
|
|
|
|
|
2012-01-13 19:10:55 +00:00
|
|
|
* Fri Jan 20 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.7.a7
|
|
|
|
- Ticket #262 - pid file not removed with systemd
|
|
|
|
- Ticket #50 - server should not call a plugin after the plugin close function is called
|
|
|
|
- Ticket #18 - Data inconsitency during replication
|
|
|
|
- Ticket #49 - better handling for server shutdown while long running tasks are active
|
|
|
|
- Ticket #15 - Get rid of rwlock.h/rwlock.c and just use slapi_rwlock instead
|
|
|
|
- Ticket #257 - repl-monitor doesn't work if leftmost hostnames are the same
|
|
|
|
- Ticket #12 - 389 DS DNA Plugin / Replication failing on GSSAPI
|
|
|
|
- 6aaeb77 add a hack to disable sasl hostname canonicalization
|
|
|
|
- Ticket 168 - minssf should not apply to rootdse
|
|
|
|
- Ticket #177 - logconv.pl doesn't detect restarts
|
|
|
|
- Ticket #159 - Managed Entry Plugin runs against managed entries upon any update without validating
|
|
|
|
- Ticket 75 - Unconfigure plugin opperations are being called.
|
|
|
|
- Ticket 26 - Please support setting defaultNamingContext in the rootdse.
|
|
|
|
- Ticket #71 - unable to delete managed entry config
|
|
|
|
- Ticket #167 - Mixing transaction and non-transaction plugins can cause deadlock
|
|
|
|
- Ticket #256 - debug build assertion in ACL_EvalDestroy()
|
|
|
|
- Ticket #4 - bak2db gets stuck in infinite loop
|
|
|
|
- Ticket #162 - Infinite loop / spin inside strcmpi_fast, acl_read_access_allowed_on_attr, server DoS
|
|
|
|
- Ticket #3: acl cache overflown problem
|
|
|
|
- Ticket 1 - pre-normalize filter and pre-compile substring regex - and other optimizations
|
|
|
|
- Ticket 2 - If node entries are tombstone'd, subordinate entries fail to get the full DN.
|
|
|
|
|
2012-01-12 20:10:26 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.10-0.6.a6.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-19 16:22:07 +00:00
|
|
|
* Thu Dec 15 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.6.a6
|
|
|
|
- Bug 755725 - 389 programs linked against openldap crash during shutdown
|
|
|
|
- Bug 755754 - Unable to start dirsrv service using systemd
|
|
|
|
- Bug 745259 - Incorrect entryUSN index under high load in replicated environment
|
|
|
|
- d439e3a use slapi_hexchar2int and slapi_str_to_u8 everywhere
|
|
|
|
- 5910551 csn_init_as_string should not use sscanf
|
|
|
|
- b53ba00 reduce calls to csn_as_string and slapi_log_error
|
|
|
|
- c897267 fix member variable name error in slapi_uniqueIDFormat
|
|
|
|
- 66808e5 uniqueid formatting - use slapi_u8_to_hex instead of sprintf
|
|
|
|
- 580a875 csn_as_string - use slapi_uN_to_hex instead of sprintf
|
|
|
|
- Bug 751645 - crash when simple paged fails to send entry to client
|
|
|
|
- Bug 752155 - Use restorecon after creating init script lock file
|
|
|
|
|
2011-11-04 21:55:41 +00:00
|
|
|
* Fri Nov 4 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.5.a5
|
|
|
|
- Bug 751495 - 'setup-ds.pl -u' fails with undefined routine 'updateSystemD'
|
|
|
|
- Bug 750625 750624 750622 744946 Coverity issues
|
|
|
|
- Bug 748575 - part 2 - rhds81 modrdn operation and 100% cpu use in replication
|
|
|
|
- Bug 748575 - rhds81 modrn operation and 100% cpu use in replication
|
|
|
|
- Bug 745259 - Incorrect entryUSN index under high load in replicated environment
|
|
|
|
- f639711 Reduce the number of DN normalization
|
|
|
|
- c06a8fa Keep unhashed password psuedo-attribute in the adding entry
|
|
|
|
- Bug 744945 - nsslapd-counters attribute value cannot be set to "off"
|
|
|
|
- 8d3b921 Use new PLUGIN_CONFIG_ENTRY feature to allow switching between txn and regular
|
|
|
|
- d316a67 Change referential integrity to be a betxnpostoperation plugin
|
|
|
|
|
2011-10-08 03:05:45 +00:00
|
|
|
* Fri Oct 7 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.4.a4
|
|
|
|
- Bug 741744 - part3 - MOD operations with chained delete/add get back error 53
|
|
|
|
- 1d2f5a0 make memberof transaction aware and able to be a betxnpostoperation plug in
|
|
|
|
- b6d3ba7 pass the plugin config entry to the plugin init function
|
|
|
|
- 28f7bfb set the ENTRY_POST_OP for modrdn betxnpostoperation plugins
|
|
|
|
- Bug 743966 - Compiler warnings in account usability plugin
|
|
|
|
|
|
|
|
* Wed Oct 5 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10.a3-0.3
|
2011-10-05 23:08:55 +00:00
|
|
|
- 498c42b fix transaction support in ldbm_delete
|
|
|
|
|
2011-10-05 21:40:17 +00:00
|
|
|
* Wed Oct 5 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10.a2-0.2
|
|
|
|
- Bug 740942 - allow resource limits to be set for paged searches independently of limits for other searches/operations
|
|
|
|
- Bug 741744 - MOD operations with chained delete/add get back error 53 on backend config
|
|
|
|
- Bug 742324 - allow nsslapd-idlistscanlimit to be set dynamically and per-user
|
|
|
|
|
2011-09-01 21:33:45 +00:00
|
|
|
* Wed Sep 21 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10.a1-0.1
|
|
|
|
- Bug 695736 - Providing native systemd file
|
|
|
|
|
2011-09-07 14:45:21 +00:00
|
|
|
* Wed Sep 7 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.10-2
|
|
|
|
- corrected source
|
|
|
|
|
2011-09-07 01:40:07 +00:00
|
|
|
* Wed Sep 7 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.10-1
|
|
|
|
- Bug 735114 - renaming a managed entry does not update mepmanagedby
|
|
|
|
|
2011-09-01 20:31:40 +00:00
|
|
|
* Thu Sep 1 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.9-1
|
|
|
|
- Bug 735121 - simple paged search + ip/dns based ACI hangs server
|
|
|
|
- Bug 722292 - (cov#11030) Leak of mapped_sdn in winsync rename code
|
|
|
|
- Bug 703990 - cross-platform - Support upgrade from Red Hat Directory Server
|
|
|
|
- Introducing an environment variable USE_VALGRIND to clean up the entry cache and dn cache on exit.
|
|
|
|
|
2011-08-31 16:21:48 +00:00
|
|
|
* Wed Aug 31 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.8-1
|
|
|
|
- Bug 732153 - subtree and user account lockout policies implemented?
|
|
|
|
- Bug 722292 - Entries in DS are not updated properly when using WinSync API
|
|
|
|
|
2011-08-25 16:40:37 +00:00
|
|
|
* Wed Aug 24 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.7-1
|
|
|
|
- Bug 733103 - large targetattr list with syntax errors cause server to crash or hang
|
|
|
|
- Bug 633803 - passwordisglobalpolicy attribute brakes TLS chaining
|
|
|
|
- Bug 732541 - Ignore error 32 when adding automember config
|
|
|
|
- Bug 728592 - Allow ns-slapd to start with an invalid server cert
|
|
|
|
|
2011-08-10 19:24:19 +00:00
|
|
|
* Wed Aug 10 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.6-1
|
|
|
|
- Bug 728510 - Run dirsync after sending updates to AD
|
|
|
|
- Bug 729717 - Fatal error messages when syncing deletes from AD
|
|
|
|
- Bug 729369 - upgrade DB to upgrade from entrydn to entryrdn format is not working.
|
|
|
|
- Bug 729378 - delete user subtree container in AD + modify password in DS == DS crash
|
|
|
|
- Bug 723937 - Slapi_Counter API broken on 32-bit F15
|
|
|
|
- fixed again - separate tests for atomic ops and atomic bool cas
|
|
|
|
|
2011-08-08 15:36:10 +00:00
|
|
|
* Mon Aug 8 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.5-1
|
|
|
|
- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
|
|
|
|
- Fix another coverity NULL deref in previous patch
|
|
|
|
|
2011-08-04 14:27:15 +00:00
|
|
|
* Thu Aug 4 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.4-1
|
|
|
|
- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
|
|
|
|
- Fix coverity NULL deref in previous patch
|
|
|
|
|
2011-08-04 13:57:59 +00:00
|
|
|
* Wed Aug 3 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.3-1
|
|
|
|
- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
|
|
|
|
- previous patch broke build on el5
|
|
|
|
|
2011-08-03 23:02:42 +00:00
|
|
|
* Wed Aug 3 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.2-1
|
2011-08-04 13:57:59 +00:00
|
|
|
- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
|
2011-08-03 23:02:42 +00:00
|
|
|
|
2011-08-02 15:28:18 +00:00
|
|
|
* Tue Aug 2 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.1-2
|
|
|
|
- Bug 723937 - Slapi_Counter API broken on 32-bit F15
|
|
|
|
- fixed to use configure test for GCC provided 64-bit atomic functions
|
|
|
|
|
2011-08-01 18:01:43 +00:00
|
|
|
* Wed Jul 27 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.1-1
|
|
|
|
- Bug 663752 - Cert renewal for attrcrypt and encchangelog
|
|
|
|
- this was "re-fixed" due to a deadlock condition with cl2ldif task cancel
|
|
|
|
- Bug 725953 - Winsync: DS entries fail to sync to AD, if the User's CN entry contains a comma
|
|
|
|
- Bug 725743 - Make memberOf use PRMonitor for it's operation lock
|
|
|
|
- Bug 725542 - Instance upgrade fails when upgrading 389-ds-base package
|
|
|
|
- Bug 723937 - Slapi_Counter API broken on 32-bit F15
|
|
|
|
|
2011-07-21 16:14:29 +00:00
|
|
|
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.2.9.0-1.2
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-07-20 09:18:00 +00:00
|
|
|
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 1.2.9.0-1.1
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-07-16 01:40:32 +00:00
|
|
|
* Fri Jul 15 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.0-1
|
|
|
|
- Bug 720059 - RDN with % can cause crashes or missing entries
|
|
|
|
- Bug 709468 - RSA Authentication Server timeouts when using simple paged results on RHDS 8.2.
|
|
|
|
- Bug 691313 - Need TLS/SSL error messages in repl status and errors log
|
|
|
|
- Bug 712855 - Directory Server 8.2 logs "Netscape Portable Runtime error -5961 (TCP connection reset by peer.)" to error log whereas Directory Server 8.1 did not
|
|
|
|
- Bug 713209 - Update sudo schema
|
|
|
|
- Bug 719069 - clean up compiler warnings in 389-ds-base 1.2.9
|
|
|
|
- Bug 718303 - Intensive updates on masters could break the consumer's cache
|
|
|
|
- Bug 711679 - unresponsive LDAP service when deleting vlv on replica
|
|
|
|
|
2011-06-28 15:17:02 +00:00
|
|
|
* Mon Jun 27 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9-0.2.a2
|
|
|
|
- 389-ds-base-1.2.9.a2
|
|
|
|
- look for separate openldap ldif library
|
|
|
|
- Split automember regex rules into separate entries
|
|
|
|
- writing Inf file shows SchemaFile = ARRAY(0xhexnum)
|
|
|
|
- add support for ldif files with changetype: add
|
|
|
|
- Bug 716980 - winsync uses old AD entry if new one not found
|
|
|
|
- Bug 697694 - rhds82 - incr update state stop_fatal_error "requires administrator action", with extop_result: 9
|
|
|
|
- bump console version to 1.2.6
|
|
|
|
- Bug 711679 - unresponsive LDAP service when deleting vlv on replica
|
|
|
|
- Bug 703703 - setup-ds-admin.pl asks for legal agreement to a non-existant file
|
|
|
|
- Bug 706209 - LEGAL: RHEL6.1 License issue for 389-ds-base package
|
|
|
|
- Bug 663752 - Cert renewal for attrcrypt and encchangelog
|
|
|
|
- Bug 706179 - DS can not restart after create a new objectClass has entryusn attribute
|
|
|
|
- Bug 711906 - ns-slapd segfaults using suffix referrals
|
|
|
|
- Bug 707384 - only allow FIPS approved cipher suites in FIPS mode
|
|
|
|
- Bug 710377 - Import with chain-on-update crashes ns-slapd
|
|
|
|
- Bug 709826 - Memory leak: when extra referrals configured
|
|
|
|
|
2011-06-17 09:48:12 +00:00
|
|
|
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.2.9-0.1.a1.2
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-06-10 11:08:00 +00:00
|
|
|
* Fri Jun 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.2.9-0.1.a1.1
|
|
|
|
- Perl 5.14 mass rebuild
|
|
|
|
|
2011-05-26 19:36:22 +00:00
|
|
|
* Thu May 26 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9-0.1.a1
|
|
|
|
- 389-ds-base-1.2.9.a1
|
|
|
|
- Auto Membership
|
|
|
|
- More Coverity fixes
|
|
|
|
|
2011-05-02 16:14:47 +00:00
|
|
|
* Mon May 2 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8.3-1
|
|
|
|
- 389-ds-base-1.2.8.3
|
|
|
|
- Bug 700145 - userpasswd not replicating
|
|
|
|
- Bug 700557 - Linked attrs callbacks access free'd pointers after close
|
|
|
|
- Bug 694336 - Group sync hangs Windows initial Sync
|
|
|
|
- Bug 700215 - ldclt core dumps
|
|
|
|
- Bug 695779 - windows sync can lose old values when a new value is added
|
|
|
|
- Bug 697027 - 12 - minor memory leaks found by Valgrind + TET
|
|
|
|
|
2011-04-14 22:41:35 +00:00
|
|
|
* Thu Apr 14 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8.2-1
|
|
|
|
- 389-ds-base-1.2.8.2
|
|
|
|
- Bug 696407 - If an entry with a mixed case RDN is turned to be
|
|
|
|
- a tombstone, it fails to assemble DN from entryrdn
|
|
|
|
|
2011-04-08 23:09:19 +00:00
|
|
|
* Fri Apr 8 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8.1-1
|
|
|
|
- 389-ds-base-1.2.8.1
|
|
|
|
- Bug 693962 - Full replica push loses some entries with multi-valued RDNs
|
|
|
|
|
2011-04-05 17:12:56 +00:00
|
|
|
* Tue Apr 5 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8.0-1
|
|
|
|
- 389-ds-base-1.2.8.0
|
|
|
|
- Bug 693473 - rhds82 rfe - windows_tot_run to log Sizelimit exceeded instead of LDAP error - -1
|
|
|
|
- Bug 692991 - rhds82 - windows_tot_run: failed to obtain data to send to the consumer; LDAP error - -1
|
|
|
|
- Bug 693466 - Unable to change schema online
|
|
|
|
- Bug 693503 - matching rules do not inherit from superior attribute type
|
|
|
|
- Bug 693455 - nsMatchingRule does not work with multiple values
|
|
|
|
- Bug 693451 - cannot use localized matching rules
|
|
|
|
- Bug 692331 - Segfault on index update during full replication push on 1.2.7.5
|
|
|
|
|
2011-04-01 19:53:51 +00:00
|
|
|
* Mon Apr 4 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.10.rc5
|
|
|
|
- 389-ds-base-1.2.8.rc5
|
|
|
|
- Bug 692469 - Replica install fails after step for "enable GSSAPI for replication"
|
|
|
|
|
2011-03-30 00:31:45 +00:00
|
|
|
* Tue Mar 29 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.9.rc4
|
|
|
|
- 389-ds-base-1.2.8.rc4
|
|
|
|
- Bug 668385 - DS pipe log script is executed as many times as the dirsrv serv
|
|
|
|
ice is restarted
|
|
|
|
- 389-ds-base-1.2.8.rc3
|
|
|
|
- Bug 690955 - Mrclone fails due to the replica generation id mismatch
|
|
|
|
|
|
|
|
* Tue Mar 22 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.8.rc2
|
2011-03-23 00:56:00 +00:00
|
|
|
- 389-ds-base-1.2.8 release candidate 2 - git tag 389-ds-base-1.2.8.rc2
|
|
|
|
- Bug 689537 - (cov#10610) Fix Coverity NULL pointer dereferences
|
|
|
|
- Bug 689866 - ns-newpwpolicy.pl needs to use the new DN format
|
|
|
|
- Bug 681015 - RFE: allow fine grained password policy duration attributes
|
|
|
|
- in days, hours, minutes, as well
|
|
|
|
- Bug 684996 - Exported tombstone cannot be imported correctly
|
|
|
|
- Bug 683250 - slapd crashing when traffic replayed
|
|
|
|
- Bug 668909 - Can't modify replication agreement in some cases
|
|
|
|
- Bug 504803 - Allow maxlogsize to be set if logmaxdiskspace is -1
|
|
|
|
- Bug 644784 - Memory leak in "testbind.c" plugin
|
|
|
|
- Bug 680558 - Winsync plugin fails to restrain itself to the configured subtree
|
|
|
|
|
2011-03-07 17:33:10 +00:00
|
|
|
* Mon Mar 7 2011 Caolán McNamara <caolanm@redhat.com> - 1.2.8-0.7.rc1
|
|
|
|
- rebuild for icu 4.6
|
|
|
|
|
2011-03-03 03:30:43 +00:00
|
|
|
* Wed Mar 2 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.6.rc1
|
|
|
|
- 389-ds-base-1.2.8 release candidate 1 - git tag 389-ds-base-1.2.8.rc1
|
|
|
|
- Bug 518890 - setup-ds-admin.pl - improve hostname validation
|
|
|
|
- Bug 681015 - RFE: allow fine grained password policy duration attributes in
|
|
|
|
- days, hours, minutes, as well
|
|
|
|
- Bug 514190 - setup-ds-admin.pl --debug does not log to file
|
|
|
|
- Bug 680555 - ns-slapd segfaults if I have more than 100 DBs
|
|
|
|
- Bug 681345 - setup-ds.pl should set SuiteSpotGroup automatically
|
|
|
|
- Bug 674852 - crash in ldap-agent when using OpenLDAP
|
|
|
|
- Bug 679978 - modifying attr value crashes the server, which is supposed to
|
|
|
|
- be indexed as substring type, but has octetstring syntax
|
|
|
|
- Bug 676655 - winsync stops working after server restart
|
|
|
|
- Bug 677705 - ds-logpipe.py script is failing to validate "-s" and
|
|
|
|
- "--serverpid" options with "-t".
|
|
|
|
- Bug 625424 - repl-monitor.pl doesn't work in hub node
|
|
|
|
|
2011-02-28 22:19:40 +00:00
|
|
|
* Mon Feb 28 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.5.a3
|
|
|
|
- Bug 676598 - 389-ds-base multilib: file conflicts
|
|
|
|
- split off libs into a separate -libs package
|
|
|
|
|
2011-02-24 22:44:15 +00:00
|
|
|
* Thu Feb 24 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.4.a3
|
|
|
|
- do not create /var/run/dirsrv - setup will create it instead
|
|
|
|
- remove the fedora-ds initscript upgrade stuff - we do not support that anymore
|
|
|
|
- convert the remaining lua stuff to plain old shell script
|
|
|
|
|
2011-02-09 16:17:36 +00:00
|
|
|
* Wed Feb 9 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.3.a3
|
|
|
|
- 1.2.8.a3 release - git tag 389-ds-base-1.2.8.a3
|
|
|
|
- Bug 675320 - empty modify operation with repl on or lastmod off will crash server
|
|
|
|
- Bug 675265 - preventryusn gets added to entries on a failed delete
|
|
|
|
- Bug 677774 - added support for tmpfiles.d
|
|
|
|
- Bug 666076 - dirsrv crash (1.2.7.5) with multiple simple paged result search
|
|
|
|
es
|
|
|
|
- Bug 672468 - Don't use empty path elements in LD_LIBRARY_PATH
|
|
|
|
- Bug 671199 - Don't allow other to write to rundir
|
|
|
|
- Bug 678646 - Ignore tombstone operations in managed entry plug-in
|
|
|
|
- Bug 676053 - export task followed by import task causes cache assertion
|
|
|
|
- Bug 677440 - clean up compiler warnings in 389-ds-base 1.2.8
|
|
|
|
- Bug 675113 - ns-slapd core dump in windows_tot_run if oneway sync is used
|
|
|
|
- Bug 676689 - crash while adding a new user to be synced to windows
|
|
|
|
- Bug 604881 - admin server log files have incorrect permissions/ownerships
|
|
|
|
- Bug 668385 - DS pipe log script is executed as many times as the dirsrv serv
|
|
|
|
ice is restarted
|
|
|
|
- Bug 675853 - dirsrv crash segfault in need_new_pw()
|
|
|
|
|
2011-02-07 22:53:40 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.8-0.2.a2.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-04 02:05:56 +00:00
|
|
|
* Thu Feb 3 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.2.a2
|
|
|
|
- 1.2.8.a2 release - git tag 389-ds-base-1.2.8.a2
|
|
|
|
- Bug 674430 - Improve error messages for attribute uniqueness
|
|
|
|
- Bug 616213 - insufficient stack size for HP-UX on PA-RISC
|
|
|
|
- Bug 615052 - intrinsics and 64-bit atomics code fails to compile
|
|
|
|
- on PA-RISC
|
|
|
|
- Bug 151705 - Need to update Console Cipher Preferences with new ciphers
|
|
|
|
- Bug 668862 - init scripts return wrong error code
|
|
|
|
- Bug 670616 - Allow SSF to be set for local (ldapi) connections
|
|
|
|
- Bug 667935 - DS pipe log script's logregex.py plugin is not redirecting the
|
|
|
|
- log output to the text file
|
|
|
|
- Bug 668619 - slapd stops responding
|
|
|
|
- Bug 624547 - attrcrypt should query the given slot/token for
|
|
|
|
- supported ciphers
|
|
|
|
- Bug 646381 - Faulty password for nsmultiplexorcredentials does not give any
|
|
|
|
- error message in logs
|
|
|
|
|
2011-01-24 22:18:35 +00:00
|
|
|
* Fri Jan 21 2011 Nathan Kinder <nkinder@redhat.com> - 1.2.8-0.1.a1
|
2011-01-24 23:59:22 +00:00
|
|
|
- 1.2.8-0.1.a1 release - git tag 389-ds-base-1.2.8.a1
|
2011-01-24 22:18:35 +00:00
|
|
|
- many bug fixes
|
|
|
|
|
2010-12-16 17:15:16 +00:00
|
|
|
* Thu Dec 16 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.5-1
|
|
|
|
- 1.2.7.5 release - git tag 389-ds-base-1.2.7.5
|
|
|
|
- Bug 663597 - Memory leaks in normalization code
|
|
|
|
|
2010-12-14 21:04:01 +00:00
|
|
|
* Tue Dec 14 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.4-2
|
|
|
|
- Resolves: bug 656541 - use %ghost on files in /var/lock
|
|
|
|
|
2010-12-10 18:25:35 +00:00
|
|
|
* Fri Dec 10 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.4-1
|
|
|
|
- 1.2.7.4 release - git tag 389-ds-base-1.2.7.4
|
|
|
|
- Bug 661792 - Valid managed entry config rejected
|
|
|
|
|
2010-12-08 19:03:57 +00:00
|
|
|
* Wed Dec 8 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.3-1
|
|
|
|
- 1.2.7.3 release - git tag 389-ds-base-1.2.7.3
|
|
|
|
- Bug 658312 - Invalid free in Managed Entry plug-in
|
|
|
|
- Bug 641944 - Don't normalize non-DN RDN values
|
|
|
|
|
2010-12-03 18:39:33 +00:00
|
|
|
* Fri Dec 3 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.2-1
|
|
|
|
- 1.2.7.2 release - git tag 389-ds-base-1.2.7.2
|
|
|
|
- Bug 659456 - Incorrect usage of ber_printf() in winsync code
|
|
|
|
- Bug 658309 - Process escaped characters in managed entry mappings
|
|
|
|
- Bug 197886 - Initialize return value for UUID generation code
|
|
|
|
- Bug 658312 - Allow mapped attribute types to be quoted
|
|
|
|
- Bug 197886 - Avoid overflow of UUID generator
|
|
|
|
|
2010-11-24 02:28:38 +00:00
|
|
|
* Tue Nov 23 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.1-2
|
|
|
|
- last commit had bogus commit log
|
|
|
|
|
2010-11-24 02:16:56 +00:00
|
|
|
* Tue Nov 23 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.1-1
|
|
|
|
- 1.2.7.1 release - git tag 389-ds-base-1.2.7.1
|
|
|
|
- Bug 656515 - Allow Name and Optional UID syntax for grouping attributes
|
|
|
|
- Bug 656392 - Remove calls to ber_err_print()
|
|
|
|
- Bug 625950 - hash nsslapd-rootpw changes in audit log
|
|
|
|
|
2010-11-16 18:03:59 +00:00
|
|
|
* Tue Nov 16 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.7-2
|
2010-11-15 19:35:56 +00:00
|
|
|
- 1.2.7 release - git tag 389-ds-base-1.2.7
|
2010-11-16 18:03:59 +00:00
|
|
|
|
|
|
|
* Fri Nov 12 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.7-1
|
2010-11-12 21:59:55 +00:00
|
|
|
- Bug 648949 - Merge dirsrv and dirsrv-admin policy modules into base policy
|
|
|
|
|
2010-11-09 17:49:28 +00:00
|
|
|
* Tue Nov 9 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7-0.6.a5
|
|
|
|
- 1.2.7.a5 release - git tag 389-ds-base-1.2.7.a5
|
|
|
|
- Bug 643979 - Strange byte sequence for attribute with no values (nsslapd-ref
|
|
|
|
erral)
|
|
|
|
- Bug 635009 - Add one-way AD sync capability
|
|
|
|
- Bug 572018 - Upgrading from 1.2.5 to 1.2.6.a2 deletes userRoot
|
|
|
|
- put replication config entries in separate file
|
|
|
|
- Bug 567282 - server can not abandon searchRequest of "simple paged results"
|
|
|
|
- Bug 329751 - "nested" filtered roles searches candidates more than needed
|
|
|
|
- Bug 521088 - DNA should check ACLs before getting a value from the range
|
|
|
|
|
2010-11-01 16:56:40 +00:00
|
|
|
* Mon Nov 1 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7-0.5.a4
|
|
|
|
- 1.2.7.a4 release - git tag 389-ds-base-1.2.7.a4
|
|
|
|
- Bug 647932 - multiple memberOf configuration adding memberOf where there is
|
|
|
|
no member
|
|
|
|
- Bug 491733 - dbtest crashes
|
|
|
|
- Bug 606545 - core schema should include numSubordinates
|
|
|
|
- Bug 638773 - permissions too loose on pid and lock files
|
|
|
|
- Bug 189985 - Improve attribute uniqueness error message
|
|
|
|
- Bug 619623 - attr-unique-plugin ignores requiredObjectClass on modrdn operat
|
|
|
|
ions
|
|
|
|
- Bug 619633 - Make attribute uniqueness obey requiredObjectClass
|
|
|
|
|
2010-10-27 21:25:40 +00:00
|
|
|
* Wed Oct 27 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7-0.4.a3
|
|
|
|
- 1.2.7.a3 release - a2 was never released - this is a rebuild to pick up
|
|
|
|
- Bug 644608 - RHDS 8.1->8.2 upgrade fails to properly migrate ACIs
|
|
|
|
- Adding the ancestorid fix code to ##upgradednformat.pl.
|
|
|
|
|
2010-10-22 23:07:18 +00:00
|
|
|
* Fri Oct 22 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7-0.3.a3
|
|
|
|
- 1.2.7.a3 release - a2 was never released
|
|
|
|
- Bug 644608 - RHDS 8.1->8.2 upgrade fails to properly migrate ACIs
|
|
|
|
- Bug 629681 - Retro Changelog trimming does not behave as expected
|
|
|
|
- Bug 645061 - Upgrade: 06inetorgperson.ldif and 05rfc4524.ldif
|
|
|
|
- are not upgraded in the server instance schema dir
|
|
|
|
|
2010-10-19 14:16:08 +00:00
|
|
|
* Tue Oct 19 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7-0.2.a2
|
|
|
|
- 1.2.7.a2 release - a1 was the OpenLDAP testday release
|
|
|
|
- git tag 389-ds-base-1.2.7.a2
|
|
|
|
- added openldap support on platforms that use openldap with moznss
|
|
|
|
- for crypto (F-14 and later)
|
|
|
|
- many bug fixes
|
|
|
|
- Account Policy Plugin (keep track of last login, disable old accounts)
|
|
|
|
|
|
|
|
* Fri Oct 8 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7-0.1.a1
|
|
|
|
- added openldap support
|
|
|
|
|
2010-09-29 22:54:25 +00:00
|
|
|
* Wed Sep 29 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6.1-3
|
|
|
|
- bump rel to rebuild again
|
|
|
|
|
2010-09-27 21:51:36 +00:00
|
|
|
* Mon Sep 27 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6.1-2
|
|
|
|
- bump rel to rebuild
|
|
|
|
|
2010-09-23 20:25:22 +00:00
|
|
|
* Thu Sep 23 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6.1-1
|
2010-09-27 21:25:49 +00:00
|
|
|
- This is the 1.2.6.1 release - git tag 389-ds-base-1.2.6.1
|
2010-09-23 20:25:22 +00:00
|
|
|
- Bug 634561 - Server crushes when using Windows Sync Agreement
|
2010-09-27 21:25:49 +00:00
|
|
|
- Bug 635987 - Incorrect sub scope search result with ACL containing ldap:///self
|
|
|
|
- Bug 612264 - ACI issue with (targetattr='userPassword')
|
|
|
|
- Bug 606920 - anonymous resource limit- nstimelimit - also applied to "cn=directory manager"
|
|
|
|
- Bug 631862 - crash - delete entries not in cache + referint
|
2010-09-23 20:25:22 +00:00
|
|
|
|
2010-08-26 20:23:37 +00:00
|
|
|
* Thu Aug 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-1
|
|
|
|
- This is the final 1.2.6 release
|
|
|
|
|
2010-08-10 14:24:03 +00:00
|
|
|
* Tue Aug 10 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.11.rc7
|
|
|
|
- 1.2.6 release candidate 7
|
|
|
|
- git tag 389-ds-base-1.2.6.rc7
|
|
|
|
- Bug 621928 - Unable to enable replica (rdn problem?) on 1.2.6 rc6
|
|
|
|
|
2010-08-04 17:03:01 +00:00
|
|
|
* Mon Aug 2 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.10.rc6
|
2010-08-04 14:41:44 +00:00
|
|
|
- 1.2.6 release candidate 6
|
|
|
|
- git tag 389-ds-base-1.2.6.rc6
|
|
|
|
- Bug 617013 - repl-monitor.pl use cpu upto 90%
|
|
|
|
- Bug 616618 - 389 v1.2.5 accepts 2 identical entries with different DN formats
|
|
|
|
- Bug 547503 - replication broken again, with 389 MMR replication and TCP errors
|
|
|
|
- Bug 613833 - Allow dirsrv_t to bind to rpc ports
|
|
|
|
- Bug 612242 - membership change on DS does not show on AD
|
|
|
|
- Bug 617629 - Missing aliases in new schema files
|
|
|
|
- Bug 619595 - Upgrading sub suffix under non-normalized suffix disappears
|
|
|
|
- Bug 616608 - SIGBUS in RDN index reads on platforms with strict alignments
|
|
|
|
- Bug 617862 - Replication: Unable to delete tombstone errors
|
|
|
|
- Bug 594745 - Get rid of dirsrv_lib_t label
|
|
|
|
|
2010-07-14 22:20:14 +00:00
|
|
|
* Wed Jul 14 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.9.rc3
|
|
|
|
- make selinux-devel explicit Require the base package in order
|
|
|
|
- to comply with Fedora Licensing Guidelines
|
|
|
|
|
2010-07-01 21:09:40 +00:00
|
|
|
* Thu Jul 1 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.8.rc3
|
|
|
|
- 1.2.6 release candidate 3
|
|
|
|
- git tag 389-ds-base-1.2.6.rc3
|
|
|
|
- Bug 603942 - null deref in _ger_parse_control() for subjectdn
|
|
|
|
- 609256 - Selinux: pwdhash fails if called via Admin Server CGI
|
|
|
|
- 578296 - Attribute type entrydn needs to be added when subtree rename switch is on
|
|
|
|
- 605827 - In-place upgrade: upgrade dn format should not run in setup-ds-admin.pl
|
|
|
|
- Bug 604453 - SASL Stress and Server crash: Program quits with the assertion failure in PR_Poll
|
|
|
|
- Bug 604453 - SASL Stress and Server crash: Program quits with the assertion failure in PR_Poll
|
|
|
|
- 606920 - anonymous resource limit - nstimelimit - also applied to "cn=directory manager"
|
|
|
|
|
2010-06-16 16:31:33 +00:00
|
|
|
* Wed Jun 16 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.7.rc2
|
|
|
|
- 1.2.6 release candidate 2
|
|
|
|
|
2010-06-15 23:20:24 +00:00
|
|
|
* Mon Jun 14 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.6-0.6.rc1
|
|
|
|
- install replication session plugin header with devel package
|
|
|
|
|
2010-06-09 14:29:23 +00:00
|
|
|
* Wed Jun 9 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.5.rc1
|
2010-06-09 14:23:24 +00:00
|
|
|
- 1.2.6 release candidate 1
|
|
|
|
|
2010-06-01 12:24:17 +00:00
|
|
|
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.2.6-0.4.a4.1
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2010-05-26 21:39:38 +00:00
|
|
|
* Wed May 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.4.a4
|
|
|
|
- 1.2.6.a4 release
|
|
|
|
|
2010-04-07 22:34:08 +00:00
|
|
|
* Tue Apr 7 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.6-0.4.a3
|
2010-04-06 18:46:00 +00:00
|
|
|
- 1.2.6.a3 release
|
|
|
|
- add managed entries plug-in
|
|
|
|
- many bug fixes
|
2010-04-07 22:34:08 +00:00
|
|
|
- moved selinux subpackage into base package
|
2010-04-06 18:46:00 +00:00
|
|
|
|
2010-04-02 13:52:06 +00:00
|
|
|
* Fri Apr 2 2010 Caolán McNamara <caolanm@redhat.com> - 1.2.6-0.3.a2
|
|
|
|
- rebuild for icu 4.4
|
|
|
|
|
2010-03-02 20:17:49 +00:00
|
|
|
* Mon Mar 2 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.2.a2
|
|
|
|
- 1.2.6.a2 release
|
|
|
|
- add support for matching rules
|
|
|
|
- many bug fixes
|
|
|
|
|
2010-01-25 17:26:03 +00:00
|
|
|
* Thu Jan 14 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.6-0.1.a1
|
|
|
|
- 1.2.6.a1 release
|
|
|
|
- Added SELinux policy and subpackages
|
|
|
|
|
2010-01-12 19:14:06 +00:00
|
|
|
* Tue Jan 12 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.5-1
|
|
|
|
- 1.2.5 final release
|
|
|
|
|
2010-01-04 18:30:50 +00:00
|
|
|
* Mon Jan 4 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.5-0.5.rc4
|
|
|
|
- 1.2.5.rc4 release
|
|
|
|
|
2009-12-18 00:23:51 +00:00
|
|
|
* Mon Dec 17 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.5-0.4.rc3
|
|
|
|
- 1.2.5.rc3 release
|
|
|
|
|
2009-12-07 23:29:24 +00:00
|
|
|
* Mon Dec 7 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.5-0.3.rc2
|
|
|
|
- 1.2.5.rc2 release
|
|
|
|
|
2009-12-02 18:17:04 +00:00
|
|
|
* Wed Dec 2 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.5-0.2.rc1
|
|
|
|
- 1.2.5.rc1 release
|
|
|
|
|
|
|
|
* Thu Nov 12 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.5-0.1.a1
|
|
|
|
- 1.2.5.a1 release
|
|
|
|
|
2009-10-29 18:00:01 +00:00
|
|
|
* Thu Oct 29 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.4-1
|
|
|
|
- 1.2.4 release
|
|
|
|
- resolves bug 221905 - added support for Salted MD5 (SMD5) passwords - primarily for migration
|
|
|
|
- resolves bug 529258 - Make upgrade remove obsolete schema from 99user.ldif
|
|
|
|
|
2009-10-07 15:42:35 +00:00
|
|
|
* Mon Sep 14 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.3-1
|
|
|
|
- 1.2.3 release
|
|
|
|
- added template-initconfig to %files
|
|
|
|
- %posttrans now runs update to update the server instances
|
|
|
|
- servers are shutdown, then restarted if running before install
|
|
|
|
- scriptlets mostly use lua now to pass data among scriptlet phases
|
2009-09-08 19:24:58 +00:00
|
|
|
|
2009-09-01 11:24:53 +00:00
|
|
|
* Tue Sep 01 2009 Caolán McNamara <caolanm@redhat.com> - 1.2.2-2
|
|
|
|
- rebuild with new openssl to fix dependencies
|
|
|
|
|
2009-08-25 20:00:52 +00:00
|
|
|
* Tue Aug 25 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.2-1
|
|
|
|
- backed out - added template-initconfig to %files - this change is for the next major release
|
|
|
|
- bump version to 1.2.2
|
|
|
|
- fix reopened 509472 db2index all does not reindex all the db backends correctly
|
|
|
|
- fix 518520 - pre hashed salted passwords do not work
|
|
|
|
- see https://bugzilla.redhat.com/show_bug.cgi?id=518519 for the list of
|
|
|
|
- bugs fixed in 1.2.2
|
|
|
|
|
2009-08-21 12:17:00 +00:00
|
|
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.1-5
|
|
|
|
- rebuilt with new openssl
|
|
|
|
|
2009-08-19 19:34:52 +00:00
|
|
|
* Wed Aug 19 2009 Noriko Hosoi <nhosoi@redhat.com> - 1.2.1-4
|
|
|
|
- added template-initconfig to %files
|
|
|
|
|
2009-08-12 19:46:53 +00:00
|
|
|
* Wed Aug 12 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.1-3
|
|
|
|
- added BuildRequires pcre
|
|
|
|
|
2009-07-24 14:58:04 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-05-26 22:55:06 +00:00
|
|
|
* Mon May 18 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.1-1
|
|
|
|
- change name to 389
|
|
|
|
- change version to 1.2.1
|
|
|
|
- added initial support for numeric string syntax
|
|
|
|
- added initial support for syntax validation
|
|
|
|
- added initial support for paged results including sorting
|
|
|
|
|
|
|
|
* Tue Apr 28 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.0-4
|
|
|
|
- final release 1.2.0
|
|
|
|
- Resolves: bug 475338 - LOG: the intenal type of maxlogsize, maxdiskspace and minfreespace should be 64-bit integer
|
|
|
|
- Resolves: bug 496836 - SNMP ldap-agent on Solaris: Unable to open semaphore for server: 389
|
|
|
|
- CVS tag: FedoraDirSvr_1_2_0 FedoraDirSvr_1_2_0_20090428
|
|
|
|
|
|
|
|
* Mon Apr 6 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.0-3
|
|
|
|
- re-enable ppc builds
|
|
|
|
|
|
|
|
* Thu Apr 2 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.0-2
|
|
|
|
- exclude ppc builds - needs extensive porting work
|
|
|
|
|
|
|
|
* Mon Mar 30 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.0-1
|
|
|
|
- new release 1.2.0
|
|
|
|
- Made devel package depend on mozldap-devel
|
|
|
|
- only create run dir if it does not exist
|
|
|
|
- CVS tag: FedoraDirSvr_1_2_0_RC1 FedoraDirSvr_1_2_0_RC1_20090330
|
|
|
|
|
|
|
|
* Mon Oct 30 2008 Noriko Hosoi <nhosoi@redhat.com> - 1.1.3-7
|
|
|
|
- added db4-utils to Requires for verify-db.pl
|
|
|
|
|
|
|
|
* Mon Oct 13 2008 Noriko Hosoi <nhosoi@redhat.com> - 1.1.3-6
|
|
|
|
- Enabled LDAPI autobind
|
|
|
|
|
|
|
|
* Thu Oct 9 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.3-5
|
|
|
|
- updated update to patch bug463991-bdb47.patch
|
|
|
|
|
|
|
|
* Thu Oct 9 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.3-4
|
|
|
|
- updated patch bug463991-bdb47.patch
|
|
|
|
|
|
|
|
* Mon Sep 29 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.3-3
|
|
|
|
- added patch bug463991-bdb47.patch
|
|
|
|
- make ds work with bdb 4.7
|
|
|
|
|
|
|
|
* Wed Sep 24 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.3-2
|
|
|
|
- rolled back bogus winsync memory leak fix
|
|
|
|
|
|
|
|
* Tue Sep 23 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.3-1
|
|
|
|
- winsync api improvements for modify operations
|
|
|
|
|
|
|
|
* Fri Jun 13 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.2-1
|
|
|
|
- This is the 1.1.2 release. The bugs fixed can be found here
|
|
|
|
- https://bugzilla.redhat.com/showdependencytree.cgi?id=452721
|
|
|
|
- Added winsync-plugin.h to the devel subpackage
|
|
|
|
|
|
|
|
* Fri Jun 6 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.1-2
|
|
|
|
- bump rev to rebuild and pick up new version of ICU
|
|
|
|
|
|
|
|
* Fri May 23 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.1-1
|
|
|
|
- 1.1.1 release candidate - several bug fixes
|
|
|
|
|
|
|
|
* Wed Apr 16 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.0.1-4
|
|
|
|
- fix bugzilla 439829 - patch to allow working with NSS 3.11.99 and later
|
|
|
|
|
|
|
|
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1.0.1-3
|
|
|
|
- add patch to allow server to work with NSS 3.11.99 and later
|
|
|
|
- do NSS_Init after fork but before detaching from console
|
|
|
|
|
|
|
|
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1.0.1-3
|
|
|
|
- add Requires for versioned perl (libperl.so)
|
|
|
|
|
|
|
|
* Wed Feb 27 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.0.1-2
|
|
|
|
- previous fix for 434403 used the wrong patch
|
|
|
|
- this is the right one
|
|
|
|
|
|
|
|
* Wed Feb 27 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.0.1-1
|
|
|
|
- Resolves bug 434403 - GCC 4.3 build fails
|
|
|
|
- Rolled new source tarball which includes Nathan's fix for the struct ucred
|
|
|
|
- NOTE: Change version back to 1.1.1 for next release
|
|
|
|
- this release was pulled from CVS tag FedoraDirSvr110_gcc43
|
|
|
|
|
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.0-5
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
|
|
|
* Thu Dec 20 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-4
|
|
|
|
- This is the GA release of Fedora DS 1.1
|
|
|
|
- Removed version numbers for BuildRequires and Requires
|
|
|
|
- Added full URL to source tarball
|
|
|
|
|
|
|
|
* Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.0-3
|
|
|
|
- Rebuild for deps
|
|
|
|
|
|
|
|
* Wed Nov 7 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-2.0
|
|
|
|
- This is the beta2 release
|
|
|
|
- new file added to package - /etc/sysconfig/dirsrv - for setting
|
|
|
|
- daemon environment as is usual in other linux daemons
|
|
|
|
|
|
|
|
* Thu Aug 16 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.2
|
|
|
|
- fix build breakage due to open()
|
|
|
|
- mock could not find BuildRequires: db4-devel >= 4.2.52
|
|
|
|
- mock works if >= version is removed - it correctly finds db4.6
|
|
|
|
|
|
|
|
* Fri Aug 10 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.1
|
|
|
|
- Change pathnames to use the pkgname macro which is dirsrv
|
|
|
|
- get rid of cvsdate in source name
|
|
|
|
|
|
|
|
* Fri Jul 20 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-0.3.20070720
|
|
|
|
- Added Requires for perldap, cyrus sasl plugins
|
|
|
|
- Removed template-migrate* files
|
|
|
|
- Added perl module directory
|
|
|
|
- Removed install.inf - setup-ds.pl can now easily generate one
|
|
|
|
|
|
|
|
* Mon Jun 18 2007 Nathan Kinder <nkinder@redhat.com> - 1.1.0-0.2.20070320
|
|
|
|
- added requires for mozldap-tools
|
|
|
|
|
|
|
|
* Tue Mar 20 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-0.1.20070320
|
|
|
|
- update to latest sources
|
|
|
|
- added migrateTo11 to allow migrating instances from 1.0.x to 1.1
|
|
|
|
- ldapi support
|
|
|
|
- fixed pam passthru plugin ENTRY method
|
|
|
|
|
|
|
|
* Fri Feb 23 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-0.1.20070223
|
|
|
|
- Renamed package to fedora-ds-base, but keep names of paths/files/services the same
|
|
|
|
- use the shortname macro (fedora-ds) for names of paths, files, and services instead
|
|
|
|
- of name, so that way we can continue to use e.g. /etc/fedora-ds instead of /etc/fedora-ds-base
|
|
|
|
- updated to latest sources
|
|
|
|
|
|
|
|
* Tue Feb 13 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-0.1.20070213
|
|
|
|
- More cleanup suggested by Dennis Gilmore
|
|
|
|
- This is the fedora extras candidate based on cvs tag FedoraDirSvr110a1
|
|
|
|
|
|
|
|
* Fri Feb 9 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.el4.20070209
|
|
|
|
- latest sources
|
|
|
|
- added init scripts
|
|
|
|
- use /etc as instconfigdir
|
|
|
|
|
|
|
|
* Wed Feb 7 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.el4.20070207
|
|
|
|
- latest sources
|
|
|
|
- moved all executables to _bindir
|
|
|
|
|
|
|
|
* Mon Jan 29 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.el4.20070129
|
|
|
|
- latest sources
|
|
|
|
- added /var/tmp/fedora-ds to dirs
|
|
|
|
|
|
|
|
* Fri Jan 26 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-8.el4.20070125
|
|
|
|
- added logconv.pl
|
|
|
|
- added slapi-plugin.h to devel package
|
|
|
|
- added explicit dirs for /var/log/fedora-ds et. al.
|
|
|
|
|
|
|
|
* Thu Jan 25 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-7.el4.20070125
|
|
|
|
- just move all .so files into the base package from the devel package
|
|
|
|
|
|
|
|
* Thu Jan 25 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-6.el4.20070125
|
|
|
|
- Move the plugin *.so files into the main package instead of the devel
|
|
|
|
- package because they are loaded directly by name via dlopen
|
|
|
|
|
|
|
|
* Fri Jan 19 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-5.el4.20070125
|
|
|
|
- Move the script-templates directory to datadir/fedora-ds
|
|
|
|
|
|
|
|
* Fri Jan 19 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-4.el4.20070119
|
|
|
|
- change mozldap to mozldap6
|
|
|
|
|
|
|
|
* Fri Jan 19 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-3.el4.20070119
|
|
|
|
- remove . from cvsdate define
|
|
|
|
|
|
|
|
* Fri Jan 19 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-2.el4.20070119
|
|
|
|
- Having a problem building in Brew - may be Release format
|
|
|
|
|
|
|
|
* Fri Jan 19 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.el4.cvs20070119
|
|
|
|
- Changed version to 1.1.0 and added Release 1.el4.cvs20070119
|
|
|
|
- merged in changes from Fedora Extras candidate spec file
|
|
|
|
|
|
|
|
* Mon Jan 15 2007 Rich Megginson <rmeggins@redhat.com> - 1.1-0.1.cvs20070115
|
|
|
|
- Bump component versions (nspr, nss, svrcore, mozldap) to their latest
|
|
|
|
- remove unneeded patches
|
|
|
|
|
|
|
|
* Tue Jan 09 2007 Dennis Gilmore <dennis@ausil.us> - 1.1-0.1.cvs20070108
|
|
|
|
- update to a cvs snapshot
|
|
|
|
- fedorafy the spec
|
|
|
|
- create -devel subpackage
|
|
|
|
- apply a patch to use mozldap not mozldap6
|
|
|
|
- apply a patch to allow --prefix to work correctly
|
|
|
|
|
|
|
|
* Mon Dec 4 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-16
|
|
|
|
- Fixed the problem where the server would crash upon shutdown in dblayer
|
|
|
|
- due to a race condition among the database housekeeping threads
|
|
|
|
- Fix a problem with normalized absolute paths for db directories
|
|
|
|
|
|
|
|
* Tue Nov 28 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-15
|
|
|
|
- Touch all of the ldap/admin/src/scripts/*.in files so that they
|
|
|
|
- will be newer than their corresponding script template files, so
|
|
|
|
- that make will rebuild them.
|
|
|
|
|
|
|
|
* Mon Nov 27 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-14
|
|
|
|
- Chown new schema files when copying during instance creation
|
|
|
|
|
|
|
|
* Tue Nov 21 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-13
|
|
|
|
- Configure will get ldapsdk_bindir from pkg-config, or $libdir/mozldap6
|
|
|
|
|
|
|
|
* Tue Nov 21 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-12
|
|
|
|
- use eval to sed ./configure into ../configure
|
|
|
|
|
|
|
|
* Tue Nov 21 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-11
|
|
|
|
- jump through hoops to be able to run ../configure
|
|
|
|
|
|
|
|
* Tue Nov 21 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-10
|
|
|
|
- Need to make built dir in setup section
|
|
|
|
|
|
|
|
* Tue Nov 21 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-9
|
|
|
|
- The template scripts needed to use @libdir@ instead of hardcoding
|
|
|
|
- /usr/lib
|
|
|
|
- Use make DESTDIR=$RPM_BUILD_ROOT install instead of % makeinstall
|
|
|
|
- do the actual build in a "built" subdirectory, until we remove
|
|
|
|
- the old script templates
|
|
|
|
|
|
|
|
* Thu Nov 16 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-8
|
|
|
|
- Make replication plugin link with libdb
|
|
|
|
|
|
|
|
* Wed Nov 15 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-7
|
|
|
|
- Have make define LIBDIR, BINDIR, etc. for C code to use
|
|
|
|
- especially for create_instance.h
|
|
|
|
|
|
|
|
* Tue Nov 14 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-6
|
|
|
|
- Forgot to checkin new config.h.in for AC_CONFIG_HEADERS
|
|
|
|
|
|
|
|
* Tue Nov 14 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-5
|
|
|
|
- Add perldap as a Requires; update sources
|
|
|
|
|
|
|
|
* Thu Nov 9 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-4
|
|
|
|
- Fix ds_newinst.pl
|
|
|
|
- Remove obsolete #defines
|
|
|
|
|
|
|
|
* Thu Nov 9 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-3
|
|
|
|
- Update sources; rebuild to populate brew yum repo with dirsec-nss
|
|
|
|
|
|
|
|
* Tue Nov 7 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-2
|
|
|
|
- Update sources
|
|
|
|
|
|
|
|
* Thu Nov 2 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-1
|
|
|
|
- initial revision
|