af32fff
4076f85
%define pkgname   dirsrv
9ca33e6
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
5fd2662
# also remove the space between % and global - this space is needed because
5fd2662
# fedpkg verrel stupidly ignores comment lines
4076f85
# % global prerel .a1
9ca33e6
# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
d9a5756
# % global relprefix 0.
d441a4c
af32fff
Summary:          389 Directory Server (base)
af32fff
Name:             389-ds-base
Noriko Hosoi fbcc944
Version:          1.2.11.32
Noriko Hosoi dfdabe0
Release:          %{?relprefix}1%{?prerel}%{?dist}
af32fff
License:          GPLv2 with exceptions
af32fff
URL:              http://port389.org/
af32fff
Group:            System Environment/Daemons
af32fff
BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
de701fa
Requires:         %{name}-libs = %{version}-%{release}
b9b87b3
Provides:         fedora-ds-base = %{version}-%{release}
b9b87b3
Obsoletes:        fedora-ds-base < 1.2.1-1
4076f85
Provides:         ldif2ldbm 
af32fff
af32fff
BuildRequires:    nspr-devel
af32fff
BuildRequires:    nss-devel
af32fff
BuildRequires:    svrcore-devel
af32fff
BuildRequires:    mozldap-devel
af32fff
BuildRequires:    db4-devel
af32fff
BuildRequires:    cyrus-sasl-devel
af32fff
BuildRequires:    icu
af32fff
BuildRequires:    libicu-devel
9d46490
BuildRequires:    pcre-devel
4076f85
BuildRequires:    gcc-c++
af32fff
# The following are needed to build the snmp ldap-agent
af32fff
BuildRequires:    net-snmp-devel
caa5ee3
%ifnarch sparc sparc64 ppc ppc64 s390 s390x
af32fff
BuildRequires:    lm_sensors-devel
af32fff
%endif
af32fff
BuildRequires:    bzip2-devel
af32fff
BuildRequires:    zlib-devel
af32fff
BuildRequires:    openssl-devel
af32fff
BuildRequires:    tcp_wrappers
d441a4c
# The following are needed to build the SELinux policy
d441a4c
BuildRequires:    checkpolicy
d441a4c
BuildRequires:    selinux-policy-devel
d441a4c
BuildRequires:    /usr/share/selinux/devel/Makefile
af32fff
# the following is for the pam passthru auth plug-in
af32fff
BuildRequires:    pam-devel
af32fff
4a3e462
# this is needed for using semanage from our setup scripts
4a3e462
Requires:         policycoreutils
4a3e462
4a3e462
# these are needed for selinux
4a3e462
Requires:         selinux-policy >= 2.4.6-203
4a3e462
Requires(post):   policycoreutils
4a3e462
Requires(preun):  policycoreutils
4a3e462
Requires(postun): policycoreutils
4a3e462
af32fff
# the following are needed for some of our scripts
af32fff
Requires:         mozldap-tools
af32fff
Requires:         perl-Mozilla-LDAP
af32fff
af32fff
# this is needed to setup SSL if you are not using the
af32fff
# administration server package
af32fff
Requires:         nss-tools
af32fff
af32fff
# these are not found by the auto-dependency method
af32fff
# they are required to support the mandatory LDAP SASL mechs
af32fff
Requires:         cyrus-sasl-gssapi
af32fff
Requires:         cyrus-sasl-md5
af32fff
af32fff
# this is needed for verify-db.pl
af32fff
Requires:         db4-utils
af32fff
4076f85
# for setup-ds.pl to support ipv6 
4076f85
Requires:         perl-Socket6
4076f85
Requires:         perl-NetAddr-IP
4076f85
af32fff
# This picks up libperl.so as a Requires, so we add this versioned one
af32fff
Requires:         perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
af32fff
256eebf
# This is for the fedora-ds -> 389 run level hack
Nathan Kinder fd14254
Requires(post): /sbin/service
256eebf
af32fff
# for the init script
af32fff
Requires(post): /sbin/chkconfig
af32fff
Requires(preun): /sbin/chkconfig
af32fff
Requires(preun): /sbin/service
af32fff
fc2d3ae
Source0:          http://port389.org/sources/%{name}-%{version}%{?prerel}.tar.bz2
af32fff
# 389-ds-git.sh should be used to generate the source tarball from git
af32fff
Source1:          %{name}-git.sh
af32fff
Source2:          %{name}-devel.README
af32fff
af32fff
%description
af32fff
389 Directory Server is an LDAPv3 compliant server.  The base package includes
af32fff
the LDAP server and command line utilities for server administration.
af32fff
de701fa
%package          libs
de701fa
Summary:          Core libraries for 389 Directory Server
de701fa
Group:            System Environment/Daemons
de701fa
BuildRequires:    nspr-devel
de701fa
BuildRequires:    nss-devel
de701fa
BuildRequires:    svrcore-devel
de701fa
BuildRequires:    mozldap-devel
de701fa
BuildRequires:    db4-devel
de701fa
BuildRequires:    cyrus-sasl-devel
de701fa
BuildRequires:    libicu-devel
de701fa
BuildRequires:    pcre-devel
de701fa
de701fa
%description      libs
de701fa
Core libraries for the 389 Directory Server base package.  These libraries
de701fa
are used by the main package and the -devel package.  This allows the -devel
de701fa
package to be installed with just the -libs package and without the main package.
de701fa
af32fff
%package          devel
af32fff
Summary:          Development libraries for 389 Directory Server
af32fff
Group:            Development/Libraries
de701fa
Requires:         %{name}-libs = %{version}-%{release}
Nathan Kinder fd14254
Requires:         pkgconfig
de701fa
Requires:         nspr-devel
de701fa
Requires:         nss-devel
de701fa
Requires:         svrcore-devel
af32fff
Requires:         mozldap-devel
b9b87b3
Provides:         fedora-ds-base-devel = %{version}-%{release}
b9b87b3
Obsoletes:        fedora-ds-base-devel < 1.2.1-1
af32fff
af32fff
%description      devel
af32fff
Development Libraries and headers for the 389 Directory Server base package.
af32fff
d441a4c
%package          selinux-devel
d441a4c
Summary:          Development interface for 389 Directory Server base SELinux policy
d441a4c
Group:            Development/Libraries
da4e1b5
Requires:         %{name} = %{version}-%{release}
d441a4c
d441a4c
%description      selinux-devel
d441a4c
SELinux policy interface for the 389 Directory Server base package.
d441a4c
af32fff
%prep
fc2d3ae
%setup -q -n %{name}-%{version}%{?prerel}
af32fff
cp %{SOURCE2} README.devel
af32fff
af32fff
%build
4076f85
%configure --enable-autobind --with-selinux
af32fff
af32fff
# Generate symbolic info for debuggers
af32fff
export XCFLAGS=$RPM_OPT_FLAGS
af32fff
af32fff
%ifarch x86_64 ppc64 ia64 s390x sparc64
af32fff
export USE_64=1
af32fff
%endif
af32fff
af32fff
make %{?_smp_mflags}
af32fff
d441a4c
# Build the SELinux policy module for each variant
d441a4c
cd selinux-built
d441a4c
for selinuxvariant in %{selinux_variants}
d441a4c
do
d441a4c
  make NAME=${selinuxvariant} -f /usr/share/selinux/devel/Makefile
d441a4c
  mv %{pkgname}.pp %{pkgname}.pp.${selinuxvariant}
d441a4c
  make NAME=${selinuxvariant} -f /usr/share/selinux/devel/Makefile clean
