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