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
535b245
%global prerel .a8
fd7f020
# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
b52b28a
%global relprefix 0.
088940d
a0ed453
%global use_openldap 1
af32fff
d62a387
# fedora 15 and later uses tmpfiles.d
d62a387
# otherwise, comment this out
d62a387
#%{!?with_tmpfiles_d: %global with_tmpfiles_d %{_sysconfdir}/tmpfiles.d}
d62a387
af32fff
Summary:          389 Directory Server (base)
af32fff
Name:             389-ds-base
b52b28a
Version:          1.2.10
535b245
Release:          %{?relprefix}9%{?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 8c0411d
Conflicts:        selinux-policy-base < 3.9.7-11
61135ad
Requires:         %{name}-libs = %{version}-%{release}
ad76a10
Provides:         fedora-ds-base = %{version}-%{release}
ad76a10
Obsoletes:        fedora-ds-base < 1.2.1-1
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
af32fff
BuildRequires:    db4-devel
af32fff
BuildRequires:    cyrus-sasl-devel
af32fff
BuildRequires:    icu
af32fff
BuildRequires:    libicu-devel
9d46490
BuildRequires:    pcre-devel
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
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
af32fff
Requires:         db4-utils
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
256eebf
# This is for the fedora-ds -> 389 run level hack
Nathan Kinder ac4c3aa
Requires(post): /sbin/service
256eebf
af32fff
# for the init script
af32fff
Requires(post): /sbin/chkconfig
af32fff
Requires(preun): /sbin/chkconfig
af32fff
Requires(preun): /sbin/service
af32fff
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
61135ad
%package          libs
61135ad
Summary:          Core libraries for 389 Directory Server
61135ad
Group:            System Environment/Daemons
61135ad
BuildRequires:    nspr-devel
61135ad
BuildRequires:    nss-devel
61135ad
BuildRequires:    svrcore-devel
61135ad
%if %{use_openldap}
61135ad
BuildRequires:    openldap-devel
61135ad
%else
61135ad
BuildRequires:    mozldap-devel
61135ad
%endif
61135ad
BuildRequires:    db4-devel
61135ad
BuildRequires:    cyrus-sasl-devel
61135ad
BuildRequires:    libicu-devel
61135ad
BuildRequires:    pcre-devel
61135ad
61135ad
%description      libs
61135ad
Core libraries for the 389 Directory Server base package.  These libraries
61135ad
are used by the main package and the -devel package.  This allows the -devel
61135ad
package to be installed with just the -libs package and without the main package.
61135ad
af32fff
%package          devel
af32fff
Summary:          Development libraries for 389 Directory Server
af32fff
Group:            Development/Libraries
61135ad
Requires:         %{name}-libs = %{version}-%{release}
Nathan Kinder ac4c3aa
Requires:         pkgconfig
61135ad
Requires:         nspr-devel
61135ad
Requires:         nss-devel
61135ad
Requires:         svrcore-devel
a0ed453
%if %{use_openldap}
a0ed453
Requires:         openldap-devel
a0ed453
%else
af32fff
Requires:         mozldap-devel
a0ed453
%endif
ad76a10
Provides:         fedora-ds-base-devel = %{version}-%{release}
ad76a10
Obsoletes:        fedora-ds-base-devel < 1.2.1-1
af32fff
af32fff
%description      devel
af32fff
Development Libraries and headers for the 389 Directory Server base package.
af32fff
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
d62a387
%{?with_tmpfiles_d: TMPFILES_FLAG="--with-tmpfiles-d=%{with_tmpfiles_d}"}
d62a387
%configure --enable-autobind --with-selinux $OPENLDAP_FLAG $TMPFILES_FLAG
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
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
36b41d5
%post
36b41d5
/sbin/chkconfig --add %{pkgname}
36b41d5
/sbin/ldconfig
36b41d5
/sbin/chkconfig --add %{pkgname}-snmp
af32fff
af32fff
%preun
eef021a
if [ $1 = 0 ]; then # Final removal
af32fff
        /sbin/service %{pkgname} stop >/dev/null 2>&1 || :
af32fff
        /sbin/chkconfig --del %{pkgname}
256eebf
        /sbin/service %{pkgname}-snmp stop >/dev/null 2>&1 || :
256eebf
        /sbin/chkconfig --del %{pkgname}-snmp
af32fff
fi
af32fff
eef021a
%postun
eef021a
/sbin/ldconfig
36b41d5
if [ $1 = 0 ]; then # Final removal
36b41d5
    rm -rf /var/run/%{pkgname}
36b41d5
fi
af32fff
36b41d5
%posttrans
36b41d5
instbase="%{_sysconfdir}/%{pkgname}"
36b41d5
# echo posttrans - upgrading - looking for instances in $instbase
36b41d5
# find all instances
36b41d5
instances="" # instances that require a restart after upgrade
36b41d5
ninst=0 # number of instances found in total
36b41d5
for dir in $instbase/slapd-* ; do
36b41d5
# echo dir = $dir
36b41d5
    if [ ! -d "$dir" ] ; then continue ; fi
36b41d5
    case "$dir" in *.removed) continue ;; esac
