]> git.ipfire.org Git - thirdparty/openldap.git/log
thirdparty/openldap.git
3 years agoITS#9824
Quanah Gibson-Mount [Thu, 19 May 2022 15:45:43 +0000 (15:45 +0000)] 
ITS#9824

3 years agoITS#9824 Document SASL related ldap_get/set_option restrictions
Ondřej Kuzník [Tue, 17 May 2022 09:52:48 +0000 (10:52 +0100)] 
ITS#9824 Document SASL related ldap_get/set_option restrictions

3 years agoITS#7165
Quanah Gibson-Mount [Mon, 16 May 2022 16:34:33 +0000 (16:34 +0000)] 
ITS#7165

3 years agoITS#7165 back-mdb: check for stale readers on MDB_READERS_FULL
Howard Chu [Fri, 13 May 2022 15:32:41 +0000 (16:32 +0100)] 
ITS#7165 back-mdb: check for stale readers on MDB_READERS_FULL

retry opening a read txn if we cleared any stale readers

3 years agoITS#9847
Quanah Gibson-Mount [Mon, 16 May 2022 15:11:28 +0000 (15:11 +0000)] 
ITS#9847

3 years agoITS#9847 - Regenerate configure
Quanah Gibson-Mount [Mon, 16 May 2022 15:10:50 +0000 (15:10 +0000)] 
ITS#9847 - Regenerate configure

3 years agoITS#9847 fix kqueue detection on MacOSX
Howard Chu [Sat, 14 May 2022 16:39:56 +0000 (17:39 +0100)] 
ITS#9847 fix kqueue detection on MacOSX

3 years agoITS#9847 slapd: fix kqueue for FreeBSD/MacOSX/OpenBSD
Howard Chu [Sat, 14 May 2022 16:16:02 +0000 (17:16 +0100)] 
ITS#9847 slapd: fix kqueue for FreeBSD/MacOSX/OpenBSD

3 years agoITS#8882
Quanah Gibson-Mount [Thu, 12 May 2022 15:46:41 +0000 (15:46 +0000)] 
ITS#8882

3 years agoITS#8882 Add slapo-emptyds to contrib
Ondřej Kuzník [Fri, 6 May 2022 10:34:14 +0000 (11:34 +0100)] 
ITS#8882 Add slapo-emptyds to contrib

3 years agoITS#9840
Quanah Gibson-Mount [Thu, 12 May 2022 15:44:59 +0000 (15:44 +0000)] 
ITS#9840

3 years agoITS#9840 - libraries/Makefile.in: ignore the mkdir errors
Yi Zhao [Mon, 10 Jan 2022 02:13:51 +0000 (10:13 +0800)] 
ITS#9840 - libraries/Makefile.in: ignore the mkdir errors

Ignore the mkdir errors to fix the parallel build failure:

../../build/shtool mkdir -p TOPDIR/tmp-glibc/work/cortexa15t2hf-neon-wrs-linux-gnueabi/openldap/2.5.9-r0/image/usr/lib
mkdir: cannot create directory 'TOPDIR/tmp-glibc/work/cortexa15t2hf-neon-wrs-linux-gnueabi/openldap/2.5.9-r0/image/usr/lib': File exists

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
3 years agoITS#9840 - ldif-filter: fix parallel build failure
Yi Zhao [Thu, 2 Dec 2021 03:38:15 +0000 (11:38 +0800)] 
ITS#9840 - ldif-filter: fix parallel build failure

Add slapd-common.o as dependency for ldif-filter to fix the parallel
build failure:
  ld: cannot find slapd-common.o: No such file or directory

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
3 years agoITS#9841
Quanah Gibson-Mount [Thu, 12 May 2022 15:43:00 +0000 (15:43 +0000)] 
ITS#9841

3 years agoITS#9841 fix librewrite declaration of calloc
Helmut Grohne [Mon, 4 Apr 2022 20:18:15 +0000 (22:18 +0200)] 
ITS#9841 fix librewrite declaration of calloc

