|
 |
af32fff |
|
|
 |
b767ad9 |
%global pkgname dirsrv
|
|
 |
0322ebf |
%global srcname 389-ds-base
|
|
 |
482fad4 |
|
|
 |
0852ce9 |
# Exclude i686 bit arches
|
|
 |
0852ce9 |
ExcludeArch: i686
|
|
 |
482fad4 |
|
|
 |
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 |
|
|
Noriko Hosoi |
d970bf2 |
# If perl-Socket-2.000 or newer is available, set 0 to use_Socket6.
|
|
Noriko Hosoi |
d970bf2 |
%global use_Socket6 0
|
|
 |
58a8b17 |
|
|
 |
09fb13d |
%global use_asan 0
|
|
 |
a7312c5 |
%global use_rust 0
|
|
 |
a7312c5 |
%global use_perl 1
|
|
 |
a7312c5 |
|
|
 |
09fb13d |
%if %{use_asan}
|
|
 |
09fb13d |
%global use_tcmalloc 0
|
|
 |
09fb13d |
%else
|
|
 |
2fe56ad |
%if %{_arch} != "s390x" && %{_arch} != "s390" && %{_arch} != "ppc64" && %{_arch} != "ppc64le"
|
|
 |
1061e71 |
%global use_tcmalloc 1
|
|
 |
2fe56ad |
%else
|
|
 |
2fe56ad |
%global use_tcmalloc 0
|
|
 |
58a8b17 |
%endif
|
|
 |
09fb13d |
%endif
|
|
 |
af32fff |
|
|
 |
2c0caed |
# Use Clang instead of GCC
|
|
 |
2c0caed |
%global use_clang 0
|
|
 |
2c0caed |
|
|
 |
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 |
|
|
 |
f5b17ab |
# set PIE flag
|
|
 |
f5b17ab |
%global _hardened_build 1
|
|
 |
f5b17ab |
|
|
 |
af32fff |
Summary: 389 Directory Server (base)
|
|
 |
af32fff |
Name: 389-ds-base
|
|
 |
72d89c4 |
Version: 1.4.0.9
|
|
 |
9206b33 |
Release: %{?relprefix}2%{?prerel}%{?dist}
|
|
Noriko Hosoi |
dc711d1 |
License: GPLv3+
|
|
 |
0322ebf |
URL: http://www.port389.org
|
|
 |
af32fff |
Group: System Environment/Daemons
|
|
Nathan Kinder |
a2c95ac |
Conflicts: selinux-policy-base < 3.9.8
|
|
Noriko Hosoi |
29e8ae0 |
Conflicts: freeipa-server < 4.0.3
|
|
 |
5142ec0 |
Requires: %{name}-libs = %{version}-%{release}
|
|
 |
0322ebf |
Provides: ldif2ldbm >= 0
|
|
 |
af32fff |
|
|
 |
af32fff |
BuildRequires: nspr-devel
|
|
 |
a7312c5 |
BuildRequires: nss-devel >= 3.34
|
|
 |
aa6faa7 |
BuildRequires: perl-generators
|
|
 |
a0ed453 |
BuildRequires: openldap-devel
|
|
Noriko Hosoi |
61d1908 |
BuildRequires: libdb-devel
|
|
 |
af32fff |
BuildRequires: cyrus-sasl-devel
|
|
 |
af32fff |
BuildRequires: icu
|
|
 |
af32fff |
BuildRequires: libicu-devel
|
|
 |
9d46490 |
BuildRequires: pcre-devel
|
|
 |
2c0caed |
%if %{use_clang}
|
|
 |
482fad4 |
BuildRequires: libatomic
|
|
 |
2c0caed |
BuildRequires: clang
|
|
 |
2c0caed |
%else
|
|
 |
a7312c5 |
BuildRequires: gcc
|
|
Noriko Hosoi |
d970bf2 |
BuildRequires: gcc-c++
|
|
 |
2c0caed |
%endif
|
|
 |
af32fff |
# The following are needed to build the snmp ldap-agent
|
|
 |
af32fff |
BuildRequires: net-snmp-devel
|
|
 |
af32fff |
BuildRequires: lm_sensors-devel
|
|
 |
af32fff |
BuildRequires: bzip2-devel
|
|
 |
af32fff |
BuildRequires: zlib-devel
|
|
 |
af32fff |
BuildRequires: openssl-devel
|
|
 |
af32fff |
# the following is for the pam passthru auth plug-in
|
|
 |
af32fff |
BuildRequires: pam-devel
|
|
 |
96d52cc |
BuildRequires: systemd-units
|
|
Noriko Hosoi |
16ea67f |
BuildRequires: systemd-devel
|
|
 |
a7312c5 |
%if %{use_asan}
|
|
 |
a7312c5 |
BuildRequires: libasan
|
|
 |
a7312c5 |
%endif
|
|
 |
a7312c5 |
# If rust is enabled
|
|
 |
a7312c5 |
%if %{use_rust}
|
|
 |
a7312c5 |
BuildRequires: cargo
|
|
 |
a7312c5 |
BuildRequires: rust
|
|
 |
a7312c5 |
%endif
|
|
 |
a880a76 |
BuildRequires: pkgconfig
|
|
 |
a880a76 |
BuildRequires: pkgconfig(systemd)
|
|
 |
a880a76 |
|
|
 |
ac1f6b4 |
# Needed to support regeneration of the autotool artifacts.
|
|
 |
ac1f6b4 |
BuildRequires: autoconf
|
|
 |
ac1f6b4 |
BuildRequires: automake
|
|
 |
ac1f6b4 |
BuildRequires: libtool
|
|
 |
0322ebf |
# For our documentation
|
|
 |
0322ebf |
BuildRequires: doxygen
|
|
 |
0322ebf |
# For tests!
|
|
 |
0322ebf |
BuildRequires: libcmocka-devel
|
|
 |
0322ebf |
BuildRequires: libevent-devel
|
|
 |
4e7c5c2 |
BuildRequires: python%{python3_pkgversion}
|
|
 |
4e7c5c2 |
BuildRequires: python%{python3_pkgversion}-devel
|
|
 |
4e7c5c2 |
BuildRequires: python%{python3_pkgversion}-setuptools
|
|
 |
0322ebf |
%if %{use_tcmalloc}
|
|
 |
0322ebf |
BuildRequires: gperftools-devel
|
|
 |
2fe56ad |
BuildRequires: gperftools-libs
|
|
 |
0322ebf |
%endif
|
|
 |
af32fff |
|
|
Noriko Hosoi |
2db9b3e |
# for python3 macros
|
|
Noriko Hosoi |
2db9b3e |
BuildRequires: python3-devel
|
|
Noriko Hosoi |
2db9b3e |
|
|
 |
0322ebf |
%if %{use_tcmalloc}
|
|
 |
0322ebf |
Requires: gperftools-libs
|
|
 |
0322ebf |
%endif
|
|
 |
0322ebf |
|
|
 |
83e7c49 |
# this is needed for using semanage from our setup scripts
|
|
 |
cd23285 |
Requires: policycoreutils-python-utils
|
|
Noriko Hosoi |
2db9b3e |
Requires: /usr/sbin/semanage
|
|
 |
7a4f749 |
Requires: libsemanage-python%{python3_pkgversion}
|
|
 |
83e7c49 |
|
|
 |
839f3f3 |
Requires: selinux-policy >= 3.13.1-137
|
|
 |
839f3f3 |
|
|
 |
af32fff |
# the following are needed for some of our scripts
|
|
 |
a0ed453 |
Requires: openldap-clients
|
|
 |
9206b33 |
Requires: openssl-perl
|
|
 |
7a4f749 |
Requires: python%{python3_pkgversion}-ldap
|
|
 |
17bfc6a |
|
|
 |
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
|
|
 |
0118736 |
Requires: cyrus-sasl-plain
|
|
 |
af32fff |
|
|
 |
af32fff |
# this is needed for verify-db.pl
|
|
Noriko Hosoi |
61d1908 |
Requires: libdb-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))
|
|
Noriko Hosoi |
36aef54 |
Requires: perl-Errno >= 1.23-360
|
|
 |
af32fff |
|
|
 |
af32fff |
# for the init script
|
|
 |
96d52cc |
Requires(post): systemd-units
|
|
 |
96d52cc |
Requires(preun): systemd-units
|
|
 |
96d52cc |
Requires(postun): systemd-units
|
|
 |
af32fff |
|
|
 |
70644aa |
# for setup-ds.pl
|
|
 |
70644aa |
Requires: bind-utils
|
|
 |
70644aa |
|
|
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 |
16ea67f |
Requires: systemd-libs
|
|
Noriko Hosoi |
12a64b8 |
|
|
Noriko Hosoi |
36aef54 |
Obsoletes: %{name} <= 1.3.5.4
|
|
 |
a7312c5 |
|
|
 |
7028097 |
Source0: https://releases.pagure.org/389-ds-base/%{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.
|
|
 |
a7312c5 |
%if %{use_asan}
|
|
 |
a7312c5 |
WARNING! This build is linked to Address Sanitisation libraries. This probably
|
|
 |
a7312c5 |
isn't what you want. Please contact support immediately.
|
|
 |
a7312c5 |
Please see http://seclists.org/oss-sec/2016/q1/363 for more information.
|
|
 |
a7312c5 |
%endif
|
|
 |
af32fff |
|
|
 |
5142ec0 |
%package libs
|
|
 |
5142ec0 |
Summary: Core libraries for 389 Directory Server
|
|
 |
5142ec0 |
Group: System Environment/Daemons
|
|
 |
5142ec0 |
BuildRequires: nspr-devel
|
|
 |
482fad4 |
BuildRequires: nss-devel >= 3.34
|
|
 |
5142ec0 |
BuildRequires: openldap-devel
|
|
Noriko Hosoi |
61d1908 |
BuildRequires: libdb-devel
|
|
 |
5142ec0 |
BuildRequires: cyrus-sasl-devel
|
|
 |
5142ec0 |
BuildRequires: libicu-devel
|
|
 |
5142ec0 |
BuildRequires: pcre-devel
|
|
Noriko Hosoi |
d02e06a |
BuildRequires: libtalloc-devel
|
|
Noriko Hosoi |
d02e06a |
BuildRequires: libevent-devel
|
|
Noriko Hosoi |
d02e06a |
BuildRequires: libtevent-devel
|
|
 |
0322ebf |
Requires: libevent
|
|
Noriko Hosoi |
16ea67f |
BuildRequires: systemd-devel
|
|
 |
a880a76 |
Provides: svrcore = 4.1.4
|
|
 |
a880a76 |
Conflicts: svrcore
|
|
 |
a880a76 |
Obsoletes: svrcore <= 4.1.3
|
|
 |
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
|
|
 |
a7312c5 |
Requires: nss-devel >= 3.34
|
|
 |
a0ed453 |
Requires: openldap-devel
|
|
Noriko Hosoi |
d02e06a |
Requires: libtalloc
|
|
Noriko Hosoi |
d02e06a |
Requires: libevent
|
|
Noriko Hosoi |
d02e06a |
Requires: libtevent
|
|
Noriko Hosoi |
16ea67f |
Requires: systemd-libs
|
|
 |
94780b6 |
Provides: svrcore-devel = 4.1.4
|
|
 |
94780b6 |
Conflicts: svrcore-devel
|
|
 |
94780b6 |
Obsoletes: svrcore-devel <= 4.1.3
|
|
 |
af32fff |
|
|
 |
af32fff |
%description devel
|
|
 |
af32fff |
Development Libraries and headers for the 389 Directory Server base package.
|
|
 |
af32fff |
|
|
Noriko Hosoi |
d10e9af |
%package snmp
|
|
Noriko Hosoi |
d10e9af |
Summary: SNMP Agent for 389 Directory Server
|
|
Noriko Hosoi |
d10e9af |
Group: System Environment/Daemons
|
|
Noriko Hosoi |
d10e9af |
Requires: %{name} = %{version}-%{release}
|
|
Noriko Hosoi |
d10e9af |
|
|
 |
f536eab |
Obsoletes: %{name} <= 1.4.0.0
|
|
Noriko Hosoi |
d10e9af |
|
|
Noriko Hosoi |
36aef54 |
%description snmp
|
|
Noriko Hosoi |
36aef54 |
SNMP Agent for the 389 Directory Server base package.
|
|
Noriko Hosoi |
36aef54 |
|
|
 |
09fb13d |
%package -n python%{python3_pkgversion}-lib389
|
|
 |
09fb13d |
Summary: A library for accessing, testing, and configuring the 389 Directory Server
|
|
 |
09fb13d |
BuildArch: noarch
|
|
 |
09fb13d |
Group: Development/Libraries
|
|
 |
09fb13d |
Requires: krb5-workstation
|
|
 |
09fb13d |
Requires: krb5-server
|
|
 |
09fb13d |
Requires: openssl
|
|
 |
09fb13d |
Requires: iproute
|
|
 |
09fb13d |
Requires: python%{python3_pkgversion}
|
|
 |
09fb13d |
Requires: python%{python3_pkgversion}-pytest
|
|
 |
09fb13d |
Requires: python%{python3_pkgversion}-pyldap
|
|
 |
09fb13d |
Requires: python%{python3_pkgversion}-six
|
|
 |
09fb13d |
Requires: python%{python3_pkgversion}-pyasn1
|
|
 |
09fb13d |
Requires: python%{python3_pkgversion}-pyasn1-modules
|
|
 |
09fb13d |
Requires: python%{python3_pkgversion}-dateutil
|
|
 |
09fb13d |
%{?python_provide:%python_provide python%{python3_pkgversion}-lib389}
|
|
 |
09fb13d |
%description -n python%{python3_pkgversion}-lib389
|
|
 |
09fb13d |
This module contains tools and libraries for accessing, testing,
|
|
 |
09fb13d |
and configuring the 389 Directory Server.
|
|
 |
09fb13d |
|
|
 |
0322ebf |
%package -n python%{python3_pkgversion}-%{srcname}-tests
|
|
Noriko Hosoi |
d10e9af |
Summary: The lib389 Continuous Integration Tests
|
|
Noriko Hosoi |
d10e9af |
Group: Development/Libraries
|
|
Noriko Hosoi |
0743334 |
BuildArch: noarch
|
|
 |
09fb13d |
Requires: python%{python3_pkgversion}
|
|
 |
0322ebf |
Requires: python%{python3_pkgversion}-lib389
|
|
Noriko Hosoi |
d10e9af |
|
|
 |
0322ebf |
%description -n python%{python3_pkgversion}-%{srcname}-tests
|
|
Noriko Hosoi |
d10e9af |
The lib389 CI tests that can be run against the Directory Server.
|
|
Noriko Hosoi |
d10e9af |
|
|
 |
af32fff |
%prep
|
|
 |
b767ad9 |
%setup -q -n %{name}-%{version}%{?prerel}
|
|
 |
af32fff |
cp %{SOURCE2} README.devel
|
|
 |
af32fff |
|
|
Noriko Hosoi |
2db9b3e |
# Make sure python3 is used in shebangs
|
|
Noriko Hosoi |
2db9b3e |
# FIX ME!! This should be fixed in the source code !!!
|
|
 |
de72b93 |
sed -r -i '1s|^#!\s*/usr/bin.*python.*|#!%{__python3}|' ldap/admin/src/scripts/{*.py,ds-replcheck}
|
|
Noriko Hosoi |
2db9b3e |
|
|
 |
af32fff |
%build
|
|
Noriko Hosoi |
d02e06a |
|
|
 |
a0ed453 |
OPENLDAP_FLAG="--with-openldap"
|
|
 |
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
|
|
 |
a880a76 |
NSSARGS="--with-nss-lib=%{_libdir} --with-nss-inc=%{_includedir}/nss3"
|
|
 |
3ca61b7 |
|
|
 |
09fb13d |
%if %{use_asan}
|
|
 |
09fb13d |
ASAN_FLAGS="--enable-asan --enable-debug"
|
|
 |
09fb13d |
%endif
|
|
 |
09fb13d |
|
|
 |
0322ebf |
%if %{use_tcmalloc}
|
|
 |
0322ebf |
TCMALLOC_FLAGS="--enable-tcmalloc"
|
|
Noriko Hosoi |
d02e06a |
%endif
|
|
 |
ac1f6b4 |
|
|
 |
a7312c5 |
%if %{use_rust}
|
|
 |
a7312c5 |
RUST_FLAGS="--enable-rust"
|
|
 |
a7312c5 |
%endif
|
|
 |
a7312c5 |
|
|
 |
a7312c5 |
%if !%{use_perl}
|
|
 |
a7312c5 |
PERL_FLAGS="--disable-perl"
|
|
 |
a7312c5 |
%endif
|
|
 |
a7312c5 |
|
|
 |
482fad4 |
%if %{use_clang}
|
|
 |
482fad4 |
export CC=clang
|
|
 |
482fad4 |
export CXX=clang++
|
|
 |
482fad4 |
CLANG_FLAGS="--enable-clang"
|
|
 |
482fad4 |
%endif
|
|
 |
482fad4 |
|
|
 |
a880a76 |
# Enforce strict linking
|
|
 |
a880a76 |
%define _strict_symbol_defs_build 1
|
|
 |
a880a76 |
|
|
 |
ac1f6b4 |
# Rebuild the autotool artifacts now.
|
|
 |
ac1f6b4 |
autoreconf -fiv
|
|
 |
ac1f6b4 |
|
|
 |
96d52cc |
%configure --enable-autobind --with-selinux $OPENLDAP_FLAG $TMPFILES_FLAG \
|
|
 |
96d52cc |
--with-systemdsystemunitdir=%{_unitdir} \
|
|
 |
96d52cc |
--with-systemdsystemconfdir=%{_sysconfdir}/systemd/system \
|
|
 |
4f622d4 |
--with-perldir=/usr/bin \
|
|
 |
a9603ab |
--with-pythonexec=%{__python3} \
|
|
 |
09fb13d |
--with-systemdgroupname=%{groupname} $NSSARGS $ASAN_FLAGS \
|
|
 |
482fad4 |
--with-systemd $TCMALLOC_FLAGS $RUST_FLAGS $PERL_FLAGS $CLANG_FLAGS \
|
|
 |
a7312c5 |
--enable-cmocka
|
|
 |
af32fff |
|
|
 |
af32fff |
|
|
 |
0322ebf |
make setup.py
|
|
 |
0322ebf |
|
|
 |
09fb13d |
# lib389
|
|
 |
09fb13d |
pushd ./src/lib389
|
|
 |
0322ebf |
%py3_build
|
|
 |
09fb13d |
popd
|
|
 |
09fb13d |
|
|
 |
09fb13d |
# tests
|
|
 |
09fb13d |
%py3_build
|
|
 |
09fb13d |
|
|
 |
09fb13d |
# Generate symbolic info for debuggers
|
|
 |
09fb13d |
export XCFLAGS=$RPM_OPT_FLAGS
|
|
 |
09fb13d |
|
|
 |
a880a76 |
#make %{?_smp_mflags}
|
|
 |
a880a76 |
make
|
|
 |
088940d |
|
|
 |
af32fff |
%install
|
|
Noriko Hosoi |
d02e06a |
|
|
 |
af32fff |
make DESTDIR="$RPM_BUILD_ROOT" install
|
|
 |
ca673ec |
mkdir -p %{buildroot}%{_datadir}/gdb/auto-load%{_sbindir}
|
|
 |
af32fff |
|
|
 |
0322ebf |
# Copy in our docs from doxygen.
|
|
 |
0322ebf |
cp -r %{_builddir}/%{name}-%{version}%{?prerel}/man/man3 $RPM_BUILD_ROOT/%{_mandir}/man3
|
|
 |
0322ebf |
|
|
 |
09fb13d |
# lib389
|
|
 |
09fb13d |
pushd src/lib389
|
|
 |
09fb13d |
%py3_install
|
|
 |
09fb13d |
popd
|
|
 |
09fb13d |
|
|
 |
09fb13d |
# tests
|
|
 |
0322ebf |
%py3_install
|
|
 |
0322ebf |
|
|
 |
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 |
|
|
 |
a997f82 |
#remove libtool archives and static libs
|
|
 |
a997f82 |
find %{buildroot} -type f -name "*.la" -delete
|
|
 |
a997f82 |
find %{buildroot} -type f -name "*.a" -delete
|
|
 |
af32fff |
|
|
 |
a7312c5 |
%if %{use_perl}
|
|
Noriko Hosoi |
d10e9af |
# 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
|
|
 |
a7312c5 |
%endif
|
|
 |
a7312c5 |
|
|
 |
863e909 |
# DISABLE FOR NOW
|
|
 |
863e909 |
#%check
|
|
 |
a7312c5 |
# This checks the code, if it fails it prints why, then re-raises the fail to shortcircuit the rpm build.
|
|
 |
863e909 |
#if ! make DESTDIR="$RPM_BUILD_ROOT" check; then cat ./test-suite.log && false; fi
|
|
 |
af32fff |
|
|
 |
31909e6 |
%post
|
|
 |
77ca004 |
output=/dev/null
|
|
 |
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
|
|
 |
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
|
|
Noriko Hosoi |
dc711d1 |
|
|
 |
7317215 |
# https://fedoraproject.org/wiki/Packaging:UsersAndGroups#Soft_static_allocation
|
|
 |
7317215 |
# Soft static allocation for UID and GID
|
|
 |
7317215 |
USERNAME="dirsrv"
|
|
 |
7317215 |
ALLOCATED_UID=389
|
|
 |
7317215 |
GROUPNAME="dirsrv"
|
|
 |
7317215 |
ALLOCATED_GID=389
|
|
 |
7317215 |
HOMEDIR="/usr/share/dirsrv"
|
|
 |
7317215 |
|
|
 |
7317215 |
getent group $GROUPNAME >/dev/null || /usr/sbin/groupadd -f -g $ALLOCATED_GID -r $GROUPNAME
|
|
 |
7317215 |
if ! getent passwd $USERNAME >/dev/null ; then
|
|
 |
