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