3 years agoReturn to RE
Quanah Gibson-Mount [Wed, 4 May 2022 16:10:58 +0000 (16:10 +0000)] 
Return to RE

3 years agoPrep for release (2.5.12) OPENLDAP_REL_ENG_2_5_12
Quanah Gibson-Mount [Wed, 4 May 2022 14:57:30 +0000 (14:57 +0000)] 
Prep for release (2.5.12)

3 years agoITS#9815
Quanah Gibson-Mount [Wed, 4 May 2022 14:51:21 +0000 (14:51 +0000)] 
ITS#9815

3 years agoITS#9815 slapd-sql: escape filter values
Howard Chu [Wed, 23 Mar 2022 12:43:31 +0000 (12:43 +0000)] 
ITS#9815 slapd-sql: escape filter values

Escape filter values to slapd-sql (CVE-2022-29155)

3 years agoITS#9789 slapo-vc: fix typo in prev commit
Howard Chu [Mon, 2 May 2022 16:40:19 +0000 (17:40 +0100)] 
ITS#9789 slapo-vc: fix typo in prev commit

3 years agoITS#9831
Quanah Gibson-Mount [Wed, 27 Apr 2022 15:52:13 +0000 (15:52 +0000)] 
ITS#9831

3 years agoITS#9831 Advance connections[index] correctly
Ondřej Kuzník [Mon, 25 Apr 2022 15:53:25 +0000 (16:53 +0100)] 
ITS#9831 Advance connections[index] correctly

3 years agoITS#9820
Quanah Gibson-Mount [Wed, 27 Apr 2022 15:49:28 +0000 (15:49 +0000)] 
ITS#9820

3 years agoITS#9820 fix writewait/idletimeout interaction
Howard Chu [Tue, 12 Apr 2022 16:28:11 +0000 (17:28 +0100)] 
ITS#9820 fix writewait/idletimeout interaction

Since 88d22a1ca3b28e10e6557e8aebbd75dd61fed511 the writewait check
was moved out of connections_timeout_idle() but the connection loop
was still testing the writewait flag. That test is no longer relevant.

3 years agoITS#9825
Quanah Gibson-Mount [Wed, 27 Apr 2022 15:43:23 +0000 (15:43 +0000)] 
ITS#9825

3 years agoITS#9825 dynlist: add test case
Howard Chu [Thu, 21 Apr 2022 16:49:27 +0000 (17:49 +0100)] 
ITS#9825 dynlist: add test case

3 years agoITS#9825 dynlist: don't lose earlier filter elements
Howard Chu [Thu, 21 Apr 2022 14:40:14 +0000 (15:40 +0100)] 
ITS#9825 dynlist: don't lose earlier filter elements

3 years agoITS#9802 Fix argv handling
Ondřej Kuzník [Tue, 19 Apr 2022 10:02:10 +0000 (11:02 +0100)] 
ITS#9802 Fix argv handling

3 years agoITS#9818
Quanah Gibson-Mount [Tue, 12 Apr 2022 17:02:05 +0000 (17:02 +0000)] 
ITS#9818

3 years agoITS#9818 Duplicate substring filters correctly
Ondřej Kuzník [Mon, 11 Apr 2022 15:57:59 +0000 (16:57 +0100)] 
ITS#9818 Duplicate substring filters correctly

3 years agoITS#9804
Quanah Gibson-Mount [Mon, 21 Mar 2022 21:58:40 +0000 (21:58 +0000)] 
ITS#9804

3 years agoITS#9804 - Fix documentation for syncrepl sizelimit/timelimit options
Quanah Gibson-Mount [Wed, 9 Mar 2022 17:14:40 +0000 (17:14 +0000)] 
ITS#9804 - Fix documentation for syncrepl sizelimit/timelimit options

3 years agoITS#9802
Quanah Gibson-Mount [Mon, 21 Mar 2022 21:58:12 +0000 (21:58 +0000)] 
ITS#9802