7317215 |
if ! getent passwd $ALLOCATED_UID >/dev/null ; then
|
|
 |
7317215 |
/usr/sbin/useradd -r -u $ALLOCATED_UID -g $GROUPNAME -d $HOMEDIR -s /sbin/nologin -c "user for 389-ds-base" $USERNAME
|
|
 |
7317215 |
else
|
|
 |
7317215 |
/usr/sbin/useradd -r -g $GROUPNAME -d $HOMEDIR -s /sbin/nologin -c "user for 389-ds-base" $USERNAME
|
|
 |
7317215 |
fi
|
|
Noriko Hosoi |
dc711d1 |
fi
|
|
Noriko Hosoi |
dc711d1 |
|
|
 |
a7312c5 |
# Reload our sysctl before we restart (if we can)
|
|
 |
a7312c5 |
sysctl --system &> $output; true
|
|
 |
a7312c5 |
|
|
 |
a7312c5 |
%if %{use_perl}
|
|
 |
a7312c5 |
# START UPGRADE SCRIPT
|
|
 |
fde90d9 |
echo looking for instances in %{_sysconfdir}/%{pkgname} > $output 2>&1 || :
|
|
 |
fde90d9 |
instbase="%{_sysconfdir}/%{pkgname}"
|
|
 |
fde90d9 |
for dir in $instbase/slapd-* ; do
|
|
 |
fde90d9 |
echo dir = $dir >> $output 2>&1 || :
|
|
 |
fde90d9 |
if [ ! -d "$dir" ] ; then continue ; fi
|
|
 |
fde90d9 |
case "$dir" in *.removed) continue ;; esac
|
|
 |
fde90d9 |
basename=`basename $dir`
|
|
 |
fde90d9 |
inst="%{pkgname}@`echo $basename | sed -e 's/slapd-//g'`"
|
|
 |
fde90d9 |
echo found instance $inst - getting status >> $output 2>&1 || :
|
|
 |
96d52cc |
if /bin/systemctl -q is-active $inst ; then
|
|
Noriko Hosoi |
392f7da |
echo instance $inst is running >> $output 2>&1 || :
|
|
 |
31909e6 |
instances="$instances $inst"
|
|
 |
31909e6 |
else
|
|
Noriko Hosoi |
392f7da |
echo instance $inst is not running >> $output 2>&1 || :
|
|
 |
31909e6 |
fi
|
|
 |
31909e6 |
ninst=`expr $ninst + 1`
|
|
 |
31909e6 |
done
|
|
 |
31909e6 |
if [ $ninst -eq 0 ] ; then
|
|
Noriko Hosoi |
392f7da |
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
|
|
Noriko Hosoi |
392f7da |
echo shutting down all instances . . . >> $output 2>&1 || :
|
|
Noriko Hosoi |
392f7da |
for inst in $instances ; do
|
|
Noriko Hosoi |
392f7da |
echo stopping instance $inst >> $output 2>&1 || :
|
|
Noriko Hosoi |
392f7da |
/bin/systemctl stop $inst >> $output 2>&1 || :
|
|
Noriko Hosoi |
392f7da |
done
|
|
Noriko Hosoi |
392f7da |
echo remove pid files . . . >> $output 2>&1 || :
|
|
 |
78f6874 |
/bin/rm -f /var/run/%{pkgname}*.pid /var/run/%{pkgname}*.startpid
|
|
 |
31909e6 |
# do the upgrade
|
|
Noriko Hosoi |
392f7da |
echo upgrading instances . . . >> $output 2>&1 || :
|
|
Noriko Hosoi |
392f7da |
DEBUGPOSTSETUPOPT=`/usr/bin/echo $DEBUGPOSTSETUP | /usr/bin/sed -e "s/[^d]//g"`
|
|
Noriko Hosoi |
392f7da |
if [ -n "$DEBUGPOSTSETUPOPT" ] ; then
|
|
 |
f536eab |
%{_sbindir}/setup-ds.pl -$DEBUGPOSTSETUPOPT -u -s General.UpdateMode=offline >> $output 2>&1 || :
|
|
Noriko Hosoi |
392f7da |
else
|
|
 |
f536eab |
%{_sbindir}/setup-ds.pl -u -s General.UpdateMode=offline >> $output 2>&1 || :
|
|
Noriko Hosoi |
392f7da |
fi
|
|
Noriko Hosoi |
392f7da |
|
|
 |
31909e6 |
# restart instances that require it
|
|
 |
31909e6 |
for inst in $instances ; do
|
|
Noriko Hosoi |
392f7da |
echo restarting instance $inst >> $output 2>&1 || :
|
|
Noriko Hosoi |
392f7da |
/bin/systemctl start $inst >> $output 2>&1 || :
|
|
 |
31909e6 |
done
|
|
 |
a7312c5 |
#END UPGRADE
|
|
 |
a7312c5 |
%endif
|
|
 |
a7312c5 |
|
|
 |
31909e6 |
exit 0
|
|
 |
256eebf |
|
|
 |
5e3fefb |
%preun
|
|
 |
5e3fefb |
if [ $1 -eq 0 ]; then # Final removal
|
|
 |
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 |
|
|
Noriko Hosoi |
d10e9af |
%post snmp
|
|
Noriko Hosoi |
d10e9af |
%systemd_post %{pkgname}-snmp.service
|
|
Noriko Hosoi |
d10e9af |
|
|
Noriko Hosoi |
d10e9af |
%preun snmp
|
|
Noriko Hosoi |
d10e9af |
%systemd_preun %{pkgname}-snmp.service %{groupname}
|
|
Noriko Hosoi |
d10e9af |
|
|
Noriko Hosoi |
d10e9af |
%postun snmp
|
|
Noriko Hosoi |
d10e9af |
%systemd_postun_with_restart %{pkgname}-snmp.service
|
|
Noriko Hosoi |
d10e9af |
|
|
 |
af32fff |
%files
|
|
 |
af32fff |
%defattr(-,root,root,-)
|
|
Noriko Hosoi |
d02e06a |
%doc LICENSE LICENSE.GPLv3+ LICENSE.openssl
|
|
 |
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/template-initconfig
|
|
 |
af32fff |
%config(noreplace)%{_sysconfdir}/sysconfig/%{pkgname}
|
|
 |
78f6874 |
%config(noreplace)%{_sysconfdir}/sysconfig/%{pkgname}.systemd
|
|
 |
af32fff |
%{_datadir}/%{pkgname}
|
|
 |