36b41d5
    basename=`basename $dir`
36b41d5
    inst=`echo $basename | sed -e 's/slapd-//g'`
36b41d5
#   echo found instance $inst - getting status
36b41d5
    if /sbin/service %{pkgname} status $inst >/dev/null 2>&1 ; then
36b41d5
#      echo instance $inst is running
36b41d5
       instances="$instances $inst"
36b41d5
    else
36b41d5
#      echo instance $inst is not running
36b41d5
       :
36b41d5
    fi
36b41d5
    ninst=`expr $ninst + 1`
36b41d5
done
36b41d5
if [ $ninst -eq 0 ] ; then
36b41d5
    exit 0 # have no instances to upgrade - just skip the rest
36b41d5
fi
36b41d5
# shutdown all instances
36b41d5
# echo shutting down all instances . . .
36b41d5
/sbin/service %{pkgname} stop > /dev/null 2>&1
36b41d5
# do the upgrade
36b41d5
# echo upgrading instances . . .
36b41d5
%{_sbindir}/setup-ds.pl -l /dev/null -u -s General.UpdateMode=offline > /dev/null 2>&1
36b41d5
# restart instances that require it
36b41d5
for inst in $instances ; do
36b41d5
#   echo restarting instance $inst
36b41d5
    /sbin/service %{pkgname} start $inst >/dev/null 2>&1