3 years agoITS#9802 slapd-ldap/meta/async-meta: plug memleak in keepalive config
Howard Chu [Mon, 21 Mar 2022 12:59:07 +0000 (12:59 +0000)] 
ITS#9802 slapd-ldap/meta/async-meta: plug memleak in keepalive config

3 years agoITS#9802 slapd-meta: fix rewrite config ordering
Howard Chu [Tue, 15 Mar 2022 16:46:09 +0000 (16:46 +0000)] 
ITS#9802 slapd-meta: fix rewrite config ordering

3 years agoITS#9802 slapd-meta: fix rewrite config SEGV
Howard Chu [Tue, 15 Mar 2022 16:46:09 +0000 (16:46 +0000)] 
ITS#9802 slapd-meta: fix rewrite config SEGV

3 years agoITS#9811
Quanah Gibson-Mount [Mon, 21 Mar 2022 21:57:21 +0000 (21:57 +0000)] 
ITS#9811

3 years agoITS#9811 Allow newlines at end of included file
Ondřej Kuzník [Fri, 18 Mar 2022 14:51:45 +0000 (14:51 +0000)] 
ITS#9811 Allow newlines at end of included file

3 years agoITS#9809
Quanah Gibson-Mount [Mon, 21 Mar 2022 16:49:31 +0000 (16:49 +0000)] 
ITS#9809

3 years agoITS#9809: pcache, mdb: fix SEGV in monitor shutdown
Howard Chu [Thu, 10 Mar 2022 15:26:04 +0000 (15:26 +0000)] 
ITS#9809: pcache, mdb: fix SEGV in monitor shutdown

3 years agoITS#9808
Quanah Gibson-Mount [Mon, 21 Mar 2022 16:48:45 +0000 (16:48 +0000)] 
ITS#9808

3 years agoITS#9808 Store the correct value in olcLastBind
Ondřej Kuzník [Mon, 14 Mar 2022 09:35:12 +0000 (09:35 +0000)] 
ITS#9808 Store the correct value in olcLastBind

3 years agoITS#9803
Quanah Gibson-Mount [Mon, 21 Mar 2022 16:46:54 +0000 (16:46 +0000)] 
ITS#9803

3 years agoITS#9803 Drop connection when receiving non-LDAP data
Ondřej Kuzník [Mon, 7 Mar 2022 10:06:49 +0000 (10:06 +0000)] 
ITS#9803 Drop connection when receiving non-LDAP data

3 years agoITS#8753 Improve LDAP_OPT_X_TLS_PEERKEY_HASH documentation further
Ondřej Kuzník [Mon, 21 Feb 2022 10:21:04 +0000 (10:21 +0000)] 
ITS#8753 Improve LDAP_OPT_X_TLS_PEERKEY_HASH documentation further

3 years agoITS#9801
Quanah Gibson-Mount [Tue, 22 Feb 2022 20:02:56 +0000 (20:02 +0000)] 
ITS#9801

3 years agoITS#9801 syncrepl/dsee init punlock
Howard Chu [Fri, 18 Feb 2022 22:46:52 +0000 (22:46 +0000)] 
ITS#9801 syncrepl/dsee init punlock

3 years agoITS#9794 Update behera draft for submission to IETF
Ondřej Kuzník [Tue, 15 Feb 2022 12:45:56 +0000 (12:45 +0000)] 
ITS#9794 Update behera draft for submission to IETF

3 years agoITS#9502 Clarify ldap_get/set_option API
Ondřej Kuzník [Fri, 11 Feb 2022 13:56:03 +0000 (13:56 +0000)] 
ITS#9502 Clarify ldap_get/set_option API

3 years agoITS#9189 Fix typo
Ondřej Kuzník [Fri, 11 Feb 2022 13:57:03 +0000 (13:57 +0000)] 
ITS#9189 Fix typo

3 years agoITS#8753 Document LDAP_OPT_X_TLS_PEERKEY_HASH
Ondřej Kuzník [Fri, 11 Feb 2022 13:58:05 +0000 (13:58 +0000)] 
ITS#8753 Document LDAP_OPT_X_TLS_PEERKEY_HASH