ca673ec |
%{_datadir}/gdb/auto-load/*
|
|
 |
96d52cc |
%{_unitdir}
|
|
 |
af32fff |
%{_bindir}/*
|
|
 |
ca673ec |
%caps(CAP_NET_BIND_SERVICE=pe) %{_sbindir}/ns-slapd
|
|
 |
a7312c5 |
%{_sbindir}/dsconf
|
|
 |
a7312c5 |
%{_sbindir}/dscreate
|
|
 |
a7312c5 |
%{_sbindir}/dsctl
|
|
 |
a7312c5 |
%{_sbindir}/dsidm
|
|
 |
a7312c5 |
%{_sbindir}/ds-cockpit-setup
|
|
 |
a7312c5 |
%{_sbindir}/ds_selinux_enabled
|
|
 |
a7312c5 |
%{_sbindir}/ds_selinux_port_query
|
|
 |
a7312c5 |
%{_sbindir}/ds_systemd_ask_password_acl
|
|
 |
a7312c5 |
%if %{use_perl}
|
|
 |
ca673ec |
%{_sbindir}/bak2db
|
|
 |
ca673ec |
%{_sbindir}/bak2db.pl
|
|
 |
ca673ec |
%{_sbindir}/cleanallruv.pl
|
|
 |
ca673ec |
%{_sbindir}/db2bak
|
|
 |
ca673ec |
%{_sbindir}/db2bak.pl
|
|
 |
ca673ec |
%{_sbindir}/db2index
|
|
 |
ca673ec |
%{_sbindir}/db2index.pl
|
|
 |
ca673ec |
%{_sbindir}/db2ldif
|
|
 |
ca673ec |
%{_sbindir}/db2ldif.pl
|
|
 |
ca673ec |
%{_sbindir}/dbmon.sh
|
|
 |
ca673ec |
%{_sbindir}/dbverify
|
|
 |
ca673ec |
%{_sbindir}/dn2rdn
|
|
 |
ca673ec |
%{_sbindir}/fixup-linkedattrs.pl
|
|
 |
ca673ec |
%{_sbindir}/fixup-memberof.pl
|
|
 |
ca673ec |
%{_sbindir}/ldif2db
|
|
 |
ca673ec |
%{_sbindir}/ldif2db.pl
|
|
 |
ca673ec |
%{_sbindir}/ldif2ldap
|
|
 |
ca673ec |
%{_sbindir}/migrate-ds.pl
|
|
 |
ca673ec |
%{_sbindir}/monitor
|
|
 |
ca673ec |
%{_sbindir}/ns-accountstatus.pl
|
|
 |
ca673ec |
%{_sbindir}/ns-activate.pl
|
|
 |
ca673ec |
%{_sbindir}/ns-inactivate.pl
|
|
 |
ca673ec |
%{_sbindir}/ns-newpwpolicy.pl
|
|
 |
ca673ec |
%{_sbindir}/remove-ds.pl
|
|
 |
ca673ec |
%{_sbindir}/restart-dirsrv
|
|
 |
ca673ec |
%{_sbindir}/restoreconfig
|
|
 |
ca673ec |
%{_sbindir}/saveconfig
|
|
 |
ca673ec |
%{_sbindir}/schema-reload.pl
|
|
 |
ca673ec |
%{_sbindir}/setup-ds.pl
|
|
 |
ca673ec |
%{_sbindir}/start-dirsrv
|
|
 |
ca673ec |
%{_sbindir}/status-dirsrv
|
|
 |
ca673ec |
%{_sbindir}/stop-dirsrv
|
|
 |
ca673ec |
%{_sbindir}/suffix2instance
|
|
 |
ca673ec |
%{_sbindir}/syntax-validate.pl
|
|
 |
ca673ec |
%{_sbindir}/upgradedb
|
|
 |
ca673ec |
%{_sbindir}/upgradednformat
|
|
 |
ca673ec |
%{_sbindir}/usn-tombstone-cleanup.pl
|
|
 |
ca673ec |
%{_sbindir}/verify-db.pl
|
|
 |
ca673ec |
%{_sbindir}/vlvindex
|
|
 |
af32fff |
%{_libdir}/%{pkgname}/perl
|
|
 |
a7312c5 |
%endif
|
|
Noriko Hosoi |
66d6780 |
%{_libdir}/%{pkgname}/python
|
|
 |
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/*
|
|
Noriko Hosoi |
d10e9af |
%exclude %{_sbindir}/ldap-agent*
|
|
Noriko Hosoi |
d10e9af |
%exclude %{_mandir}/man1/ldap-agent.1.gz
|
|
 |
a7312c5 |
%exclude %{_unitdir}/%{pkgname}-snmp.service
|
|
 |
ca673ec |
# This has to be hardcoded to /lib - $libdir changes between lib/lib64, but
|
|
 |
ca673ec |
# sysctl.d is always in /lib.
|
|
 |
ca673ec |
%{_prefix}/lib/sysctl.d/*
|
|
 |
af32fff |
|
|
 |
af32fff |
%files devel
|
|
 |
af32fff |
%defattr(-,root,root,-)
|
|
Noriko Hosoi |
d02e06a |
%doc LICENSE LICENSE.GPLv3+ LICENSE.openssl README.devel
|
|
 |
a7312c5 |
%{_mandir}/man3/*
|
|
 |
a880a76 |
%{_includedir}/svrcore.h
|
|
 |
af32fff |
%{_includedir}/%{pkgname}
|
|
 |
a880a76 |
%{_libdir}/libsvrcore.so
|
|
 |
5142ec0 |
%{_libdir}/%{pkgname}/libslapd.so
|
|
Noriko Hosoi |
d10e9af |
%{_libdir}/%{pkgname}/libns-dshttpd.so
|
|
Noriko Hosoi |
d02e06a |
%{_libdir}/%{pkgname}/libnunc-stans.so
|
|
 |
0322ebf |
%{_libdir}/%{pkgname}/libsds.so
|
|
 |
ca673ec |
%{_libdir}/%{pkgname}/libldaputil.so
|
|
 |
a880a76 |
%{_libdir}/pkgconfig/svrcore.pc
|
|
 |
a880a76 |
%{_libdir}/pkgconfig/dirsrv.pc
|
|
 |
a880a76 |
%{_libdir}/pkgconfig/libsds.pc
|
|
 |
a880a76 |
%{_libdir}/pkgconfig/nunc-stans.pc
|
|
 |
af32fff |
|
|
 |
5142ec0 |
%files libs
|
|
 |
5142ec0 |
%defattr(-,root,root,-)
|
|
Noriko Hosoi |
d02e06a |
%doc LICENSE LICENSE.GPLv3+ LICENSE.openssl README.devel
|
|
 |
5142ec0 |
%dir %{_libdir}/%{pkgname}
|
|
 |
a880a76 |
%{_libdir}/libsvrcore.so.*
|
|
 |
5142ec0 |
%{_libdir}/%{pkgname}/libslapd.so.*
|
|
 |
0322ebf |
%{_libdir}/%{pkgname}/libns-dshttpd-*.so
|
|
Noriko Hosoi |
d10e9af |
%{_libdir}/%{pkgname}/libnunc-stans.so.*
|
|
 |
0322ebf |
%{_libdir}/%{pkgname}/libsds.so.*
|
|
 |
ca673ec |
%{_libdir}/%{pkgname}/libldaputil.so.*
|
|
 |
a7312c5 |
%if %{use_rust}
|
|
 |
a7312c5 |
%{_libdir}/%{pkgname}/librsds.so
|
|
 |
a7312c5 |
%endif
|
|
 |
5142ec0 |
|
|
Noriko Hosoi |
d10e9af |
%files snmp
|
|
Noriko Hosoi |
d10e9af |
%defattr(-,root,root,-)
|
|
Noriko Hosoi |
d10e9af |
%doc LICENSE LICENSE.GPLv3+ LICENSE.openssl README.devel
|
|
Noriko Hosoi |
d10e9af |
%config(noreplace)%{_sysconfdir}/%{pkgname}/config/ldap-agent.conf
|
|
Noriko Hosoi |
d10e9af |
%{_sbindir}/ldap-agent*
|
|
Noriko Hosoi |
d10e9af |
%{_mandir}/man1/ldap-agent.1.gz
|
|
 |
ca673ec |
%{_unitdir}/%{pkgname}-snmp.service
|
|
Noriko Hosoi |
d10e9af |
|
|
 |
09fb13d |
%files -n python%{python3_pkgversion}-lib389
|
|
 |
09fb13d |
%defattr(-,root,root,-)
|
|
 |
09fb13d |
%doc LICENSE LICENSE.GPLv3+
|
|
 |
09fb13d |
%{_sbindir}/dsconf
|
|
 |
09fb13d |
%{_sbindir}/dscreate
|
|
 |
09fb13d |
%{_sbindir}/dsctl
|
|
 |
09fb13d |
%{_sbindir}/dsidm
|
|
 |
09fb13d |
%{python3_sitelib}/lib389*
|
|
 |
09fb13d |
|
|
 |
0322ebf |
%files -n python%{python3_pkgversion}-%{srcname}-tests
|
|
Noriko Hosoi |
d10e9af |
%defattr(-,root,root,-)
|
|
Noriko Hosoi |
d10e9af |
%doc LICENSE LICENSE.GPLv3+
|
|
 |
09fb13d |
%{python3_sitelib}/dirsrvtests*
|
|
Noriko Hosoi |
d10e9af |
|
|
 |
af32fff |
%changelog
|
|
 |
9206b33 |
* Tue May 15 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.9-2
|
|
 |
9206b33 |
- Bump version to 1.4.0.9-2
|
|
 |
9206b33 |
- Add openssl-perl requirement for new python installer
|
|
 |
9206b33 |
|
|
 |
72d89c4 |
* Tue May 8 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.9-1
|
|
 |
72d89c4 |
- Bump version to 1.4.0.9
|
|
 |
72d89c4 |
- Ticket 49661 - CVE-2018-1089 - Crash from long search filter
|
|
 |
72d89c4 |
- Ticket 49652 - DENY aci's are not handled properly
|
|
 |
72d89c4 |
- Ticket 49650 - lib389 enable_tls doesn't work on F28
|
|
 |
72d89c4 |
- Ticket 49538 - replace cacertdir_rehash with openssl rehash
|
|
 |
72d89c4 |
- Ticket 49406 - Port backend_test.py test to DSLdapObject implementation
|
|
 |
72d89c4 |
- Ticket 49649 - Use reentrant crypt_r()
|
|
 |
72d89c4 |
- Ticket 49642 - lib389 should generate a more complex password
|
|
 |
72d89c4 |
- Ticket 49612 - lib389 remove_ds_instance() does not remove systemd units
|
|
 |
72d89c4 |
- Ticket 49644 - crash in debug build
|
|
 |
72d89c4 |
|
|
 |
b785b15 |
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 1.4.0.8-1.1
|
|
 |
b785b15 |
- Rebuild for ICU 61.1
|
|
 |
b785b15 |
|
|
 |
a24b154 |
* Thu Apr 19 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.8-1
|
|
 |
a24b154 |
- Bump version to 1.4.0.8-1
|
|
 |
a24b154 |
- Ticket 49639 - Crash when failing to read from SASL conn
|
|
 |
a24b154 |
- Ticket 49109 - nsDS5ReplicaTransportInfo should accept StartTLS as an option
|
|
 |
a24b154 |
- Ticket 49586 - Add py3 support to plugins test suite
|
|
 |
a24b154 |
- Ticket 49511 - memory leak in pwdhash
|
|
 |
a24b154 |
|
|
 |
94780b6 |
* Mon Apr 16 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.7-2
|
|
 |
94780b6 |
- Bump version to 1.4.0.7-2
|
|
 |
94780b6 |
- Fix the devel srvcore requirements
|
|
 |
94780b6 |
|
|
 |
a880a76 |
* Fri Apr 13 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.7-1
|
|
 |
a880a76 |
- Bump version to 1.4.0.7
|
|
 |
a880a76 |
- Ticket 49477 - Missing pbkdf python
|
|
 |
a880a76 |
- Ticket 49552 - Fix the last of the build issues on F28/29
|
|
 |
a880a76 |
- Ticket 49522 - Fix build issues on F28
|
|
 |
a880a76 |
- Ticket 49631 - same csn generated twice
|
|
 |
a880a76 |
- Ticket 49585 - Add py3 support to password test suite : part-3
|
|
 |
a880a76 |
- Ticket 49585 - Add py3 support to password test suite : part-2
|
|
 |
a880a76 |
- Ticket 48184 - revert previous patch around unuc-stans shutdown crash
|
|
 |
a880a76 |
- Ticket 49585 - Add py3 support to password test suite
|
|
 |
a880a76 |
- Ticket 46918 - Fix compiler warnings on arm
|
|
 |
a880a76 |
- Ticket 49601 - Replace HAVE_SYSTEMD define with WITH_SYSTEMD in svrcore
|
|
 |
a880a76 |
- Ticket 49619 - adjustment of csn_generator can fail so next generated csn can be equal to the most recent one received
|
|
 |
a880a76 |
- Ticket 49608 - Add support for gcc/clang sanitizers
|
|
 |
a880a76 |
- Ticket 49606 - Improve lib389 documentation
|
|
 |
a880a76 |
- Ticket 49552 - Fix build issues on F28
|
|
 |
a880a76 |
- Ticket 49603 - 389-ds-base package rebuilt on EPEL can't be installed due to missing dependencies
|
|
 |
a880a76 |
- Ticket 49593 - NDN cache stats should be under the global stats
|
|
 |
a880a76 |
- Ticket 49599 - Revise replication total init status messages
|
|
 |
a880a76 |
- Ticket 49596 - repl-monitor.pl fails to find db tombstone/RUV entry
|
|
 |
a880a76 |
- Ticket 49589 - merge svrcore into 389-ds-base
|
|
 |
a880a76 |
- Ticket 49560 - Add a test case for extract-pemfiles
|
|
 |
a880a76 |
- Ticket 49239 - Add a test suite for ds-replcheck tool RFE
|
|
 |
a880a76 |
- Ticket 49369 - merge svrcore into 389-ds-base
|
|
 |
a880a76 |
|
|
 |
3491be2 |
* Thu Mar 29 2018 Till Maas <opensource@till.name> - 1.4.0.6-3
|
|
 |
3491be2 |
- Remove BR on tcp_wrappers (https://bugzilla.redhat.com/show_bug.cgi?id=1518749)
|
|
 |
3491be2 |
|
|
 |
0852ce9 |
* Tue Mar 6 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.6-1
|
|
 |
0852ce9 |
- Bump version to 1.4.0.6
|
|
 |
0852ce9 |
- Ticket 49545 - final substring extended filter search returns invalid result
|
|
 |
0852ce9 |
- Ticket 49572 - ns_job_wait race on condvar
|
|
 |
0852ce9 |
- Ticket 49584 - Fix Tickets with paged_results test suite
|
|
 |
0852ce9 |
- Ticket 49161 - memberof fails if group is moved into scope
|
|
 |
0852ce9 |
- Ticket 49447 - PBKDF2 on upgrade
|
|
 |
0852ce9 |
- ticket 49551 - correctly handle subordinates and tombstone numsubordinates
|
|
 |
0852ce9 |
- Ticket 49043 - Add replica conflict test suite
|
|
 |
0852ce9 |
- Ticket 49296 - Fix race condition in connection code with anonymous limits
|
|
 |
0852ce9 |
- Ticket 49568 - Fix integer overflow on 32bit platforms
|
|
 |
0852ce9 |
- Ticket 48085 - Add encryption cl5 test suite
|
|
 |
0852ce9 |
- Ticket 49566 - ds-replcheck needs to work with hidden conflict entries
|
|
 |
0852ce9 |
- Ticket 49519 - Add more Cockpit UI content
|
|
 |
0852ce9 |
- Ticket 49551 - fix memory leak found by coverity
|
|
 |
0852ce9 |
- Ticket 49551 - v3 - correct handling of numsubordinates for cenotaphs and tombstone delete
|
|
 |
0852ce9 |
- Ticket 49278 - Add a new CI test case
|
|
 |
0852ce9 |
- Ticket 49560 - nsslapd-extract-pemfiles should be enabled by default as openldap is moving to openssl
|
|
 |
0852ce9 |
- Ticket 49557 - Add config option for checking CRL on outbound SSL Connections
|
|
 |
0852ce9 |
- Ticket 49446 - Add CI test case
|
|
 |
0852ce9 |
- Ticket 35 - Description: Add support for managing automember to dsconf
|
|
 |
0852ce9 |
- Ticket 49544 - cli release preperation
|
|
 |
0852ce9 |
- Ticket 48006 - Add a new CI test case
|
|
 |
0852ce9 |
|
|
 |
0118736 |
* Mon Feb 19 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.5-1.7
|
|
 |
0118736 |
- Add cyrus-sasl-plain requirement
|
|
 |
0118736 |
|
|
 |
cd23285 |
* Thu Feb 15 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.5-1.6
|
|
 |
cd23285 |
- Fix python requirements for policycoreutils-python-utils
|
|
 |
cd23285 |
|
|
 |
7a4f749 |
* Thu Feb 15 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.5-1.5
|
|
 |
7a4f749 |
- Fix package requirements to use Python 3 packages for LDAP and SELinux
|
|
 |
7a4f749 |
|
|
 |
7a4f749 |
* Thu Feb 15 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.5-1.4
|
|
 |
5b671b0 |
- Only exclude Ix86 arches
|
|
 |
5b671b0 |
|
|
 |
afec183 |
* Thu Feb 15 2018 Adam Williamson <awilliam@redhat.com> - 1.4.0.5-1.3
|
|
 |
afec183 |
- Rebuild for libevent soname bump
|
|
 |
afec183 |
|
|
 |
a79010b |
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.0.5-1.2
|
|
 |
a79010b |
- Escape macros in %%changelog
|
|
 |
a79010b |
|
|
 |
55f8817 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0.5-1.1
|
|
 |
55f8817 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
 |
55f8817 |
|
|
 |
cd23285 |
* Wed Jan 31 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.5-1
|
|
 |
482fad4 |
- Bump version to 1.4.0.5
|
|
 |
482fad4 |
- CVE-2017-15134 389-ds-base: Remote DoS via search filters in slapi_filter_sprintf
|
|
 |
482fad4 |
- Ticket 49546 - Fix broken snmp MIB file
|
|
 |
482fad4 |
- Ticket 49554 - update readme
|
|
 |
482fad4 |
- Ticket 49554 - Update Makefile for README.md
|
|
 |
482fad4 |
- Ticket 49400 - Make CLANG configurable
|
|
 |
482fad4 |
- Ticket 49530 - Add pseudolocalization option for dbgen
|
|
 |
482fad4 |
- Ticket 49523 - Fixed skipif marker, topology fixture and log message
|
|
 |
482fad4 |
- Ticket 49544 - Double check pw prompts
|
|
 |
482fad4 |
- Ticket 49548 - Cockpit UI - installer should also setup Cockpit
|
|
 |
482fad4 |
|
|
 |
a7312c5 |
* Fri Jan 26 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.4-1
|
|
 |
a7312c5 |
- Bump version to 1.4.0.4
|
|
 |
a7312c5 |
- Ticket 49540 - Indexing task is reported finished too early regarding the backend status
|
|
 |
a7312c5 |
- Ticket 49534 - Fix coverity regression
|
|
 |
a7312c5 |
- Ticket 49544 - cli release preperation, group improvements
|
|
 |
a7312c5 |
- Ticket 49542 - Unpackaged files on el7 break rpm build
|
|
 |
a7312c5 |
- Ticket 49541 - repl config should not allow rid 65535 for masters
|
|
 |
a7312c5 |
- Ticket 49370 - Add all the password policy defaults to a new local policy
|
|
 |
a7312c5 |
- Ticket 49425 - improve demo objects for install
|
|
 |
a7312c5 |
- Ticket 49537 - allow asan to build with stable rustc
|
|
 |
a7312c5 |
- Ticket 49526 - Improve create_test.py script
|
|
 |
a7312c5 |
- Ticket 49516 - Add python 3 support for replication suite
|
|
 |
a7312c5 |
- Ticket 49534 - Fix coverity issues and regression
|
|
 |
a7312c5 |
- Ticket 49532 - coverity issues - fix compiler warnings & clang issues
|
|
 |
a7312c5 |
- Ticket 49531 - coverity issues - fix memory leaks
|
|
 |
a7312c5 |
- Ticket 49463 - After cleanALLruv, there is a flow of keep alive DEL
|
|
 |
a7312c5 |
- Ticket 49529 - Fix Coverity warnings: invalid deferences
|
|
 |
a7312c5 |
- Ticket 49509 - Indexing of internationalized matching rules is failing
|
|
 |
a7312c5 |
- Ticket 49527 - Improve ds* cli tool testing
|
|
 |
a7312c5 |
- Ticket 49474 - purge saslmaps before gssapi test
|
|
 |
a7312c5 |
- Ticket 49413 - Changelog trimming ignores disabled replica-agreement
|
|
 |
a7312c5 |
- Ticket 49446 - cleanallruv should ignore cleaned replica Id in processing changelog if in force mode
|
|
 |
a7312c5 |
- Ticket 49278 - GetEffectiveRights gives false-negative
|
|
 |
a7312c5 |
- Ticket 49508 - memory leak in cn=replica plugin setup
|
|
 |
a7312c5 |
- Ticket 48118 - Add CI test case
|
|
 |
a7312c5 |
- Ticket 49520 - Cockpit UI - Add database chaining HTML
|
|
 |
a7312c5 |
- Ticket 49512 - Add ds-cockpit-setup to rpm spec file
|
|
 |
a7312c5 |
- Ticket 49523 - Refactor CI test
|
|
 |
a7312c5 |
- Ticket 49524 - Password policy: minimum token length fails when the token length is equal to attribute length
|
|
 |
a7312c5 |
- Ticket 49517 - Cockpit UI - Add correct png files
|
|
 |
a7312c5 |
- Ticket 49517 - Cockput UI - revise config layout
|
|
 |
a7312c5 |
- Ticket 49523 - memberof: schema violation error message is confusing as memberof will likely repair target entry
|
|
 |
a7312c5 |
- Ticket 49312 - Added a new test case for "-D configdir"
|
|
 |
a7312c5 |
- Ticket 49512 - remove backup directories from cockpit source
|
|
 |
a7312c5 |
- Ticket 49512 - Add initial Cockpit UI Plugin
|
|
 |
a7312c5 |
- Ticket 49515 - cannot link, missing -fPIC
|
|
 |
a7312c5 |
- Ticket 49474 - Improve GSSAPI testing capability
|
|
 |
a7312c5 |
- Ticket 49493 - heap use after free in csn_as_string
|
|
 |
a7312c5 |
- Ticket 49379 - Add Python 3 support to CI test
|
|
 |
a7312c5 |
- Ticket 49431 - Add CI test case
|
|
 |
a7312c5 |
- Ticket 49495 - cos stress test and improvements.
|
|
 |
a7312c5 |
- Ticket 49495 - Fix memory management is vattr.
|
|
 |
a7312c5 |
- Ticket 49494 - python 2 bytes mode.
|
|
 |
a7312c5 |
- Ticket 49471 - heap-buffer-overflow in ss_unescape
|
|
 |
a7312c5 |
- Ticket 48184 - close connections at shutdown cleanly.
|
|
 |
a7312c5 |
- Ticket 49218 - Certmap - support TLS tests
|
|
 |
a7312c5 |
- Ticket 49470 - overflow in pblock_get
|
|
 |
a7312c5 |
- Ticket 49443 - Add CI test case
|
|
 |
a7312c5 |
- Ticket 49484 - Minor cli tool fixes.
|
|
 |
a7312c5 |
- Ticket 49486 - change ns stress core to use absolute int width.
|
|
 |
a7312c5 |
- Ticket 49445 - Improve regression test to detect memory leak.
|
|
 |
a7312c5 |
- Ticket 49445 - Memory leak in ldif2db
|
|
 |
a7312c5 |
- Ticket 49485 - Typo in gccsec_defs
|
|
 |
a7312c5 |
- Ticket 49479 - Remove unused 'batch' argument from lib389
|
|
 |
a7312c5 |
- Ticket 49480 - Improvements to support IPA install.
|
|
 |
a7312c5 |
- Ticket 49474 - sasl allow mechs does not operate correctly
|
|
 |
a7312c5 |
- Ticket 49449 - Load sysctl values on rpm upgrade.
|
|
 |
a7312c5 |
- Ticket 49374 - Add CI test case
|
|
 |
a7312c5 |
- Ticket 49325 - fix rust linking.
|
|
 |
a7312c5 |
- Ticket 49475 - docker poc improvements.
|
|
 |
a7312c5 |
- Ticket 49461 - Improve db2index handling for test 49290
|
|
 |
a7312c5 |
- Ticket 47536 - Add Python 3 support and move test case to suites
|
|
 |
a7312c5 |
- Ticket 49444 - huaf in task.c during high load import
|
|
 |
a7312c5 |
- Ticket 49460 - replica_write_ruv log a failure even when it succeeds
|
|
 |
a7312c5 |
- Ticket 49298 - Ticket with test case and remove-ds.pl
|
|
 |
a7312c5 |
- Ticket 49408 - Add a test case for nsds5ReplicaId checks
|
|
 |
a7312c5 |
- Ticket 3 lib389 - python 3 support for subset of pwd cases
|
|
 |
a7312c5 |
- Ticket 35 lib389 - dsconf automember support
|
|
 |
a7312c5 |
|
|
 |
cbdebb3 |
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.4.0.3-1.2
|
|
 |
cbdebb3 |
- Rebuilt for switch to libxcrypt
|
|
 |
cbdebb3 |
|
|
 |
059ded4 |
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 1.4.0.3-1.1
|
|
 |
059ded4 |
- Rebuild for ICU 60.1
|
|
 |
059ded4 |
|
|
 |
9db5b08 |
* Mon Nov 20 2017 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.3-1
|
|
 |
9db5b08 |
- Bump version to 1.4.0.3
|
|
 |
9db5b08 |
- Ticket 49457 - Fix spal_meminfo_get function prototype
|
|
 |
9db5b08 |
- Ticket 49455 - Add tests to monitor test suit.
|
|
 |
9db5b08 |
- Ticket 49448 - dynamic default pw scheme based on environment.
|
|
 |
9db5b08 |
- Ticket 49298 - fix complier warn
|
|
 |
9db5b08 |
- Ticket 49298 - Correct error codes with config restore.
|
|
 |
9db5b08 |
- Ticket 49454 - SSL Client Authentication breaks in FIPS mode
|
|
 |
9db5b08 |
- Ticket 49453 - passwd.py to use pwdhash defaults.
|
|
 |
9db5b08 |
- Ticket 49427 - whitespace in fedse.c
|
|
 |
9db5b08 |
- Ticket 49410 - opened connection can remain no longer poll, like hanging
|
|
 |
9db5b08 |
- Ticket 48118 - fix compiler warning for incorrect return type
|
|
 |
9db5b08 |
- Ticket 49451 - Add environment markers to lib389 dependencies
|
|
 |
9db5b08 |
- Ticket 49325 - Proof of concept rust tqueue in sds
|
|
 |
9db5b08 |
- Ticket 49443 - scope one searches in 1.3.7 give incorrect results
|
|
 |
9db5b08 |
- Ticket 48118 - At startup, changelog can be erronously rebuilt after a normal shutdown
|
|
 |
9db5b08 |
- Ticket 49412 - SIGSEV when setting invalid changelog config value
|
|
 |
9db5b08 |
- Ticket 49441 - Import crashes - oneline fix
|
|
 |
9db5b08 |
- Ticket 49377 - Incoming BER too large with TLS on plain port
|
|
 |
9db5b08 |
- Ticket 49441 - Import crashes with large indexed binary attributes
|
|
 |
9db5b08 |
- Ticket 49435 - Fix NS race condition on loaded test systems
|
|
 |
9db5b08 |
- Ticket 77 - lib389 - Refactor docstrings in rST format - part 2
|
|
 |
9db5b08 |
- Ticket 17 - lib389 - dsremove support
|
|
 |
9db5b08 |
- Ticket 3 - lib389 - python 3 compat for paged results test
|
|
 |
9db5b08 |
- Ticket 3 - lib389 - Python 3 support for memberof plugin test suit
|
|
 |
9db5b08 |
- Ticket 3 - lib389 - config test
|
|
 |
9db5b08 |
- Ticket 3 - lib389 - python 3 support ds_logs tests
|
|
 |
9db5b08 |
- Ticket 3 - lib389 - python 3 support for betxn test
|
|
 |
9db5b08 |
|
|
 |
4e7c5c2 |
* Fri Nov 3 2017 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.2-2
|
|
 |
4e7c5c2 |
- Bump version to 1.4.0.2-2
|
|
 |
4e7c5c2 |
- Add python-lib389 build requirements
|
|
 |
4e7c5c2 |
|
|
 |
09fb13d |
* Fri Nov 3 2017 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.2-1
|
|
 |
4e7c5c2 |
- Bump version to 1.4.0.2-1
|
|
 |
09fb13d |
- Ticket 48393 - fix copy and paste error
|
|
 |
09fb13d |
- Ticket 49439 - cleanallruv is not logging information
|
|
 |
09fb13d |
- Ticket 48393 - Improve replication config validation
|
|
 |
09fb13d |
- Ticket lib389 3 - Python 3 support for ACL test suite
|
|
 |
09fb13d |
- Ticket 103 - sysconfig not found
|
|
 |
09fb13d |
- Ticket 49436 - double free in COS in some conditions
|
|
 |
09fb13d |
- Ticket 48007 - CI test to test changelog trimming interval
|
|
 |
09fb13d |
- Ticket 49424 - Resolve csiphash alignment issues
|
|
 |
09fb13d |
- Ticket lib389 3 - Python 3 support for pwdPolicy_controls_test.py
|
|
 |
09fb13d |
- Ticket 3 - python 3 support - filter test
|
|
 |
09fb13d |
- Ticket 49434 - RPM build errors
|
|
 |
09fb13d |
- Ticket 49432 - filter optimise crash
|
|
 |
09fb13d |
- Ticket 49432 - Add complex fliter CI test
|
|
 |
09fb13d |
- Ticket 48894 - harden valueset_array_to_sorted_quick valueset access
|
|
 |
09fb13d |
- Ticket 49401 - Fix compiler incompatible-pointer-types warnings
|
|
 |
09fb13d |
- Ticket 48681 - Use of uninitialized value in string ne at /usr/bin/logconv.pl
|
|
 |
09fb13d |
- Ticket 49409 - Update lib389 requirements
|
|
 |
09fb13d |
- Ticket 49401 - improve valueset sorted performance on delete
|
|
 |
09fb13d |
- Ticket 49374 - server fails to start because maxdisksize is recognized incorrectly
|
|
 |
09fb13d |
- Ticket 49408 - Server allows to set any nsds5replicaid in the existing replica entry
|
|
 |
09fb13d |
- Ticket 49407 - status-dirsrv shows ellipsed lines
|
|
 |
09fb13d |
- Ticket 48681 - Use of uninitialized value in string ne at /usr/bin/logconv.pl
|
|
 |
09fb13d |
- Ticket 49386 - Memberof should be ignore MODRDN when the pre/post entry are identical
|
|
 |
09fb13d |
- Ticket 48006 - Missing warning for invalid replica backoff configuration
|
|
 |
09fb13d |
- Ticket 49064 - testcase hardening
|
|
 |
09fb13d |
- Ticket 49064 - RFE allow to enable MemberOf plugin in dedicated consumer
|
|
 |
09fb13d |
- Ticket lib389 3 - python 3 support
|
|
 |
09fb13d |
- Ticket 49402 - Adding a database entry with the same database name that was deleted hangs server at shutdown
|
|
 |
09fb13d |
- Ticket 48235 - remove memberof lock (cherry-pick error)
|
|
 |
09fb13d |
- Ticket 49394 - build warning
|
|
 |
09fb13d |
- Ticket 49381 - Refactor numerous suite docstrings - Part 2
|
|
 |
09fb13d |
- Ticket 49394 - slapi_pblock_get may leave unchanged the provided variable
|
|
 |
09fb13d |
- Ticket 49403 - tidy ns logging
|
|
 |
09fb13d |
- Ticket 49381 - Refactor filter test suite docstrings
|
|
 |
09fb13d |
- Ticket 48235 - Remove memberOf global lock
|
|
 |
09fb13d |
- Ticket 103 - Make sysconfig where it is expected to exist
|
|
 |
09fb13d |
- Ticket 49400 - Add clang support to rpm builds
|
|
 |
09fb13d |
- Ticket 49381 - Refactor ACL test suite docstrings
|
|
 |
09fb13d |
- Ticket 49363 - Merge lib389
|
|
 |
09fb13d |
- Ticket 101 - BaseException.message has been deprecated in Python3
|
|
 |
09fb13d |
- Ticket 102 - referral support
|
|
 |
09fb13d |
- Ticket 99 - Fix typo in create_topology
|
|
 |
09fb13d |
- Ticket #98 - Fix dbscan output
|
|
 |
09fb13d |
- Ticket #77 - Fix changelogdb param issue
|
|
 |
09fb13d |
- Ticket #77 - Refactor docstrings in rST format - part 1
|
|
 |
09fb13d |
- Ticket 96 - Change binaries' names
|
|
 |
09fb13d |
- Ticket 77 - Add sphinx documentation
|
|
 |
09fb13d |
- Ticket 43 - Add support for Referential Integrity plugin
|
|
 |
09fb13d |
- Ticket 45 - Add support for Rootdn Access Control plugin
|
|
 |
09fb13d |
- Ticket 46 - dsconf support for dynamic schema reload
|
|
 |
09fb13d |
- Ticket 74 - Advice users to set referint-update-delay to 0
|
|
 |
09fb13d |
- Ticket 92 - display_attr() should return str not bytes in py3
|
|
 |
09fb13d |
- Ticket 93 - Fix test cases in ctl_dbtasks_test.py
|
|
 |
09fb13d |
- Ticket 88 - python install and remove for tests
|
|
 |
09fb13d |
- Ticket 85 - Remove legacy replication attribute
|
|
 |
09fb13d |
- Ticket 91 - Fix replication topology
|
|
 |
09fb13d |
- Ticket 89 - Fix inconsistency with serverid
|
|
 |
09fb13d |
- Ticket 79 - Fix replica.py and add tests
|
|
 |
09fb13d |
- Ticket 86 - add build dir to gitignore
|
|
 |
09fb13d |
- Ticket 83 - Add an util for generating instance parameters
|
|
 |
09fb13d |
- Ticket 87 - Update accesslog regec for HR etimes
|
|
 |
09fb13d |
- Ticket 49 - Add support for whoami plugin
|
|
 |
09fb13d |
- Ticket 48 - Add support for USN plugin
|
|
 |
09fb13d |
- Ticket 78 - Add exists() method to DSLdapObject
|
|
 |
09fb13d |
- Ticket 31 - Allow complete removal of some memberOf attrs
|
|
 |
09fb13d |
- Ticket31 - Add memberOf fix-up task
|
|
 |
09fb13d |
- Ticket 67 - Add ensure_int function
|
|
 |
09fb13d |
- Ticket 59 - lib389 support for index management.
|
|
 |
09fb13d |
- Ticket 67 - get attr by type
|
|
 |
09fb13d |
- Ticket 70 - Improve repl tools
|
|
 |
09fb13d |
- Ticket 50 - typo in db2* in dsctl
|
|
 |
09fb13d |
- Ticket 31 - Add status command and SkipNested support for MemberOf
|
|
 |
09fb13d |
- Ticket 31 - Add functional tests for MemberOf plugin
|
|
 |
09fb13d |
- Ticket 66 - expand healthcheck for Directory Server
|
|
 |
09fb13d |
- Ticket 69 - add specfile requires
|
|
 |
09fb13d |
- Ticket 31 - Initial MemberOf plugin support
|
|
 |
09fb13d |
- Ticket 50 - Add db2* tasks to dsctl
|
|
 |
09fb13d |
- Ticket 65 - Add m2c2 topology
|
|
 |
09fb13d |
- Ticket 63 - part 2, agreement test
|
|
 |
09fb13d |
- Ticket 63 - lib389 python 3 fix
|
|
 |
09fb13d |
- Ticket 62 - dirsrv offline log
|
|
 |
09fb13d |
- Ticket 60 - add dsrc to dsconf and dsidm
|
|
 |
09fb13d |
- Ticket 32 - Add TLS external bind support for testing
|
|
 |
09fb13d |
- Ticket 27 - Fix get function in tests
|
|
 |
09fb13d |
- Ticket 28 - userAccount for older versions without nsmemberof
|
|
 |
09fb13d |
- Ticket 27 - Improve dseldif API
|
|
 |
09fb13d |
- Ticket 30 - Add initial support for account lock and unlock.
|
|
 |
09fb13d |
- Ticket 29 - fix incorrect format in tools
|
|
 |
09fb13d |
- Ticket 28 - Change default objectClasses for users and groups
|
|
 |
09fb13d |
- Ticket 1 - Fix missing dn / rdn on config.
|
|
 |
09fb13d |
- Ticket 27 - Add a module for working with dse.ldif file
|
|
 |
09fb13d |
- Ticket 1 - cn=config comparison
|
|
 |
09fb13d |
- Ticket 21 - Missing serverid in dirsrv_test due to incorrect allocation
|
|
 |
09fb13d |
- Ticket 26 - improve lib389 sasl support
|
|
 |
09fb13d |
- Ticket 24 - Join paths using os.path.join instead of string concatenation
|
|
 |
09fb13d |
- Ticket 25 - Fix RUV __repr__ function
|
|
 |
09fb13d |
- Ticket 23 - Use DirSrv.exists() instead of manually checking for instance's existence
|
|
 |
09fb13d |
- Ticket 1 - cn=config comparison
|
|
 |
09fb13d |
- Ticket 22 - Specify a basedn parameter for IDM modules
|
|
 |
09fb13d |
- Ticket 19 - missing readme.md in python3
|
|
 |
09fb13d |
- Ticket 20 - Use the DN_DM constant instead of hard coding its value
|
|
 |
09fb13d |
- Ticket 19 - Missing file and improve make
|
|
 |
09fb13d |
- Ticket 14 - Remane dsadm to dsctl
|
|
 |
09fb13d |
- Ticket 16 - Reset InstScriptsEnabled argument during the init
|
|
 |
09fb13d |
- Ticket 14 - Remane dsadm to dsctl
|
|
 |
09fb13d |
- Ticket 13 - Add init function to create new domain entries
|
|
 |
09fb13d |
- Ticket 15 - Improve instance configuration ability
|
|
 |
09fb13d |
- Ticket 10 - Improve command line tool arguments
|
|
 |
09fb13d |
- Ticket 9 - Convert readme to MD
|
|
 |
09fb13d |
- Ticket 7 - Add pause and resume methods to topology fixtures
|
|
 |
09fb13d |
- Ticket 49172 - Allow lib389 to read system schema and instance
|
|
 |
09fb13d |
- Ticket 49172 - Allow lib389 to read system schema and instance
|
|
 |
09fb13d |
- Ticket 6 - Bump lib389 version 1.0.4
|
|
 |
09fb13d |
- Ticket 5 - Fix container build on fedora
|
|
 |
09fb13d |
- Ticket 4 - Cert detection breaks some tests
|
|
 |
09fb13d |
- Ticket 49137 - Add sasl plain tests, lib389 support
|
|
 |
09fb13d |
- Ticket 2 - pytest mark with version relies on root
|
|
 |
09fb13d |
- Ticket 49126 - DIT management tool
|
|
 |
09fb13d |
- Ticket 49101 - Python 2 generate example entries
|
|
 |
09fb13d |
- Ticket 49103 - python 2 support for installer
|
|
 |
09fb13d |
- Ticket 47747 - Add topology_i2 and topology_i3
|
|
 |
09fb13d |
- Ticket 49087 - lib389 resolve jenkins issues
|
|
 |
09fb13d |
- Ticket 48413 - Improvements to lib389 for rest
|
|
 |
09fb13d |
- Ticket 49083 - Support prefix for discovery of the defaults.inf file.
|
|
 |
09fb13d |
- Ticket 49055 - Fix debugging mode issue
|
|
 |
09fb13d |
- Ticket 49060 - Increase number of masters, hubs and consumers in topology
|
|
 |
09fb13d |
- Ticket 47747 - Add more topology fixtures
|
|
 |
09fb13d |
- Ticket 47840 - Add InstScriptsEnabled argument
|
|
 |
09fb13d |
- Ticket 47747 - Add topology fixtures module
|
|
 |
09fb13d |
- Ticket 48707 - Implement draft-wibrown-ldapssotoken-01
|
|
 |
09fb13d |
- Ticket 49022 - Lib389, py3 installer cannot create entries in backend
|
|
 |
09fb13d |
- Ticket 49024 - Fix paths to the dbdir parent
|
|
 |
09fb13d |
- Ticket 49024 - Fix db_dir paths
|
|
 |
09fb13d |
- Ticket 49024 - Fix paths in tools module
|
|
 |
09fb13d |
- Ticket 48961 - Fix lib389 minor issues shown by 48961 test
|
|
 |
09fb13d |
- Ticket 49010 - Lib389 fails to start with systemctl changes
|
|
 |
09fb13d |
- Ticket 49007 - lib389 fixes for paths to use online values
|
|
 |
09fb13d |
- Ticket 49005 - Update lib389 to work in containers correctly.
|
|
 |
09fb13d |
- Ticket 48991 - Fix lib389 spec for python2 and python3
|
|
 |
09fb13d |
- Ticket 48984 - Add lib389 paths module
|
|
 |
09fb13d |
- Ticket 48951 - dsadm dsconfig status and plugin
|
|
 |
09fb13d |
- Ticket 47957 - Update the replication "idle" status string
|
|
 |
09fb13d |
- Ticket 48951 - dsadm and dsconf base files
|
|
 |
09fb13d |
- Ticket 48952 - Restart command needs a sleep
|
|
 |
09fb13d |
- Ticket 48949 - Fix ups for style and correctness
|
|
 |
09fb13d |
- Ticket 48949 - added copying slapd-collations.conf
|
|
 |
09fb13d |
- Ticket 48949 - change default file path generation - use os.path.join
|
|
 |
09fb13d |
- Ticket 48949 - os.makedirs() exist_ok not python2 compatible, added try/except
|
|
 |
09fb13d |
- Ticket 48949 - configparser fallback not python2 compatible
|
|
 |
09fb13d |
- Ticket 48946 - openConnection should not fully popluate DirSrv object
|
|
 |
09fb13d |
- Ticket 48832 - Add DirSrvTools.getLocalhost() function
|
|
 |
09fb13d |
- Ticket 48382 - Fix serverCmd to get sbin dir properly
|
|
 |
09fb13d |
- Bug 1347760 - Information disclosure via repeated use of LDAP ADD operation, etc.
|
|
 |
09fb13d |
- Ticket 48937 - Cleanup valgrind wrapper script
|
|
 |
09fb13d |
- Ticket 48923 - Fix additional issue with serverCmd
|
|
 |
09fb13d |
- Ticket 48923 - serverCmd timeout not working as expected
|
|
 |
09fb13d |
- Ticket 48917 - Attribute presence
|
|
 |
09fb13d |
- Ticket 48911 - Plugin improvements for lib389
|
|
 |
09fb13d |
- Ticket 48911 - Improve plugin support based on new mapped objects
|
|
 |
09fb13d |
- Ticket 48910 - Fixes for backend tests and lib389 reliability.
|
|
 |
09fb13d |
- Ticket 48860 - Add replication tools
|
|
 |
09fb13d |
- Ticket 48888 - Correction to create of dsldapobject
|
|
 |
09fb13d |
- Ticket 48886 - Fix NSS SSL library in lib389
|
|
 |
09fb13d |
- Ticket 48885 - Fix spec file requires
|
|
 |
09fb13d |
- Ticket 48884 - Bugfixes for mapped object and new connections
|
|
 |
09fb13d |
- Ticket 48878 - better style for backend in backend_test.py
|
|
 |
09fb13d |
- Ticket 48878 - pep8 fixes part 2
|
|
 |
09fb13d |
- Ticket 48878 - pep8 fixes and fix rpm to build
|
|
 |
09fb13d |
- Ticket 48853 - Prerelease installer
|
|
 |
09fb13d |
- Ticket 48820 - Begin to test compatability with py.test3, and the new orm
|
|
 |
09fb13d |
- Ticket 48434 - Fix for negative tz offsets
|
|
 |
09fb13d |
- Ticket 48857 - Remove python-krbV from lib389
|
|
 |
09fb13d |
- Ticket 48820 - Fix tests to ensure they work with the new object types
|
|
 |
09fb13d |
- Ticket 48820 - Move Encryption and RSA to the new object types
|
|
 |
09fb13d |
- Ticket 48820 - Proof of concept of orm style mapping of configs and objects
|
|
 |
09fb13d |
- Ticket 48820 - Clitool rename
|
|
 |
09fb13d |
- Ticket 48431 - lib389 integrate ldclt
|
|
 |
09fb13d |
- Ticket 48434 - lib389 logging tools
|
|
 |
09fb13d |
- Ticket 48796 - add function to remove logs
|
|
 |
09fb13d |
- Ticket 48771 - lib389 - get ns-slapd version
|
|
 |
09fb13d |
- Ticket 48830 - Convert lib389 to ip route tools
|
|
 |
09fb13d |
- Ticket 48763 - backup should run regardless of existing backups.
|
|
 |
09fb13d |
- Ticket 48434 - lib389 logging tools
|
|
 |
09fb13d |
- Ticket 48798 - EL6 compat for lib389 tests for DH params
|
|
 |
09fb13d |
- Ticket 48798 - lib389 add ability to create nss ca and certificate
|
|
 |
09fb13d |
- Ticket 48433 - Aci linting tools
|
|
 |
09fb13d |
- Ticket 48791 - format args in server tools
|
|
 |
09fb13d |
- Ticket 48399 - Helper makefile is missing mkdir dist
|
|
 |
09fb13d |
- Ticket 48399 - Helper makefile is missing mkdir dist
|
|
 |
09fb13d |
- Ticket 48794 - lib389 build requires are on a single line
|
|
 |
09fb13d |
- Ticket 48660 - Add function to convert binary values in an entry to base64
|
|
 |
09fb13d |
- Ticket 48764 - Fix mit krb password to be random.
|
|
 |
09fb13d |
- Ticket 48765 - Change default ports for standalone topology
|
|
 |
09fb13d |
- Ticket 48750 - Clean up logging to improve command experience
|
|
 |
09fb13d |
- Ticket 48751 - Improve lib389 ldapi support
|
|
 |
09fb13d |
- Ticket 48399 - Add helper makefile to lib389 to build and install
|
|
 |
09fb13d |
- Ticket 48661 - Agreement test suite fails at the test_changes case
|
|
 |
09fb13d |
- Ticket 48407 - Add test coverage module for lib389 repo
|
|
 |
09fb13d |
- Ticket 48357 - clitools should standarise their args
|
|
 |
09fb13d |
- Ticket 48560 - Make verbose handling consistent
|
|
 |
09fb13d |
- Ticket 48419 - getadminport() should not a be a static method
|
|
 |
09fb13d |
- Ticket 48408 - RFE escaped default suffix for tests
|
|
 |
09fb13d |
- Ticket 48401 - Revert typecheck
|
|
 |
09fb13d |
- Ticket 48401 - lib389 Entry hasAttr returs dict instead of false
|
|
 |
09fb13d |
- Ticket 48390 - RFE Improvements to lib389 monitor features for rest389
|
|
 |
09fb13d |
- Ticket 48358 - Add new spec file
|
|
 |
09fb13d |
- Ticket 48371 - weaker host check on localhost.localdomain
|
|
 |
09fb13d |
- Ticket 58358 - Update spec file with pre-release versioning
|
|
 |
09fb13d |
- Ticket 48358 - Make Fedora packaging changes to the spec file
|
|
 |
09fb13d |
- Ticket 48358 - Prepare lib389 for Fedora Packaging
|
|
 |
09fb13d |
- Ticket 48364 - Fix test failures
|
|
 |
09fb13d |
- Ticket 48360 - Refactor the delete agreement function
|
|
 |
09fb13d |
- Ticket 48361 - Expand 389ds monitoring capabilities
|
|
 |
09fb13d |
- Ticket 48246 - Adding license/copyright to lib389 files
|
|
 |
09fb13d |
- Ticket 48340 - Add basic monitor support to lib389 https://fedorahosted.org/389/ticket/48340
|
|
 |
09fb13d |
- Ticket 48353 - Add Replication REST support to lib389
|
|
 |
09fb13d |
- Ticket 47840 - Fix regression
|
|
 |
09fb13d |
- Ticket 48343 - lib389 krb5 realm management https://fedorahosted.org/389/ticket/48343
|
|
 |
09fb13d |
- Ticket 47840 - fix lib389 to use sbin scripts https://fedorahosted.org/389/ticket/47840
|
|
 |
09fb13d |
- Ticket 48335 - Add SASL support to lib389
|
|
 |
09fb13d |
- Ticket 48329 - Fix case-senstive scyheam comparisions
|
|
 |
09fb13d |
- Ticket 48303 - Fix lib389 broken tests
|
|
 |
09fb13d |
- Ticket 48329 - add matching rule functions to schema module
|
|
 |
09fb13d |
- Ticket 48324 - fix boolean capitalisation (one line) https://fedorahosted.org/389/ticket/48324
|
|
 |
09fb13d |
- Ticket 48321 - Improve is_a_dn check to prevent mistakes with lib389 auth https://fedorahosted.org/389/ticket/48321
|
|
 |
09fb13d |
- Ticket 48322 - Allow reindex function to reindex all attributes
|
|
 |
09fb13d |
- Ticket 48319 - Fix ldap.LDAPError exception processing
|
|
 |
09fb13d |
- Ticket 48318 - Do not delete a changelog while disabling a replication by suffix
|
|
 |
09fb13d |
- Ticket 48308 - Add __eq__ and __ne__ to Entry to allow fast comparison https://fedorahosted.org/389/ticket/48308
|
|
 |
09fb13d |
- Ticket 48303 - Fix lib389 broken tests - backend_test
|
|
 |
09fb13d |
- Ticket 48309 - Fix lib389 lib imports
|
|
 |
09fb13d |
- Ticket 48303 - Fix lib389 broken tests - agreement_test
|
|
 |
09fb13d |
- Ticket 48303 - Fix lib389 broken tests - aci_parse_test
|
|
 |
09fb13d |
- Ticket 48301 - add tox support
|
|
 |
09fb13d |
- Ticket 48204 - update lib389 for python3
|
|
 |
09fb13d |
- Ticket 48273 - Improve valgrind functions
|
|
 |
09fb13d |
- Ticket 48271 - Fix for self.prefix being none when SER_DEPLOYED_DIR is none https://fedorahosted.org/389/ticket/48271
|
|
 |
09fb13d |
- Ticket 48259 - Add aci parsing utilities to lib389
|
|
 |
09fb13d |
- Ticket 48252 - (lib389) adding get_bin_dir and dbscan
|
|
 |
09fb13d |
- Ticket 48247 - Change the default user to 'dirsrv'
|
|
 |
09fb13d |
- Ticket 47848 - Add new function to create ldif files
|
|
 |
09fb13d |
- Ticket 48239 - Fix for prefix allocation of un-initialised dirsrv objects
|
|
 |
09fb13d |
- Ticket 48237 - Add lib389 helper to enable and disable logging services.
|
|
 |
09fb13d |
- Ticket 48236 - Add get effective rights helper to lib389
|
|
 |
09fb13d |
- Ticket 48238 - Add objectclass and attribute type query mechanisms
|
|
 |
09fb13d |
- Ticket 48029 - Add missing replication related functions
|
|
 |
09fb13d |
- Ticket 48028 - add valgrind wrapper for ns-slapd
|
|
 |
09fb13d |
- Ticket 48028 - lib389 - add valgrind functions
|
|
 |
09fb13d |
- Ticket 48022 - lib389 - Add all the server tasks
|
|
 |
09fb13d |
- Ticket 48023 - create function to test replication between servers
|
|
 |
09fb13d |
- Ticket 48020 - lib389 - need to reset args_instance with every DirSrv init
|
|
 |
09fb13d |
- Ticket 48000 - Repl agmts need more time to stop
|
|
 |
09fb13d |
- Ticket 48004 - Fix various issues
|
|
 |
09fb13d |
- Ticket 48000 - replica agreement pause/resume should have a short sleep
|
|
 |
09fb13d |
- Ticket 47990 - Add check for ".removed" instances when doing an upgrade
|
|
 |
09fb13d |
- Ticket 47990 - Add "upgrade" function to lib389
|
|
 |
09fb13d |
- Ticket 47691 - using lib389 with RPMs
|
|
 |
09fb13d |
- Ticket 47848 - Add support for setuptools.
|
|
 |
09fb13d |
- Ticket 47855 - Add function to clear tmp directory
|
|
 |
09fb13d |
- Ticket 47851 - Need to retrieve tmp directory path
|
|
 |
09fb13d |
- Ticket 47845 - add stripcsn option to tombstone fixup task
|
|
 |
09fb13d |
- Ticket 47851 - Add function to retrieve dirsrvtests data directory
|
|
 |
09fb13d |
- Ticket 47845 - Add backup/restore/fixup tombstone tasks to lib389
|
|
 |
09fb13d |
- Ticket 47819 - Add the new precise tombstone purging config attribute
|
|
 |
09fb13d |
- Ticket 47695 - Add plugins/tasks/Index
|
|
 |
09fb13d |
- Ticket 47648 - lib389 - add schema classes, methods
|
|
 |
09fb13d |
- Ticket 47671 - CI lib389: allow to open a DirSrv without having to create the instance
|
|
 |
09fb13d |
- Ticket 47600 - Replica/Agreement/Changelog not conform to the design
|
|
 |
09fb13d |
- Ticket 47652 - replica add fails: MT.list return a list not an entry
|
|
 |
09fb13d |
- Ticket 47635 - MT/Backend/Suffix to be conform with the design
|
|
 |
09fb13d |
- Ticket 47625 - CI lib389: DirSrv not conform to the design
|
|
 |
09fb13d |
- Ticket 47595 - fail to detect/reinit already existing instance/backup
|
|
 |
09fb13d |
- Ticket 47590 - CI tests: add/split functions around replication
|
|
 |
09fb13d |
- Ticket 47584 - CI tests: add backup/restore of an instance
|
|
 |
09fb13d |
- Ticket 47578 - CI tests: removal of 'sudo' and absolute path in lib389
|
|
 |
09fb13d |
- Ticket 47568 - Rename DSAdmin class
|
|
 |
09fb13d |
- Ticket 47566 - Initial import of DSadmin into 389-test repos
|
|
 |
09fb13d |
|
|
 |
2c0caed |
* Mon Oct 16 2017 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.1-2
|
|
 |
2c0caed |
- Bump version to 1.4.0.1-2
|
|
 |
2c0caed |
- Ticket 49400 - Add clang support and libatomic
|
|
 |
2c0caed |
|
|
 |
f536eab |
* Mon Oct 9 2017 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.1-1
|
|
 |
f536eab |
- Bump version to 1.4.0.1-1
|
|
 |
f536eab |
- Ticket 49038 - remove legacy replication - change cleanup script precedence
|
|
 |
f536eab |
- Ticket 49392 - memavailable not available
|
|
 |
f536eab |
- Ticket 49235 - pbkdf2 by default
|
|
 |
f536eab |
- Ticket 49279 - remove dsktune
|
|
 |
f536eab |
- Ticket 49372 - filter optimisation improvements for common queries
|
|
 |
f536eab |
- Ticket 49320 - Activating already active role returns error 16
|
|
 |
f536eab |
- Ticket 49389 - unable to retrieve specific cosAttribute when subtree password policy is configured
|
|
 |
f536eab |
- Ticket 49092 - Add CI test for schema-reload
|
|
 |
f536eab |
- Ticket 49388 - repl-monitor - matches null string many times in regex
|
|
 |
f536eab |
- Ticket 49387 - pbkdf2 settings were too aggressive
|
|
 |
f536eab |
- Ticket 49385 - Fix coverity warnings
|
|
 |
f536eab |
- Ticket 49305 - Need to wrap atomic calls
|
|
 |
f536eab |
- Ticket 48973 - Indexing a ExactIA5Match attribute with a IgnoreIA5Match matching rule triggers a warning
|
|
 |
f536eab |
- Ticket 49378 - server init fails
|
|
 |
f536eab |
- Ticket 49305 - Need to wrap atomic calls
|
|
 |
f536eab |
- Ticket 49180 - add CI test
|
|
 |
f536eab |
- Ticket 49180 - errors log filled with attrlist_replace - attr_replace
|
|
 |
f536eab |
|
|
 |
41d58bd |
* Fri Sep 22 2017 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.0-1
|
|
 |
41d58bd |
- Bump version to 1.4.0.0-1
|
|
 |
41d58bd |
|
|
 |
8839c36 |
* Wed Sep 6 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.7.4-1
|
|
 |
8839c36 |
- Bump version to 1.3.7.4
|
|
 |
8839c36 |
- Ticket 49371 - Cleanup update script
|
|
 |
8839c36 |
- Ticket 48831 - Autotune dncache with entry cache.
|
|
 |
8839c36 |
- Ticket 49312 - pwdhash -D used default hash algo
|
|
 |
8839c36 |
- Ticket 49043 - make replication conflicts transparent to clients
|
|
 |
8839c36 |
- Ticket 49371 - Fix rpm build
|
|
 |
8839c36 |
- Ticket 49371 - Template dse.ldif did not contain all needed plugins
|
|
 |
8839c36 |
- Ticket 49295 - Fix CI Tests
|
|
 |
8839c36 |
- Ticket 49050 - make objectclass ldapsubentry effective immediately
|
|
 |
8839c36 |
|
|
 |
ef3d7ef |
* Fri Sep 1 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.7.3-1
|
|
 |
ef3d7ef |
- Bump version to 1.3.7.3
|
|
 |
ef3d7ef |
- Ticket 49354 - fix regression in total init due to mistake in range fetch
|
|
 |
ef3d7ef |
- Ticket 49370 - local password policies should use the same defaults as the global policy
|
|
 |
ef3d7ef |
- Ticket 48989 - Delete slow lib389 test
|
|
 |
ef3d7ef |
- Ticket 49367 - missing braces in idsktune
|
|
 |
ef3d7ef |
- Ticket 49364 - incorrect function declaration.
|
|
 |
ef3d7ef |
- Ticket 49275 - fix tls auth regression
|
|
 |
ef3d7ef |
- Ticket 49038 - Revise creation of cn=replication,cn=config
|
|
 |
ef3d7ef |
- Ticket 49368 - Fix typo in log message
|
|
 |
ef3d7ef |
- Ticket 48059 - Add docstrings to CLU tests
|
|
 |
ef3d7ef |
- Ticket 47840 - Add docstrings to setup tests
|
|
 |
ef3d7ef |
- Ticket 49348 - support perlless and wrapperless install
|
|
 |
ef3d7ef |
|
|
 |
17bfc6a |
* Tue Aug 22 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.7.2-1
|
|
 |
17bfc6a |
- Bump verison to 1.3.7.2
|
|
 |
17bfc6a |
- Ticket 49038 - Fix regression from legacy code cleanup
|
|
 |
17bfc6a |
- Ticket 49295 - Fix CI tests
|
|
 |
17bfc6a |
- Ticket 48067 - Add bugzilla tests for ds_logs
|
|
 |
17bfc6a |
- Ticket 49356 - mapping tree crash can occur during tot init
|
|
 |
17bfc6a |
- Ticket 49275 - fix compiler warns for gcc 7
|
|
 |
17bfc6a |
- Ticket 49248 - Add a docstring to account locking test case
|
|
 |
17bfc6a |
- Ticket 49445 - remove dead code
|
|
 |
17bfc6a |
- Ticket 48081 - Add regression tests for pwpolicy
|
|
 |
17bfc6a |
- Ticket 48056 - Add docstrings to basic test suite
|
|
 |
17bfc6a |
- Ticket 49349 - global name 'imap' is not defined
|
|
 |
17bfc6a |
- Ticket 83 - lib389 - Fix tests and create_test.py
|
|
 |
17bfc6a |
- Ticket 48185 - Remove referint-logchanges attr from referint's config
|
|
 |
17bfc6a |
- Ticket 48081 - Add regression tests for pwpolicy
|
|
 |
17bfc6a |
- Ticket 83 - lib389 - Replace topology agmt objects
|
|
 |
17bfc6a |
- Ticket 49331 - change autoscaling defaults
|
|
 |
17bfc6a |
- Ticket 49330 - Improve ndn cache performance.
|
|
 |
17bfc6a |
- Ticket 49347 - reproducable build numbers
|
|
 |
17bfc6a |
- Ticket 39344 - changelog ldif import fails
|
|
 |
17bfc6a |
- Ticket 49337 - Add regression tests for import tests
|
|
 |
17bfc6a |
- Ticket 49309 - syntax checking on referint's delay attr
|
|
 |
17bfc6a |
- Ticket 49336 - SECURITY: Locked account provides different return code
|
|
 |
17bfc6a |
- Ticket 49332 - Event queue is not working
|
|
 |
17bfc6a |
- Ticket 49313 - Change the retrochangelog default cache size
|
|
 |
17bfc6a |
- Ticket 49329 - Descriptive error msg for USN cleanup task
|
|
 |
17bfc6a |
- Ticket 49328 - Cleanup source code
|
|
 |
17bfc6a |
- Ticket 49299 - Add normalized dn cache stats to dbmon.sh
|
|
 |
17bfc6a |
- Ticket 49290 - improve idl handling in complex searches
|
|
 |
17bfc6a |
- Ticket 49328 - Update clang-format config file
|
|
 |
17bfc6a |
- Ticket 49091 - remove usage of changelog semaphore
|
|
 |
17bfc6a |
- Ticket 49275 - shadow warnings for gcc7 - pass 1
|
|
 |
17bfc6a |
- Ticket 49316 - fix missing not condition in clock cleanu
|
|
 |
17bfc6a |
- Ticket 49038 - Remove legacy replication
|
|
 |
17bfc6a |
- Ticket 49287 - v3 extend csnpl handling to multiple backends
|
|
 |
17bfc6a |
- Ticket 49310 - remove sds logging in debug builds
|
|
 |
17bfc6a |
- Ticket 49031 - Improve memberof with a cache of group parents
|
|
 |
17bfc6a |
- Ticket 49316 - Fix clock unsafety in DS
|
|
 |
17bfc6a |
- Ticket 48210 - Add IP addr and connid to monitor output
|
|
 |
17bfc6a |
- Ticket 49295 - Fix CI tests and compiler warnings
|
|
 |
17bfc6a |
- Ticket 49295 - Fix CI tests
|
|
 |
17bfc6a |
- Ticket 49305 - Improve atomic behaviours in 389-ds
|
|
 |
17bfc6a |
- Ticket 49298 - fix missing header
|
|
 |
17bfc6a |
- Ticket 49314 - Add untracked files to the .gitignore
|
|
 |
17bfc6a |
- Ticket 49303 - Fix error in CI test
|
|
 |
17bfc6a |
- Ticket 49302 - fix dirsrv importst due to lib389 change
|
|
 |
17bfc6a |
- Ticket 49303 - Add option to disable TLS client-initiated renegotiation
|
|
 |
17bfc6a |
- Ticket 49298 - force sync() on shutdown
|
|
 |
17bfc6a |
- Ticket 49306 - make -f rpm.mk rpms produces build without tcmalloc enabled
|
|
 |
17bfc6a |
- Ticket 49297 - improve search perf in bpt by removing a deref
|
|
 |
17bfc6a |
- Ticket 49284 - resolve crash in memberof when deleting attrs
|
|
 |
17bfc6a |
- Ticket 49290 - unindexed range searches don't provide notes=U
|
|
 |
17bfc6a |
- Ticket 49301 - Add one logpipe test case
|
|
 |
17bfc6a |
|
|
Igor Gnatenko |
c8f035e |
* Fri Aug 11 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.3.7.1-2.5
|
|
Igor Gnatenko |
c8f035e |
- Rebuilt after RPM update (№ 3)
|
|
Igor Gnatenko |
c8f035e |
|
|
Igor Gnatenko |
f021a99 |
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.3.7.1-2.4
|
|
Igor Gnatenko |
f021a99 |
- Rebuilt for RPM soname bump
|
|
Igor Gnatenko |
f021a99 |
|
|
Igor Gnatenko |
a8e0b7f |
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.3.7.1-2.3
|
|
Igor Gnatenko |
a8e0b7f |
- Rebuilt for RPM soname bump
|
|
Igor Gnatenko |
a8e0b7f |
|
|
 |
e74cd44 |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.7.1-2.2
|
|
 |
e74cd44 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
 |
e74cd44 |
|
|
 |
8a564e4 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.7.1-2.1
|
|
 |
8a564e4 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
 |
8a564e4 |
|
|
 |
de72b93 |
* Thu Jun 29 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.7.1-2
|
|
 |
de72b93 |
- Bump version to 1.3.7.1-2
|
|
 |
de72b93 |
- Fix specfile for python dependency issue with ds-replcheck
|
|
 |
de72b93 |
|
|
 |
ca673ec |
* Mon Jun 26 2017 Mark Reynolds <mreynoilds@redhat.com> - 1.3.7.1-1
|
|
 |
ca673ec |
- Bump verson to 1.3.7.1
|
|
 |
ca673ec |
- Ticket 49288 - RootDN Access wrong plugin path in template-dse.ldif.in
|
|
 |
ca673ec |
- Ticket 49289 - Improve result handling from connections with NS
|
|
 |
ca673ec |
- Ticket 49294 - radiusd before in unit file
|
|
 |
ca673ec |
- Ticket 49293 - inttypes in nunc-stans
|
|
 |
ca673ec |
- Ticket 49295 - Fix latest CI test failures
|
|
 |
ca673ec |
- Ticket 623 - Add test case and refactor the cleanallruv suite
|
|
 |
ca673ec |
- Ticket 49291 - slapi_search_internal_callback_pb may SIGSEV if related pblock has not operation set
|
|
 |
ca673ec |
- Ticket 49008 - Fix MO plugin betxn test
|
|
 |
ca673ec |
- Ticket 48944 - Add CI test case
|
|
 |
ca673ec |
- Ticket 49227 - ldapsearch does not return the expected Error log level
|
|
 |
ca673ec |
- Ticket 49028 - Add autotuning test suite
|
|
 |
ca673ec |
- Ticket 49281 - improve db2* tests
|
|
 |
ca673ec |
- Ticket 49273 - bak2db doesn't operate with dbversion
|
|
 |
ca673ec |
- Ticket 49184 - adjust logging level in MO plugin
|
|
 |
ca673ec |
- Ticket 49257 - Update CI script
|
|
 |
ca673ec |
- Ticket 49257 - only register modify callbacks
|
|
 |
ca673ec |
- Ticket 49008 - Adjust CI test for new memberOf behavior
|
|
 |
ca673ec |
- Ticket 49273 - Fix compiler warning in dbversion_write, missing newline
|
|
 |
ca673ec |
- Ticket 49277 - improve out of box system tuning for EL7
|
|
 |
ca673ec |
- Ticket 49273 - crash when DBVERSION is corrupt.
|
|
 |
ca673ec |
- Ticket 49273 - crash when DBVERSIOn is corrupt.
|
|
 |
ca673ec |
- Ticket 49268 - master branch fails on big endian systems
|
|
 |
ca673ec |
- Ticket 49271 - Fix pbkdf2 and openssl missing issue
|
|
 |
ca673ec |
- Ticket 49242 - add gdb script to rpm
|
|
 |
ca673ec |
- Ticket 49269 - Fix coverity errors
|
|
 |
ca673ec |
- Ticket 49241 - add symblic link location to db2bak.pl output
|
|
 |
ca673ec |
- Ticket #49072: memberOf fixup task does not validate args
|
|
 |
ca673ec |
- Ticket 49257 - Reject nsslapd-cachememsize & nsslapd-cachesize when nsslapd-cache-autosize is set
|
|
 |
ca673ec |
- Ticket 48538 - Failed to delete old semaphore
|
|
 |
ca673ec |
- Ticket 49231 - force EXTERNAL always
|
|
 |
ca673ec |
- Ticket 49267 - autosize split of 0 results in dbcache of 0
|
|
 |
ca673ec |
- Ticket 49099 - resolve systemd startup interaction with ns
|
|
 |
ca673ec |
- Ticket 49157 - fix error in ds-logpipe.py
|
|
 |
ca673ec |
- Ticket 48864 - remove config.h from spal header.
|
|
 |
ca673ec |
- Ticket 48681 - logconv.pl - Fix SASL Bind stats and rework report format
|
|
 |
ca673ec |
- Ticket 49261 - Fix script usage and man pages
|
|
 |
ca673ec |
- Ticket 49238 - AddressSanitizer: heap-use-after-free in libreplication
|
|
 |
ca673ec |
- Ticket 48864 - Fix FreeIPA build
|
|
 |
ca673ec |
- Ticket 49257 - Reject dbcachesize updates while auto cache sizing is enabled
|
|
 |
ca673ec |
- Ticket 49249 - cos_cache is erroneously logging schema checking failure
|
|
 |
ca673ec |
- Ticket 49248 - update eduPerson to 201602
|
|
 |
ca673ec |
- Ticket 48050 - Add a test case for an issue 49014
|
|
 |
ca673ec |
- Ticket 49258 - Allow nsslapd-cache-autosize to be modified while the server is running
|
|
 |
ca673ec |
- Ticket 49165 - Fix compiler warnings
|
|
 |
ca673ec |
- Ticket 49247 - resolve build issues on debian
|
|
 |
ca673ec |
- Ticket 48123 - create contrib section
|
|
 |
ca673ec |
- Ticket 49099 - fix configure.ac due to NS change
|
|
 |
ca673ec |
- Ticket 49250 - remove mempool experimental!
|
|
 |
ca673ec |
- Ticket 49099 - ns workers prep
|
|
 |
ca673ec |
- Ticket 49185 - Fix leaks in compute init and dblayer
|
|
 |
ca673ec |
- Ticket 49246 - ns-slapd crashes in role cache creation
|
|
 |
ca673ec |
- Ticket 49244 - resolve various test case issues
|
|
 |
ca673ec |
- Ticket 49157 - ds-logpipe.py crashes for non-existing users
|
|
 |
ca673ec |
- Ticket 49053 - Fix rpm build
|
|
 |
ca673ec |
- Ticket 49237 - Drop support for libdb older than 4.7
|
|
 |
ca673ec |
- Ticket 49053 - Enable flto for DS
|
|
 |
ca673ec |
- Ticket 49243 - segv in memberof fixup
|
|
 |
ca673ec |
- Ticket 48985 - Add schema for nested groups to work out of box.
|
|
 |
ca673ec |
- Ticket 49241 - Update man page and usage for db2bak.pl
|
|
 |
ca673ec |
- Ticket 49071 - Add test case to tickets
|
|
 |
ca673ec |
- Ticket 49075 - Adjust logging severity levels
|
|
 |
ca673ec |
- Ticket 47662 - db2index not properly evalauating arguments
|
|
 |
ca673ec |
- Ticket 49240 - ci compiler warns
|
|
 |
ca673ec |
- Ticket 48989 - fix perf counters
|
|
 |
ca673ec |
- Ticket 48681 - logconv.pl - fix sasl/bind stats
|
|
 |
ca673ec |
- Ticket 49097 - fix pblock whitespace
|
|
 |
ca673ec |
- Ticket 49097 - fix the pblock to be a hierachial structure
|
|
 |
ca673ec |
- Ticket 49239 - move ds-replcheck man page and add script
|
|
 |
ca673ec |
- Ticket 49239 - Add a tool to compare entries on LDAP servers.
|
|
 |
ca673ec |
- Ticket 49231 - fix sasl mech handling
|
|
 |
ca673ec |
- Ticket 49233 - Fix crash in persistent search
|
|
 |
ca673ec |
- Ticket 49225 - Fix CI Test
|
|
 |
ca673ec |
- Ticket 49230 - slapi_register_plugin creates config entry where it should not
|
|
 |
ca673ec |
- Ticket 49225 - Add additional CRYPT password storage schemes
|
|
 |
ca673ec |
|
|
 |
acb48cf |
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.6.6-3.23
|
|
 |
acb48cf |
- Perl 5.26 re-rebuild of bootstrapped packages
|
|
 |
acb48cf |
|
|
 |
fde90d9 |
* Tue Jun 6 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.6.6-3.2
|
|
 |
fde90d9 |
- Revise server upgrade logic
|
|
 |
fde90d9 |
|
|
 |
65737a6 |
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.6.6-3.1
|
|
 |
65737a6 |
- Perl 5.26 rebuild
|
|
 |
65737a6 |
|
|
 |
a9603ab |
* Thu May 25 2017 Charalampos Stratakis <cstratak@redhat.com> - 1.3.6.6-3
|
|
 |
a9603ab |
- Bump verstion to 1.3.6.6-3
|
|
 |
a9603ab |
- Ensure the binaries are pointing to the Python 3 interpreter (rhbz#1244234)
|
|
 |
a9603ab |
|
|
 |
2fe56ad |
* Mon May 22 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.6.6-2
|
|
 |
2fe56ad |
- Bump version to 1.3.6.6-2
|
|
 |
2fe56ad |
- Disable tcmalloc on ppc64 & ppc64le - crash in makstrdb during build
|
|
 |
2fe56ad |
|
|
 |
8704ece |
* Mon May 22 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.6.6-1
|
|
 |
8704ece |
- Bump version to 1.3.6.6-1
|
|
 |
8704ece |
- Ticket 49157 - fix error in ds-logpipe.py
|
|
 |
8704ece |
- Ticket 48864 - remove config.h from spal header.
|
|
 |
8704ece |
- Ticket 48681 - logconv.pl - Fix SASL Bind stats and rework report format
|
|
 |
8704ece |
- Ticket 49261 - Fix script usage and man pages
|
|
 |
8704ece |
- Ticket 49238 - AddressSanitizer: heap-use-after-free in libreplication
|
|
 |
8704ece |
- Ticket 48864 - Fix FreeIPA build
|
|
 |
8704ece |
- Ticket 49257 - Reject dbcachesize updates while auto cache sizing is enabled
|
|
 |
8704ece |
- Ticket 49249 - cos_cache is erroneously logging schema checking failure
|
|
 |
8704ece |
- Ticket 49258 - Allow nsslapd-cache-autosize to be modified while the server is running
|
|
 |
8704ece |
- Ticket 49247 - resolve build issues on debian
|
|
 |
8704ece |
- Ticket 49246 - ns-slapd crashes in role cache creation
|
|
 |
8704ece |
- Ticket 49157 - ds-logpipe.py crashes for non-existing users
|
|
 |
8704ece |
- Ticket 49241 - Update man page and usage for db2bak.pl
|
|
 |
8704ece |
- Ticket 49075 - Adjust logging severity levels
|
|
 |
8704ece |
- Ticket 47662 - db2index not properly evaluating arguments
|
|
 |
8704ece |
- Ticket 48989 - fix perf counters
|
|
 |
8704ece |
|
|
 |
febdb02 |
* Thu Apr 27 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.6.5-1
|
|
 |
febdb02 |
- Bump version to 1.3.6.5-1
|
|
 |
febdb02 |
- Ticket 49231 - fix sasl mech handling
|
|
 |
febdb02 |
- Ticket 49233 - Fix crash in persistent search
|
|
 |
febdb02 |
- Ticket 49230 - slapi_register_plugin creates config entry where it should not
|
|
 |
febdb02 |
- Ticket 49135 - PBKDF2 should determine rounds at startup
|
|
 |
febdb02 |
- Issue 49236 - Fix CI Tests
|
|
 |
febdb02 |
- Ticket 48310 - entry distribution should be case insensitive
|
|
 |
febdb02 |
- Ticket 49224 - without --prefix, $prefixdir would be NONE in defaults.
|
|
 |
febdb02 |
|
|
 |
7317215 |
* Fri Apr 21 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.6.4-1
|
|
 |
7317215 |
- Bump version to 1.3.6.4-1
|
|
 |
7317215 |
- Ticket 49228 - Fix SSE4.2 detection.
|
|
 |
7317215 |
- Ticket 49229 - Correct issues in latest commits
|
|
 |
7317215 |
- Ticket 49226 - Memory leak in ldap-agent-bin
|
|
 |
7317215 |
- Ticket 49214 - Implement htree concept
|
|
 |
7317215 |
- Ticket 49119 - Cleanup configure.ac options and defines
|
|
 |
7317215 |
- Ticket 49097 - whitespace fixes for pblock change
|
|
 |
7317215 |
- Ticket 49097 - Pblock get/set cleanup
|
|
 |
7317215 |
- Ticket 49222 - Resolve various test issues on rawhide
|
|
 |
7317215 |
- Issue 48978 - Fix the emergency logging functions severity levels
|
|
 |
7317215 |
- Issue 49227 - ldapsearch for nsslapd-errorlog-level returns incorrect values
|
|
 |
7317215 |
- Ticket 49041 - nss won't start if sql db type set
|
|
 |
7317215 |
- Ticket 49223 - Fix sds queue locking
|
|
 |
7317215 |
- Issue 49204 - Fix 32bit arch build failures
|
|
 |
7317215 |
- Issue 49204 - Need to update function declaration
|
|
 |
7317215 |
- Ticket 49204 - Fix lower bounds on import autosize + On small VM, autotune breaks the access of the suffixes
|
|
 |
7317215 |
- Issue 49221 - During an upgrade the provided localhost name is ignored
|
|
 |
7317215 |
- Issue 49220 - Remote crash via crafted LDAP messages (SECURITY FIX)
|
|
 |
7317215 |
- Ticket 49184 - Overflow in memberof
|
|
 |
7317215 |
- Ticket 48050 - Add account policy tests to plugins test suite
|
|
 |
7317215 |
- Ticket 49207 - Supply docker POC build for DS.
|
|
 |
7317215 |
- Issue 47662 - CLI args get removed
|
|
 |
7317215 |
- Issue 49210 - Fix regression when checking is password min age should be checked
|
|
 |
7317215 |
- Ticket 48864 - Add cgroup memory limit detection to 389-ds
|
|
 |
7317215 |
- Issue 48085 - Expand the repl acceptance test suite
|
|
 |
7317215 |
- Ticket 49209 - Hang due to omitted replica lock release
|
|
 |
7317215 |
- Ticket 48864 - Cleanup memory detection before we add cgroup support
|
|
 |
7317215 |
- Ticket 48864 - Cleanup up broken format macros and imports
|
|
 |
7317215 |
- Ticket 49153 - Remove vacuum lock on transaction cleanup
|
|
 |
7317215 |
- Ticket 49200 - provide minimal dse.ldif for python installer
|
|
 |
7317215 |
- Issue 49205 - Fix logconv.pl man page
|
|
 |
7317215 |
- Issue 49177 - Fix pkg-config file
|
|
 |
7317215 |
- Issue 49035 - dbmon.sh shows pages-in-use that exceeds the cache size
|
|
 |
7317215 |
- Ticket 48432 - Linux capabilities on ns-slapd
|
|
 |
7317215 |
- Ticket 49196 - Autotune generates crit messages
|
|
 |
7317215 |
- Ticket 49194 - Lower default ioblock timeout
|
|
 |
7317215 |
- Ticket 49193 - gcc7 warning fixes
|
|
 |
7317215 |
- Issue 49039 - password min age should be ignored if password needs to be reset
|
|
 |
7317215 |
- Ticket 48989 - Re-implement lock counter
|
|
 |
7317215 |
- Issue 49192 - Deleting suffix can hang server
|
|
 |
7317215 |
- Issue 49156 - Modify token :assert: to :expectedresults:
|
|
 |
7317215 |
- Ticket 48989 - missing return in counter
|
|
 |
7317215 |
- Ticket 48989 - Improve counter overflow fix
|
|
 |
7317215 |
- Ticket 49190 - Upgrade lfds to 7.1.1
|
|
 |
7317215 |
- Ticket 49187 - Fix attribute definition
|
|
 |
7317215 |
- Ticket 49185 - Fix memleak in compute init
|
|
 |
7317215 |
|
|
 |
b3e7411 |
* Wed Mar 22 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.6.3-4
|
|
 |
b3e7411 |
- Bump verson to 1.3.6.3-4
|
|
 |
b3e7411 |
- Issue 49177 - rpm would not create valid pkgconfig files(pt2)
|
|
 |
b3e7411 |
|
|
 |
1c5b867 |
* Wed Mar 22 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.6.3-3
|
|
 |
1c5b867 |
- Bump version to 1.3.6.3-3
|
|
 |
1c5b867 |
- Ticket 49186 - Fix NS to improve shutdown relability
|
|
 |
1c5b867 |
- Ticket 49174 - nunc-stans can not use negative timeout
|
|
 |
1c5b867 |
- Ticket 49076 - To debug DB_DEADLOCK condition, allow to reset DB_TXN_NOWAIT flag on txn_begin
|
|
 |
1c5b867 |
- Issue 49188 - retrocl can crash server at shutdown
|
|
 |
1c5b867 |
- Ticket 47840 - Add setup_ds test suite
|
|
 |
1c5b867 |
|
|
 |
1c5b867 |
* Tue Mar 21 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.6.3-2
|
|
 |
1c5b867 |
- Bump version to 1.3.6.3-2
|
|
 |
1c5b867 |
- Fix srvcore version dependancy
|
|
 |
1c5b867 |
|
|
 |
58a8b17 |
* Tue Mar 21 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.6.3-1
|
|
 |
58a8b17 |
- Bump verson to 1.3.6.3
|
|
 |
58a8b17 |
- Issue 48989 - Overflow in counters and monitor
|
|
 |
58a8b17 |
- Issue 49095 - targetattr wildcard evaluation is incorrectly case sensitive
|
|
 |
58a8b17 |
- Ticket 49177 - rpm would not create valid pkgconfig files
|
|
 |
58a8b17 |
- Issue 49176 - Remove tcmalloc restriction from s390x
|
|
 |
58a8b17 |
- Issue 49157 - ds-logpipe.py crashes for non-existing users
|
|
 |
58a8b17 |
- Issue 49065 - dbmon.sh fails if you have nsslapd-require-secure-binds enabled
|
|
 |
58a8b17 |
- Issue 49095 - Fix double-free in _cl5NewDBFile() error path
|
|
 |
58a8b17 |
|
|
 |
eeeebab |
* Wed Mar 15 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.6.2-2
|
|
 |
eeeebab |
- Bump verson to 1.3.6.2-2
|
|
 |
eeeebab |
- Issue 49169 - Fix covscan errors(regression)
|
|
 |
eeeebab |
- Ticket 49172 - Fix test schema files
|
|
 |
eeeebab |
- Ticket 49171 - Nunc Stans incorrectly reports a timeout
|
|
 |
eeeebab |
- Ticket 49171 - Nunc Stans incorrectly reports a timeout
|
|
 |
eeeebab |
- Issue 49169 - Fix covscan errors
|
|
 |
eeeebab |
|
|
 |
1061e71 |
* Tue Mar 14 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.6.2-1
|
|
 |
1061e71 |
- Bump version to 1.3.6.2-1
|
|
 |
1061e71 |
- Ticket 49164 - Change NS to acq-rel semantics for atomics
|
|
 |
1061e71 |
- Ticket 49154 - Nunc Stans stress should assert it has 95% success rate
|
|
 |
1061e71 |
- Ticket 49165 - pw_verify did not handle external auth
|
|
 |
1061e71 |
- Issue 49062 - Reset agmt update staus and total init
|
|
 |
1061e71 |
- Ticket 49151 - Remove defunct selinux policy
|
|
 |
1061e71 |
|
|
 |
0322ebf |
* Fri Mar 10 2017 Mark Reynolds <mreynolds@redhat.com> - 1.3.6.1-2
|
|
 |
0322ebf |
- Bump version to 1.3.6.1-2
|
|
 |
0322ebf |
- Issue 49162 - Only check event.m4 if nunc-stans is enabled
|
|
 |
0322ebf |
- Issue 49156 - Add more IDs and fix docstrings
|
|
 |
0322ebf |
- Issue 49156 - Fix typo in the import
|
|
 |
0322ebf |
- Ticket 49160 - Fix sds benchmark and copyright
|
|
 |
0322ebf |
- Issue 47536 - Fix CI testcase
|
|
 |
0322ebf |
- Issue 49159 - test_schema_comparewithfiles fails with python-ldap>=2.4.26
|
|
 |
0322ebf |
- Issue 49156 - Clean up test suites dir structure and docstrings
|
|
 |
0322ebf |
- Issue 49158 - fix latest coverity issues
|
|
 |
0322ebf |
- Ticket 49155 - Fix db2ldif path in test
|
|
 |
0322ebf |
- Issue 49122 - Fix rpm build
|
|
 |
0322ebf |
- Issue 49044 - Fix script usage and man pages
|
|
 |
0322ebf |
- Ticket 48707 - Update rfc to accomodate that authid is mandatory
|
|
 |
0322ebf |
- Ticket 49141 - Enable tcmalloc
|
|
 |
0322ebf |
- Ticket 49142 - bytes vs unicode in plugin tests
|
|
 |
0322ebf |
- Ticket 49139 - Update makefile and rpm for import
|
|
 |
0322ebf |
- Ticket 49139 - Import libsds and nunc-stans for bundling
|
|
 |
0322ebf |
- Issue 49122 - Filtered nsrole that uses nsrole crashes the server
|
|
 |
0322ebf |
- Issue 49147 - Fix tests compatibility with older versions
|
|
 |
0322ebf |
- Issue 49141 - Fix spec file for tcmalloc
|
|
 |
0322ebf |
- Issue 49141 - Use tcmalloc by default
|
|
 |
0322ebf |
- Ticket 49086 - SDN premangaling broken after SASL change
|
|
 |
0322ebf |
- Ticket 49137 - Add sasl plain test - ds
|
|
 |
0322ebf |
- Ticket 49138 - Increase systemd timout
|
|
 |
0322ebf |
- Issue 48226 - Fix CI test
|
|
 |
0322ebf |
- Ticket 49140 - Remove legacy inst reference in test
|
|
 |
0322ebf |
- Ticket 49134 Remove hardcoded elements from db lock test
|
|
 |
0322ebf |
- Fix compiler warning
|
|
 |
0322ebf |
- Ticket 47925 - Move add and delete operation aci checks to be before plugins.
|
|
 |
0322ebf |
- Ticket 49086 - public api compatability test for SDN changes.
|
|
 |
0322ebf |
- Ticket 49116 - Pblock usage analytics
|
|
 |
0322ebf |
- Ticket 49020 - Add CI test
|
|
 |
0322ebf |
- Revise README for pagure
|
|
 |
0322ebf |
- Ticket #49121 - ns-slapd crashes in ldif_sput due to the output buf size is less than the real size.
|
|
 |
0322ebf |
- Ticket 48085 - Add replica acceptance test suite
|
|
 |
0322ebf |
- Ticket 49008 - Fix regression in check if ruv element exists
|
|
 |
0322ebf |
- Ticket 49108 - ds_selinux_port_query doesn't detect ports labeled with range
|
|
 |
0322ebf |
- Ticket 49057 - Fix tests failures on older versions of DS
|
|
 |
0322ebf |
- Ticket 49111 - Integrate cmocka skeleton to Directory Server
|
|
 |
0322ebf |
- Ticket 49016 - (un)register/migration/remove may fail if there is no suffix on 'userRoot' backend
|
|
 |
0322ebf |
- Ticket 48085 - Add single master replication test suite
|
|
 |
0322ebf |
- Ticket #49104 - Add CI test
|
|
 |
0322ebf |
- Ticket #49104 - dbscan-bin crashing due to a segmentation fault
|
|
 |
0322ebf |
- Ticket 49105 - Sig FPE when ns-slapd has 0 backends.
|
|
 |
0322ebf |
- Ticket 49075 - Adjust log severity levels
|
|
 |
0322ebf |
- Ticket 49008 - Add CI test
|
|
 |
0322ebf |
- Ticket 49008 v2: aborted operation can leave RUV in incorrect state
|
|
 |
0322ebf |
- Ticket 47973 - CI Test case (test_ticket47973_case)
|
|
 |
0322ebf |
- Ticket 47973 - CI Test case (test_ticket47973_case)
|
|
 |
0322ebf |
- Ticket 47973 - custom schema is registered in small caps after schema reload
|
|
 |
0322ebf |
- Ticket 49089 - List library build deps
|
|
 |
0322ebf |
- Ticket 49085 - Make a short topology fixture alias
|
|
 |
0322ebf |
- Ticket #49088 - 389-ds-base rpm postinstall script bugs
|
|
 |
0322ebf |
- Ticket 49028 - Autosize database cache by default.
|
|
 |
0322ebf |
- Ticket 49089 - Fix invalid cxxlink statement from hpux
|
|
 |
0322ebf |
- Ticket 49087 - ds resolve jenkins issues.
|
|
 |
0322ebf |
- Ticket #49082 - Adjusted the CI test case to the fix.
|
|
 |
0322ebf |
- Ticket #49082 - Fix password expiration related shadow attributes
|
|
 |
0322ebf |
- Ticket #49080 - shadowExpire should not be a calculated value
|
|
 |
0322ebf |
- Ticket 49027 - on secfailure do not store cleartext password content
|
|
 |
0322ebf |
- Ticket 49031 - Improve memberof with a cache of ancestors for groups
|
|
 |
0322ebf |
- Ticket 49079: deadlock on cos cache rebuild
|
|
 |
0322ebf |
- Ticket 48665 - Fix RHEL6 test compatibility issues
|
|
 |
0322ebf |
- Ticket 49055 - Fix create_test.py issues
|
|
 |
0322ebf |
- Ticket 48797 - Add freebsd support to ns-slapd: main
|
|
 |
0322ebf |
- Ticket 49055 - Refactor create_test.py
|
|
 |
0322ebf |
- Ticket 49060 - Increase number of masters, hubs and consumers in topology
|
|
 |
0322ebf |
- Ticket 49055 - Clean up test tickets and suites
|
|
 |
0322ebf |
- Ticket 48964 - should not free repl name after purging changelog
|
|
 |
0322ebf |
- Ticket 48050 - Refactor acctpolicy_plugin suite
|
|
 |
0322ebf |
- Ticket 48964 - cleanallruv changelog purging removes wrong rid
|
|
 |
0322ebf |
- Ticket 49073: nsDS5ReplicatedAttributeListTotal fails when excluding no attribute
|
|
 |
0322ebf |
- Ticket 49074 - incompatible nsEncryptionConfig object definition prevents RHEL 7->6 schema replication
|
|
 |
0322ebf |
- Ticket 48835 - package tests into python site packages - fix rpm
|
|
 |
0322ebf |
- Ticket 49066 - Memory leaks in server - part 2
|
|
 |
0322ebf |
- Ticket 49072 - validate memberof fixup task args
|
|
 |
0322ebf |
- Ticket 49071 - Import with duplicate DNs throws unexpected errors
|
|
 |
0322ebf |
- Ticket 47858 - Add test case for nsTombstone
|
|
 |
0322ebf |
- Ticket 48835 - Tests with setup.py.in
|
|
 |
0322ebf |
- Ticket 49066 - Memory leaks in server
|
|
 |
0322ebf |
- Ticket 47982 - Add CI test suite ds_logs
|
|
 |
0322ebf |
- Ticket 49052 - Environment quoting on fedora causes ds to fail to start.
|
|
 |
0322ebf |
- Ticket 47662 - Better input argument validation and error messages for cli tools
|
|
 |
0322ebf |
- Ticket 48681 - logconv.pl lists sasl binds with no dn as anonymous
|
|
 |
0322ebf |
- Ticket 48861: memberof plugin tests suite
|
|
 |
0322ebf |
- Ticket 48861: Memberof plugins can update several times the same entry to set the same values
|
|
 |
0322ebf |
- Ticket 48163 - Re-space schema.c
|
|
 |
0322ebf |
- Ticket 48163 - Read schema from multiple locations
|
|
 |
0322ebf |
- Ticket 48894 - improve entrywsi delete
|
|
 |
0322ebf |
- Ticket 49051 - Enable SASL LOGIN/PLAIN support as a precursor to LDAPSSOTOKEN
|
|
 |
0322ebf |
- Ticket 49020 - do not treat missing csn as fatal
|
|
 |
0322ebf |
- Ticket 48133 v2 Non tombstone entry which dn starting with "nsuniqueid=...," cannot be delete
|
|
 |
0322ebf |
- Ticket 49055 - Clean up test suites
|
|
 |
0322ebf |
- Ticket 48797 - Add freebsd support to ns-slapd: Configure and makefile.
|
|
 |
0322ebf |
- Ticket 48797 - Add freebsd support to ns-slapd: Add freebsd support for ldaputil
|
|
 |
0322ebf |
- Ticket 48797 - Add freebsd support to ns-slapd: Add support for dsktune
|
|
 |
0322ebf |
- Ticket 48797 - Add freebsd support to ns-slapd: Add support for cpp in Fbsd
|
|
 |
0322ebf |
- Ticket 48797 - Add freebsd support to ns-slapd: Header files
|
|
 |
0322ebf |
- Ticket 48978 - Fix implicit function declaration
|
|
 |
0322ebf |
- Ticket 49002 - Remove memset on allocation
|
|
 |
0322ebf |
- Ticket 49021 - Automatic thread tuning
|
|
 |
0322ebf |
- Ticket 48894 - Issues with delete of entrywsi with large entries.
|
|
 |
0322ebf |
- Ticket 49054 - Fix sasl_map unused paramater compiler warnings.
|
|
 |
0322ebf |
- Ticket 48050 - Add test suite to acctpolicy_plugin
|
|
 |
0322ebf |
- Ticket 49048 - Fix rpm build failure
|
|
 |
0322ebf |
- Ticket 49042 - Test failure that expects old default
|
|
 |
0322ebf |
- Ticket 49042 - Increase cache defaults slightly
|
|
 |
0322ebf |
- Ticket 48894 - Issue with high number of entry state objects.
|
|
 |
0322ebf |
- Ticket 48978 - Fix more log refactoring issues
|
|
 |
0322ebf |
- Ticket 48707 - Draft Ldap SSO Token proposal
|
|
 |
0322ebf |
- Ticket 49024 - Fix the rest of the CI failures
|
|
 |
0322ebf |
- Ticket #48987 - Heap use after free in dblayer_close_indexes
|
|
 |
0322ebf |
- Ticket 48945 - Improve db2ldif error message.
|
|
 |
0322ebf |
- Ticket 49024 - Fix inst_dir parameter in defaults.inf
|
|
 |
0322ebf |
- Ticket 49024 - Fix dbdir paths and adjust test cases
|
|
 |
0322ebf |
- Ticket 48961 - Allow reset of configuration values to defaults.
|
|
 |
0322ebf |
- Ticket #47911 - Move dirsrv-snmp.service to 389-ds-base-snmp package
|
|
 |
0322ebf |
- Ticket bz1358565 - Fix compiler warning about unused variable
|
|
 |
0322ebf |
- Ticket bz1358565 - clear and unsalted password types are vulnerable to timing attack
|
|
 |
0322ebf |
- Ticket 49016 - (un)register/migration/remove may fail if there is no suffix on 'userRoot' backend
|
|
 |
0322ebf |
- Ticket 397 - Add PBKDF2 to Directory Server password storage.
|
|
 |
0322ebf |
- Ticket 49024 - Fix CI test failures and defaults.inf
|
|
 |
0322ebf |
- Ticket 49026 - Support nunc-stans pkgconfig
|
|
 |
0322ebf |
- Ticket 49025 - Upgrade nunc-stans to 0.2.1
|
|
 |
0322ebf |
- Ticket 48978 - error log refactoring error
|
|
 |
0322ebf |
|
|
 |
e9446db |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6.1-1.1
|
|
 |
e9446db |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
 |
e9446db |
|
|
Noriko Hosoi |
e7c1bda |
* Thu Oct 27 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.6.1-0
|
|
Noriko Hosoi |
e7c1bda |
- Bump version to 1.3.6.1-1
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 142 - Refactor and move CI test
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 47703 - remove search limit for aci group evaluation
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 47978 - Refactor slapi_log_error
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48272 - ADDN Sytle prebind plugin
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48272 - Fix compiler warnings for addn
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48278 - cleanAllRUV should remove keep-alive entry
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48328 - Add missing dependency
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48414 - cleanAllRUV should clean the agreement RUV
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48538 - Failed to delete old semaphore
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48805 - Misleading indent and Uninitialised struct member
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48805 - Sign comparison checks.
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48832 - Fix CI test suite for password min age
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48896 - CI test: test case for ticket 48896
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48896 - Default Setting for passwordMinTokenLength does not work
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48906 - Allow nsslapd-db-locks to be configurable online
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48909 - Replication stops working in FIPS mode
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48921 - CI Replication stress tests have limits set too low
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48944 - on a read only replica invalid state info can accumulate
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48947 - Update default password hash to SSHA512
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48957 - Update repl-monitor to handle new status messages
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48969 - nsslapd-auditfaillog always has an explicit path
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48978 - Build fails on i686
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48978 - Convert slapi_log_error() to a variadic macro
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48978 - Fine tune error logging
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48978 - Fix CI test to account for new logging format
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48978 - Fix logging format errors and replace LDAP_DEBUG
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48978 - refactor LDADebug() to slapi_log_err()
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48978 - refactor LDAPDebug()
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48978 - Update error logging with new codes
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48978 - Update the logging function to accept sev level
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48979 - Allow to compile 389ds with warning Wstrict-prototypes
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48979 - Strict Prototypes
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48982 - Comment about resolving failure to open plugin.
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48982 - Enabling a plugin that has a versioned so causes overflow
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48982 - One line fix, remove unused variable.
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48982 - When plugin doesn't enable, actually log the path it used
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48983 - Configure and Makefile.in from new default paths work.
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48983 - generate install path info from autotools scripts
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48984 - Add lib389 paths module
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48986 - 47808 triggers overflow in uiduniq.c
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48992 - Total init may fail if the pushed schema is rejected
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48996 - Fix rpm to work with ns 0.2.0
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48996 - remove unused variable.
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 48996 - update DS for ns 0.2.0
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 49005 - Update lib389 to work in containers correctly.
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 49006 - Enable nunc-stans by default.
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 49006 - Nunc stans use DS stack size
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 49007 - Update configure scripts
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 49007 - Update DS basic test to better work with systemd.
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 49009 - args debug logging must be more restrictive
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 49011 - Remove configure artifacts
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 49012 - Removed un-used counters
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 49013 - Correct signal handling with NS in DS
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 49014 - ns-accountstatus.pl shows wrong status for accounts inactivated by Account policy plugin
|
|
Noriko Hosoi |
e7c1bda |
- Ticket 49017 - Various minor test failures
|
|
Noriko Hosoi |
e7c1bda |
- use a consumer maxcsn only as anchor if supplier is more advanced
|
|
Noriko Hosoi |
e7c1bda |
|
|
 |
ac1f6b4 |
* Mon Oct 24 2016 Mark Reynolds <mreynolds@redhat.com> - 1.3.5.14-2
|
|
 |
ac1f6b4 |
- Bump version to 1.3.5.14-2
|
|
 |
ac1f6b4 |
- Ticket 49011 - Remove configure artifacts
|
|
 |
3bfa854 |
- Ticket 49006 - Enable nunc-stans 0.2.0 by default
|
|
 |
ac1f6b4 |
|
|
 |
f9d21bf |
* Thu Oct 13 2016 Mark Reynolds <mreynolds@redhat.com> - 1.3.5.14-1
|
|
 |
f9d21bf |
- Bump version to 1.3.5.14-1
|
|
 |
f9d21bf |
- Ticket 48992 - Total init may fail if the pushed schema is rejected
|
|
 |
f9d21bf |
- Ticket 48832 - Fix CI test suite for password min age
|
|
 |
f9d21bf |
- Ticket 48983 - Configure and Makefile.in from new default paths work.
|
|
 |
f9d21bf |
- Ticket 48983 - Configure and Makefile.in from new default paths work.
|
|
 |
f9d21bf |
- Ticket 48983 - generate install path info from autotools scripts
|
|
 |
f9d21bf |
- Ticket 48944 - on a read only replica invalid state info can accumulate
|
|
 |
f9d21bf |
- Ticket 48766 - use a consumer maxcsn only as anchor if supplier is more advanced
|
|
 |
f9d21bf |
- Ticket 48921 - CI Replication stress tests have limits set too low
|
|
 |
f9d21bf |
- Ticket 48969 - nsslapd-auditfaillog always has an explicit path
|
|
 |
f9d21bf |
- Ticket 48957 - Update repl-monitor to handle new status messages
|
|
 |
f9d21bf |
- Ticket 48832 - Fix CI tests
|
|
 |
f9d21bf |
- Ticket 48975 - Disabling CLEAR password storage scheme will crash server when setting a password
|
|
 |
f9d21bf |
- Ticket 48369 - Add CI test suite
|
|
 |
f9d21bf |
- Ticket 48970 - Serverside sorting crashes the server
|
|
 |
f9d21bf |
- Ticket 48972 - remove old pwp code that adds/removes ACIs
|
|
 |
f9d21bf |
- Ticket 48957 - set proper update status to replication agreement in case of failure
|
|
 |
f9d21bf |
- Ticket 48950 - Add systemd warning to the LD_PRELOAD example in /etc/sysconfig/dirsrv
|
|
 |
f9d21bf |
- provide backend dir in suffix template
|
|
 |
f9d21bf |
- Ticket 48953 - Skip labelling and unlabelling ports during the test
|
|
 |
f9d21bf |
- Ticket 48967 - Add CI test and refactor test suite
|
|
 |
f9d21bf |
- Ticket 48967 - passwordMinAge attribute doesn't limit the minimum age of the password
|
|
 |
f9d21bf |
- Fix jenkins warnings about unused vars
|
|
 |
f9d21bf |
- Ticket 48402 - v3 allow plugins to detect a restore or import
|
|
 |
f9d21bf |
- Ticket #48969 - nsslapd-auditfaillog always has an explicit path
|
|
 |
f9d21bf |
- Ticket 48964 - cleanAllRUV changelog purging incorrectly processes all backends
|
|
 |
f9d21bf |
- Ticket 48965 - Fix building rpms using rpm.mk
|
|
 |
f9d21bf |
- Ticket 48965 - Fix generation of the pre-release version
|
|
 |
f9d21bf |
- Bugzilla 1368956 - man page of ns-accountstatus.pl shows redundant entries for -p port option
|
|
 |
f9d21bf |
- Ticket 48960 - Crash in import_wait_for_space_in_fifo().
|
|
 |
f9d21bf |
- Ticket 48832 - Fix more CI test failures
|
|
 |
f9d21bf |
- Ticket 48958 - Audit fail log doesn't work if audit log disabled.
|
|
 |
f9d21bf |
- Ticket 48956 - ns-accountstatus.pl showing "activated" user even if it is inactivated
|
|
 |
f9d21bf |
- Ticket 48954 - replication fails because anchorcsn cannot be found
|
|
 |
f9d21bf |
- Ticket 48832 - Fix CI tests failures from jenkins server
|
|
 |
f9d21bf |
- Ticket 48950 - Change example in /etc/sysconfig/dirsrv to use tcmalloc
|
|
 |
f9d21bf |
|
|
 |
f9d21bf |
|
|
Noriko Hosoi |
71943d5 |
* Mon Aug 8 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.13-1
|
|
Noriko Hosoi |
71943d5 |
- Release 1.3.5.13-1
|
|
Noriko Hosoi |
71943d5 |
- Ticket 48450 - Autotools components for ds_systemd_ask_password_acl
|
|
Noriko Hosoi |
71943d5 |
|
|
Noriko Hosoi |
603608c |
* Thu Aug 4 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.12-1
|
|
Noriko Hosoi |
603608c |
- Release 1.3.5.12-1
|
|
Noriko Hosoi |
603608c |
- Ticket 48450 - Add prestart work around for systemd ask password
|
|
Noriko Hosoi |
603608c |
- Ticket 48943 - When fine-grained policy is applied, a sub-tree has a priority over a user while changing password
|
|
Noriko Hosoi |
603608c |
- Ticket 47976 - Add fixed CI test case
|
|
Noriko Hosoi |
603608c |
- Ticket 48882 - server can hang in connection list processing
|
|
Noriko Hosoi |
603608c |
- Ticket 48921 - Adding replication and reliability tests
|
|
Noriko Hosoi |
603608c |
- Ticket 48936 - Duplicate collation entries
|
|
Noriko Hosoi |
603608c |
- Ticket 48832 - Fix timing and localhost issues
|
|
Noriko Hosoi |
603608c |
- Ticket 48832 - Fix pytest compatibility in CI tests
|
|
Noriko Hosoi |
603608c |
- Ticket 48832 - CI Tests - make tests more portable
|
|
Noriko Hosoi |
603608c |
- Ticket 48943 - Add CI Test for the password test suite
|
|
Noriko Hosoi |
603608c |
- Ticket 48940 - DS logs have warning:ancestorid not indexed
|
|
Noriko Hosoi |
603608c |
- Ticket 48934 - remove-ds.pl deletes an instance even if wrong prefix was specified
|
|
Noriko Hosoi |
603608c |
- Ticket 48336 - Missing semanage dependency
|
|
Noriko Hosoi |
603608c |
- Bug 1347760 - Additional CI test case
|
|
Noriko Hosoi |
603608c |
- Resolves: Bug 1347760 - CVE-2016-4992 389-ds-base: Information disclosure via repeated use of LDAP ADD operation, etc.
|
|
Noriko Hosoi |
603608c |
- Ticket 48832 - CI tests - convert all the tests to use py.test
|
|
Noriko Hosoi |
603608c |
- Ticket 48939 - nsslapd-workingdir is empty when ns-slapd is started by systemd
|
|
Noriko Hosoi |
603608c |
- Ticket 48935 - Update dirsrv.systemd file
|
|
Noriko Hosoi |
603608c |
- Ticket 48832 - Fix lib389 CI ticket/suite test failures
|
|
Noriko Hosoi |
603608c |
- Ticket 47824 - Remove CI test from tickets and add logging
|
|
Noriko Hosoi |
603608c |
- Ticket 48930 - Paged result search can hang the server
|
|
Noriko Hosoi |
603608c |
- Ticket 48191 - Move CI test to the pr suite and refactor
|
|
Noriko Hosoi |
603608c |
- Ticket 48928 - log of page result cookie should log empty cookie with a different value than 0
|
|
Noriko Hosoi |
603608c |
- Ticket 48752 - Add CI test
|
|
Noriko Hosoi |
603608c |
- Ticket 47664 - Move CI test to the pr suite and refactor
|
|
Noriko Hosoi |
603608c |
|
|
Noriko Hosoi |
36aef54 |
* Thu Jul 14 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.11-1
|
|
Noriko Hosoi |
36aef54 |
- Release 1.3.5.11-1
|
|
Noriko Hosoi |
36aef54 |
- Ticket 48144 - Add /usr/sbin/status-dirsrv script to get the status of the directory server instance.
|
|
Noriko Hosoi |
36aef54 |
- Ticket 48743 - If a cipher is disabled do not attempt to look it up
|
|
Noriko Hosoi |
36aef54 |
- Ticket 48755 - moving an entry could make the online init fail
|
|
Noriko Hosoi |
36aef54 |
- Ticket 48767 - flow control in replication also blocks receiving results
|
|
Noriko Hosoi |
36aef54 |
- Ticket 48912 - ntUserNtPassword schema
|
|
Noriko Hosoi |
36aef54 |
- Ticket 48914 - db2bak.pl task enters infinitive loop when bak fs is almost full
|
|
Noriko Hosoi |
36aef54 |
- Ticket 48916 - DNA Threshold set to 0 causes SIGFPE
|
|
Noriko Hosoi |
36aef54 |
- Ticket 48918 - Upgrade to 389-ds-base >= 1.3.5.5 doesn't install 389-ds-base-snmp
|
|
Noriko Hosoi |
36aef54 |
- Ticket 48919 - Compiler warnings while building 389-ds-base on RHEL7
|
|
Noriko Hosoi |
36aef54 |
- Ticket 48920 - Memory leak in pwdhash-bin
|
|
Noriko Hosoi |
36aef54 |
- Ticket 48922 - Fix crash when deleting backend while import is running
|
|
Noriko Hosoi |
36aef54 |
- Ticket 48924 - Fixup tombstone task needs to set proper flag when updating tombstones
|
|
Noriko Hosoi |
36aef54 |
- Ticket 48925 - slapd crash with SIGILL: Dsktune should detect lack of CMPXCHG16B
|
|
Noriko Hosoi |
36aef54 |
- Bug 1347761 - CVE-2016-4992 389-ds-base: Information disclosure via repeated use of LDAP ADD operation, etc.
|
|
Noriko Hosoi |
36aef54 |
- Bug 1353956 - Upgrade from FreeIPA Fedora 23 container to Fedora 24 fails with syntax error at
|
|
Noriko Hosoi |
36aef54 |
/usr/share/dirsrv/updates/91reindex.pl line 17, near ")
|
|
Noriko Hosoi |
36aef54 |
Regression introduced by Ticket 48755 to 1.3.5.10-1.
|
|
Noriko Hosoi |
36aef54 |
- Bug 1350393 - setup-ds.pl fails on F24 if perl-Errno is not updated (DS 48901)
|
|
Noriko Hosoi |
36aef54 |
- Bug 1114928 - etup-ds.pl creates configuration files under /usr (DS 528, 47840)
|
|
Noriko Hosoi |
36aef54 |
|
|
Noriko Hosoi |
0743334 |
* Fri Jul 1 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.10-1
|
|
Noriko Hosoi |
0743334 |
-Release 1.3.5.10-1
|
|
Noriko Hosoi |
0743334 |
- Ticket 47538 - Fix repl-monitor color and lag times
|
|
Noriko Hosoi |
0743334 |
- Ticket 47538 - repl-monitor.pl legend not properly sorted
|
|
Noriko Hosoi |
0743334 |
- Ticket 47538 - repl-monitor.pl not displaying correct color code for lag time
|
|
Noriko Hosoi |
0743334 |
- Ticket 48109 - substring index with nssubstrbegin: 1 is not being used with filters like (attr=x*)
|
|
Noriko Hosoi |
0743334 |
- Ticket 48346 - ldaputil code cleanup
|
|
Noriko Hosoi |
0743334 |
- Ticket 48346 - log too verbose when re-acquiring expired ticket
|
|
Noriko Hosoi |
0743334 |
- Ticket 48354 - Review of default ACI in the directory server
|
|
Noriko Hosoi |
0743334 |
- Ticket 48366 - proxyauth does not work bound as directory manager
|
|
Noriko Hosoi |
0743334 |
- Ticket 48449 - Import readNSState.py from RichM's repo
|
|
Noriko Hosoi |
0743334 |
- Ticket 48636 - Fix config validation check
|
|
Noriko Hosoi |
0743334 |
- Ticket 48637 - DN cache is not always updated when ADD operation fails
|
|
Noriko Hosoi |
0743334 |
- Ticket 48745 - Matching Rule caseExactIA5Match indexes incorrectly values with upper cases
|
|
Noriko Hosoi |
0743334 |
- Ticket 48755 - CI test: test case for ticket 48755
|
|
Noriko Hosoi |
0743334 |
- Ticket 48755 - moving an entry could make the online init fail
|
|
Noriko Hosoi |
0743334 |
- Ticket 48889 - ldclt - fix man page and usage info
|
|
Noriko Hosoi |
0743334 |
- Ticket 48891 - ns-slapd crashes during the shutdown after adding attribute with a matching rule
|
|
Noriko Hosoi |
0743334 |
- Ticket 48892 - Wrong result code display in audit-failure log
|
|
Noriko Hosoi |
0743334 |
- Ticket 48893 - cn=config should not have readable components to anonymous
|
|
Noriko Hosoi |
0743334 |
- Ticket 48895 - tests package should be noarch
|
|
Noriko Hosoi |
0743334 |
- Ticket 48898 - Crash during shutdown if nunc-stans is enabled
|
|
Noriko Hosoi |
0743334 |
- Ticket 48899 - Values of dbcachetries/dbcachehits in cn=monitor could overflow.
|
|
Noriko Hosoi |
0743334 |
- Ticket 48900 - Add connection perf stats to logconv.pl
|
|
Noriko Hosoi |
0743334 |
- Ticket 48902 - Strdup pwdstoragescheme name to prevent misbehaving plugins
|
|
Noriko Hosoi |
0743334 |
- Ticket 48904 - syncrepl search returning error 329; plugin sending a bad error code
|
|
Noriko Hosoi |
0743334 |
- Ticket 48905 - coverity defects
|
|
Noriko Hosoi |
0743334 |
|
|
Noriko Hosoi |
7869209 |
* Tue Jun 14 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.6-1
|
|
Noriko Hosoi |
7869209 |
- Release 1.3.5.6-1
|
|
Noriko Hosoi |
7869209 |
- Ticket 48234 - CI test: test case for ticket 48234
|
|
Noriko Hosoi |
7869209 |
- Ticket 48234 - "matching rules" in ACI's "bind rules not fully evaluated
|
|
Noriko Hosoi |
7869209 |
- Ticket 48636 - Improve replication convergence
|
|
Noriko Hosoi |
7869209 |
- Revert "Ticket 48755 - moving an entry could make the online init fail"
|
|
Noriko Hosoi |
7869209 |
- Ticket 48766 - Replication changelog can incorrectly skip over updates
|
|
Noriko Hosoi |
7869209 |
- Ticket 47982 - Fix log hr timestamps when invalid value is set in cn=config
|
|
Noriko Hosoi |
7869209 |
|
|
Noriko Hosoi |
d10e9af |
* Mon Jun 13 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.5-1
|
|
Noriko Hosoi |
d10e9af |
- Release 1.3.5.5-1
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48848 - modrdn deleteoldrdn can fail to find old attribute value, perhaps due to case folding
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48832 - CI test - fix ticket failures
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48833 - 389 showing inconsistent values for shadowMax and shadowWarning in 1.3.5.1
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48873 - Backend should accept the reduced cache allocation when issane == 1
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48815 - ns-accountstatus.pl - fix DN normalization
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48880 - adding pre/post extop ability
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48449 - Import readNSState from richm's repo
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48877 - Fixes for RPM spec with spectool
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48404 - libslapd owned by libs and devel
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48326 - Move CI test to config test suite and refactor
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48755 - CI test: test case for ticket 48755
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48755 - moving an entry could make the online init fail
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48870 - Correct plugin execution order due to changes in exop
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48799 - Test cases for objectClass values being dropped.
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48863 - remove check for vmsize from util_info_sys_pages
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48872 - Fix segfault and use after free in plugin shutdown
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48862 - At startup DES to AES password conversion causes timeout in start script
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48275 - search returns no entry when OR filter component contains non readable attribute
|
|
Noriko Hosoi |
d10e9af |
- Ticket 47911 - split out snmp agent into a subpackageTicket 47911
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48336 - setup-ds should detect if port is already defined
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48858 - Segfault changing nsslapd-rootpw
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48855 - Add basic pwdPolicy tests
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48747 - dirsrv service fails to start when nsslapd-listenhost is configured
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48752 - Page result search should return empty cookie if there is no returned entry
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48854 - Running db2index with no options breaks replication
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48850 - Correct memory leaks in pwdhash-bin and ns-slapd
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48849 - Systemd introduced incompatible changes that breaks ds build
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48846 - 32 bit systems set low vmsize
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48846 - Older kernels do not expose memavailable
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48846 - Rlimit checks should detect RLIM_INFINITY
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48617 - Coverity fixes
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48745 - Matching Rule caseExactIA5Match indexes incorrectly values with upper cases
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48844 - Regression introduced in matching rules by DS 48746
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48363 - CI test - add test suite
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48795 - Make various improvements to create_test.py
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48834 - Fix jenkins: discared qualifier on auditlog.c
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48834 - Modifier's name is not recorded in the audit log with modrdn and moddn operations
|
|
Noriko Hosoi |
d10e9af |
- Ticket 48754 - ldclt should support -H
|
|
Noriko Hosoi |
d10e9af |
|
|
 |
d8f2c55 |
* Thu May 19 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.5.4-1.1
|
|
 |
d8f2c55 |
- Perl 5.24 re-rebuild of bootstrapped packages
|
|
 |
d8f2c55 |
|
|
Noriko Hosoi |
3f2f2e3 |
* Wed May 18 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.4-1
|
|
Noriko Hosoi |
3f2f2e3 |
- Release 1.3.5.4-1
|
|
Noriko Hosoi |
3f2f2e3 |
- Ticket 48836 - replication session fails because of permission denied
|
|
Noriko Hosoi |
3f2f2e3 |
- Ticket 47819 - RFE - improve tombstone purging performance
|
|
Noriko Hosoi |
3f2f2e3 |
- Ticket 48837 - Replication: total init aborted
|
|
Noriko Hosoi |
3f2f2e3 |
- Ticket 48617 - Server ram checks work in isolation
|
|
Noriko Hosoi |
3f2f2e3 |
- Ticket 48220 - The "repl-monitor" web page does not display "year" in date.
|
|
Noriko Hosoi |
3f2f2e3 |
- Ticket 48829 - Add gssapi sasl replication bind test
|
|
Noriko Hosoi |
3f2f2e3 |
- Ticket 48497 - uncomment pytest from CI test
|
|
Noriko Hosoi |
3f2f2e3 |
- Ticket 48828 - db2ldif is not taking into account multiple suffixes or backends
|
|
Noriko Hosoi |
3f2f2e3 |
- Ticket 48818 - Fix case where return code is always -1
|
|
Noriko Hosoi |
3f2f2e3 |
- Ticket 48826 - 52updateAESplugin.pl may fail on older versions of perl
|
|
Noriko Hosoi |
3f2f2e3 |
- Ticket 48825 - Configure make generate invalid makefile
|
|
Noriko Hosoi |
3f2f2e3 |
|
|
 |
18e4ec4 |
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.5.3-1.1
|
|
 |
18e4ec4 |
- Perl 5.24 rebuild
|
|
 |
18e4ec4 |
|
|
Noriko Hosoi |
6eaf103 |
* Sun May 8 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.3-1
|
|
Noriko Hosoi |
6eaf103 |
- Release 1.3.5.3-1
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 47536 - Allow usage of OpenLDAP libraries that don't use NSS for crypto
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 47536 - CI test: added test cases for ticket 47536
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 47840 - default instance scripts if undefined.
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 47888 - Add CI test
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 47888 - DES to AES password conversion fails if a backend is empty
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 47951 - Fix startpid from altering dev/null
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 47968 - Disable journald logs by default
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 47982 - HR Log timers, regression fix for subsystem logging
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48078 - CI test - paged_results - TET part
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48144 - Add /usr/sbin/status-dirsrv script to get the status of the directory server instance.
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48269 - ns-accountstatus status message improvement
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48342 - DNA: deadlock during DNA_EXTEND_EXOP_REQUEST_OID
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48342 - DNA Deadlock test cases
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48342 - Prevent transaction abort if a transaction has not begun
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48350 - Integrate ASAN into our rpm build process
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48374 - entry cache locks not released in error conditions
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48410 - 389-ds-base - Unable to remove / unregister a DS instance from admin server
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48447 - with-initddir should accept no
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48450 - Systemd password agent support
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48492 - heap corruption at schema replication.
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48597 - Deadlock when rebuilding the group of authorized replication managers
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48662 - db2index with no attribute args fail.
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48710 - auto-dn-suffix unrecognized option
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48769 - Fix white space in extendedop.c
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48769 - RFE: Be_txn extended operation plugin type
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48770 - Improve extended op plugin handling
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48775 - If nsSSL3 is on, even if SSL v3 is not really enabled, a confusing message is logged.
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48779 - Remove startpidfile check in start-dirsrv
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48781 - Vague error message: setup_ol_tls_conn - failed: unable to create new TLS context
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48782 - Make sure that when LDAP_OPT_X_TLS_NEWCTX is set, the value is set to zero.
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48783 - Fix ns-accountstatus.pl syntax error
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48784 - CI test: added test cases for ticket 48784
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48784 - Make the SSL version set to the client library configurable.
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48798 - Enable DS to offer weaker DH params in NSS
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48799 - objectclass values could be dropped on the consumer
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48800 - Cleaning up error buffers
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48801 - ASAN errors during tests
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48802 - Compilation warnings from clang
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48808 - Add test case
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48808 - Paged results search returns the blank list of entries
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48813 - password history is not updated when an admin resets the password
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48815 - ns-accountstatus.sh does handle DN's with single quotes
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48818 - In docker, no one can hear your process hang.
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48822 - (389-ds-base-1.3.5) Fixing coverity issues.
|
|
Noriko Hosoi |
6eaf103 |
- Ticket 48824 - Cleanup rpm.mk and 389 specfile
|
|
Noriko Hosoi |
6eaf103 |
|
|
 |
c559a83 |
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 1.3.5.1-3.1
|
|
 |
c559a83 |
- rebuild for ICU 57.1
|
|
 |
c559a83 |
|
|
Noriko Hosoi |
257a3d8 |
* Mon Apr 11 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.1-3
|
|
Noriko Hosoi |
257a3d8 |
- Release 1.3.5.1-3
|
|
 |
a79010b |
- Fixed the %%if expression for use_nunc_stans.
|
|
 |
a79010b |
- Removed %%if % {use_nunc_stans} from Source3 as well as from nunc_stans_ver.
|
|
Noriko Hosoi |
257a3d8 |
|
|
Noriko Hosoi |
dc711d1 |
* Mon Mar 28 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.1-2
|
|
Noriko Hosoi |
257a3d8 |
- Release 1.3.5.1-2
|
|
Noriko Hosoi |
dc711d1 |
- Fixed License to GPLv3+
|
|
Noriko Hosoi |
dc711d1 |
- Generate a user dirsrv in the package install.
|
|
Noriko Hosoi |
dc711d1 |
|
|
Noriko Hosoi |
1d1dc67 |
* Wed Mar 23 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.1-1
|
|
Noriko Hosoi |
257a3d8 |
- Release 1.3.5.1-1
|
|
Noriko Hosoi |
1d1dc67 |
- Ticket 47982 - improve timestamp resolution in logs
|
|
Noriko Hosoi |
1d1dc67 |
- Ticket 48759 - no plugin calls in tombstone purging
|
|
Noriko Hosoi |
1d1dc67 |
- Ticket 48665 - Prevent sefault in ldbm_instance_modify_config_entry
|
|
Noriko Hosoi |
1d1dc67 |
- Ticket 48757 - License tag does not match actual license of code
|
|
Noriko Hosoi |
1d1dc67 |
- Ticket 48746 - Crash when indexing an attribute with a matching rule
|
|
Noriko Hosoi |
1d1dc67 |
- Ticket 48497 - extended search without MR indexed attribute prevents later indexing with that MR
|
|
Noriko Hosoi |
1d1dc67 |
- Ticket 48368 - Resolve the py.test conflicts with the create_test.py issue
|
|
Noriko Hosoi |
1d1dc67 |
- Ticket 48748 - Fix memory_leaks test suite teardown failure
|
|
Noriko Hosoi |
1d1dc67 |
- Ticket 48383 - import tasks with dynamic buffer sizes
|
|
Noriko Hosoi |
1d1dc67 |
- Ticket 48420 - change severity of some messages related to "keep alive" entries
|
|
Noriko Hosoi |
1d1dc67 |
- Ticket 48386 - Clean up dsktune code
|
|
Noriko Hosoi |
1d1dc67 |
- Ticket 48537 - undefined reference to `abstraction_increment'
|
|
Noriko Hosoi |
1d1dc67 |
- Ticket 48747 - dirsrv service fails to start when nsslapd-listenhost is configured
|
|
Noriko Hosoi |
1d1dc67 |
|
|
Noriko Hosoi |
16ea67f |
* Tue Feb 23 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.0-1
|
|
Noriko Hosoi |
16ea67f |
- Release 1.3.5.0
|
|
Noriko Hosoi |
16ea67f |
- nunc-stans - bump version to 0.1.8
|
|
Noriko Hosoi |
16ea67f |
- Ticket 132 - Makefile.am must include header files and template scripts
|
|
Noriko Hosoi |
16ea67f |
- Ticket 142 - [RFE] Default password syntax settings don't work with fine-grained policies
|
|
Noriko Hosoi |
16ea67f |
- Ticket 548 - RFE: Allow AD password sync to update shadowLastChange
|
|
Noriko Hosoi |
16ea67f |
- Ticket 47788 - Only check postop result if its a replication operation
|
|
Noriko Hosoi |
16ea67f |
- Ticket 47840 - add configure option to disable instance specific scripts
|
|
Noriko Hosoi |
16ea67f |
- Ticket 47968 - [RFE] Send logs to journald
|
|
Noriko Hosoi |
16ea67f |
- Ticket 47977 - [RFE] Implement sd_notify mechanism
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48016 - search, matching rules and filter error "unsupported type 0xA9"
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48144 - Add /usr/sbin/status-dirsrv script to get the status of the directory server instance.
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48145 - RFE Add log file for rejected changes
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48147 - Unable to enable DS service for auto start
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48151 - Improve CleanAllRUV task logging
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48218 - cleanAllRUV - modify the existing "force" option to bypass the "replica online" checks
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48244 - No validation check for the value for nsslapd-db-locks.
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48257 - Fix coverity issues - 08/24/2015
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48263 - allow plugins to detect tombstone operations
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48269 - RFE: need an easy way to detect locked accounts locked by inactivity.
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48270 - fail to index an attribute with a specific matching rule/48269
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48280 - enable logging of internal ops in the audit log
|
|
 |
a79010b |
- Ticket 48285 - The dirsrv user/group should be created in rpm %%pre, and ideally with fixed uid/gid
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48289 - 389-ds-base: ldclt-bin killed by SIGSEGV
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48290 - No man page entry for - option '-u' of dbgen.pl for adding group entries with uniquemembers
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48294 - Linked Attributes plug-in - won't update links after MODRDN operation
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48295 - Entry cache is not rolled back -- Linked Attributes plug-in - wrong behaviour when adding valid and broken links
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48311 - nunc-stans: Attempt to release connection that is not acquired
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48317 - SELinux port labeling retry attempts are excessive
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48326 - [RFE] it could be nice to have nsslapd-maxbersize default to bigger than 2Mb
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48350 - configure.ac add options for debbuging and security analysis / hardening.
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48351 - Fix buffer overflow error when reading url with len 0
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48363 - Support for rfc3673 '+' to return operational attributes
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48369 - [RFE] response control for password age should be sent by default by RHDS
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48384 - Server startup should warn about values consuming too much ram
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48387 - ASAN invalid read in cos_cache.c
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48394 - lower password history minimum to 1
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48395 - ASAN - Use after free in uiduniq 7bit.c
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48398 - Coverity defect 13352 - Resource leak in auditlog.c
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48400 - ldclt - segmentation fault error while binding
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48445 - keep alive entries can break replication
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48446 - logconv.pl displays negative operation speeds
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48566 - acl.c attrFilterArray maybe uninitialised.
|
|
Noriko Hosoi |
16ea67f |
- Ticket 48662 - db2index with no attribute args fail.
|
|
Noriko Hosoi |
16ea67f |
|
|
Noriko Hosoi |
fc6f6b8 |
* Fri Feb 12 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.4.8-1
|
|
Noriko Hosoi |
fc6f6b8 |
- Release 1.3.4.8
|
|
Noriko Hosoi |
fc6f6b8 |
- Ticket 48445 - keep alive entries can break replication
|
|
Noriko Hosoi |
fc6f6b8 |
- Ticket 47788 - Only check postop result if its a replication operation
|
|
Noriko Hosoi |
fc6f6b8 |
- Ticket 48536 - Crash in slapi_get_object_extension
|
|
Noriko Hosoi |
fc6f6b8 |
- Ticket 48492 - heap corruption at schema replication.
|
|
Noriko Hosoi |
fc6f6b8 |
- Ticket 48448 - dirsrv start-stop fail in certain shell environments.
|
|
Noriko Hosoi |
fc6f6b8 |
|
|
 |
9090089 |
* Tue Feb 09 2016 Mark Reynolds <mreynolds@redhat.com> - 1.3.4.7-1.2
|
|
 |
9090089 |
- Fix spec file for nunc-stans build problem on Rawhide
|
|
 |
9090089 |
|
|
 |
0e4217b |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4.7-1.1
|
|
 |
0e4217b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
 |
0e4217b |
|
|
Noriko Hosoi |
42597f7 |
* Mon Jan 25 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.4.7-1
|
|
Noriko Hosoi |
42597f7 |
- Release 1.3.4.7
|
|
Noriko Hosoi |
42597f7 |
- Bug 1299417 - worker threads do not detect abnormally closed connections (DS 48412)
|
|
Noriko Hosoi |
42597f7 |
- Ticket 47788 - Supplier can skip a failing update, although it should retry
|
|
Noriko Hosoi |
42597f7 |
- Ticket 48341 - deadlock on connection mutex
|
|
Noriko Hosoi |
42597f7 |
- Ticket 48406 - Avoid self deadlock by PR_Lock(conn->c_mutex)
|
|
Noriko Hosoi |
42597f7 |
- Revert "Ticket #48338 - SimplePagedResults -- abandon could happen between the abandon check and sending results"
|
|
Noriko Hosoi |
42597f7 |
|
|
Noriko Hosoi |
fd92e65 |
* Tue Jan 12 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.4.6-1
|
|
Noriko Hosoi |
fd92e65 |
- Release 1.3.4.6
|
|
Noriko Hosoi |
fd92e65 |
- Ticket 48388 - db2ldif -r segfaults from time to time
|
|
Noriko Hosoi |
fd92e65 |
- Ticket 48312 - Crash when doing modrdn on managed entry
|
|
Noriko Hosoi |
fd92e65 |
- Ticket 48332 - allow users to specify to relax the FQDN constraint
|
|
Noriko Hosoi |
fd92e65 |
- Ticket 48375 - SimplePagedResults -- in the search error case, simple paged results slot was not released.
|
|
Noriko Hosoi |
fd92e65 |
- Ticket 48362 - With exhausted range, part of DNA shared configuration is deleted after server restart
|
|
Noriko Hosoi |
fd92e65 |
- Ticket 48289 - 389-ds-base: ldclt-bin killed by SIGSEGV
|
|
Noriko Hosoi |
fd92e65 |
- Ticket 48305 - perl module conditional test is not conditional when checking SELinux policies
|
|
Noriko Hosoi |
fd92e65 |
- Ticket 48370 - The 'eq' index does not get updated properly when deleting and re-adding attributes in the same modify operation
|
|
Noriko Hosoi |
fd92e65 |
- Ticket 48369 - RFE - Add config setting to always send the password expiring time
|
|
Noriko Hosoi |
fd92e65 |
|
|
Noriko Hosoi |
c67c2dd |
* Wed Nov 18 2015 Noriko Hosoi <nhosoi@redhat.com> - 1.3.4.5-1
|
|
Noriko Hosoi |
c67c2dd |
- Release 1.3.4.5
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48316 - Perl-5.20.3-328: Use of literal control characters in variable names is deprecated
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48348 - Running /usr/sbin/setup-ds.pl fails with Can't locate bigint.pm, plus two warnings
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48339 - Share nsslapd-threadnumber in the case nunc-stans is enabled, as well.
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48311 - nunc-stans: Attempt to release connection that is not acquired https://fedorahosted.org/389/ticket/48311
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48325 - Add lib389 test script
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48344 - acl - regression - trailing ', (comma)' in macro matched value is not removed.
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48325 - Replica promotion leaves RUV out of order
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48338 - SimplePagedResults -- abandon could happen between the abandon check and sending results
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 47976 - deadlock in mep delete post op
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48311 - nunc-stans: Attempt to release connection that is not acquired
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 47978 - Deadlock between two MODs on the same entry between entry cache and backend lock
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48305 - perl module conditional test is not conditional when checking SELinux policies
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 47957 - Add replication test suite for a wait async feature
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48227 - rpm.mk doesn't build srpms for 389-ds and nunc-stans
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48264 - Ticket 47553 tests refactoring
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48304 - ns-slapd - LOGINFO:Unable to remove file
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48298 - ns-slapd crash during ipa-replica-manage del
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48192 - Individual abandoned simple paged results request has no chance to be cleaned up
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48299 - pagedresults - when timed out, search results could have been already freed.
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48204 - update lib389 test scripts for python 3
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48283 - many attrlist_replace errors in connection with cleanallruv
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48266 - do not free repl keep alive entry on error
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48284 - free entry when internal add fails
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48266 - Online init crashes consumer
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48188 - segfault in ns-slapd due to accessing Slapi_DN freed in pre bind plug-in
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48217 - cleanallruv - fix regression with server shutdown
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48266 - coverity issue
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48266 - Fractional replication evaluates several times the same CSN
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48279 - Check NULL reference in nssasl_mutex_lock etc. (saslbind.c)
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48226 - In MMR, double free coould occur under some special condition
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48273 - Update lib389 tests for new valgrind functions
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48276 - initialize free_flags in reslimit_update_from_entry()
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 47553 - Automated the verification procedure
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 47761 - Added a few testcases to the basic testsuite
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48254 - Shell CLI fails with usage errors if an argument containing white spaces is given
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 47511 - bashisms in 389-ds-base admin scripts
|
|
Noriko Hosoi |
c67c2dd |
- Ticket 48267 - Add config setting to MO plugin to add objectclass
|
|
Noriko Hosoi |
c67c2dd |
|
|
 |
f1b111f |
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4.4-1.2
|
|
 |
f1b111f |
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
 |
f1b111f |
|
|
 |
9de4ce2 |
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 1.3.4.4-1.1
|
|
 |
9de4ce2 |
- rebuild for ICU 56.1
|
|
 |
9de4ce2 |
|
|
Noriko Hosoi |
6691b6c |
* Fri Sep 4 2015 Noriko Hosoi <nhosoi@redhat.com> - 1.3.4.4-1
|
|
Noriko Hosoi |
6691b6c |
- Release 1.3.4.4
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48255 - total update request can be lost
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48263 - allow plugins to detect tombstone operations
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48265 - Complex filter in a search request doen't work as expected. (regression)
|
|
Noriko Hosoi |
6691b6c |
- Ticket 47981 - COS cache doesn't properly mark vattr cache as invalid when there are multiple suffixes
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48204 - Convert all python scripts to support python3
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48258 - dna plugin needs to handle binddn groups for authorization
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48252 - db2index creates index entry from deleted records
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48228 - wrong password check if passwordInHistory is decreased.
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48252 - db2index creates index entry from deleted records
|
|
Noriko Hosoi |
6691b6c |
- Ticket 47757 - Unable to dereference unqiemember attribute because it is dn [#UID] not dn syntax
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48254 - Shell CLI fails with usage errors if an argument containing white spaces is given
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48254 - CLI db2index fails with usage errors
|
|
Noriko Hosoi |
6691b6c |
- Ticket 47831 - remove debug logging from retro cl
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48243 - replica upgrade failed in starting dirsrv service due to upgrade scripts did not run
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48233 - Server crashes in ACL_LasFindFlush during shutdown if ACIs contain IP addresss restrictions
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48250 - Slapd crashes reported from latest build
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48249 - sync_repl uuid may be invalid
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48245 - Man pages and help for remove-ds.pl doesn't display "-a" option
|
|
Noriko Hosoi |
6691b6c |
- Ticket 47511 - bashisms in 389-ds-base admin scripts
|
|
Noriko Hosoi |
6691b6c |
- Ticket 47686 - removing chaining database links trigger valgrind read errors
|
|
Noriko Hosoi |
6691b6c |
- Ticket 47931 - memberOf & retrocl deadlocks
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48228 - wrong password check if passwordInHistory is decreased.
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48215 - update dbverify usage in main.c
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48215 - verify_db.pl doesn't verify DB specified by -a option
|
|
Noriko Hosoi |
6691b6c |
- Ticket 47810 - memberOf plugin not properly rejecting updates
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48231 - logconv autobind handling regression caused by 47446
|
|
Noriko Hosoi |
6691b6c |
- Ticket 48232 - winsync lastlogon attribute not syncing between DS and AD.
|
|
Noriko Hosoi |
6691b6c |
|
|
Noriko Hosoi |
2db9b3e |
* Mon Jul 27 2015 Noriko Hosoi <nhosoi@redhat.com> - 1.3.4.3-1
|
|
Noriko Hosoi |
2db9b3e |
- Release 1.3.4.3
|
|
Noriko Hosoi |
2db9b3e |
- Ticket 48204 - Add Python 3 compatibility to ds-logpipe
|
|
Noriko Hosoi |
2db9b3e |
|
|
Noriko Hosoi |
03d064e |
* Fri Jul 24 2015 Noriko Hosoi <nhosoi@redhat.com> - 1.3.4.2-1
|
|
Noriko Hosoi |
03d064e |
- Release 1.3.4.2
|
|
Noriko Hosoi |
03d064e |
- Ticket 48010 - winsync range retrieval gets only 5000 values upon initialization
|
|
Noriko Hosoi |
03d064e |
- Ticket 48206 - Crash during retro changelog trimming
|
|
Noriko Hosoi |
03d064e |
- Ticket 48224 - redux 2 - logconv.pl should handle *.tar.xz, *.txz, *.xz log files
|
|
Noriko Hosoi |
03d064e |
- Ticket 47910 - logconv.pl - check that the end time is greater than the start time
|
|
Noriko Hosoi |
03d064e |
- Ticket 48179 - Starting a replica agreement can lead to deadlock
|
|
Noriko Hosoi |
03d064e |
- Ticket 48226 - CI test: added test cases for ticket 48226
|
|
Noriko Hosoi |
03d064e |
- Ticket 48226 - In MMR, double free coould occur under some special condition
|
|
Noriko Hosoi |
03d064e |
- Ticket 48224 - redux - logconv.pl should handle *.tar.xz, *.txz, *.xz log files
|
|
Noriko Hosoi |
03d064e |
- Ticket 48203 - Fix coverity issues - 07/14/2015
|
|
Noriko Hosoi |
03d064e |
- Ticket 48194 - CI test: fixing test cases for ticket 48194
|
|
Noriko Hosoi |
03d064e |
- Ticket 48224 - logconv.pl should handle *.tar.xz, *.txz, *.xz log files
|
|
Noriko Hosoi |
03d064e |
- Ticket 47910 - logconv.pl - validate start and end time args
|
|
Noriko Hosoi |
03d064e |
- Ticket 48223 - Winsync fails when AD users have multiple spaces (two)inside the value of the rdn attribute
|
|
Noriko Hosoi |
03d064e |
- Ticket 47878 - Remove warning suppression in 1.3.4
|
|
Noriko Hosoi |
03d064e |
- Ticket 48119 - Silent install needs to properly exit when INF file is missing
|
|
Noriko Hosoi |
03d064e |
- Ticket 48216 - crash in ns-slapd when deleting winSyncSubtreePair from sync agreement
|
|
Noriko Hosoi |
03d064e |
- Ticket 48217 - cleanAllRUV hangs shutdown if not all of the replicas are online
|
|
Noriko Hosoi |
03d064e |
- Ticket 48013 - Inconsistent behaviour of DS when LDAP Sync is used with an invalid cookie
|
|
Noriko Hosoi |
03d064e |
- Ticket 47799 - Any negative LDAP error code number reported as Illegal error by ldclt.
|
|
Noriko Hosoi |
03d064e |
- Ticket 48208 - CleanAllRUV should completely purge changelog
|
|
Noriko Hosoi |
03d064e |
- Ticket 48203 - Fix coverity issues - 07/07/2015
|
|
Noriko Hosoi |
03d064e |
- Ticket 48119 - setup-ds.pl does not log invalid --file path errors the same way as other errors.
|
|
Noriko Hosoi |
03d064e |
- Ticket 48192 - Individual abandoned simple paged results request has no chance to be cleaned up
|
|
Noriko Hosoi |
03d064e |
- Ticket 48214 - CI test: added test cases for ticket 48213
|
|
Noriko Hosoi |
03d064e |
- Ticket 48214 - ldapsearch on nsslapd-maxbersize returns 0 instead of current value
|
|
Noriko Hosoi |
03d064e |
- Ticket 48212 - CI test: added test cases for ticket 48212
|
|
Noriko Hosoi |
03d064e |
- Ticket 48212 - Dynamic nsMatchingRule changes had no effect on the attrinfo thus following reindexing, as well.
|
|
Noriko Hosoi |
03d064e |
- Ticket 48195 - Slow replication when deleting large quantities of multi-valued attributes
|
|
Noriko Hosoi |
03d064e |
|
|
 |
96793af |
* Fri Jul 24 2015 Tomas Radej <tradej@redhat.com> - 1.3.4.1-2
|
|
 |
96793af |
- Updated dep on policycoreutils-python-utils (semanage was moved)
|
|
 |
96793af |
|
|
Noriko Hosoi |
5e46837 |
* Wed Jun 24 2015 Noriko Hosoi <nhosoi@redhat.com> - 1.3.4.1-1
|
|
Noriko Hosoi |
144aac7 |
- Release 1.3.4.1
|
|
Noriko Hosoi |
144aac7 |
- Resolves: Bug 1234277 - distro-wide architecture set overriden by buildsystem; Upgrade nunc-stans to 0.1.5.
|
|
Noriko Hosoi |
144aac7 |
- Enable nunc-stans just for x86_64.
|
|
Noriko Hosoi |
144aac7 |
- Ticket 48203 - Fix coverity issues - 06/22/2015
|
|
Noriko Hosoi |
144aac7 |
|
|
Noriko Hosoi |
d02e06a |
* Fri Jun 19 2015 Noriko Hosoi <nhosoi@redhat.com> - 1.3.4.0-1
|
|
Noriko Hosoi |
d02e06a |
- Release 1.3.4.0 (rebase)
|
|
Noriko Hosoi |
d02e06a |
- Enable nunc-stans in the build.
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47490 - test case failing if 47721 is also fixed
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47640 - Linked attributes transaction not aborted when linked entry does not exit
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47669 - CI test: added test cases for ticket 47669
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47669 - Retro Changelog Plugin accepts invalid value in nsslapd-changelogmaxage attribute
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47723 - winsync sets AccountUserControl in AD to 544
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47787 - Make the test case more robust
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47833 - TEST CASE only (modrdn fails if renamed entry member of a group and is out of memberof scope)
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47878 - Improve setup-ds update logging
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47893 - should use Sys::Hostname instead Net::Domain
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47910 - allow logconv.pl -S/-E switches to work even when timestamps not present in access log
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47913 - remove-ds.pl should not remove /var/lib/dirsrv
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47921 - indirect cos does not reflect changes in the cos attribute
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47927 - Uniqueness plugin: should allow to exclude some subtrees from its scope
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47953 - testcase for removing invalid aci
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47966 - CI test: added test cases for ticket 47966
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47966 - slapd crashes during Dogtag clone reinstallation
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47972 - make parsing of nsslapd-changelogmaxage more fault tolerant
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47972 - make parsing of nsslapd-changelogmaxage more fool proof
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47998 - cleanup WINDOWS ifdef's
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47998 - remove remaining obsolete OS code/files
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47998 - remove "windows" files
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47999 - address several race conditions in tests
|
|
Noriko Hosoi |
d02e06a |
- Ticket 47999 - lib389 individual tests not running correctly when run as a whole
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48003 - build "suite" framework
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48008 - db2bak.pl man page should be improved.
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48017 - add script to generate lib389 CI test script
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48019 - Remove refs to constants.py and backup/restore from lib389 tests
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48023 - replace old replication check with lib389 function
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48025 - add an option '-u' to dbgen.pl for adding group entries with uniquemembers
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48026 - fix invalid write for friendly attribute names
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48026 - Fix memory leak in uniqueness plugin
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48026 - Support for uniqueness plugin to enforce uniqueness on a set of attributes.
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48032 - change C code license to GPLv3; change C code license to allow openssl
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48035 - nunc-stans - Revise shutdown sequence
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48036 - ns_set_shutdown should call ns_job_done
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48037 - ns_thrpool_new should take a config struct rather than many parameters
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48038 - logging should be pluggable
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48039 - nunc-stans malloc should be pluggable
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48040 - preserve the FD when disabling a listener
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48043 - use nunc-stans config initializer
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48103 - update DS for new nunc-stans header file
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48110 - Free all the nunc-stans signal jobs when shutdown is detected
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48111 - "make clean" wipes out original files
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48122 - nunc-stans FD leak
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48127 - Using RPM, allows non root user to create/remove DS instance
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48141 - aci with wildcard and macro not correctly evaluated
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48143 - Password is not correctly passed to perl command line tools if it contains shell special characters.
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48149 - ns-slapd double free or corruption crash
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48154 - abort cleanAllRUV tasks should not certify-all by default
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48169 - support NSS 3.18
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48170 - Parse nsIndexType correctly
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48175 - Avoid using regex in ACL if possible
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48178 - add config param to enable nunc-stans
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48191 - CI test: added test cases for ticket 48191
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48191 - RFE: Adding nsslapd-maxsimplepaged-per-conn
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48191 - RFE: Adding nsslapd-maxsimplepaged-per-conn Adding nsslapd-maxsimplepaged-per-conn
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48194 - CI test: added test cases for ticket 48194
|
|
Noriko Hosoi |
d02e06a |
- Ticket 48197 - error texts from preop plugins not sent to client
|
|
Noriko Hosoi |
d02e06a |
|
|
Noriko Hosoi |
fbad2d1 |
* Wed Jun 17 2015 Noriko Hosoi <nhosoi@redhat.com> - 1.3.3.12-1
|
|
Noriko Hosoi |
fbad2d1 |
- release 1.3.3.12
|
|
Noriko Hosoi |
fbad2d1 |
- Resolves: Bug 1232896 - CVE-2015-3230 389-ds-base: nsSSL3Ciphers preference not enforced server side
|
|
Noriko Hosoi |
fbad2d1 |
|
|
 |
018fc5f |
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3.11-1.2
|
|