forked from jengelh/openldap2
This commit is contained in:
parent
c6f8fad191
commit
1e865af835
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9825d9e32ab56cc1d14a92dfd9938e8ad5df6870c2337cefef023a23207b531
|
||||
size 2946515
|
3
openldap-2.3.37.tar.bz2
Normal file
3
openldap-2.3.37.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f08ee02ed2dde1ce2bc3dc2d894984b69749fd29f7907fcbadfb077e52b8b818
|
||||
size 2948378
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:19:05 CEST 2007 - rhafer@suse.de
|
||||
|
||||
- Update to Version 2.3.37. Most important changes:
|
||||
* Fixed slapd-glue/syncprov interaction (ITS#4623)
|
||||
* Fixed slapd-ldap search reference crash (ITS#5025)
|
||||
* Fixed slapd-ldbm crash on Compare op (ITS#5044)
|
||||
* Fixed slapo-rwm searchFilter double free (ITS#5043)
|
||||
- Most important changes in 2.3.36:
|
||||
* Fixed slapd mutex bug after failed startup (ITS#4957)
|
||||
* Fixed slapd sasl failed Bind bug (ITS#4954)
|
||||
* Fixed slapd sasl ssf logging (ITS#5001)
|
||||
* Fixed slapd tool op init (ITS#4911)
|
||||
* Fixed slapd-bdb no-op crasher (ITS#4925)
|
||||
* Fixed slapd-relay crash when no database can be selected (ITS#4958)
|
||||
* Fixed slapo-chain RFC3062 passwd exop handling (ITS#4964)
|
||||
* Fixed slapo-dynlist multiple group/url[/member] config (ITS#4989)
|
||||
* Fixed slapo-pcache handling of abandoned Operations (#5015)
|
||||
* Fixed slapo-pcache and -rwm interaction (ITS#4991)
|
||||
* Fixed slapo-ppolicy pwdReset/pwdMinAge (ITS#4970)
|
||||
* Fixed slapo-ppolicy control cleanup from ITS#4665
|
||||
* Fixed slapo-syncprov cookie parsing error (ITS#4977)
|
||||
* Fixed slapo-valsort crash on delete op (ITS#4966)
|
||||
* Fixed libldap referral chasing loop (ITS#4955)
|
||||
* Fixed libldap response code handling on rebind (ITS#4924)
|
||||
* Fixed libldap SASL_MAX_BUFF_SIZE (ITS#4935)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 00:01:58 CEST 2007 - dmueller@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package openldap2-client (Version 2.3.35)
|
||||
# spec file for package openldap2-client (Version 2.3.37)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -13,7 +13,7 @@
|
||||
Name: openldap2-client
|
||||
BuildRequires: cyrus-sasl-devel db-devel openslp-devel openssl-devel tcpd-devel
|
||||
URL: http://www.openldap.org
|
||||
License: BSD License and BSD-like
|
||||
License: BSD 3-Clause
|
||||
%if "%{name}" == "openldap2"
|
||||
Group: Productivity/Networking/LDAP/Clients
|
||||
Provides: ldap2 openldap2-back-ldap openldap2-back-monitor
|
||||
@ -27,8 +27,8 @@ Conflicts: openldap-client
|
||||
Summary: OpenLDAP2 Client Utilities
|
||||
%endif
|
||||
Autoreqprov: on
|
||||
Version: 2.3.35
|
||||
Release: 16
|
||||
Version: 2.3.37
|
||||
Release: 1
|
||||
Source: openldap-%{version}.tar.bz2
|
||||
Source1: openldap-rc.tgz
|
||||
Source2: openldap-admin-guide.tar.bz2
|
||||
@ -45,7 +45,6 @@ Patch6: libldap-gethostbyname_r.dif
|
||||
Patch7: pie-compile.dif
|
||||
Patch8: libldap-manpages.dif
|
||||
Patch9: slapd_chain_return_error.dif
|
||||
Patch10: string-compare.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Prefix: %{_prefix}
|
||||
|
||||
@ -124,7 +123,6 @@ Authors:
|
||||
%endif
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10
|
||||
|
||||
%build
|
||||
%{?suse_update_config:%{suse_update_config -f build}}
|
||||
@ -351,6 +349,30 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 24 2007 - rhafer@suse.de
|
||||
- Update to Version 2.3.37. Most important changes:
|
||||
* Fixed slapd-glue/syncprov interaction (ITS#4623)
|
||||
* Fixed slapd-ldap search reference crash (ITS#5025)
|
||||
* Fixed slapd-ldbm crash on Compare op (ITS#5044)
|
||||
* Fixed slapo-rwm searchFilter double free (ITS#5043)
|
||||
- Most important changes in 2.3.36:
|
||||
* Fixed slapd mutex bug after failed startup (ITS#4957)
|
||||
* Fixed slapd sasl failed Bind bug (ITS#4954)
|
||||
* Fixed slapd sasl ssf logging (ITS#5001)
|
||||
* Fixed slapd tool op init (ITS#4911)
|
||||
* Fixed slapd-bdb no-op crasher (ITS#4925)
|
||||
* Fixed slapd-relay crash when no database can be selected (ITS#4958)
|
||||
* Fixed slapo-chain RFC3062 passwd exop handling (ITS#4964)
|
||||
* Fixed slapo-dynlist multiple group/url[/member] config (ITS#4989)
|
||||
* Fixed slapo-pcache handling of abandoned Operations (#5015)
|
||||
* Fixed slapo-pcache and -rwm interaction (ITS#4991)
|
||||
* Fixed slapo-ppolicy pwdReset/pwdMinAge (ITS#4970)
|
||||
* Fixed slapo-ppolicy control cleanup from ITS#4665
|
||||
* Fixed slapo-syncprov cookie parsing error (ITS#4977)
|
||||
* Fixed slapo-valsort crash on delete op (ITS#4966)
|
||||
* Fixed libldap referral chasing loop (ITS#4955)
|
||||
* Fixed libldap response code handling on rebind (ITS#4924)
|
||||
* Fixed libldap SASL_MAX_BUFF_SIZE (ITS#4935)
|
||||
* Thu Jun 14 2007 - dmueller@suse.de
|
||||
- remove binutils prereq
|
||||
* Mon May 21 2007 - dmueller@suse.de
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:19:05 CEST 2007 - rhafer@suse.de
|
||||
|
||||
- Update to Version 2.3.37. Most important changes:
|
||||
* Fixed slapd-glue/syncprov interaction (ITS#4623)
|
||||
* Fixed slapd-ldap search reference crash (ITS#5025)
|
||||
* Fixed slapd-ldbm crash on Compare op (ITS#5044)
|
||||
* Fixed slapo-rwm searchFilter double free (ITS#5043)
|
||||
- Most important changes in 2.3.36:
|
||||
* Fixed slapd mutex bug after failed startup (ITS#4957)
|
||||
* Fixed slapd sasl failed Bind bug (ITS#4954)
|
||||
* Fixed slapd sasl ssf logging (ITS#5001)
|
||||
* Fixed slapd tool op init (ITS#4911)
|
||||
* Fixed slapd-bdb no-op crasher (ITS#4925)
|
||||
* Fixed slapd-relay crash when no database can be selected (ITS#4958)
|
||||
* Fixed slapo-chain RFC3062 passwd exop handling (ITS#4964)
|
||||
* Fixed slapo-dynlist multiple group/url[/member] config (ITS#4989)
|
||||
* Fixed slapo-pcache handling of abandoned Operations (#5015)
|
||||
* Fixed slapo-pcache and -rwm interaction (ITS#4991)
|
||||
* Fixed slapo-ppolicy pwdReset/pwdMinAge (ITS#4970)
|
||||
* Fixed slapo-ppolicy control cleanup from ITS#4665
|
||||
* Fixed slapo-syncprov cookie parsing error (ITS#4977)
|
||||
* Fixed slapo-valsort crash on delete op (ITS#4966)
|
||||
* Fixed libldap referral chasing loop (ITS#4955)
|
||||
* Fixed libldap response code handling on rebind (ITS#4924)
|
||||
* Fixed libldap SASL_MAX_BUFF_SIZE (ITS#4935)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 00:01:58 CEST 2007 - dmueller@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package openldap2 (Version 2.3.35)
|
||||
# spec file for package openldap2 (Version 2.3.37)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -13,7 +13,7 @@
|
||||
Name: openldap2
|
||||
BuildRequires: cyrus-sasl-devel db-devel openslp-devel openssl-devel tcpd-devel
|
||||
URL: http://www.openldap.org
|
||||
License: BSD License and BSD-like
|
||||
License: BSD 3-Clause
|
||||
%if "%{name}" == "openldap2"
|
||||
Group: Productivity/Networking/LDAP/Servers
|
||||
Provides: ldap2 openldap2-back-ldap openldap2-back-monitor
|
||||
@ -27,8 +27,8 @@ Conflicts: openldap-client
|
||||
Summary: The New OpenLDAP Server (LDAPv3)
|
||||
%endif
|
||||
Autoreqprov: on
|
||||
Version: 2.3.35
|
||||
Release: 13
|
||||
Version: 2.3.37
|
||||
Release: 1
|
||||
Source: openldap-%{version}.tar.bz2
|
||||
Source1: openldap-rc.tgz
|
||||
Source2: openldap-admin-guide.tar.bz2
|
||||
@ -45,7 +45,6 @@ Patch6: libldap-gethostbyname_r.dif
|
||||
Patch7: pie-compile.dif
|
||||
Patch8: libldap-manpages.dif
|
||||
Patch9: slapd_chain_return_error.dif
|
||||
Patch10: string-compare.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Prefix: %{_prefix}
|
||||
|
||||
@ -127,7 +126,6 @@ Authors:
|
||||
%endif
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10
|
||||
|
||||
%build
|
||||
%{?suse_update_config:%{suse_update_config -f build}}
|
||||
@ -354,6 +352,30 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 24 2007 - rhafer@suse.de
|
||||
- Update to Version 2.3.37. Most important changes:
|
||||
* Fixed slapd-glue/syncprov interaction (ITS#4623)
|
||||
* Fixed slapd-ldap search reference crash (ITS#5025)
|
||||
* Fixed slapd-ldbm crash on Compare op (ITS#5044)
|
||||
* Fixed slapo-rwm searchFilter double free (ITS#5043)
|
||||
- Most important changes in 2.3.36:
|
||||
* Fixed slapd mutex bug after failed startup (ITS#4957)
|
||||
* Fixed slapd sasl failed Bind bug (ITS#4954)
|
||||
* Fixed slapd sasl ssf logging (ITS#5001)
|
||||
* Fixed slapd tool op init (ITS#4911)
|
||||
* Fixed slapd-bdb no-op crasher (ITS#4925)
|
||||
* Fixed slapd-relay crash when no database can be selected (ITS#4958)
|
||||
* Fixed slapo-chain RFC3062 passwd exop handling (ITS#4964)
|
||||
* Fixed slapo-dynlist multiple group/url[/member] config (ITS#4989)
|
||||
* Fixed slapo-pcache handling of abandoned Operations (#5015)
|
||||
* Fixed slapo-pcache and -rwm interaction (ITS#4991)
|
||||
* Fixed slapo-ppolicy pwdReset/pwdMinAge (ITS#4970)
|
||||
* Fixed slapo-ppolicy control cleanup from ITS#4665
|
||||
* Fixed slapo-syncprov cookie parsing error (ITS#4977)
|
||||
* Fixed slapo-valsort crash on delete op (ITS#4966)
|
||||
* Fixed libldap referral chasing loop (ITS#4955)
|
||||
* Fixed libldap response code handling on rebind (ITS#4924)
|
||||
* Fixed libldap SASL_MAX_BUFF_SIZE (ITS#4935)
|
||||
* Thu Jun 14 2007 - dmueller@suse.de
|
||||
- remove binutils prereq
|
||||
* Mon May 21 2007 - dmueller@suse.de
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- servers/slapd/overlays/ppolicy.c
|
||||
+++ servers/slapd/overlays/ppolicy.c
|
||||
@@ -848,7 +848,7 @@ ctrls_cleanup( Operation *op, SlapReply
|
||||
assert( rs->sr_ctrls[0] != NULL );
|
||||
|
||||
for ( n = 0; rs->sr_ctrls[n]; n++ ) {
|
||||
- if ( rs->sr_ctrls[n]->ldctl_oid == LDAP_CONTROL_PASSWORDPOLICYRESPONSE ) {
|
||||
+ if ( !strcmp(rs->sr_ctrls[n]->ldctl_oid, LDAP_CONTROL_PASSWORDPOLICYRESPONSE) ) {
|
||||
ch_free( rs->sr_ctrls[n]->ldctl_value.bv_val );
|
||||
ch_free( rs->sr_ctrls[n] );
|
||||
rs->sr_ctrls[n] = (LDAPControl *)(-1);
|
Loading…
Reference in New Issue
Block a user