3 years agoITS#9799
Quanah Gibson-Mount [Fri, 18 Feb 2022 23:18:05 +0000 (23:18 +0000)] 
ITS#9799

3 years agoITS#9799 Clear c_n_ops_pending after we've flushed c_pending_ops
Ondřej Kuzník [Thu, 10 Feb 2022 17:30:17 +0000 (17:30 +0000)] 
ITS#9799 Clear c_n_ops_pending after we've flushed c_pending_ops

3 years agoITS#9794
Quanah Gibson-Mount [Fri, 18 Feb 2022 23:16:33 +0000 (23:16 +0000)] 
ITS#9794

3 years agoITS#9794 Update behera draft wording
Ondřej Kuzník [Tue, 8 Feb 2022 17:11:33 +0000 (17:11 +0000)] 
ITS#9794 Update behera draft wording

3 years agoITS#9794 Synchronise how Adds and Modifies are handled
Ondřej Kuzník [Tue, 8 Feb 2022 17:04:21 +0000 (17:04 +0000)] 
ITS#9794 Synchronise how Adds and Modifies are handled

3 years agoDo not define DEBUGINFOD_URLS directly.
Ondřej Kuzník [Mon, 15 Nov 2021 12:35:26 +0000 (12:35 +0000)] 
Do not define DEBUGINFOD_URLS directly.

We're retaining the core file now and starting with bullseye, gdb takes
a long time to retrieve all symbols on startup which messes with tests.

3 years agoITS#9584
Quanah Gibson-Mount [Fri, 4 Feb 2022 20:36:33 +0000 (20:36 +0000)] 
ITS#9584

3 years agoITS#9584 bconfig: protect cf entries with rwlock
Howard Chu [Thu, 3 Feb 2022 00:49:52 +0000 (00:49 +0000)] 
ITS#9584 bconfig: protect cf entries with rwlock

Since not all config writes pause the server, must prevent
searches from seeing intermediate states.

3 years agoITS#9584
Quanah Gibson-Mount [Fri, 4 Feb 2022 19:47:16 +0000 (19:47 +0000)] 
ITS#9584

3 years agoITS#9785
Quanah Gibson-Mount [Fri, 4 Feb 2022 19:46:31 +0000 (19:46 +0000)] 
ITS#9785

3 years agoITS#9584 serialize refresh phase
Howard Chu [Tue, 27 Jul 2021 15:10:29 +0000 (16:10 +0100)] 
ITS#9584 serialize refresh phase

Only allow one consumer at a time to perform a refresh on a database.

Contains:
e1c90d0977d389db05803c127d45b39c89a5ac2f
79d33fe40ea41f52a2c1b9e299a6c711f62d0f40
75636a407e38f1502c592566b5bf4c3ebf142a2b
3e3d9d7637e65a40ec0ec9aa9b9bcb051e3a42b5 minus testsuite tweak

3 years agoITS#9785 clear runqueue task as soon as it's getting started
Ondřej Kuzník [Tue, 25 Jan 2022 18:14:01 +0000 (18:14 +0000)] 
ITS#9785 clear runqueue task as soon as it's getting started

3 years agoITS#9789
Quanah Gibson-Mount [Wed, 2 Feb 2022 17:12:44 +0000 (17:12 +0000)] 
ITS#9789

3 years agoITS#9789 slapo-vc: Reset op->o_counters every time we migrate to a new thread
Ondřej Kuzník [Tue, 25 Jan 2022 14:46:43 +0000 (14:46 +0000)] 
ITS#9789 slapo-vc: Reset op->o_counters every time we migrate to a new thread

3 years agoITS#9789 slapd-asyncmeta: Reset op->o_counters every time we migrate to a new thread
Ondřej Kuzník [Tue, 25 Jan 2022 14:13:07 +0000 (14:13 +0000)] 
ITS#9789 slapd-asyncmeta: Reset op->o_counters every time we migrate to a new thread