d441a4c
done
d441a4c
cd -
d441a4c
af32fff
%install
af32fff
rm -rf $RPM_BUILD_ROOT 
af32fff
af32fff
make DESTDIR="$RPM_BUILD_ROOT" install
af32fff
af32fff
mkdir -p $RPM_BUILD_ROOT/var/log/%{pkgname}
af32fff
mkdir -p $RPM_BUILD_ROOT/var/lib/%{pkgname}
af32fff
mkdir -p $RPM_BUILD_ROOT/var/lock/%{pkgname}
af32fff
af32fff
#remove libtool and static libs
af32fff
rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/*.a
af32fff
rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/*.la
af32fff
rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/plugins/*.a
af32fff
rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/plugins/*.la
af32fff
af32fff
# make sure perl scripts have a proper shebang 
af32fff
sed -i -e 's|#{{PERL-EXEC}}|#!/usr/bin/perl|' $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/script-templates/template-*.pl
af32fff
d441a4c
# Install the SELinux policy
d441a4c
cd selinux-built
d441a4c
for selinuxvariant in %{selinux_variants}
d441a4c
do
d441a4c
  install -d %{buildroot}%{_datadir}/selinux/${selinuxvariant}
d441a4c
  install -p -m 644 %{pkgname}.pp.${selinuxvariant} \
d441a4c
    %{buildroot}%{_datadir}/selinux/${selinuxvariant}/%{pkgname}.pp
d441a4c
done
d441a4c
cd -
d441a4c
d441a4c
# Install the SELinux policy interface
d441a4c
cd selinux-built
d441a4c
install -d %{buildroot}%{_datadir}/%{pkgname}-selinux
d441a4c
install -p -m 644 %{pkgname}.if %{buildroot}%{_datadir}/%{pkgname}-selinux/%{pkgname}.if
d441a4c
install -p -m 644 %{pkgname}.te %{buildroot}%{_datadir}/%{pkgname}-selinux/%{pkgname}.te
d441a4c
install -p -m 644 %{pkgname}.fc %{buildroot}%{_datadir}/%{pkgname}-selinux/%{pkgname}.fc
d441a4c
cd -
d441a4c
af32fff
%clean
af32fff
rm -rf $RPM_BUILD_ROOT
af32fff
9c60886
%post
9c60886
/sbin/chkconfig --add %{pkgname}
9c60886
/sbin/ldconfig
9c60886
/sbin/chkconfig --add %{pkgname}-snmp
b5a7bce
# load the selinux policy module
b5a7bce
for selinuxvariant in %{selinux_variants}
b5a7bce
do
b5a7bce
  semodule -s $selinuxvariant -i %{_datadir}/selinux/$selinuxvariant/%{pkgname}.pp > /dev/null 2>&1
b5a7bce
done
b5a7bce
# label the files installed by this package
b5a7bce
fixfiles -R %{name} restore > /dev/null 2>&1
256eebf
af32fff
%preun
4a3e462
if [ $1 = 0 ]; then # Final removal
af32fff
        /sbin/service %{pkgname} stop >/dev/null 2>&1 || :
af32fff
        /sbin/chkconfig --del %{pkgname}
256eebf
        /sbin/service %{pkgname}-snmp stop >/dev/null 2>&1 || :
256eebf
        /sbin/chkconfig --del %{pkgname}-snmp
4a3e462
        for selinuxvariant in %{selinux_variants}
4a3e462
        do
4a3e462
          semodule -s ${selinuxvariant} -r %{pkgname} 2>/dev/null || :
4a3e462
        done
af32fff
fi
af32fff
4a3e462
%postun
4a3e462
/sbin/ldconfig
4a3e462
if [ "$1" -ge "1" ]; then # Upgrade
4a3e462
for selinuxvariant in %{selinux_variants}
4a3e462
do
4a3e462
  semodule -s ${selinuxvariant} -i %{_datadir}/selinux/${selinuxvariant}/%{pkgname}.pp 2>/dev/null || :
4a3e462
done
4a3e462
fi
9c60886
if [ $1 = 0 ]; then # Final removal
9c60886
    rm -rf /var/run/%{pkgname}
9c60886
fi
af32fff
9c60886
%posttrans
9c60886
instbase="%{_sysconfdir}/%{pkgname}"
9c60886
# echo posttrans - upgrading - looking for instances in $instbase
9c60886
# find all instances
9c60886
instances="" # instances that require a restart after upgrade
9c60886
ninst=0 # number of instances found in total
9c60886
for dir in $instbase/slapd-* ; do
9c60886
# echo dir = $dir
9c60886
    if [ ! -d "$dir" ] ; then continue ; fi
9c60886
    case "$dir" in *.removed) continue ;; esac
9c60886
    basename=`basename $dir`
9c60886
    inst=`echo $basename | sed -e 's/slapd-//g'`
9c60886
#   echo found instance $inst - getting status
9c60886
    if /sbin/service %{pkgname} status $inst >/dev/null 2>&1 ; then
9c60886
#      echo instance $inst is running
9c60886
       instances="$instances $inst"
9c60886
    else
9c60886
#      echo instance $inst is not running
9c60886
       :
9c60886
    fi
9c60886
    ninst=`expr $ninst + 1`
9c60886
done
9c60886
if [ $ninst -eq 0 ] ; then
9c60886
    exit 0 # have no instances to upgrade - just skip the rest
9c60886
fi
9c60886
# shutdown all instances
9c60886
# echo shutting down all instances . . .
9c60886
/sbin/service %{pkgname} stop > /dev/null 2>&1
9c60886
# do the upgrade
9c60886
# echo upgrading instances . . .
9c60886
%{_sbindir}/setup-ds.pl -l /dev/null -u -s General.UpdateMode=offline > /dev/null 2>&1
9c60886
# restart instances that require it
9c60886
for inst in $instances ; do
9c60886
#   echo restarting instance $inst
9c60886
    /sbin/service %{pkgname} start $inst >/dev/null 2>&1
9c60886
done
9c60886
# restart the snmp subagent if needed
9c60886
/sbin/service %{pkgname}-snmp condrestart > /dev/null 2>&1
9c60886
exit 0
256eebf
af32fff
%files
af32fff
%defattr(-,root,root,-)
af32fff
%doc LICENSE EXCEPTION LICENSE.GPLv2
af32fff
%dir %{_sysconfdir}/%{pkgname}
af32fff
%dir %{_sysconfdir}/%{pkgname}/schema
af32fff
%config(noreplace)%{_sysconfdir}/%{pkgname}/schema/*.ldif
af32fff
%dir %{_sysconfdir}/%{pkgname}/config
af32fff
%config(noreplace)%{_sysconfdir}/%{pkgname}/config/slapd-collations.conf
af32fff
%config(noreplace)%{_sysconfdir}/%{pkgname}/config/certmap.conf
256eebf
%config(noreplace)%{_sysconfdir}/%{pkgname}/config/ldap-agent.conf
256eebf
%config(noreplace)%{_sysconfdir}/%{pkgname}/config/template-initconfig
af32fff
%config(noreplace)%{_sysconfdir}/sysconfig/%{pkgname}
af32fff
%{_datadir}/%{pkgname}
4a3e462
%{_datadir}/selinux/*/%{pkgname}.pp
af32fff
%{_sysconfdir}/rc.d/init.d/%{pkgname}
256eebf
%{_sysconfdir}/rc.d/init.d/%{pkgname}-snmp
af32fff
%{_bindir}/*
af32fff
%{_sbindir}/*
de701fa
%{_libdir}/%{pkgname}/libns-dshttpd.so*
af32fff
%{_libdir}/%{pkgname}/perl
af32fff
%dir %{_libdir}/%{pkgname}/plugins
af32fff
%{_libdir}/%{pkgname}/plugins/*.so
af32fff
%dir %{_localstatedir}/lib/%{pkgname}
af32fff
%dir %{_localstatedir}/log/%{pkgname}
af32fff
%dir %{_localstatedir}/lock/%{pkgname}
af32fff
%{_mandir}/man1/*
af32fff
%{_mandir}/man8/*
af32fff
af32fff
%files devel
af32fff
%defattr(-,root,root,-)
af32fff
%doc LICENSE EXCEPTION LICENSE.GPLv2 README.devel
af32fff
%{_includedir}/%{pkgname}
de701fa
%{_libdir}/%{pkgname}/libslapd.so
Nathan Kinder fd14254
%{_libdir}/pkgconfig/*
af32fff
de701fa
d441a4c
%files selinux-devel
d441a4c
%defattr(-,root,root,-)
d441a4c
%{_datadir}/%{pkgname}-selinux
d441a4c
de701fa
%files libs
de701fa
%defattr(-,root,root,-)
de701fa
%doc LICENSE EXCEPTION LICENSE.GPLv2 README.devel
de701fa
%dir %{_libdir}/%{pkgname}
de701fa
%{_libdir}/%{pkgname}/libslapd.so.*
de701fa
af32fff
%changelog
Noriko Hosoi fbcc944
* Thu Sep  4 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.2.11.32-1
Noriko Hosoi fbcc944
- bump version to 1.2.11.32
Noriko Hosoi fbcc944
- Ticket 47875 - dirsrv not running with old openldap
Noriko Hosoi fbcc944
- Ticket 47457 - default nsslapd-sasl-max-buffer-size should be 2MB
Noriko Hosoi fbcc944
Noriko Hosoi af59805
* Tue Sep  2 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.2.11.31-1
Noriko Hosoi af59805
- bump version to 1.2.11.31
Noriko Hosoi af59805
- Bug 1129660  - Adding users to user group throws Internal server error.
Noriko Hosoi af59805
- Ticket 47875 - dirsrv not running with old openldap
Noriko Hosoi af59805
- Ticket 47446 - logconv.pl memory continually grows
Noriko Hosoi af59805
- Ticket 443   - Deleting attribute present in nsslapd-allowed-to-delete-attrs returns Operations error
Noriko Hosoi af59805
- Ticket 415   - winsync doesn't sync DN valued attributes if DS DN value doesn't exist
Noriko Hosoi af59805
- Ticket 47874 - Performance degradation with scope ONE after some load
Noriko Hosoi af59805
- Ticket 47872 - Filter AND with only one clause should be optimized
Noriko Hosoi af59805
Noriko Hosoi dfdabe0
* Thu Aug  7 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.2.11.30-1
Noriko Hosoi dfdabe0
- bump version to 1.2.11.30
Noriko Hosoi dfdabe0
- Resolves: #1123477
Noriko Hosoi dfdabe0
            Ticket 47869 - unauthenticated information disclosure (Bug 1123477)
Noriko Hosoi dfdabe0
- Ticket 616   - High contention on computed attribute lock
Noriko Hosoi dfdabe0
- Ticket 47862 - repl-monitor fails to convert "*" to default values
Noriko Hosoi dfdabe0
- Ticket 47824 - paged results control is not working in some cases when we have a subsuffix.
Noriko Hosoi dfdabe0
- Ticket 47862 - Repl-monitor.pl ignores the provided connection parameters
Noriko Hosoi dfdabe0
- Ticket 346   - Fixing memory leaks
Noriko Hosoi dfdabe0
- Ticket 443   - Deleting attribute present in nsslapd-allowed-to-delete-attrs returns Operations error
Noriko Hosoi dfdabe0
- Ticket 47863 - New defects found in 389-ds-base-1.2.11
Noriko Hosoi dfdabe0
- Ticket 47861 - Certain schema files are not replaced during upgrade
Noriko Hosoi dfdabe0
- Ticket 47858 - Internal searches using OP_FLAG_REVERSE_CANDIDATE_ORDER can crash the server
Noriko Hosoi dfdabe0
- Ticket 47692 - single valued attribute replicated ADD does not work
Noriko Hosoi dfdabe0
- Ticket 47781 - Server deadlock if online import started while  server is under load
Noriko Hosoi dfdabe0
- Ticket 47821 - deref plugin cannot handle complex acis
Noriko Hosoi dfdabe0
- Ticket 47831 - server restart wipes out index config if there is a default index
Noriko Hosoi dfdabe0
- Ticket 47820 - 1.2.11 branch: coverity errors
Noriko Hosoi dfdabe0
- Ticket 47817 - The error result text message should be obtained just prior to sending result
Noriko Hosoi dfdabe0
- Ticket 47331 - Self entry access ACI not working properly
Noriko Hosoi dfdabe0
- Ticket 47426 - Coverity issue with last commit(move compute_idletimeout out of handle_pr_read_ready)
Noriko Hosoi dfdabe0
- Ticket 47426 - move compute_idletimeout out of handle_pr_read_ready
Noriko Hosoi dfdabe0
- Ticket 47809 - find a way to remove replication plugin errors messages "changelog iteration code returned a dummy entry with csn %s, skipping ..."
Noriko Hosoi dfdabe0
- Ticket 47813 - remove "goto bail" from previous commit
Noriko Hosoi dfdabe0
- Ticket 47813 - managed entry plugin fails to update member  pointer on modrdn operation
Noriko Hosoi dfdabe0
- Ticket 47770 - #481 breaks possibility to reassemble memberuid list
Noriko Hosoi dfdabe0
- Ticket 47446 - logconv.pl memory continually grows
Noriko Hosoi dfdabe0
- Ticket 47713 - Logconv.pl with an empty access log gives lots of errors
Noriko Hosoi dfdabe0
- Ticket 47670 - Aci warnings in error log
Noriko Hosoi dfdabe0
- Ticket 47804 - db2bak.pl error with changelogdb
Noriko Hosoi dfdabe0
- Ticket 47780 - Some VLV search request causes memory leaks
Noriko Hosoi dfdabe0
- Ticket 47787 - A replicated MOD fails (Unwilling to perform) if it targets a tombstone
Noriko Hosoi dfdabe0
- Ticket 47764 - Problem with deletion while replicated
Noriko Hosoi dfdabe0
- Ticket 47750 - Creating a glue fails if one above level is a conflict or missing
Noriko Hosoi dfdabe0
- Ticket 47649 - Server hangs in cos_cache when adding a user entry
Noriko Hosoi dfdabe0
- Ticket 47772 - fix coverity issue
Noriko Hosoi dfdabe0
- Ticket 47793 - Server crashes if uniqueMember is invalid syntax and memberOf                plugin is enabled.
Noriko Hosoi dfdabe0
- Ticket 47707 - 389 DS Server crashes and dies while handles paged searches from clients
Noriko Hosoi dfdabe0
- Ticket 47771 - Move parentsdn initialization to avoid crash
Noriko Hosoi dfdabe0
- Ticket 47771 - Cherry pick issue parentsdn freed twice
Noriko Hosoi dfdabe0
- Ticket 47771 - Performing deletes during tombstone purging results in operation errors
Noriko Hosoi dfdabe0
- Ticket 346   - Slow ldapmodify operation time for large quantities of multi-valued attribute values
Noriko Hosoi dfdabe0
- Ticket 47782 - Parent numbordinate count can be incorrectly updated if an error occurs
Noriko Hosoi dfdabe0
- Ticket 47772 - empty modify returns LDAP_INVALID_DN_SYNTAX
Noriko Hosoi dfdabe0
- Ticket 47736 - Import incorrectly updates numsubordinates for tombstone entries
Noriko Hosoi dfdabe0
- Ticket 47774 - mem leak in do_search - rawbase not freed upon certain errors
Noriko Hosoi dfdabe0
- Ticket 47773 - mem leak in do_bind when there is an error
Noriko Hosoi dfdabe0
- Ticket 47767 - Nested tombstones become orphaned after purge
Noriko Hosoi dfdabe0
b9b87b3
* Wed May  7 2014 Rich Megginson <rmeggins@redhat.com> - 1.2.11.29-2
b9b87b3
- Ticket 47798: 389-ds-base not marked as an upgrade for fedora-ds-base using epel5
b9b87b3
-               add back fedora-ds provides and obsoletes
b9b87b3
Noriko Hosoi 5144fe3
* Fri Apr  4 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.2.11.29-1
Noriko Hosoi 5144fe3
- bump version to 1.2.11.29
Noriko Hosoi 5144fe3
- Ticket 47766 - Tombstone purging can crash the server if the backend is stopped/disabled
Noriko Hosoi 5144fe3
- Ticket 47492 - PassSync removes User must change password flag on the Windows side
Noriko Hosoi 5144fe3
- Ticket 47448 - Segfault in 389-ds-base-1.3.1.4-1.fc19 when setting up FreeIPA replication
Noriko Hosoi 5144fe3
- Ticket 47740 - Fix coverity issues(part 7)
Noriko Hosoi 5144fe3
- Ticket 47748 - Simultaneous adding a user and binding as the user could fail in the password policy check
Noriko Hosoi 5144fe3
- Ticket 47743 - Memory leak with proxy auth control
Noriko Hosoi 5144fe3
- Ticket 47740 - Crash caused by changes to certmap.c
Noriko Hosoi 5144fe3
- Ticket 47740 - Fix coverity issues: null deferences - Part 6
Noriko Hosoi 5144fe3
- Ticket 47735 - e_uniqueid fails to set if an entry is a conflict entry
Noriko Hosoi 5144fe3
- Ticket 47740 - Coverity issue in 1.3.3
Noriko Hosoi 5144fe3
- Ticket 47740 - Fix coverity issues - Part 5
Noriko Hosoi 5144fe3
- Ticket 47740 - Fix coverity erorrs - Part 4
Noriko Hosoi 5144fe3
- Ticket 47640 - Fix coverity issues - part 3
Noriko Hosoi 5144fe3
- Ticket 47538 - RFE: repl-monitor.pl plain text output, cmdline config options
Noriko Hosoi 5144fe3
- Ticket 47740 - Coverity Fixes (Mark - part 1)
Noriko Hosoi 5144fe3
- Ticket 47734 - Change made in resolving ticket #346 fails on Debian SPARC64
Noriko Hosoi 5144fe3
- Ticket 47722 - Fixed filter not correctly identified
Noriko Hosoi 5144fe3
- Ticket 47722 - rsearch filter error on any search filter
Noriko Hosoi 5144fe3
- Ticket 47704 - invalid sizelimits in aci group evaluation
Noriko Hosoi 5144fe3
- Ticket 47737 - Under heavy stress, failure of turning a tombstone into glue makes the server hung
Noriko Hosoi 5144fe3
- Ticket 47735 - e_uniqueid fails to set if an entry is a conflict entry
Noriko Hosoi 5144fe3
- Ticket 47731 - A tombstone entry is deleted by ldapdelete
Noriko Hosoi 5144fe3
- Ticket 47729 - Directory Server crashes if shutdown during a replication initialization
Noriko Hosoi 5144fe3
- Ticket 47637 - rsa_null_sha should not be enabled by default
Noriko Hosoi 5144fe3
- Ticket 417, 458, 47522 - Password Administrator Backport
Noriko Hosoi 5144fe3
- Ticket 47455 - valgrind - value mem leaks, uninit mem usage
Noriko Hosoi 5144fe3
- fix coverity 11915 - dead code - introduced with fix for ticket 346
Noriko Hosoi 5144fe3
- Ticket 47369 - version2 - provide default syntax plugin
Noriko Hosoi 5144fe3
- Ticket 346   - version 4 Slow ldapmodify operation time for large quantities of multi-valued attribute values
Noriko Hosoi 5144fe3
- Ticket 415   - winsync doesn't sync DN valued attributes if DS DN value doesn't exist
Noriko Hosoi 5144fe3
- Ticket 47642 - Windows Sync group issues
Noriko Hosoi 5144fe3
- Ticket 47692 - single valued attribute replicated ADD does not work
Noriko Hosoi 5144fe3
- Ticket 47677 - Size returned by slapi_entry_size is not accurate
Noriko Hosoi 5144fe3
- Ticket 47693 - Environment variables are not passed when DS is started via service
Noriko Hosoi 5144fe3
- Ticket 47693 - Environment variables are not passed when DS is started via service
Noriko Hosoi 5144fe3
- Ticket 471   - logconv.pl tool removes the access logs contents if "-M" is not correctly used
Noriko Hosoi 5144fe3
- Ticket 47463 - IDL-style can become mismatched during partial restoration
Noriko Hosoi 5144fe3
- Ticket 47638 - Overflow in nsslapd-disk-monitoring-threshold on 32bit platform
Noriko Hosoi 5144fe3
- Ticket 47641 - 7-bit check plugin not checking MODRDN operation
Noriko Hosoi 5144fe3
- Ticket 47678 - modify-delete userpassword
Noriko Hosoi 5144fe3
- Ticket 47516 - replication stops with excessive clock skew
Noriko Hosoi 5144fe3
- Ticket 47627 - Fix replication logging
Noriko Hosoi 5144fe3
- Ticket 47627 - changelog iteration should ignore cleaned rids when getting the minCSN
Noriko Hosoi 5144fe3
- Ticket 47623 - fix memleak caused by 47347
Noriko Hosoi 5144fe3
- Ticket 47587 - hard coded limit of 64 masters in agreement and changelog code
Noriko Hosoi 5144fe3
- Ticket 47591 - entries with empty objectclass attribute value can be hidden
Noriko Hosoi 5144fe3
- Ticket 47596 - attrcrypt fails to find unlocked key
Noriko Hosoi 5144fe3
Noriko Hosoi 6cf9657
* Fri Mar 14 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.2.11.28-1
Noriko Hosoi 6cf9657
- bump version to 1.2.11.28 (This release is based upon 1.2.11.25 + following tickets.)
Noriko Hosoi 6cf9657
- Ticket 47739 - directory server is insecurely misinterpreting authzid on a SASL/GSSAPI bind
Noriko Hosoi 6cf9657
- Ticket 47731 - A tombstone entry is deleted by ldapdelete
Noriko Hosoi 6cf9657
- Ticket 47729 - Directory Server crashes if shutdown during a replication initialization
Noriko Hosoi 6cf9657
- Ticket 47637 - rsa_null_sha should not be enabled by default
Noriko Hosoi 6cf9657
- Ticket 417, 458, 47522 - Password Administrator Backport
Noriko Hosoi 6cf9657
- Ticket 47455 - valgrind - value mem leaks, uninit mem usage
Noriko Hosoi 6cf9657
- fix coverity 11915 - dead code - introduced with fix for ticket 346
Noriko Hosoi 6cf9657
- Ticket 47369  version2 - provide default syntax plugin
Noriko Hosoi 6cf9657
- Ticket 346 - version 4 Slow ldapmodify operation time for large quantities of multi-valued attribute values
Noriko Hosoi 6cf9657
- Ticket 415 - winsync doesn't sync DN valued attributes if DS DN value doesn't exist
Noriko Hosoi 6cf9657
- Ticket 47642 - Windows Sync group issues
Noriko Hosoi 6cf9657
- Ticket 47692 - single valued attribute replicated ADD does not work
Noriko Hosoi 6cf9657
- Ticket 47677 - Size returned by slapi_entry_size is not accurate
Noriko Hosoi 6cf9657
- Ticket 47693 - Environment variables are not passed when DS is started via service
Noriko Hosoi 6cf9657
- Ticket 47693 - Environment variables are not passed when DS is started via service
Noriko Hosoi 6cf9657
- Ticket 471 - logconv.pl tool removes the access logs contents if "-M" is not correctly used
Noriko Hosoi 6cf9657
- Ticket 47463 - IDL-style can become mismatched during partial restoration
Noriko Hosoi 6cf9657
- Ticket 47638 - Overflow in nsslapd-disk-monitoring-threshold on 32bit platform
Noriko Hosoi 6cf9657
- Ticket 47641 - 7-bit check plugin not checking MODRDN operation
Noriko Hosoi 6cf9657
- Ticket 47678 - modify-delete userpassword
Noriko Hosoi 6cf9657
- Ticket 47516 - replication stops with excessive clock skew
Noriko Hosoi 6cf9657
- Ticket 47627 - Fix replication logging
Noriko Hosoi 6cf9657
- Ticket 47627 - changelog iteration should ignore cleaned rids when getting the minCSN
Noriko Hosoi 6cf9657
- Ticket 47623 - fix memleak caused by 47347
Noriko Hosoi 6cf9657
- Ticket 47587 - hard coded limit of 64 masters in agreement and changelog code
Noriko Hosoi 6cf9657
- Ticket 47591 - entries with empty objectclass attribute value can be hidden
Noriko Hosoi 6cf9657
- Ticket 47596 - attrcrypt fails to find unlocked key
Noriko Hosoi 6cf9657
Noriko Hosoi 8c814de
* Mon Mar 10 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.2.11.26-1
Noriko Hosoi 8c814de
- bump version to 1.2.11.26
Noriko Hosoi 8c814de
- Ticket 47739 - directory server is insecurely misinterpreting authzid on a SASL/GSSAPI bind
Noriko Hosoi 8c814de
- Ticket 47704 - invalid sizelimits in aci group evaluation
Noriko Hosoi 8c814de
- Ticket 47737 - Under heavy stress, failure of turning a tombstone into glue makes the server hung
Noriko Hosoi 8c814de
- Ticket 47735 - e_uniqueid fails to set if an entry is a conflict entry
Noriko Hosoi 8c814de
- Ticket 47731 - A tombstone entry is deleted by ldapdelete
Noriko Hosoi 8c814de
- Ticket 47729 - Directory Server crashes if shutdown during a replication initialization
Noriko Hosoi 8c814de
- Ticket 47637 - rsa_null_sha should not be enabled by default
Noriko Hosoi 8c814de
- Ticket 417, 458, 47522 - Password Administrator Backport
Noriko Hosoi 8c814de
- Ticket 47455 - valgrind - value mem leaks, uninit mem usage
Noriko Hosoi 8c814de
- fix coverity 11915 - dead code - introduced with fix for ticket 346
Noriko Hosoi 8c814de
- Ticket 47369  version2 - provide default syntax plugin
Noriko Hosoi 8c814de
- Ticket 346 - version 4 Slow ldapmodify operation time for large quantities of multi-valued attribute values
Noriko Hosoi 8c814de
- Ticket 415 - winsync doesn't sync DN valued attributes if DS DN value doesn't exist
Noriko Hosoi 8c814de
- Ticket 47642 - Windows Sync group issues
Noriko Hosoi 8c814de
- Ticket 47692 - single valued attribute replicated ADD does not work
Noriko Hosoi 8c814de
- Ticket 47677 - Size returned by slapi_entry_size is not accurate
Noriko Hosoi 8c814de
- Ticket 47693 - Environment variables are not passed when DS is started via service
Noriko Hosoi 8c814de
- Ticket 47693 - Environment variables are not passed when DS is started via service
Noriko Hosoi 8c814de
- Ticket 471 - logconv.pl tool removes the access logs contents if "-M" is not correctly used
Noriko Hosoi 8c814de
- Ticket 47463 - IDL-style can become mismatched during partial restoration
Noriko Hosoi 8c814de
- Ticket 47638 - Overflow in nsslapd-disk-monitoring-threshold on 32bit platform
Noriko Hosoi 8c814de
- Ticket 47641 - 7-bit check plugin not checking MODRDN operation
Noriko Hosoi 8c814de
- Ticket 47678 - modify-delete userpassword
Noriko Hosoi 8c814de
- Ticket 47516 - replication stops with excessive clock skew
Noriko Hosoi 8c814de
- Ticket 47627 - Fix replication logging
Noriko Hosoi 8c814de
- Ticket 47627 - changelog iteration should ignore cleaned rids when getting the minCSN
Noriko Hosoi 8c814de
- Ticket 47623 - fix memleak caused by 47347
Noriko Hosoi 8c814de
- Ticket 47587 - hard coded limit of 64 masters in agreement and changelog code
Noriko Hosoi 8c814de
- Ticket 47591 - entries with empty objectclass attribute value can be hidden
Noriko Hosoi 8c814de
- Ticket 47596 - attrcrypt fails to find unlocked key
Noriko Hosoi 8c814de
d33345b
* Thu Nov 21 2013 Rich Megginson <rmeggins@redhat.com> - 1.2.11.25-1
d33345b
- Ticket #47605 CVE-2013-4485: DoS due to improper handling of ger attr searches
d33345b
- Ticket #47596 attrcrypt fails to find unlocked key
d33345b
- Revert "Ticket #47559 hung server - related to sasl and initialize"
d33345b
- Ticket #47585 Replication Failures related to skipped entries due to cleaned rids
d33345b
- Ticket #47581 - Winsync plugin segfault during incremental backoff (phase 2)
d33345b
- Ticket #47581 - Winsync plugin segfault during incremental backoff
d33345b
- Ticket 47577 - crash when removing entries from cache
d33345b
- Ticket #47559 hung server - related to sasl and initialize
d33345b
- fe52f44 ticket #47550 wip
d33345b
- Ticket #47550 logconv: failed logins: Use of uninitialized value in numeric comparison at logconv.pl line 949
d33345b
- Ticket #47551 logconv: -V does not produce unindexed search report
d33345b
- Ticket 47517 - fix memory leak in ldbm_delete.c
d33345b
- Ticket #47488 - Users from AD sub OU does not sync to IPA
d33345b
- minor fixes for bdb 4.2/4.3 and mozldap
d33345b
- Tickets: 47510 & 47543 - 389 fails to build when using Mozldap
d33345b
d33345b
* Tue Oct 15 2013 Rich Megginson <rmeggins@redhat.com> - 1.2.11.23-3.1
d33345b
- add mutex around ldap ssl functions/bind/unbind
d33345b
d33345b
* Wed Oct  2 2013 Rich Megginson <rmeggins@redhat.com> - 1.2.11.23-3
d33345b
- bump version to rebuild again
d33345b
d33345b
* Wed Oct  2 2013 Rich Megginson <rmeggins@redhat.com> - 1.2.11.23-2
d33345b
- forgot to bump the source version
d33345b
d33345b
* Wed Oct  2 2013 Rich Megginson <rmeggins@redhat.com> - 1.2.11.23-1
d33345b
- Ticket #422 - 389-ds-base - Can't call method "getText"
d33345b
- Ticket 47509 - CLEANALLRUV doesnt run across all replicas
d33345b
- Ticket 47533 logconv: some stats do not work across server restarts
d33345b
- Ticket #47501 logconv.pl uses /var/tmp for BDB temp files
d33345b
- Ticket 47520 - Fix various issues with logconv.pl
d33345b
- Ticket #47387 - improve logconv.pl performance with large access logs
d33345b
- Ticket 47354 - Indexed search are logged with 'notes=U' in the access logs
d33345b
- Ticket 47461 - logconv.pl - Use of comma-less variable list is deprecated
d33345b
- Ticket 47447 - logconv.pl man page missing -m,-M,-B,-D
d33345b
- Ticket #47348 - add etimes to per second/minute stats
d33345b
- Ticket #47341 - logconv.pl -m time calculation is wrong
d33345b
- Ticket #47336 - logconv.pl -m not working for all stats
d33345b
- Ticket 611 - logconv.pl missing stats for StartTLS, LDAPI, and AUTOBIND
d33345b
- TIcket 419 - logconv.pl - improve memory management
d33345b
- Ticket 471 - logconv.pl tool removes the access logs contents if "-M" is not correctly used
d33345b
- Ticket 539 - logconv.pl should handle microsecond timing
d33345b
- Ticket #356 - RFE - Track bind info
d33345b
- Ticket #47534 - RUV tombstone search with scope "one" doesn`t work
d33345b
- Ticket 47489 - Under specific values of nsDS5ReplicaName, replication may get broken or updates missing
d33345b
- Ticket #47523 - Set up replcation/agreement before initializing the sub suffix, the sub suffix is not found by ldapsearch
d33345b
- Ticket #47504 idlistscanlimit per index/type/value
d33345b
- Ticket #47492 - PassSync removes User must change password flag on the Windows side
d33345b
- Ticket #47516 replication stops with excessive clock skew
d33345b
- Bug 999634 - ns-slapd crash due to bogus DN
d33345b
d33345b
* Fri Aug  2 2013 Rich Megginson <rmeggins@redhat.com> - 1.2.11.22-3
d33345b
- use socket6 instead of socket
d33345b
d33345b
* Thu Aug  1 2013 Rich Megginson <rmeggins@redhat.com> - 1.2.11.22-2
d33345b
- remove the dependency and conflict with selinux versions
d33345b
d33345b
* Wed Jul 31 2013 Rich Megginson <rmeggins@redhat.com> - 1.2.11.22-1
d33345b
- 89a98eb fix coverity 11895 - null deref - caused by fix to ticket 47392
d33345b
- 9750ea7 fix compiler warning in posix winsync code for posix_group_del_memberuid_callback
d33345b
- 12d47a2 Fix compiler warnings for Ticket 47395 and 47397
d33345b
- d9a1c7b fix compiler warning
d33345b
- 855d289 Ticket #543 - Sorting with attributes in ldapsearch gives incorrect result
d33345b
- CVE-2013-2219 ACLs inoperative in some search scenarios
d33345b
- Ticket #47378 - fix recent compiler warnings
d33345b
- Ticket 47427 - Overflow in nsslapd-disk-monitoring-threshold
d33345b
- Ticket 47449 - deadlock after adding and deleting entries
d33345b
- Ticket 47421 - memory leaks in set_krb5_creds
d33345b
- Ticket 47441 - Disk Monitoring not checking filesystem with logs
d33345b
- Ticket 47427 - Overflow in nsslapd-disk-monitoring-threshold
d33345b
- Ticket #47435 - Very large entryusn values after enabling the USN plugin and the lastusn value is negative.
d33345b
- Ticket #47424 - Replication problem with add-delete requests on single-valued attributes
d33345b
- Ticket #47428 - Memory leak in 389-ds-base 1.2.11.15
d33345b
- Ticket #47392 - ldbm errors when adding/modifying/deleting entries
d33345b
- Ticket 47385 - Disk Monitoring is not triggered as expected.
d33345b
- Ticket #47410 - changelog db deadlocks with DNA and replication
d33345b
- Ticket #47409 - allow setting db deadlock rejection policy
d33345b
- Ticket #47412 - Modify RUV should be serialized in ldbm_back_modify/add
d33345b
- Ticket #47409 - allow setting db deadlock rejection policy
d33345b
- Ticket 47393 - Attribute are not encrypted on a consumer after a full initialization
d33345b
- Ticket 47396 - crash on modrdn of tombstone
d33345b
- Ticket 47395 47397 v2 correct behaviour of account policy if only stateattr is configured or no alternate attr is configured
d33345b
- Ticket #47402 - Attribute names are incorrect in search results
d33345b
- Ticket #47391 - deleting and adding userpassword fails to update the password
d33345b
- e3b8e2f Coverity Fixes (Part 7)
d33345b
- Ticket 47376 - DESC should not be empty as per RFC 2252 (ldapv3)
d33345b
- Ticket #47375 - flush_ber error sending back start_tls response will deadlock
d33345b
- Ticket #47377 - make listen backlog size configurable
d33345b
- Ticket #47367 - (phase 1) ldapdelete returns non-leaf entry error while trying to remove a leaf entry
d33345b
- Ticket 47383 - connections attribute in cn=snmp,cn=monitor is counted twice
d33345b
- Ticket 47385 - DS not shutting down when disk monitoring threshold is reached
d33345b
- Ticket #47378 - fix recent compiler warnings
d33345b
- 9ac276a Coverity Fixes (Part 5)
d33345b
- 3ab5aba Coverity Fixes (Part 4)
d33345b
- 36f2572 Coverity Fixes (Part 3)
d33345b
- 41a8827 Coverity Fixes (Part 2)
d33345b
- f771f95 Coverity Fixes (part 1)
d33345b
- Ticket 580 - Wrong error code return when using EXTERNAL SASL and no client certificate
d33345b
- Ticket #47349 - DS instance crashes under a high load
d33345b
- Ticket #47359 - new ldap connections can block ldaps and ldapi connections
d33345b
- Ticket #47327 - error syncing group if group member user is not synced
d33345b
- Ticket #47362 - ipa upgrade selinuxusermap data not replicating
d33345b
- Ticket 47361 - Empty control list causes LDAP protocol error is thrown
d33345b
- Trac Ticket #531 - loading an entry from the database should use str2entry_fast
d33345b
- Ticket #47347 - Simple paged results should support async search
d33345b
- Ticket 623 - cleanAllRUV task fails to cleanup config upon completion
d33345b
- 6abec15 Coverity fix 13139 - Dereference after NULL check in slapi_attr_value_normalize_ext()
d33345b
 
d33345b
* Tue Apr 9 2013 Mark Reynolds <mreynolds@redhat.com> - 1.2.11.21-1
d33345b
9a7ba7d bump verison to 1.2.11.21
d33345b
Ticket 47318 - server fails to start after upgrade(schema error)
d33345b
Noriko Hosoi af59805
* Thu Mar 28 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.2.11.20-1
d33345b
46bfabb bump version to 1.2.11.20
d33345b
Ticket 623 - cleanAllRUV task fails to cleanup config upon completion
d33345b
Ticket #47308 - unintended information exposure when anonymous access is set to rootdse
d33345b
Ticket 628 - crash in aci evaluation
d33345b
Ticket #627 - ns-slapd crashes sporadically with segmentation fault in libslapd.so
d33345b
Ticket #634 - Deadlock in DNA plug-in
d33345b
f6a6514 Coverity issue 13091
d33345b
Ticket 632 - 389-ds-base cannot handle Kerberos tickets with PAC
d33345b
Ticket 623 - cleanAllRUV task fails to cleanup config upon completion
d33345b
d33345b
* Mon Mar 11 2013 Mark Reynolds <mreynolds@redhat.com> - 1.2.11.19-1
d33345b
c535f7d bump version to 1.2.11.19
d33345b
Bug 912964 - CVE-2013-0312 389-ds: unauthenticated denial of service vulnerability in handling of LDAPv3 control data
d33345b
Ticket 590 - ns-slapd segfaults while trying to delete a tombstone entry
d33345b
Ticket 518 - dse.ldif is 0 length after server kill or machine kill
d33345b
Ticket #579 - Error messages encountered when using POSIX winsync
d33345b
Ticket #576 - DNA: use event queue for config update only at the start up
d33345b
Ticket 367 - Invalid chaining config triggers a disk full error and shutdown
d33345b
Ticket 570 - DS returns error 20 when replacing values of a multi-valued attribute  (only when replication is enabled)
d33345b
Bug 906005 - Valgrind reports memleak in modify_update_last_modified_attr
d33345b
Ticket #572 - PamConfig schema not updated during upgrade
d33345b
d33345b
* Thu Jan 24 2013 Mark Reynolds <mreynolds@redhat.com> - 1.2.11.18-1
d33345b
12420d9 bump version to 1.2.11.18
d33345b
Ticket 556 - Don't overwrite certmap.conf during upgrade
d33345b
Ticket 495 - 1.2.11 - plugin dn is missing from pblock
d33345b
Ticket 549 - DNA plugin no longer reports additional info when range is depleted
d33345b
Ticket 541 - need to set plugin as off in ldif template
d33345b
Ticket 541 - RootDN Access Control plugin is missing after upgrade
d33345b
Ticket 527 - ns-slapd segfaults if it cannot rename the logs
d33345b
39b0938 Coverity Issues for 1.2.11
d33345b
Ticket 216 - disable replication agreements
d33345b
Ticket 20 - Allow automember to work on entries that have already been added
d33345b
7d22bc2 Coverity Fixes
d33345b
Ticket 337 - improve CLEANRUV functionality
d33345b
Ticket 495 - internalModifiersname not updated by DNA plugin
d33345b
Ticket 517 - crash in DNA if no dnaMagicRegen is specified
d33345b
Trac Ticket #520 - RedHat Directory Server crashes (segfaults) when moving ldap entry
d33345b
Trac Ticket #519 - Search with a complex filter including range search is slow
d33345b
Trac Ticket #500 - Newly created users with organizationalPerson objectClass fails to sync from AD to DS with missing attribute error
d33345b
Ticket #503 - Improve AD version in winsync log message
d33345b
Trac Ticket #498 - Cannot abaondon simple paged result search
d33345b
55997a6 Coverity defects
d33345b
Trac Ticket #494 - slapd entered to infinite loop during new index addition
d33345b
56ebbb2 Fixing compiler warnings in the posix-winsync plugin
d33345b
a57d913 Coverity defects
d33345b
Ticket 468 - if pam_passthru is enabled, need to AC_CHECK_HEADERS([security/pam_appl.h])
d33345b
Ticket 486 - nsslapd-enablePlugin should not be multivalued
d33345b
Ticket 488 - Doc: DS error log messages with typo
d33345b
Ticket #491 - multimaster_extop_cleanruv returns wrong error codes
d33345b
d33345b
* Mon Dec 10 2012 Mark Reynolds <mreynolds@redhat.com> - 1.2.11.17-1
d33345b
- 94d5ea3 bump verison to 1.2.11.17
d33345b
- Ticket 527 - ns-slapd segfaults if it cannot rename the logs
d33345b
- 39b0938 Coverity Issues for 1.2.11
d33345b
- Ticket 216 - disable replication agreements
d33345b
- Ticket 20 - Allow automember to work on entries that have already been added
d33345b
- 7d22bc2 Coverity Fixes
d33345b
- Ticket 337 - improve CLEANRUV functionality
d33345b
- Ticket 495 - internalModifiersname not updated by DNA plugin
d33345b
- Ticket 517 - crash in DNA if no dnaMagicRegen is specified
d33345b
- Trac Ticket #520 - RedHat Directory Server crashes (segfaults) when moving ldap entry
d33345b
- Trac Ticket #519 - Search with a complex filter including range search is slow
d33345b
- Trac Ticket #500 - Newly created users with organizationalPerson objectClass fails to sync from AD to DS with missing attribute error
d33345b
- Ticket #503 - Improve AD version in winsync log message
d33345b
- Trac Ticket #498 - Cannot abaondon simple paged result search
d33345b
- 55997a6 Coverity defects
d33345b
- Trac Ticket #494 - slapd entered to infinite loop during new index addition
d33345b
- 56ebbb2 Fixing compiler warnings in the posix-winsync plugin
d33345b
- a57d913 Coverity defects
d33345b
- Ticket 468 - if pam_passthru is enabled, need to AC_CHECK_HEADERS([security/pam_appl.h])
d33345b
- Ticket 486 - nsslapd-enablePlugin should not be multivalued
d33345b
- Ticket 488 - Doc: DS error log messages with typo
d33345b
- Ticket #491 - multimaster_extop_cleanruv returns wrong error codes
d33345b
d33345b
* Wed Oct 10 2012 Noriko Hosoi <nhosoi@redhat.com> - 1.2.11.16-1
d33345b
- Ticket 340 - Change on SLAPI_MODRDN_NEWSUPERIOR is not evaluated in acl
d33345b
- Ticket 446 - anonymous limits are being applied to directory manager
d33345b
- Ticket 478 - passwordTrackUpdateTime stops working with subtree password policies
d33345b
- Ticket 481 - expand nested posix groups
d33345b
- Ticket 485 - Dirsrv deadlock locking up IPA
d33345b
d33345b
* Tue Sep 25 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.15-1
d33345b
- Ticket 470 - 389 prevents from adding a posixaccount with userpassword after schema reload
d33345b
- Ticket 477 - CLEANALLRUV if there are only winsync agmts task will hang
d33345b
- Ticket 457 - dirsrv init script returns 0 even when few or all instances fail to start
d33345b
- Ticket 473 - change VERSION.sh to have console version be major.minor
d33345b
- Ticket 475 - Root DN Access Control - improve value checking for config
d33345b
- Trac Ticket #466 - entry_apply_mod - ADD: Failed to set unhashed#user#password to extension
d33345b
- Ticket 474 - Root DN Access Control - days allowed not working correctly
d33345b
- Ticket 467 - CLEANALLRUV abort task should be able to ignore down replicas
d33345b
- 0b79915 fix compiler warnings in ticket 374 code
d33345b
- Ticket 452 - automember rebuild task adds users to groups that do not match the configuration scope
d33345b
d33345b
* Fri Sep  7 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.14-1
d33345b
- Ticket 450 - CLEANALLRUV task gets stuck on winsync replication agreement
d33345b
- Ticket 386 - large memory growth with ldapmodify(heap fragmentation)
d33345b
-  this patch doesn't fix the bug - it allows us to experiment with
d33345b
-  different values of mxfast
d33345b
- Ticket #374 - consumer can go into total update mode for no reason
d33345b
d33345b
* Tue Sep  4 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.13-1
d33345b
- Ticket #426 - support posix schema for user and group sync
d33345b
-   1) plugin config ldif must contain pluginid, etc. during upgrade or it
d33345b
-      will fail due to schema errors
d33345b
-   2) posix winsync should have a lower precedence (25) than the default (50)
d33345b
-      so that it will be run first
d33345b
-   3) posix winsync should support the Winsync API v3 - the v2 functions are
d33345b
-      just stubs for now - but the precedence cb is active
d33345b
d33345b
* Thu Aug 30 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.12-1
d33345b
- 8e5087a Coverity defects - 13089: Dereference after null check ldbm_back_delete
d33345b
- Trac Ticket #437 - variable dn should not be used in ldbm_back_delete
d33345b
- ba1f5b2 fix coverity resource leak in windows_plugin_add
d33345b
- e3e81db Simplify program flow: change while loops to for
d33345b
- a0d5dc0 Fix logic errors: del_mod should be latched (might not be last mod), and avoid skipping add-mods (int value 0)
d33345b
- 0808f7e Simplify program flow: make adduids/moduids/deluids action blocks all similar
d33345b
- 77eb760 Simplify program flow: eliminate unnecessary continue
d33345b
- c9e9db7 Memory leaks: unmatched slapi_attr_get_valueset and slapi_value_new
d33345b
- a4ca0cc Change "return"s in modGroupMembership to "break"s to avoid leaking
d33345b
- d49035c Factorize into new isPosixGroup function
d33345b
- 3b61c03 coverity - posix winsync mem leaks, null check, deadcode, null ref, use after free
d33345b
- 33ce2a9 fix mem leaks with parent dn log message, setting winsync windows domain
d33345b
- Ticket #440 - periodic dirsync timed event causes server to loop repeatedly
d33345b
- Ticket #355 - winsync should not delete entry that appears to be out of scope
d33345b
- Ticket 436 - nsds5ReplicaEnabled can be set with any invalid values.
d33345b
- 487932d coverity - mbo dead code - winsync leaks, deadcode, null check, test code
d33345b
- 2734a71 CLEANALLRUV coverity fixes
d33345b
- Ticket #426 - support posix schema for user and group sync
d33345b
- Ticket #430 - server to server ssl client auth broken with latest openldap
d33345b
d33345b
* Mon Aug 20 2012 Mark Reynolds <mareynol@redhat.com> - 1.2.11.11-1
d33345b
6c0778f bumped version to 1.2.11.11
d33345b
Ticket 429 - added nsslapd-readonly to DS schema
d33345b
Ticket 403 - fix CLEANALLRUV regression from last commit
d33345b
Trac Ticket #346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values
d33345b
Noriko Hosoi af59805
* Wed Aug 15 2012 Mark Reynolds <mareynol@redhat.com> - 1.2.11.10-1
d33345b
db6b354 bumped version to 1.2.11.10
d33345b
Ticket 403 - CLEANALLRUV revisions
d33345b
d33345b
* Tue Aug 7 2012 Mark Reynolds <mareynol@redhat.com> - 1.2.11.9-1
d33345b
ea05e69 Bumped version to 1.2.11.9
d33345b
Ticket 407 - dna memory leak - fix crash from prev fix
d33345b
d33345b
* Fri Aug 3 2012 Mark Reynolds <mareynol@redhat.com> - 1.2.11.8-1
d33345b
ddcf669 bump version to 1.2.11.8 for offical release
d33345b
Ticket #425 - support multiple winsync plugins
d33345b
Ticket 403 - cleanallruv coverity fixes
d33345b
Ticket 407 - memory leak in dna plugin
d33345b
Ticket 403 - CLEANALLRUV feature
d33345b
Ticket 413 - "Server is unwilling to perform" when running ldapmodify on nsds5ReplicaStripAttrs
d33345b
3168f04 Coverity defects
d33345b
5ff0a02 COVERITY FIXES
d33345b
Ticket #388 - Improve replication agreement status messages
d33345b
0760116 Update the slapi-plugin documentation on new slapi functions, and added a slapi function for checking on shutdowns
d33345b
Ticket #369 - restore of replica ldif file on second master after deleting two records shows only 1 deletion
d33345b
Ticket #409 - Report during startup if nsslapd-cachememsize is too small
d33345b
Ticket #412 - memberof performance enhancement
d33345b
12813: Uninitialized pointer read string_values2keys
d33345b
Ticket #346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values
d33345b
Ticket #346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values
d33345b
Ticket #410 - Referential integrity plug-in does not work when update interval is not zero
d33345b
Ticket #406 - Impossible to rename entry (modrdn) with Attribute Uniqueness plugin enabled
d33345b
Ticket #405 - referint modrdn not working if case is different
d33345b
Ticket 399 - slapi_ldap_bind() doesn't check bind results
d33345b
d33345b
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.11.7-2.2
d33345b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d33345b
d33345b
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 1.2.11.7-2.1
d33345b
- Perl 5.16 rebuild
d33345b
d33345b
* Wed Jun 27 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.7-2
bb3684d
- Ticket 378 - unhashed#user#password visible after changing password
d33345b
-  fix func declaration from previous patch
d33345b
- Ticket 366 - Change DS to purge ticket from krb cache in case of authentication error
bb3684d
71cc5bf
* Tue Jun 26 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.11-1
71cc5bf
- rebase to 1.2.10.11 to pick up several crash + security fixes
71cc5bf
- Ticket 365 - passwords in clear text in the audit log
71cc5bf
- Ticket 378 - unhashed#user#password visible after changing password http
71cc5bf
- Ticket 390 - [abrt] 389-ds-base-1.2.10.6-1.fc16: slapi_attr_value_cmp: Process /usr/sbin/ns-slapd was killed by signal 11 (SIGSEGV)
71cc5bf
- Ticket #382 - DS Shuts down intermittently
71cc5bf
- Trac Ticket #359 - Database RUV could mismatch the one in changelog under the stress
71cc5bf
- Ticket #361: Bad DNs in ACIs can segfault ns-slapd
71cc5bf
- Trac Ticket #338 - letters in object's cn get converted to lowercase when renaming object
71cc5bf
- Ticket #347 - IPA dirsvr seg-fault during system longevity test
71cc5bf
896e613
* Tue Apr 10 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.4-5
896e613
- Bug 808770 - [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)
896e613
- typo in previous patch
896e613
fa2fd5e
* Tue Apr 10 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.4-4
fa2fd5e
- Bug 808770 - [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)
fa2fd5e
- same as Ticket #336
fa2fd5e
4bc6090
* Wed Mar 28 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.4-3
4bc6090
- Ticket #331 - transaction errors with db 4.3 and db 4.2
4bc6090
a3c9953
* Tue Mar 13 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.4-2
a3c9953
- rebuild
a3c9953
fcff688
* Tue Mar 13 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.4-1
fcff688
- Ticket #305 - Certain CMP operations hang or cause ns-slapd to crash
fcff688
3d96035
* Mon Mar  5 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.3-1
3d96035
- b05139b memleak in normalize_mods2bvals
3d96035
- c0eea24 memleak in mep_parse_config_entry
3d96035
- 90bc9eb handle null smods
3d96035
- Ticket #305 - Certain CMP operations hang or cause ns-slapd to crash
3d96035
- Ticket #306 - void function cannot return value
3d96035
- ticket 304 - Fix kernel version checking in dsktune
3d96035
01775e5
* Thu Feb 23 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.2-1
01775e5
- Trac Ticket #298 - crash when replicating orphaned tombstone entry
01775e5
- Ticket #281 - TLS not working with latest openldap
01775e5
- Trac Ticket #290 - server hangs during shutdown if betxn pre/post op fails
01775e5
- Trac Ticket #26 - Please support setting defaultNamingContext in the rootdse
01775e5
- Ticket #124 - add Provides: ldif2ldbm to rpm
01775e5
91a1597
* Tue Feb 14 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.1-1
91a1597
- Ticket #294 - 389 DS Segfaults during replica install in FreeIPA
91a1597
d9a5756
* Mon Feb 13 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.0-1
d9a5756
- Ticket 284 - Remove unnecessary SNMP MIB files
d9a5756
- Ticket 51 - memory leaks in 389-ds-base-1.2.8.2-1.el5?
d9a5756
- Ticket 175 - logconv.pl improvements
d9a5756
7174484
* Thu Feb  2 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.10.rc1
7174484
- ad9dd30 coverity 12488 Resource leak In attr_index_config(): Leak of memory or pointers to system resources
7174484
- Ticket #281 - TLS not working with latest openldap
7174484
- Ticket #280 - extensible binary filters do not work
7174484
- Ticket #279 - filter normalization does not use matching rules
7174484
- Trac Ticket #275 - Invalid read reported by valgrind
7174484
- Ticket #277 - cannot set repl referrals or state
7174484
- Ticket #278 - Schema replication update failed: Invalid syntax
7174484
- Ticket #39 - Account Policy Plugin does not work for simple binds when PAM Pass Through Auth plugin is enabled
7174484
- Ticket #13 - slapd process exits when put the database on read only mode while updates are coming to the server
7174484
- Ticket #87 - Manpages fixes
7174484
- c493fb4 fix a couple of minor coverity issues
7174484
- Ticket #55 - Limit of 1024 characters for nsMatchingRule
7174484
- Trac Ticket #274 - Reindexing entryrdn fails if ancestors are also tombstoned
7174484
- Ticket #6 - protocol error from proxied auth operation
7174484
- Ticket #38 - nisDomain schema is incorrect
7174484
- Ticket #273 - ruv tombstone searches don't work after reindex entryrdn
7174484
- Ticket #29 - Samba3-schema is missing sambaTrustedDomainPassword
7174484
- Ticket #22 - RFE: Support sendmail LDAP routing schema
7174484
- Ticket #161 - Review and address latest Coverity issues
7174484
- Ticket #140 - incorrect memset parameters
7174484
- Trac Ticket 35 - Log not clear enough on schema errors
7174484
- Trac Ticket 139 - eliminate the use of char *dn in favor of Slapi_DN *dn
7174484
- Trac Ticket #52 - FQDN set to nsslapd-listenhost makes the server start fail if IPv4-mapped-IPv6 address is given
7174484
f1b2345
* Tue Jan 24 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.9.a8
f1b2345
- Ticket #272 - add tombstonenumsubordinates to schema
f1b2345
c97bf1b
* Mon Jan 23 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.8.a7
c97bf1b
- fixes for systemd - remove .pid files after shutting down servers
c97bf1b
- Ticket #263 - add systemd include directive
c97bf1b
- Ticket #264 - upgrade needs better check for "server is running"
c97bf1b
903323b
* Fri Jan 20 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.7.a7
903323b
- Ticket #262 - pid file not removed with systemd
903323b
- Ticket #50 - server should not call a plugin after the plugin close function is called
903323b
- Ticket #18 - Data inconsitency during replication
903323b
- Ticket #49 - better handling for server shutdown while long running tasks are active
903323b
- Ticket #15 - Get rid of rwlock.h/rwlock.c and just use slapi_rwlock instead
903323b
- Ticket #257 - repl-monitor doesn't work if leftmost hostnames are the same
903323b
- Ticket #12 - 389 DS DNA Plugin / Replication failing on GSSAPI
903323b
- 6aaeb77 add a hack to disable sasl hostname canonicalization
903323b
- Ticket 168 - minssf should not apply to rootdse
903323b
- Ticket #177 - logconv.pl doesn't detect restarts
903323b
- Ticket #159 - Managed Entry Plugin runs against managed entries upon any update without validating
903323b
- Ticket 75 - Unconfigure plugin opperations are being called.
903323b
- Ticket 26 - Please support setting defaultNamingContext in the rootdse.
903323b
- Ticket #71 - unable to delete managed entry config
903323b
- Ticket #167 - Mixing transaction and non-transaction plugins can cause deadlock
903323b
- Ticket #256 - debug build assertion in ACL_EvalDestroy()
903323b
- Ticket #4 - bak2db gets stuck in infinite loop
903323b
- Ticket #162 - Infinite loop / spin inside strcmpi_fast, acl_read_access_allowed_on_attr, server DoS
903323b
- Ticket #3: acl cache overflown problem
903323b
- Ticket 1 - pre-normalize filter and pre-compile substring regex - and other optimizations
903323b
- Ticket 2 - If node entries are tombstone'd, subordinate entries fail to get the full DN.
903323b
b8c0bd8
* Thu Dec 15 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.6.a6
b8c0bd8
- Bug 755725 - 389 programs linked against openldap crash during shutdown
b8c0bd8
- Bug 755754 - Unable to start dirsrv service using systemd
b8c0bd8
- Bug 745259 - Incorrect entryUSN index under high load in replicated environment
b8c0bd8
- d439e3a use slapi_hexchar2int and slapi_str_to_u8 everywhere
b8c0bd8
- 5910551 csn_init_as_string should not use sscanf
b8c0bd8
- b53ba00 reduce calls to csn_as_string and slapi_log_error
b8c0bd8
- c897267 fix member variable name error in slapi_uniqueIDFormat
b8c0bd8
- 66808e5 uniqueid formatting - use slapi_u8_to_hex instead of sprintf
b8c0bd8
- 580a875 csn_as_string - use slapi_uN_to_hex instead of sprintf
b8c0bd8
- Bug 751645 - crash when simple paged fails to send entry to client
b8c0bd8
- Bug 752155 - Use restorecon after creating init script lock file
b8c0bd8
c32588e
* Fri Nov  4 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.5.a5
c32588e
- Bug 751495 - 'setup-ds.pl -u' fails with undefined routine 'updateSystemD'
c32588e
- Bug 750625 750624 750622 744946 Coverity issues
c32588e
- Bug 748575 - part 2 - rhds81 modrdn operation and 100% cpu use in replication
c32588e
- Bug 748575 - rhds81 modrn operation and 100% cpu use in replication
c32588e
- Bug 745259 - Incorrect entryUSN index under high load in replicated environment
c32588e
- f639711 Reduce the number of DN normalization
c32588e
- c06a8fa Keep unhashed password psuedo-attribute in the adding entry
c32588e
- Bug 744945 - nsslapd-counters attribute value cannot be set to "off"
c32588e
- 8d3b921 Use new PLUGIN_CONFIG_ENTRY feature to allow switching between txn and regular
c32588e
- d316a67 Change referential integrity to be a betxnpostoperation plugin
c32588e
b05c48e
* Fri Oct  7 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.4.a4
b05c48e
- Bug 741744 - part3 - MOD operations with chained delete/add get back error 53
b05c48e
- 1d2f5a0 make memberof transaction aware and able to be a betxnpostoperation plug in
b05c48e
- b6d3ba7 pass the plugin config entry to the plugin init function
b05c48e
- 28f7bfb set the ENTRY_POST_OP for modrdn betxnpostoperation plugins
b05c48e
- Bug 743966 - Compiler warnings in account usability plugin
b05c48e
b05c48e
* Wed Oct  5 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10.a3-0.3
cdabe99
- 498c42b fix transaction support in ldbm_delete
cdabe99
cdabe99
* Wed Oct  5 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10.a2-0.2
f8380b3
- Bug 740942 - allow resource limits to be set for paged searches independently of limits for other searches/operations
f8380b3
- Bug 741744 - MOD operations with chained delete/add get back error 53 on backend config
f8380b3
- Bug 742324 - allow nsslapd-idlistscanlimit to be set dynamically and per-user
f8380b3
66b7563
* Tue Sep 27 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10.a1-0.1
66b7563
- Bug 739172 - Allow separate fractional attrs for incremental and total protocols
66b7563
- 6120b3d Make all backend operations transaction aware
66b7563
- 056cc35 Add support for pre/post db transaction plugins
66b7563
- Bug 736712 - Modifying ruv entry deadlocks server
66b7563
- Bug 590826 - Reloading database from ldif causes changelog to emit "data no longer matches" errors
66b7563
- Bug 730387 - Add slapi_rwlock API and use POSIX rwlocks
66b7563
- Bug 611438 - Add Account Usability Control support
66b7563
66b7563
* Tue Sep 13 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.10-3
66b7563
- added back fedora-ds-base stuff so as not to break dependencies
66b7563
60c7f90
* Wed Sep  7 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.10-2
60c7f90
- corrected source
60c7f90
4ea543a
* Wed Sep  7 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.10-1
4ea543a
- Bug 735114 - renaming a managed entry does not update mepmanagedby
4ea543a
1b981c1
* Thu Sep  1 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.9-1
1b981c1
- Bug 735121 - simple paged search + ip/dns based ACI hangs server
1b981c1
- Bug 722292 - (cov#11030) Leak of mapped_sdn in winsync rename code
1b981c1
- Bug 703990 - cross-platform - Support upgrade from Red Hat Directory Server
1b981c1
- Introducing an environment variable USE_VALGRIND to clean up the entry cache and dn cache on exit.
1b981c1
e18a3e2
* Wed Aug 31 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.8-1
e18a3e2
- Bug 732153 - subtree and user account lockout policies implemented?
e18a3e2
- Bug 722292 - Entries in DS are not updated properly when using WinSync API
e18a3e2
93278b6
* Wed Aug 24 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.7-1
93278b6
- Bug 733103 - large targetattr list with syntax errors cause server to crash or hang
93278b6
- Bug 633803 - passwordisglobalpolicy attribute brakes TLS chaining
93278b6
- Bug 732541 - Ignore error 32 when adding automember config
93278b6
- Bug 728592 - Allow ns-slapd to start with an invalid server cert
93278b6
98b194a
* Wed Aug 10 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.6-1
98b194a
- Bug 728510 - Run dirsync after sending updates to AD
98b194a
- Bug 729717 - Fatal error messages when syncing deletes from AD
98b194a
- Bug 729369 - upgrade DB to upgrade from entrydn to entryrdn format is not working.
98b194a
- Bug 729378 - delete user subtree container in AD + modify password in DS == DS crash
98b194a
- Bug 723937 - Slapi_Counter API broken on  32-bit F15
98b194a
-   fixed again - separate tests for atomic ops and atomic bool cas
98b194a
ca3b3cc
* Mon Aug  8 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.5-1
ca3b3cc
- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
ca3b3cc
-  Fix another coverity NULL deref in previous patch
ca3b3cc
9c26626
* Thu Aug  4 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.4-1
9c26626
- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
9c26626
-  Fix coverity NULL deref in previous patch
9c26626
3a40bf8
* Wed Aug  3 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.3-1
3a40bf8
- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
3a40bf8
-  previous patch broke build on el5
3a40bf8
5261800
* Wed Aug  3 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.2-1
3a40bf8
- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
5261800
66aa077
* Tue Aug  2 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.1-2
66aa077
- Bug 723937 - Slapi_Counter API broken on  32-bit F15
66aa077
-   fixed to use configure test for GCC provided 64-bit atomic functions
66aa077
73aabe6
* Wed Jul 27 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.1-1
73aabe6
- Bug 663752 - Cert renewal for attrcrypt and encchangelog
73aabe6
-   this was "re-fixed" due to a deadlock condition with cl2ldif task cancel
73aabe6
- Bug 725953 - Winsync: DS entries fail to sync to AD, if the User's CN entry contains a comma
73aabe6
- Bug 725743 - Make memberOf use PRMonitor for it's operation lock
73aabe6
- Bug 725542 - Instance upgrade fails when upgrading 389-ds-base package
73aabe6
- Bug 723937 - Slapi_Counter API broken on  32-bit F15
73aabe6
d9228ee
* Fri Jul 15 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.0-1
d9228ee
- Bug 720059 - RDN with % can cause crashes or missing entries
d9228ee
- Bug 709468 - RSA Authentication Server timeouts when using simple paged results on RHDS 8.2.
d9228ee
- Bug 691313 - Need TLS/SSL error messages in repl status and errors log
d9228ee
- 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
d9228ee
- Bug 713209 - Update sudo schema
d9228ee
- Bug 719069 - clean up compiler warnings in 389-ds-base 1.2.9
d9228ee
- Bug 718303 - Intensive updates on masters could break the consumer's cache
d9228ee
- Bug 711679 - unresponsive LDAP service when deleting vlv on replica
d9228ee
31f5a83
* Mon Jun 27 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9-0.2.a2
31f5a83
- 389-ds-base-1.2.9.a2
31f5a83
- look for separate openldap ldif library
31f5a83
- Split automember regex rules into separate entries
31f5a83
- writing Inf file shows SchemaFile = ARRAY(0xhexnum)
31f5a83
- add support for ldif files with changetype: add
31f5a83
- Bug 716980 - winsync uses old AD entry if new one not found
31f5a83
- Bug 697694 - rhds82 - incr update state stop_fatal_error "requires administrator action", with extop_result: 9
31f5a83
- bump console version to 1.2.6
31f5a83
- Bug 711679 - unresponsive LDAP service when deleting vlv on replica
31f5a83
- Bug 703703 - setup-ds-admin.pl asks for legal agreement to a non-existant file
31f5a83
- Bug 706209 - LEGAL: RHEL6.1 License issue for 389-ds-base package
31f5a83
- Bug 663752 - Cert renewal for attrcrypt and encchangelog
31f5a83
- Bug 706179 - DS can not restart after create a new objectClass has entryusn attribute
31f5a83
- Bug 711906 - ns-slapd segfaults using suffix referrals
31f5a83
- Bug 707384 - only allow FIPS approved cipher suites in FIPS mode
31f5a83
- Bug 710377 - Import with chain-on-update crashes ns-slapd
31f5a83
- Bug 709826 - Memory leak: when extra referrals configured
31f5a83
fa793c5
* Thu May 26 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9-0.1.a1
fa793c5
- 389-ds-base-1.2.9.a1
fa793c5
- Auto Membership
fa793c5
- More Coverity fixes
fa793c5
5f611c4
* Mon May  2 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8.3-1
5f611c4
- 389-ds-base-1.2.8.3
5f611c4
- Bug 700145 - userpasswd not replicating
5f611c4
- Bug 700557 - Linked attrs callbacks access free'd pointers after close
5f611c4
- Bug 694336 - Group sync hangs Windows initial Sync
5f611c4
- Bug 700215 - ldclt core dumps
5f611c4
- Bug 695779 - windows sync can lose old values when a new value is added
5f611c4
- Bug 697027 - 12 - minor memory leaks found by Valgrind + TET
5f611c4
25012e9
* Thu Apr 14 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8.2-1
25012e9
- 389-ds-base-1.2.8.2
25012e9
- Bug 696407 - If an entry with a mixed case RDN is turned to be
25012e9
-    a tombstone, it fails to assemble DN from entryrdn
25012e9
a29d4a7
* Fri Apr  8 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8.1-1
a29d4a7
- 389-ds-base-1.2.8.1
a29d4a7
- Bug 693962 - Full replica push loses some entries with multi-valued RDNs
a29d4a7
665d9c7
* Tue Apr  5 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8.0-1
665d9c7
- 389-ds-base-1.2.8.0
665d9c7
- Bug 693473 - rhds82 rfe - windows_tot_run to log Sizelimit exceeded instead of LDAP error - -1
665d9c7
- Bug 692991 - rhds82 - windows_tot_run: failed to obtain data to send to the consumer; LDAP error - -1
665d9c7
- Bug 693466 - Unable to change schema online
665d9c7
- Bug 693503 - matching rules do not inherit from superior attribute type
665d9c7
- Bug 693455 - nsMatchingRule does not work with multiple values
665d9c7
- Bug 693451 - cannot use localized matching rules
665d9c7
- Bug 692331 - Segfault on index update during full replication push on 1.2.7.5
665d9c7
6eebee5
* Mon Apr  4 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.9.rc5
6eebee5
- 389-ds-base-1.2.8.rc5
6eebee5
- Bug 692469 - Replica install fails after step for "enable GSSAPI for replication"
6eebee5
e64332e
* Tue Mar 29 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.8.rc4
e64332e
- 389-ds-base-1.2.8.rc4
e64332e
- Bug 668385 - DS pipe log script is executed as many times as the dirsrv serv
e64332e
ice is restarted
e64332e
- 389-ds-base-1.2.8.rc3
e64332e
- Bug 690955 - Mrclone fails due to the replica generation id mismatch
e64332e
e64332e
* Tue Mar 22 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.7.rc2
e42125b
- 389-ds-base-1.2.8 release candidate 2 - git tag 389-ds-base-1.2.8.rc2
e42125b
- Bug 689537 - (cov#10610) Fix Coverity NULL pointer dereferences
e42125b
- Bug 689866 - ns-newpwpolicy.pl needs to use the new DN format
e42125b
- Bug 681015 - RFE: allow fine grained password policy duration attributes
e42125b
-              in days, hours, minutes, as well
e42125b
- Bug 684996 - Exported tombstone cannot be imported correctly
e42125b
- Bug 683250 - slapd crashing when traffic replayed
e42125b
- Bug 668909 - Can't modify replication agreement in some cases
e42125b
- Bug 504803 - Allow maxlogsize to be set if logmaxdiskspace is -1
e42125b
- Bug 644784 - Memory leak in "testbind.c" plugin
e42125b
- Bug 680558 - Winsync plugin fails to restrain itself to the configured subtree
e42125b
b549dee
* Wed Mar  2 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.6.rc1
b549dee
- 389-ds-base-1.2.8 release candidate 1 - git tag 389-ds-base-1.2.8.rc1
b549dee
- Bug 518890 - setup-ds-admin.pl - improve hostname validation
b549dee
- Bug 681015 - RFE: allow fine grained password policy duration attributes in 
b549dee
-     days, hours, minutes, as well
b549dee
- Bug 514190 - setup-ds-admin.pl --debug does not log to file
b549dee
- Bug 680555 - ns-slapd segfaults if I have more than 100 DBs
b549dee
- Bug 681345 - setup-ds.pl should set SuiteSpotGroup automatically
b549dee
- Bug 674852 - crash in ldap-agent when using OpenLDAP
b549dee
- Bug 679978 - modifying attr value crashes the server, which is supposed to
b549dee
-     be indexed as substring type, but has octetstring syntax
b549dee
- Bug 676655 - winsync stops working after server restart
b549dee
- Bug 677705 - ds-logpipe.py script is failing to validate "-s" and
b549dee
-     "--serverpid" options with "-t".
b549dee
- Bug 625424 - repl-monitor.pl doesn't work in hub node
b549dee
de701fa
* Mon Feb 28 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.5.a3
de701fa
- Bug 676598 - 389-ds-base multilib: file conflicts
de701fa
- split off libs into a separate -libs package
de701fa
9c60886
* Thu Feb 24 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.4.a3
9c60886
- do not create /var/run/dirsrv - setup will create it instead
9c60886
- remove the fedora-ds initscript upgrade stuff - we do not support that anymore
9c60886
- convert the remaining lua stuff to plain old shell script
9c60886
1058f79
* Wed Feb  9 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.3.a3
1058f79
- 1.2.8.a3 release - git tag 389-ds-base-1.2.8.a3
1058f79
- Bug 675320 - empty modify operation with repl on or lastmod off will crash server
1058f79
- Bug 675265 - preventryusn gets added to entries on a failed delete
1058f79
- Bug 677774 - added support for tmpfiles.d
1058f79
- Bug 666076 - dirsrv crash (1.2.7.5) with multiple simple paged result search
1058f79
es
1058f79
- Bug 672468 - Don't use empty path elements in LD_LIBRARY_PATH
1058f79
- Bug 671199 - Don't allow other to write to rundir
1058f79
- Bug 678646 - Ignore tombstone operations in managed entry plug-in
1058f79
- Bug 676053 - export task followed by import task causes cache assertion
1058f79
- Bug 677440 - clean up compiler warnings in 389-ds-base 1.2.8
1058f79
- Bug 675113 - ns-slapd core dump in windows_tot_run if oneway sync is used
1058f79
- Bug 676689 - crash while adding a new user to be synced to windows
1058f79
- Bug 604881 - admin server log files have incorrect permissions/ownerships
1058f79
- Bug 668385 - DS pipe log script is executed as many times as the dirsrv serv
1058f79
ice is restarted
1058f79
- Bug 675853 - dirsrv crash segfault in need_new_pw()
1058f79
6ab2dcc
* Thu Feb  3 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.2.a2
6ab2dcc
- 1.2.8.a2 release - git tag 389-ds-base-1.2.8.a2
6ab2dcc
- Bug 674430 - Improve error messages for attribute uniqueness
6ab2dcc
- Bug 616213 - insufficient stack size for HP-UX on PA-RISC
6ab2dcc
- Bug 615052 - intrinsics and 64-bit atomics code fails to compile
6ab2dcc
-    on PA-RISC
6ab2dcc
- Bug 151705 - Need to update Console Cipher Preferences with new ciphers
6ab2dcc
- Bug 668862 - init scripts return wrong error code
6ab2dcc
- Bug 670616 - Allow SSF to be set for local (ldapi) connections
6ab2dcc
- Bug 667935 - DS pipe log script's logregex.py plugin is not redirecting the 
6ab2dcc
-    log output to the text file
6ab2dcc
- Bug 668619 - slapd stops responding
6ab2dcc
- Bug 624547 - attrcrypt should query the given slot/token for
6ab2dcc
-    supported ciphers
6ab2dcc
- Bug 646381 - Faulty password for nsmultiplexorcredentials does not give any 
6ab2dcc
-    error message in logs
6ab2dcc
Nathan Kinder fd14254
* Fri Jan 21 2011 Nathan Kinder <nkinder@redhat.com> - 1.2.8-0.1.a1
53ce207
- 1.2.8-0.1.a1 release - git tag 389-ds-base-1.2.8.a1
Nathan Kinder fd14254
- many bug fixes
Nathan Kinder fd14254
d2919af
* Thu Dec 16 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.5-1
d2919af
- 1.2.7.5 release - git tag 389-ds-base-1.2.7.5
d2919af
- Bug 663597 - Memory leaks in normalization code
d2919af
09b6542
* Fri Dec 10 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.4-1
09b6542
- 1.2.7.4 release - git tag 389-ds-base-1.2.7.4
09b6542
- Bug 661792 - Valid managed entry config rejected
09b6542
5448944
* Wed Dec  8 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.3-1
5448944
- 1.2.7.3 release - git tag 389-ds-base-1.2.7.3
5448944
- Bug 658312 - Invalid free in Managed Entry plug-in
5448944
- Bug 641944 - Don't normalize non-DN RDN values
5448944
a0c6e8d
* Fri Dec  3 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.2-1
a0c6e8d
- 1.2.7.2 release - git tag 389-ds-base-1.2.7.2
a0c6e8d
- Bug 659456 - Incorrect usage of ber_printf() in winsync code
a0c6e8d
- Bug 658309 - Process escaped characters in managed entry mappings
a0c6e8d
- Bug 197886 - Initialize return value for UUID generation code
a0c6e8d
- Bug 658312 - Allow mapped attribute types to be quoted
a0c6e8d
- Bug 197886 - Avoid overflow of UUID generator
a0c6e8d
0e26264
* Tue Nov 23 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.1-1
0e26264
- 1.2.7.1 release - git tag 389-ds-base-1.2.7.1
0e26264
- Bug 656515 - Allow Name and Optional UID syntax for grouping attributes
0e26264
- Bug 656392 - Remove calls to ber_err_print()
0e26264
- Bug 625950 - hash nsslapd-rootpw changes in audit log
0e26264
Nathan Kinder e8c76a6
* Fri Nov 19 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.7-1
Nathan Kinder e8c76a6
- 1.2.7 release - git tag 389-ds-base-1.2.7
Nathan Kinder e8c76a6
- Bug 648949 - Merge dirsrv and dirsrv-admin policy modules into base policy
Nathan Kinder e8c76a6
9aa55e6
* Tue Nov  9 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7-0.6.a5
9aa55e6
- 1.2.7.a5 release - git tag 389-ds-base-1.2.7.a5
9aa55e6
- Bug 643979 - Strange byte sequence for attribute with no values (nsslapd-ref
9aa55e6
erral)
9aa55e6
- Bug 635009 - Add one-way AD sync capability
9aa55e6
- Bug 572018 - Upgrading from 1.2.5 to 1.2.6.a2 deletes userRoot
9aa55e6
- put replication config entries in separate file
9aa55e6
- Bug 567282 - server can not abandon searchRequest of "simple paged results"
9aa55e6
- Bug 329751 - "nested" filtered roles searches candidates more than needed
9aa55e6
- Bug 521088 - DNA should check ACLs before getting a value from the range
9aa55e6
a788e30
* Mon Nov  1 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7-0.5.a4
a788e30
- 1.2.7.a4 release - git tag 389-ds-base-1.2.7.a4
a788e30
- Bug 647932 - multiple memberOf configuration adding memberOf where there is no member
a788e30
- Bug 491733 - dbtest crashes
a788e30
- Bug 606545 - core schema should include numSubordinates
a788e30
- Bug 638773 - permissions too loose on pid and lock files
a788e30
- Bug 189985 - Improve attribute uniqueness error message
a788e30
- Bug 619623 - attr-unique-plugin ignores requiredObjectClass on modrdn operations
a788e30
- Bug 619633 - Make attribute uniqueness obey requiredObjectClass
a788e30
d92d0f6
* Wed Oct 27 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7-0.4.a3
d92d0f6
- 1.2.7.a3 release - a2 was never released - this is a rebuild to pick up
d92d0f6
- Bug 644608 - RHDS 8.1->8.2 upgrade fails to properly migrate ACIs
d92d0f6
- Adding the ancestorid fix code to ##upgradednformat.pl.
d92d0f6
fc0d78f
* Fri Oct 22 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7-0.3.a3
fc0d78f
- 1.2.7.a3 release - a2 was never released
fc0d78f
- Bug 644608 - RHDS 8.1->8.2 upgrade fails to properly migrate ACIs
fc0d78f
- Bug 629681 - Retro Changelog trimming does not behave as expected
fc0d78f
- Bug 645061 - Upgrade: 06inetorgperson.ldif and 05rfc4524.ldif
fc0d78f
-              are not upgraded in the server instance schema dir
fc0d78f
9ac1a45
* Tue Oct 19 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7-0.2.a2
9ac1a45
- 1.2.7.a2 release - a1 was the OpenLDAP testday release
9ac1a45
- git tag 389-ds-base-1.2.7.a2
9ac1a45
- added openldap support on platforms that use openldap with moznss
9ac1a45
- for crypto (F-14 and later)
9ac1a45
- many bug fixes
9ac1a45
- Account Policy Plugin (keep track of last login, disable old accounts)
9ac1a45
9ac1a45
* Fri Oct  8 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7-0.1.a1
9ac1a45
- added openldap support
9ac1a45
Noriko Hosoi af59805
* Wed Sep 29 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6.1-2
ce2f764
- bump rev to rebuild
ce2f764
d5673eb
* Thu Sep 23 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6.1-1
33061f2
- This is the 1.2.6.1 release - git tag 389-ds-base-1.2.6.1
d5673eb
- Bug 634561 - Server crushes when using Windows Sync Agreement
33061f2
- Bug 635987 - Incorrect sub scope search result with ACL containing ldap:///self
33061f2
- Bug 612264 - ACI issue with (targetattr='userPassword')
33061f2
- Bug 606920 - anonymous resource limit- nstimelimit - also applied to "cn=directory manager"
33061f2
- Bug 631862 - crash - delete entries not in cache + referint
d5673eb
b5f6fe3
* Thu Aug 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-1
b5f6fe3
- This is the final 1.2.6 release
b5f6fe3
6fa7afc
* Tue Aug 10 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.11.rc7
6fa7afc
- 1.2.6 release candidate 7
6fa7afc
- git tag 389-ds-base-1.2.6.rc7
6fa7afc
- Bug 621928 - Unable to enable replica (rdn problem?) on 1.2.6 rc6
6fa7afc
55828d8
* Mon Aug  2 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.10.rc6
541ff87
- 1.2.6 release candidate 6
541ff87
- git tag 389-ds-base-1.2.6.rc6
541ff87
- Bug 617013 - repl-monitor.pl use cpu upto 90%
541ff87
- Bug 616618 - 389 v1.2.5 accepts 2 identical entries with different DN formats
541ff87
- Bug 547503 - replication broken again, with 389 MMR replication and TCP errors
541ff87
- Bug 613833 - Allow dirsrv_t to bind to rpc ports
541ff87
- Bug 612242 - membership change on DS does not show on AD
541ff87
- Bug 617629 - Missing aliases in new schema files
541ff87
- Bug 619595 - Upgrading sub suffix under non-normalized suffix disappears
541ff87
- Bug 616608 - SIGBUS in RDN index reads on platforms with strict alignments
541ff87
- Bug 617862 - Replication: Unable to delete tombstone errors
541ff87
- Bug 594745 - Get rid of dirsrv_lib_t label
541ff87
da4e1b5
* Wed Jul 14 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.9.rc3
da4e1b5
- make selinux-devel explicit Require the base package in order
da4e1b5
- to comply with Fedora Licensing Guidelines
da4e1b5
d823a23
* Thu Jul  1 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.8.rc3
d823a23
- 1.2.6 release candidate 3
d823a23
- git tag 389-ds-base-1.2.6.rc3
d823a23
- Bug 603942 - null deref in _ger_parse_control() for subjectdn
d823a23
- 609256  - Selinux: pwdhash fails if called via Admin Server CGI
d823a23
- 578296  - Attribute type entrydn needs to be added when subtree rename switch is on
d823a23
- 605827 - In-place upgrade: upgrade dn format should not run in setup-ds-admin.pl
d823a23
- Bug 604453 - SASL Stress and Server crash: Program quits with the assertion failure in PR_Poll
d823a23
- Bug 604453 - SASL Stress and Server crash: Program quits with the assertion failure in PR_Poll
d823a23
- 606920 - anonymous resource limit - nstimelimit - also applied to "cn=directory manager"
d823a23
f5e42a4
* Wed Jun 16 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.7.rc2
f5e42a4
- 1.2.6 release candidate 2
f5e42a4
fd3f4ac
* Mon Jun 14 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.6-0.6.rc1
fd3f4ac
- install replication session plugin header with devel package
fd3f4ac
402681e
* Wed Jun  9 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.5.rc1
4f1c3dc
- 1.2.6 release candidate 1
4f1c3dc
e5c53a9
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.2.6-0.4.a4.1
e5c53a9
- Mass rebuild with perl-5.12.0
e5c53a9
8f5b5ef
* Wed May 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.4.a4
8f5b5ef
- 1.2.6.a4 release
8f5b5ef
Noriko Hosoi af59805
* Wed Apr  7 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.6-0.4.a3
4a3e462
- 1.2.6.a3 release
4a3e462
- add managed entries plug-in
4a3e462
- many bug fixes
4a3e462
- moved selinux subpackage into base package
4a3e462
ee8e910
* Fri Apr  2 2010 Caolán McNamara <caolanm@redhat.com> - 1.2.6-0.3.a2
ee8e910
- rebuild for icu 4.4
ee8e910
Noriko Hosoi af59805
* Tue Mar  2 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.2.a2
e0a3a17
- 1.2.6.a2 release
e0a3a17
- add support for matching rules
e0a3a17
- many bug fixes
e0a3a17
d441a4c
* Fri Jan 15 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.6-0.1.a1
d441a4c
- 1.2.6.a1 release
d441a4c
- Added SELinux policy and subpackages
d441a4c
7c713fa
* Tue Jan 12 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.5-1
7c713fa
- 1.2.5 final release
7c713fa
91fd035
* Mon Jan  4 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.5-0.5.rc4
91fd035
- 1.2.5.rc4 release
91fd035
Noriko Hosoi af59805
* Thu Dec 17 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.5-0.4.rc3
fc2d3ae
- 1.2.5.rc3 release
fc2d3ae
9de19f7
* Thu Oct 29 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.4-1
9de19f7
- 1.2.4 release
9de19f7
- resolves bug 221905 - added support for Salted MD5 (SMD5) passwords - primarily for migration
9de19f7
- resolves bug 529258 - Make upgrade remove obsolete schema from 99user.ldif
9de19f7
256eebf
* Mon Sep 14 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.3-1
256eebf
- 1.2.3 release
256eebf
- added template-initconfig to %files
256eebf
- %posttrans now runs update to update the server instances
256eebf
- servers are shutdown, then restarted if running before install
256eebf
- scriptlets mostly use lua now to pass data among scriptlet phases
caa5ee3
66e9e4c
* Tue Sep 01 2009 Caolán McNamara <caolanm@redhat.com> - 1.2.2-2
66e9e4c
- rebuild with new openssl to fix dependencies
66e9e4c
8abaf54
* Tue Aug 25 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.2-1
8abaf54
- backed out - added template-initconfig to %files - this change is for the next major release
8abaf54
- bump version to 1.2.2
8abaf54
- fix reopened 509472 db2index all does not reindex all the db backends correctly
8abaf54
- fix 518520 -  pre hashed salted passwords do not work
8abaf54
- see https://bugzilla.redhat.com/show_bug.cgi?id=518519 for the list of
8abaf54
- bugs fixed in 1.2.2
8abaf54
abf5678
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.1-5
abf5678
- rebuilt with new openssl
abf5678
3257d41
* Wed Aug 19 2009 Noriko Hosoi <nhosoi@redhat.com> - 1.2.1-4
3257d41
- added template-initconfig to %files
3257d41
9d46490
* Wed Aug 12 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.1-3
9d46490
- added BuildRequires pcre
9d46490
83eeb2d
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
83eeb2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
83eeb2d
af32fff
* Mon May 18 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.1-1
af32fff
- change name to 389
af32fff
- change version to 1.2.1
af32fff
- added initial support for numeric string syntax
af32fff
- added initial support for syntax validation
af32fff
- added initial support for paged results including sorting
af32fff
af32fff
* Tue Apr 28 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.0-4
af32fff
- final release 1.2.0
af32fff
- Resolves: bug 475338 - LOG: the intenal type of maxlogsize, maxdiskspace and minfreespace should be 64-bit integer
af32fff
- Resolves: bug 496836 - SNMP ldap-agent on Solaris: Unable to open semaphore for server: 389
af32fff
- CVS tag: FedoraDirSvr_1_2_0 FedoraDirSvr_1_2_0_20090428
af32fff
af32fff
* Mon Apr  6 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.0-3
af32fff
- re-enable ppc builds
af32fff
af32fff
* Thu Apr  2 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.0-2
af32fff
- exclude ppc builds - needs extensive porting work
af32fff
af32fff
* Mon Mar 30 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.0-1
af32fff
- new release 1.2.0
af32fff
- Made devel package depend on mozldap-devel
af32fff
- only create run dir if it does not exist
af32fff
- CVS tag: FedoraDirSvr_1_2_0_RC1 FedoraDirSvr_1_2_0_RC1_20090330
af32fff
Noriko Hosoi af59805
* Thu Oct 30 2008 Noriko Hosoi <nhosoi@redhat.com> - 1.1.3-7
af32fff
- added db4-utils to Requires for verify-db.pl
af32fff
af32fff
* Mon Oct 13 2008 Noriko Hosoi <nhosoi@redhat.com> - 1.1.3-6
af32fff
- Enabled LDAPI autobind
af32fff
af32fff
* Thu Oct  9 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.3-5
af32fff
- updated update to patch bug463991-bdb47.patch
af32fff
af32fff
* Thu Oct  9 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.3-4
af32fff
- updated patch bug463991-bdb47.patch
af32fff
af32fff
* Mon Sep 29 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.3-3
af32fff
- added patch bug463991-bdb47.patch
af32fff
- make ds work with bdb 4.7
af32fff
af32fff
* Wed Sep 24 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.3-2
af32fff
- rolled back bogus winsync memory leak fix
af32fff
af32fff
* Tue Sep 23 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.3-1
af32fff
- winsync api improvements for modify operations
af32fff
af32fff
* Fri Jun 13 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.2-1
af32fff
- This is the 1.1.2 release.  The bugs fixed can be found here
af32fff
- https://bugzilla.redhat.com/showdependencytree.cgi?id=452721
af32fff
- Added winsync-plugin.h to the devel subpackage
af32fff
af32fff
* Fri Jun  6 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.1-2
af32fff
- bump rev to rebuild and pick up new version of ICU
af32fff
af32fff
* Fri May 23 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.1-1
af32fff
- 1.1.1 release candidate - several bug fixes
af32fff
af32fff
* Wed Apr 16 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.0.1-4
af32fff
- fix bugzilla 439829 - patch to allow working with NSS 3.11.99 and later
af32fff
af32fff
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1.0.1-3
af32fff
- add patch to allow server to work with NSS 3.11.99 and later
af32fff
- do NSS_Init after fork but before detaching from console
af32fff
af32fff
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1.0.1-3
af32fff
- add Requires for versioned perl (libperl.so)
af32fff
af32fff
* Wed Feb 27 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.0.1-2
af32fff
- previous fix for 434403 used the wrong patch
af32fff
- this is the right one
af32fff
af32fff
* Wed Feb 27 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.0.1-1
af32fff
- Resolves bug 434403 - GCC 4.3 build fails
af32fff
- Rolled new source tarball which includes Nathan's fix for the struct ucred
af32fff
- NOTE: Change version back to 1.1.1 for next release
af32fff
- this release was pulled from CVS tag FedoraDirSvr110_gcc43
af32fff
af32fff
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.0-5
af32fff
- Autorebuild for GCC 4.3
af32fff
af32fff
* Thu Dec 20 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-4
af32fff
- This is the GA release of Fedora DS 1.1
af32fff
- Removed version numbers for BuildRequires and Requires
af32fff
- Added full URL to source tarball
af32fff
af32fff
* Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.0-3
af32fff
- Rebuild for deps
af32fff
af32fff
* Wed Nov  7 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-2.0
af32fff
- This is the beta2 release
af32fff
- new file added to package - /etc/sysconfig/dirsrv - for setting
af32fff
- daemon environment as is usual in other linux daemons
af32fff
af32fff
* Thu Aug 16 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.2
af32fff
- fix build breakage due to open()
af32fff
- mock could not find BuildRequires: db4-devel >= 4.2.52
af32fff
- mock works if >= version is removed - it correctly finds db4.6
af32fff
af32fff
* Fri Aug 10 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.1
af32fff
- Change pathnames to use the pkgname macro which is dirsrv
af32fff
- get rid of cvsdate in source name
af32fff
af32fff
* Fri Jul 20 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-0.3.20070720
af32fff
- Added Requires for perldap, cyrus sasl plugins
af32fff
- Removed template-migrate* files
af32fff
- Added perl module directory
af32fff
- Removed install.inf - setup-ds.pl can now easily generate one
af32fff
af32fff
* Mon Jun 18 2007 Nathan Kinder <nkinder@redhat.com> - 1.1.0-0.2.20070320
af32fff
- added requires for mozldap-tools
af32fff
af32fff
* Tue Mar 20 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-0.1.20070320
af32fff
- update to latest sources
af32fff
- added migrateTo11 to allow migrating instances from 1.0.x to 1.1
af32fff
- ldapi support
af32fff
- fixed pam passthru plugin ENTRY method
af32fff
af32fff
* Fri Feb 23 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-0.1.20070223
af32fff
- Renamed package to fedora-ds-base, but keep names of paths/files/services the same
af32fff
- use the shortname macro (fedora-ds) for names of paths, files, and services instead
af32fff
- of name, so that way we can continue to use e.g. /etc/fedora-ds instead of /etc/fedora-ds-base
af32fff
- updated to latest sources
af32fff
af32fff
* Tue Feb 13 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-0.1.20070213
af32fff
- More cleanup suggested by Dennis Gilmore
af32fff
- This is the fedora extras candidate based on cvs tag FedoraDirSvr110a1
af32fff
af32fff
* Fri Feb  9 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.el4.20070209
af32fff
- latest sources
af32fff
- added init scripts
af32fff
- use /etc as instconfigdir
af32fff
af32fff
* Wed Feb  7 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.el4.20070207
af32fff
- latest sources
af32fff
- moved all executables to _bindir
af32fff
af32fff
* Mon Jan 29 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.el4.20070129
af32fff
- latest sources
af32fff
- added /var/tmp/fedora-ds to dirs
af32fff
af32fff
* Fri Jan 26 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-8.el4.20070125
af32fff
- added logconv.pl
af32fff
- added slapi-plugin.h to devel package
af32fff
- added explicit dirs for /var/log/fedora-ds et. al.
af32fff
af32fff
* Thu Jan 25 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-7.el4.20070125
af32fff
- just move all .so files into the base package from the devel package
af32fff
af32fff
* Thu Jan 25 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-6.el4.20070125
af32fff
- Move the plugin *.so files into the main package instead of the devel
af32fff
- package because they are loaded directly by name via dlopen
af32fff
af32fff
* Fri Jan 19 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-5.el4.20070125
af32fff
- Move the script-templates directory to datadir/fedora-ds
af32fff
af32fff
* Fri Jan 19 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-4.el4.20070119
af32fff
- change mozldap to mozldap6
af32fff
af32fff
* Fri Jan 19 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-3.el4.20070119
af32fff
- remove . from cvsdate define
af32fff
af32fff
* Fri Jan 19 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-2.el4.20070119
af32fff
- Having a problem building in Brew - may be Release format
af32fff
af32fff
* Fri Jan 19 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.el4.cvs20070119
af32fff
- Changed version to 1.1.0 and added Release 1.el4.cvs20070119
af32fff
- merged in changes from Fedora Extras candidate spec file
af32fff
af32fff
* Mon Jan 15 2007 Rich Megginson <rmeggins@redhat.com> - 1.1-0.1.cvs20070115
af32fff
- Bump component versions (nspr, nss, svrcore, mozldap) to their latest
af32fff
- remove unneeded patches
af32fff
af32fff
* Tue Jan 09 2007 Dennis Gilmore <dennis@ausil.us> - 1.1-0.1.cvs20070108
af32fff
- update to a cvs snapshot
af32fff
- fedorafy the spec 
af32fff
- create -devel subpackage
af32fff
- apply a patch to use mozldap not mozldap6
af32fff
- apply a patch to allow --prefix to work correctly
af32fff
af32fff
* Mon Dec 4 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-16
af32fff
- Fixed the problem where the server would crash upon shutdown in dblayer
af32fff
- due to a race condition among the database housekeeping threads
af32fff
- Fix a problem with normalized absolute paths for db directories
af32fff
af32fff
* Tue Nov 28 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-15
af32fff
- Touch all of the ldap/admin/src/scripts/*.in files so that they
af32fff
- will be newer than their corresponding script template files, so
af32fff
- that make will rebuild them.
af32fff
af32fff
* Mon Nov 27 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-14
af32fff
- Chown new schema files when copying during instance creation
af32fff
af32fff
* Tue Nov 21 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-13
af32fff
- Configure will get ldapsdk_bindir from pkg-config, or $libdir/mozldap6
af32fff
af32fff
* Tue Nov 21 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-12
af32fff
- use eval to sed ./configure into ../configure
af32fff
af32fff
* Tue Nov 21 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-11
af32fff
- jump through hoops to be able to run ../configure
af32fff
af32fff
* Tue Nov 21 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-10
af32fff
- Need to make built dir in setup section
af32fff
af32fff
* Tue Nov 21 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-9
af32fff
- The template scripts needed to use @libdir@ instead of hardcoding
af32fff
- /usr/lib
af32fff
- Use make DESTDIR=$RPM_BUILD_ROOT install instead of % makeinstall
af32fff
- do the actual build in a "built" subdirectory, until we remove
af32fff
- the old script templates
af32fff
af32fff
* Thu Nov 16 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-8
af32fff
- Make replication plugin link with libdb
af32fff
af32fff
* Wed Nov 15 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-7
af32fff
- Have make define LIBDIR, BINDIR, etc. for C code to use
af32fff
- especially for create_instance.h
af32fff
af32fff
* Tue Nov 14 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-6
af32fff
- Forgot to checkin new config.h.in for AC_CONFIG_HEADERS
af32fff
af32fff
* Tue Nov 14 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-5
af32fff
- Add perldap as a Requires; update sources
af32fff
af32fff
* Thu Nov 9 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-4
af32fff
- Fix ds_newinst.pl
af32fff
- Remove obsolete #defines
af32fff
af32fff
* Thu Nov 9 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-3
af32fff
- Update sources; rebuild to populate brew yum repo with dirsec-nss
af32fff
af32fff
* Tue Nov 7 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-2
af32fff
- Update sources
af32fff
af32fff
* Thu Nov 2 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-1
af32fff
- initial revision