36b41d5
done
36b41d5
# restart the snmp subagent if needed
36b41d5
/sbin/service %{pkgname}-snmp condrestart > /dev/null 2>&1
36b41d5
exit 0
256eebf
af32fff
%files
af32fff
%defattr(-,root,root,-)
af32fff
%doc LICENSE EXCEPTION LICENSE.GPLv2
af32fff
%dir %{_sysconfdir}/%{pkgname}
af32fff
%dir %{_sysconfdir}/%{pkgname}/schema
af32fff
%config(noreplace)%{_sysconfdir}/%{pkgname}/schema/*.ldif
af32fff
%dir %{_sysconfdir}/%{pkgname}/config
af32fff
%config(noreplace)%{_sysconfdir}/%{pkgname}/config/slapd-collations.conf
af32fff
%config(noreplace)%{_sysconfdir}/%{pkgname}/config/certmap.conf
256eebf
%config(noreplace)%{_sysconfdir}/%{pkgname}/config/ldap-agent.conf
256eebf
%config(noreplace)%{_sysconfdir}/%{pkgname}/config/template-initconfig
af32fff
%config(noreplace)%{_sysconfdir}/sysconfig/%{pkgname}
af32fff
%{_datadir}/%{pkgname}
af32fff
%{_sysconfdir}/rc.d/init.d/%{pkgname}
256eebf
%{_sysconfdir}/rc.d/init.d/%{pkgname}-snmp
af32fff
%{_bindir}/*
af32fff
%{_sbindir}/*
61135ad
%{_libdir}/%{pkgname}/libns-dshttpd.so*
af32fff
%{_libdir}/%{pkgname}/perl
af32fff
%dir %{_libdir}/%{pkgname}/plugins
af32fff
%{_libdir}/%{pkgname}/plugins/*.so
af32fff
%dir %{_localstatedir}/lib/%{pkgname}
af32fff
%dir %{_localstatedir}/log/%{pkgname}
af32fff
%dir %{_localstatedir}/lock/%{pkgname}
af32fff
%{_mandir}/man1/*
af32fff
%{_mandir}/man8/*
af32fff
af32fff
%files devel
af32fff
%defattr(-,root,root,-)
af32fff
%doc LICENSE EXCEPTION LICENSE.GPLv2 README.devel
af32fff
%{_includedir}/%{pkgname}
61135ad
%{_libdir}/%{pkgname}/libslapd.so
Nathan Kinder ac4c3aa
%{_libdir}/pkgconfig/*
af32fff
61135ad
%files libs
61135ad
%defattr(-,root,root,-)
61135ad
%doc LICENSE EXCEPTION LICENSE.GPLv2 README.devel
61135ad
%dir %{_libdir}/%{pkgname}
61135ad
%{_libdir}/%{pkgname}/libslapd.so.*
61135ad
af32fff
%changelog
535b245
* Tue Jan 24 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.9.a8
535b245
- Ticket #272 - add tombstonenumsubordinates to schema
535b245
7b03fb3
* Mon Jan 23 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.8.a7
7b03fb3
- fixes for systemd - remove .pid files after shutting down servers
7b03fb3
- Ticket #263 - add systemd include directive
7b03fb3
- Ticket #264 - upgrade needs better check for "server is running"
7b03fb3
28f86c1
* Fri Jan 20 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.7.a7
28f86c1
- Ticket #262 - pid file not removed with systemd
28f86c1
- Ticket #50 - server should not call a plugin after the plugin close function is called
28f86c1
- Ticket #18 - Data inconsitency during replication
28f86c1
- Ticket #49 - better handling for server shutdown while long running tasks are active
28f86c1
- Ticket #15 - Get rid of rwlock.h/rwlock.c and just use slapi_rwlock instead
28f86c1
- Ticket #257 - repl-monitor doesn't work if leftmost hostnames are the same
28f86c1
- Ticket #12 - 389 DS DNA Plugin / Replication failing on GSSAPI
28f86c1
- 6aaeb77 add a hack to disable sasl hostname canonicalization
28f86c1
- Ticket 168 - minssf should not apply to rootdse
28f86c1
- Ticket #177 - logconv.pl doesn't detect restarts
28f86c1
- Ticket #159 - Managed Entry Plugin runs against managed entries upon any update without validating
28f86c1
- Ticket 75 - Unconfigure plugin opperations are being called.
28f86c1
- Ticket 26 - Please support setting defaultNamingContext in the rootdse.
28f86c1
- Ticket #71 - unable to delete managed entry config
28f86c1
- Ticket #167 - Mixing transaction and non-transaction plugins can cause deadlock
28f86c1
- Ticket #256 - debug build assertion in ACL_EvalDestroy()
28f86c1
- Ticket #4 - bak2db gets stuck in infinite loop
28f86c1
- Ticket #162 - Infinite loop / spin inside strcmpi_fast, acl_read_access_allowed_on_attr, server DoS
28f86c1
- Ticket #3: acl cache overflown problem
28f86c1
- Ticket 1 - pre-normalize filter and pre-compile substring regex - and other optimizations
28f86c1
- Ticket 2 - If node entries are tombstone'd, subordinate entries fail to get the full DN.
28f86c1
ff8f93f
* Thu Dec 15 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.6.a6
ff8f93f
- Bug 755725 - 389 programs linked against openldap crash during shutdown
ff8f93f
- Bug 755754 - Unable to start dirsrv service using systemd
ff8f93f
- Bug 745259 - Incorrect entryUSN index under high load in replicated environment
ff8f93f
- d439e3a use slapi_hexchar2int and slapi_str_to_u8 everywhere
ff8f93f
- 5910551 csn_init_as_string should not use sscanf
ff8f93f
- b53ba00 reduce calls to csn_as_string and slapi_log_error
ff8f93f
- c897267 fix member variable name error in slapi_uniqueIDFormat
ff8f93f
- 66808e5 uniqueid formatting - use slapi_u8_to_hex instead of sprintf
ff8f93f
- 580a875 csn_as_string - use slapi_uN_to_hex instead of sprintf
ff8f93f
- Bug 751645 - crash when simple paged fails to send entry to client
ff8f93f
- Bug 752155 - Use restorecon after creating init script lock file
ff8f93f
dc7efe3
* Fri Nov  4 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.5.a5
dc7efe3
- Bug 751495 - 'setup-ds.pl -u' fails with undefined routine 'updateSystemD'
dc7efe3
- Bug 750625 750624 750622 744946 Coverity issues
dc7efe3
- Bug 748575 - part 2 - rhds81 modrdn operation and 100% cpu use in replication
dc7efe3
- Bug 748575 - rhds81 modrn operation and 100% cpu use in replication
dc7efe3
- Bug 745259 - Incorrect entryUSN index under high load in replicated environment
dc7efe3
- f639711 Reduce the number of DN normalization
dc7efe3
- c06a8fa Keep unhashed password psuedo-attribute in the adding entry
dc7efe3
- Bug 744945 - nsslapd-counters attribute value cannot be set to "off"
dc7efe3
- 8d3b921 Use new PLUGIN_CONFIG_ENTRY feature to allow switching between txn and regular
dc7efe3
- d316a67 Change referential integrity to be a betxnpostoperation plugin
dc7efe3
0f1bfda
* Fri Oct  7 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.4.a4
0f1bfda
- Bug 741744 - part3 - MOD operations with chained delete/add get back error 53
0f1bfda
- 1d2f5a0 make memberof transaction aware and able to be a betxnpostoperation plug in
0f1bfda
- b6d3ba7 pass the plugin config entry to the plugin init function
0f1bfda
- 28f7bfb set the ENTRY_POST_OP for modrdn betxnpostoperation plugins
0f1bfda
- Bug 743966 - Compiler warnings in account usability plugin
0f1bfda
0f1bfda
* Wed Oct  5 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10.a3-0.3
3104a10
- 498c42b fix transaction support in ldbm_delete
3104a10
3104a10
* Wed Oct  5 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10.a2-0.2
c64d322
- Bug 740942 - allow resource limits to be set for paged searches independently of limits for other searches/operations
c64d322
- Bug 741744 - MOD operations with chained delete/add get back error 53 on backend config
c64d322
- Bug 742324 - allow nsslapd-idlistscanlimit to be set dynamically and per-user
c64d322
b52b28a
* Tue Sep 27 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10.a1-0.1
b52b28a
- Bug 739172 - Allow separate fractional attrs for incremental and total protocols
b52b28a
- 6120b3d Make all backend operations transaction aware
b52b28a
- 056cc35 Add support for pre/post db transaction plugins
b52b28a
- Bug 736712 - Modifying ruv entry deadlocks server
b52b28a
- Bug 590826 - Reloading database from ldif causes changelog to emit "data no longer matches" errors
b52b28a
- Bug 730387 - Add slapi_rwlock API and use POSIX rwlocks
b52b28a
- Bug 611438 - Add Account Usability Control support
b52b28a
ad76a10
* Tue Sep 13 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.10-3
ad76a10
- added back fedora-ds-base stuff so as not to break dependencies
ad76a10
0584b38
* Wed Sep  7 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.10-2
0584b38
- corrected source
0584b38
213e9b2
* Wed Sep  7 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.10-1
213e9b2
- Bug 735114 - renaming a managed entry does not update mepmanagedby
213e9b2
8b1564b
* Thu Sep  1 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.9-1
8b1564b
- Bug 735121 - simple paged search + ip/dns based ACI hangs server
8b1564b
- Bug 722292 - (cov#11030) Leak of mapped_sdn in winsync rename code
8b1564b
- Bug 703990 - cross-platform - Support upgrade from Red Hat Directory Server
8b1564b
- Introducing an environment variable USE_VALGRIND to clean up the entry cache and dn cache on exit.
8b1564b
2e85b43
* Wed Aug 31 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.8-1
2e85b43
- Bug 732153 - subtree and user account lockout policies implemented?
2e85b43
- Bug 722292 - Entries in DS are not updated properly when using WinSync API
2e85b43
88ceba2
* Wed Aug 24 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.7-1
88ceba2
- Bug 733103 - large targetattr list with syntax errors cause server to crash or hang
88ceba2
- Bug 633803 - passwordisglobalpolicy attribute brakes TLS chaining
88ceba2
- Bug 732541 - Ignore error 32 when adding automember config
88ceba2
- Bug 728592 - Allow ns-slapd to start with an invalid server cert
88ceba2
cff5b15
* Wed Aug 10 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.6-1
cff5b15
- Bug 728510 - Run dirsync after sending updates to AD
cff5b15
- Bug 729717 - Fatal error messages when syncing deletes from AD
cff5b15
- Bug 729369 - upgrade DB to upgrade from entrydn to entryrdn format is not working.
cff5b15
- Bug 729378 - delete user subtree container in AD + modify password in DS == DS crash
cff5b15
- Bug 723937 - Slapi_Counter API broken on  32-bit F15
cff5b15
-   fixed again - separate tests for atomic ops and atomic bool cas
cff5b15
5fe163a
* Mon Aug  8 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.5-1
5fe163a
- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
5fe163a
-  Fix another coverity NULL deref in previous patch
5fe163a
3e2f34e
* Thu Aug  4 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.4-1
3e2f34e
- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
3e2f34e
-  Fix coverity NULL deref in previous patch
3e2f34e
9998ed1
* Wed Aug  3 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.3-1
9998ed1
- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
9998ed1
-  previous patch broke build on el5
9998ed1
de457ff
* Wed Aug  3 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.2-1
9998ed1
- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
de457ff
02e89f2
* Tue Aug  2 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.1-2
02e89f2
- Bug 723937 - Slapi_Counter API broken on  32-bit F15
02e89f2
-   fixed to use configure test for GCC provided 64-bit atomic functions
02e89f2
e2d9c08
* Wed Jul 27 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.1-1
e2d9c08
- Bug 663752 - Cert renewal for attrcrypt and encchangelog
e2d9c08
-   this was "re-fixed" due to a deadlock condition with cl2ldif task cancel
e2d9c08
- Bug 725953 - Winsync: DS entries fail to sync to AD, if the User's CN entry contains a comma
e2d9c08
- Bug 725743 - Make memberOf use PRMonitor for it's operation lock
e2d9c08
- Bug 725542 - Instance upgrade fails when upgrading 389-ds-base package
e2d9c08
- Bug 723937 - Slapi_Counter API broken on  32-bit F15
e2d9c08
a924efb
* Fri Jul 15 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.0-1
a924efb
- Bug 720059 - RDN with % can cause crashes or missing entries
a924efb
- Bug 709468 - RSA Authentication Server timeouts when using simple paged results on RHDS 8.2.
a924efb
- Bug 691313 - Need TLS/SSL error messages in repl status and errors log
a924efb
- 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
a924efb
- Bug 713209 - Update sudo schema
a924efb
- Bug 719069 - clean up compiler warnings in 389-ds-base 1.2.9
a924efb
- Bug 718303 - Intensive updates on masters could break the consumer's cache
a924efb
- Bug 711679 - unresponsive LDAP service when deleting vlv on replica
a924efb
7b31ab9
* Mon Jun 27 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9-0.2.a2
7b31ab9
- 389-ds-base-1.2.9.a2
7b31ab9
- look for separate openldap ldif library
7b31ab9
- Split automember regex rules into separate entries
7b31ab9
- writing Inf file shows SchemaFile = ARRAY(0xhexnum)
7b31ab9
- add support for ldif files with changetype: add
7b31ab9
- Bug 716980 - winsync uses old AD entry if new one not found
7b31ab9
- Bug 697694 - rhds82 - incr update state stop_fatal_error "requires administrator action", with extop_result: 9
7b31ab9
- bump console version to 1.2.6
7b31ab9
- Bug 711679 - unresponsive LDAP service when deleting vlv on replica
7b31ab9
- Bug 703703 - setup-ds-admin.pl asks for legal agreement to a non-existant file
7b31ab9
- Bug 706209 - LEGAL: RHEL6.1 License issue for 389-ds-base package
7b31ab9
- Bug 663752 - Cert renewal for attrcrypt and encchangelog
7b31ab9
- Bug 706179 - DS can not restart after create a new objectClass has entryusn attribute
7b31ab9
- Bug 711906 - ns-slapd segfaults using suffix referrals
7b31ab9
- Bug 707384 - only allow FIPS approved cipher suites in FIPS mode
7b31ab9
- Bug 710377 - Import with chain-on-update crashes ns-slapd
7b31ab9
- Bug 709826 - Memory leak: when extra referrals configured
7b31ab9
0e23e9f
* Thu May 26 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9-0.1.a1
0e23e9f
- 389-ds-base-1.2.9.a1
0e23e9f
- Auto Membership
0e23e9f
- More Coverity fixes
0e23e9f
3077d15
* Mon May  2 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8.3-1
3077d15
- 389-ds-base-1.2.8.3
3077d15
- Bug 700145 - userpasswd not replicating
3077d15
- Bug 700557 - Linked attrs callbacks access free'd pointers after close
3077d15
- Bug 694336 - Group sync hangs Windows initial Sync
3077d15
- Bug 700215 - ldclt core dumps
3077d15
- Bug 695779 - windows sync can lose old values when a new value is added
3077d15
- Bug 697027 - 12 - minor memory leaks found by Valgrind + TET
3077d15
500b5ce
* Thu Apr 14 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8.2-1
500b5ce
- 389-ds-base-1.2.8.2
500b5ce
- Bug 696407 - If an entry with a mixed case RDN is turned to be
500b5ce
-    a tombstone, it fails to assemble DN from entryrdn
500b5ce
fd949ee
* Fri Apr  8 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8.1-1
fd949ee
- 389-ds-base-1.2.8.1
fd949ee
- Bug 693962 - Full replica push loses some entries with multi-valued RDNs
fd949ee
a91e0ca
* Tue Apr  5 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8.0-1
a91e0ca
- 389-ds-base-1.2.8.0
a91e0ca
- Bug 693473 - rhds82 rfe - windows_tot_run to log Sizelimit exceeded instead of LDAP error - -1
a91e0ca
- Bug 692991 - rhds82 - windows_tot_run: failed to obtain data to send to the consumer; LDAP error - -1
a91e0ca
- Bug 693466 - Unable to change schema online
a91e0ca
- Bug 693503 - matching rules do not inherit from superior attribute type
a91e0ca
- Bug 693455 - nsMatchingRule does not work with multiple values
a91e0ca
- Bug 693451 - cannot use localized matching rules
a91e0ca
- Bug 692331 - Segfault on index update during full replication push on 1.2.7.5
a91e0ca
7f74546
* Mon Apr  4 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.9.rc5
7f74546
- 389-ds-base-1.2.8.rc5
7f74546
- Bug 692469 - Replica install fails after step for "enable GSSAPI for replication"
7f74546
a8c24b8
* Tue Mar 29 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.8.rc4
a8c24b8
- 389-ds-base-1.2.8.rc4
a8c24b8
- Bug 668385 - DS pipe log script is executed as many times as the dirsrv serv
a8c24b8
ice is restarted
a8c24b8
- 389-ds-base-1.2.8.rc3
a8c24b8
- Bug 690955 - Mrclone fails due to the replica generation id mismatch
a8c24b8
a8c24b8
* Tue Mar 22 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.7.rc2
c4b3bbb
- 389-ds-base-1.2.8 release candidate 2 - git tag 389-ds-base-1.2.8.rc2
c4b3bbb
- Bug 689537 - (cov#10610) Fix Coverity NULL pointer dereferences
c4b3bbb
- Bug 689866 - ns-newpwpolicy.pl needs to use the new DN format
c4b3bbb
- Bug 681015 - RFE: allow fine grained password policy duration attributes
c4b3bbb
-              in days, hours, minutes, as well
c4b3bbb
- Bug 684996 - Exported tombstone cannot be imported correctly
c4b3bbb
- Bug 683250 - slapd crashing when traffic replayed
c4b3bbb
- Bug 668909 - Can't modify replication agreement in some cases
c4b3bbb
- Bug 504803 - Allow maxlogsize to be set if logmaxdiskspace is -1
c4b3bbb
- Bug 644784 - Memory leak in "testbind.c" plugin
c4b3bbb
- Bug 680558 - Winsync plugin fails to restrain itself to the configured subtree
c4b3bbb
7ca9dac
* Wed Mar  2 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.6.rc1
7ca9dac
- 389-ds-base-1.2.8 release candidate 1 - git tag 389-ds-base-1.2.8.rc1
7ca9dac
- Bug 518890 - setup-ds-admin.pl - improve hostname validation
7ca9dac
- Bug 681015 - RFE: allow fine grained password policy duration attributes in 
7ca9dac
-     days, hours, minutes, as well
7ca9dac
- Bug 514190 - setup-ds-admin.pl --debug does not log to file
7ca9dac
- Bug 680555 - ns-slapd segfaults if I have more than 100 DBs
7ca9dac
- Bug 681345 - setup-ds.pl should set SuiteSpotGroup automatically
7ca9dac
- Bug 674852 - crash in ldap-agent when using OpenLDAP
7ca9dac
- Bug 679978 - modifying attr value crashes the server, which is supposed to
7ca9dac
-     be indexed as substring type, but has octetstring syntax
7ca9dac
- Bug 676655 - winsync stops working after server restart
7ca9dac
- Bug 677705 - ds-logpipe.py script is failing to validate "-s" and
7ca9dac
-     "--serverpid" options with "-t".
7ca9dac
- Bug 625424 - repl-monitor.pl doesn't work in hub node
7ca9dac
61135ad
* Mon Feb 28 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.5.a3
61135ad
- Bug 676598 - 389-ds-base multilib: file conflicts
61135ad
- split off libs into a separate -libs package
61135ad
36b41d5
* Thu Feb 24 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.4.a3
36b41d5
- do not create /var/run/dirsrv - setup will create it instead
36b41d5
- remove the fedora-ds initscript upgrade stuff - we do not support that anymore
36b41d5
- convert the remaining lua stuff to plain old shell script
36b41d5
d62a387
* Wed Feb  9 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.3.a3
d62a387
- 1.2.8.a3 release - git tag 389-ds-base-1.2.8.a3
d62a387
- Bug 675320 - empty modify operation with repl on or lastmod off will crash server
d62a387
- Bug 675265 - preventryusn gets added to entries on a failed delete
d62a387
- Bug 677774 - added support for tmpfiles.d
d62a387
- Bug 666076 - dirsrv crash (1.2.7.5) with multiple simple paged result search
d62a387
es
d62a387
- Bug 672468 - Don't use empty path elements in LD_LIBRARY_PATH
d62a387
- Bug 671199 - Don't allow other to write to rundir
d62a387
- Bug 678646 - Ignore tombstone operations in managed entry plug-in
d62a387
- Bug 676053 - export task followed by import task causes cache assertion
d62a387
- Bug 677440 - clean up compiler warnings in 389-ds-base 1.2.8
d62a387
- Bug 675113 - ns-slapd core dump in windows_tot_run if oneway sync is used
d62a387
- Bug 676689 - crash while adding a new user to be synced to windows
d62a387
- Bug 604881 - admin server log files have incorrect permissions/ownerships
d62a387
- Bug 668385 - DS pipe log script is executed as many times as the dirsrv serv
d62a387
ice is restarted
d62a387
- Bug 675853 - dirsrv crash segfault in need_new_pw()
d62a387
2a32f21
* Thu Feb  3 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.2.a2
2a32f21
- 1.2.8.a2 release - git tag 389-ds-base-1.2.8.a2
2a32f21
- Bug 674430 - Improve error messages for attribute uniqueness
2a32f21
- Bug 616213 - insufficient stack size for HP-UX on PA-RISC
2a32f21
- Bug 615052 - intrinsics and 64-bit atomics code fails to compile
2a32f21
-    on PA-RISC
2a32f21
- Bug 151705 - Need to update Console Cipher Preferences with new ciphers
2a32f21
- Bug 668862 - init scripts return wrong error code
2a32f21
- Bug 670616 - Allow SSF to be set for local (ldapi) connections
2a32f21
- Bug 667935 - DS pipe log script's logregex.py plugin is not redirecting the 
2a32f21
-    log output to the text file
2a32f21
- Bug 668619 - slapd stops responding
2a32f21
- Bug 624547 - attrcrypt should query the given slot/token for
2a32f21
-    supported ciphers
2a32f21
- Bug 646381 - Faulty password for nsmultiplexorcredentials does not give any 
2a32f21
-    error message in logs
2a32f21
Nathan Kinder ac4c3aa
* Fri Jan 21 2011 Nathan Kinder <nkinder@redhat.com> - 1.2.8-0.1.a1
fc94962
- 1.2.8-0.1.a1 release - git tag 389-ds-base-1.2.8.a1
Nathan Kinder ac4c3aa
- many bug fixes
Nathan Kinder ac4c3aa
fa65740
* Thu Dec 16 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.5-1
fa65740
- 1.2.7.5 release - git tag 389-ds-base-1.2.7.5
fa65740
- Bug 663597 - Memory leaks in normalization code
fa65740
0fd063b
* Fri Dec 10 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.4-1
0fd063b
- 1.2.7.4 release - git tag 389-ds-base-1.2.7.4
0fd063b
- Bug 661792 - Valid managed entry config rejected
0fd063b
5737e1f
* Wed Dec  8 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.3-1
5737e1f
- 1.2.7.3 release - git tag 389-ds-base-1.2.7.3
5737e1f
- Bug 658312 - Invalid free in Managed Entry plug-in
5737e1f
- Bug 641944 - Don't normalize non-DN RDN values
5737e1f
321fc62
* Fri Dec  3 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.2-1
321fc62
- 1.2.7.2 release - git tag 389-ds-base-1.2.7.2
321fc62
- Bug 659456 - Incorrect usage of ber_printf() in winsync code
321fc62
- Bug 658309 - Process escaped characters in managed entry mappings
321fc62
- Bug 197886 - Initialize return value for UUID generation code
321fc62
- Bug 658312 - Allow mapped attribute types to be quoted
321fc62
- Bug 197886 - Avoid overflow of UUID generator
321fc62
571b705
* Tue Nov 23 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.1-1
571b705
- 1.2.7.1 release - git tag 389-ds-base-1.2.7.1
571b705
- Bug 656515 - Allow Name and Optional UID syntax for grouping attributes
571b705
- Bug 656392 - Remove calls to ber_err_print()
571b705
- Bug 625950 - hash nsslapd-rootpw changes in audit log
571b705
Nathan Kinder 69e6191
* Tue Nov 16 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.7-2
Nathan Kinder 1e2cc93
- 1.2.7 release - git tag 389-ds-base-1.2.7
Nathan Kinder 69e6191
Nathan Kinder 69e6191
* Fri Nov 12 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.7-1
Nathan Kinder a72f712
- Bug 648949 - Merge dirsrv and dirsrv-admin policy modules into base policy
Nathan Kinder a72f712
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