3 years agoITS#9789 slapo-syncprov: Reset op->o_counters every time we migrate to a new thread
Ondřej Kuzník [Tue, 25 Jan 2022 14:33:38 +0000 (14:33 +0000)] 
ITS#9789 slapo-syncprov: Reset op->o_counters every time we migrate to a new thread

3 years agoITS#9789 Expose operation_counter_init
Ondřej Kuzník [Tue, 25 Jan 2022 14:31:51 +0000 (14:31 +0000)] 
ITS#9789 Expose operation_counter_init

3 years agoITS#9790
Quanah Gibson-Mount [Wed, 2 Feb 2022 17:11:48 +0000 (17:11 +0000)] 
ITS#9790

3 years agoITS#9790 Fix build with old GCC
Orgad Shaneh [Tue, 25 Jan 2022 15:29:49 +0000 (17:29 +0200)] 
ITS#9790 Fix build with old GCC

Versions 4.1 and 4.3 show the following error:

In file included from ../../include/lutil.h:21,
                 from passwd.c:60:
../../include/ac/socket.h:247: error: redefinition of typedef 'Sockaddr'
../../include/ldap_pvt.h:188: error: previous declaration of 'Sockaddr' was here

3 years agoITS#9788
Quanah Gibson-Mount [Wed, 2 Feb 2022 17:11:07 +0000 (17:11 +0000)] 
ITS#9788

3 years agoITS#9788 Fix make jobserver warnings
Orgad Shaneh [Tue, 25 Jan 2022 15:38:46 +0000 (17:38 +0200)] 
ITS#9788 Fix make jobserver warnings

Running make -j8 issues the following warning for each directory with
make 4.3:
make[2]: warning: -j8 forced in submake: resetting jobserver mode.

There is no need to pass MFLAGS. Make picks it up from the
environment anyway.

3 years agoITS#9791
Quanah Gibson-Mount [Wed, 2 Feb 2022 17:10:23 +0000 (17:10 +0000)] 
ITS#9791

3 years agoITS#9791 Fix compilation with openssl exclusions
Orgad Shaneh [Tue, 25 Jan 2022 15:36:18 +0000 (17:36 +0200)] 
ITS#9791 Fix compilation with openssl exclusions

3 years agoReturn to release engineering
Quanah Gibson-Mount [Thu, 20 Jan 2022 19:03:25 +0000 (19:03 +0000)] 
Return to release engineering

3 years agoPrep for OpenLDAP 2.5.11 OPENLDAP_REL_ENG_2_5_11
Quanah Gibson-Mount [Thu, 20 Jan 2022 18:48:23 +0000 (18:48 +0000)] 
Prep for OpenLDAP 2.5.11

3 years agoPrep for release OPENLDAP_REL_ENG_2_5_10
Quanah Gibson-Mount [Wed, 19 Jan 2022 18:33:56 +0000 (18:33 +0000)] 
Prep for release

3 years agoITS#9781
Quanah Gibson-Mount [Wed, 19 Jan 2022 16:08:39 +0000 (16:08 +0000)] 
ITS#9781

3 years agoITS#9781 Relax refcount assertion for referrals
Ondřej Kuzník [Wed, 19 Jan 2022 10:26:45 +0000 (10:26 +0000)] 
ITS#9781 Relax refcount assertion for referrals

3 years agoITS#8039
Quanah Gibson-Mount [Tue, 18 Jan 2022 23:08:07 +0000 (23:08 +0000)] 
ITS#8039

3 years agoITS#8039 Free resinfo even if opcookie is the last owner
Ondřej Kuzník [Thu, 13 Jan 2022 09:21:21 +0000 (09:21 +0000)] 
ITS#8039 Free resinfo even if opcookie is the last owner

3 years agoITS#9779
Quanah Gibson-Mount [Tue, 18 Jan 2022 23:06:34 +0000 (23:06 +0000)] 
ITS#9779

3 years agoITS#9779 add test for negated filtered memberof
Howard Chu [Mon, 17 Jan 2022 17:25:26 +0000 (17:25 +0000)] 
ITS#9779 add test for negated filtered memberof

3 years agoITS#9779 slapo-dynlist: fix static group filter with multiple members
Howard Chu [Mon, 17 Jan 2022 16:32:28 +0000 (16:32 +0000)] 
ITS#9779 slapo-dynlist: fix static group filter with multiple members

3 years agoITS#9772
Quanah Gibson-Mount [Tue, 18 Jan 2022 23:04:24 +0000 (23:04 +0000)] 
ITS#9772

3 years agoITS#9772 Allow objectClass edits that don't actually change them
Ondřej Kuzník [Thu, 13 Jan 2022 11:03:47 +0000 (11:03 +0000)] 
ITS#9772 Allow objectClass edits that don't actually change them

3 years agoITS#9776
Quanah Gibson-Mount [Wed, 12 Jan 2022 22:49:16 +0000 (22:49 +0000)] 
ITS#9776

3 years agoITS#9776 Fix check on what backend we're operating on
Ondřej Kuzník [Mon, 10 Jan 2022 16:10:57 +0000 (16:10 +0000)] 
ITS#9776 Fix check on what backend we're operating on

3 years agoITS#9751
Quanah Gibson-Mount [Wed, 12 Jan 2022 22:42:42 +0000 (22:42 +0000)] 
ITS#9751

3 years agoITS#9751 Do not drop out of order deletes completely
Ondřej Kuzník [Wed, 17 Nov 2021 15:54:22 +0000 (15:54 +0000)] 
ITS#9751 Do not drop out of order deletes completely

3 years agoITS#9751 Add test for MOD_DELETE resolution
Ondřej Kuzník [Wed, 17 Nov 2021 12:07:38 +0000 (12:07 +0000)] 
ITS#9751 Add test for MOD_DELETE resolution

3 years agoITS#9767, ITS#9768
Quanah Gibson-Mount [Wed, 12 Jan 2022 22:37:27 +0000 (22:37 +0000)] 
ITS#9767, ITS#9768

3 years agoITS#9762, ITS#9763, ITS#9764, ITS#9766, ITS#9770
Quanah Gibson-Mount [Wed, 12 Jan 2022 22:32:01 +0000 (22:32 +0000)] 
ITS#9762, ITS#9763, ITS#9764, ITS#9766, ITS#9770

3 years agoITS#9761
Quanah Gibson-Mount [Wed, 12 Jan 2022 22:10:07 +0000 (22:10 +0000)] 
ITS#9761

3 years agoITS#9770 slapo-constraint: Maintain values in order of insertion
Ondřej Kuzník [Fri, 10 Dec 2021 11:46:50 +0000 (11:46 +0000)] 
ITS#9770 slapo-constraint: Maintain values in order of insertion

3 years agoITS#9766 slapo-autogroup: Fix ordering check
Ondřej Kuzník [Thu, 9 Dec 2021 11:27:48 +0000 (11:27 +0000)] 
ITS#9766 slapo-autogroup: Fix ordering check

3 years agoITS#9764 slapo-valsort: Maintain values in order of insertion
Ondřej Kuzník [Wed, 8 Dec 2021 17:17:18 +0000 (17:17 +0000)] 
ITS#9764 slapo-valsort: Maintain values in order of insertion

3 years agoITS#9763 Maintain values in order of insertion
Ondřej Kuzník [Wed, 8 Dec 2021 17:14:50 +0000 (17:14 +0000)] 
ITS#9763 Maintain values in order of insertion

3 years agoITS#9762 slapo-dyngroup: Maintain values in order of insertion
Ondřej Kuzník [Wed, 8 Dec 2021 17:12:57 +0000 (17:12 +0000)] 
ITS#9762 slapo-dyngroup: Maintain values in order of insertion

3 years agoITS#9761 Fix olcSyncrepl position based insertion
Ondřej Kuzník [Wed, 8 Dec 2021 15:47:45 +0000 (15:47 +0000)] 
ITS#9761 Fix olcSyncrepl position based insertion