]> git.ipfire.org Git - thirdparty/openldap.git/log
thirdparty/openldap.git
5 years agoTemporarily disable asyncmeta until deadlock is fixed
Quanah Gibson-Mount [Fri, 10 Apr 2020 15:05:32 +0000 (15:05 +0000)] 
Temporarily disable asyncmeta until deadlock is fixed

5 years agoRun autoreconf before running configure
Quanah Gibson-Mount [Fri, 10 Apr 2020 14:42:50 +0000 (14:42 +0000)] 
Run autoreconf before running configure

5 years agoITS#9121 Fix MatchingRuleAssertion init
Howard Chu [Tue, 7 Apr 2020 15:26:02 +0000 (16:26 +0100)] 
ITS#9121 Fix MatchingRuleAssertion init

5 years agoITS#8245 Use Relax control to avoid uniqueness checks
Ondřej Kuzník [Tue, 22 Sep 2015 20:40:20 +0000 (21:40 +0100)] 
ITS#8245 Use Relax control to avoid uniqueness checks

Still needs to retrieve the entry for ACL resolution until we can
restrict controls with ACLs.

5 years agoITS#9184 - Document V[V[V]] option to slapd
Quanah Gibson-Mount [Fri, 3 Apr 2020 23:48:39 +0000 (23:48 +0000)] 
ITS#9184 - Document V[V[V]] option to slapd

5 years agoITS#9191 - Avoid div 0 error
Quanah Gibson-Mount [Fri, 3 Apr 2020 17:11:28 +0000 (17:11 +0000)] 
ITS#9191 - Avoid div 0 error

5 years agoITS#9121 memberOf shortcut
Howard Chu [Sat, 4 Apr 2020 01:54:03 +0000 (02:54 +0100)] 
ITS#9121 memberOf shortcut

Don't try to generate it if it wasn't requested

5 years agoITS#9121 memberof fix
Howard Chu [Fri, 3 Apr 2020 20:38:41 +0000 (21:38 +0100)] 
ITS#9121 memberof fix

Fix for groupURI with no filter

5 years agoITS#9121 typos
Howard Chu [Fri, 3 Apr 2020 20:29:25 +0000 (21:29 +0100)] 
ITS#9121 typos

5 years agoITS#9121 fix typo
Howard Chu [Fri, 3 Apr 2020 20:27:48 +0000 (21:27 +0100)] 
ITS#9121 fix typo

5 years agoITS#9121 fix memberOf filtering
Howard Chu [Fri, 3 Apr 2020 19:42:59 +0000 (20:42 +0100)] 
ITS#9121 fix memberOf filtering

Replace (memberOf=<groupDN>) filter with expansion of group's URI

5 years agoITS#9121 optimize dyngroup membership checking
Howard Chu [Thu, 2 Apr 2020 18:47:55 +0000 (19:47 +0100)] 
ITS#9121 optimize dyngroup membership checking

parse dyngroup URLs in advance, don't use the ACL engine's
evaluator any more

5 years agoITS#9121 memberof counting
Howard Chu [Thu, 2 Apr 2020 16:47:37 +0000 (17:47 +0100)] 
ITS#9121 memberof counting

Keep track of number of uses of memberOf in config, to
allow bypassing code if not in use.

5 years agoITS#8383 - Regenerate configure
Quanah Gibson-Mount [Fri, 3 Apr 2020 17:02:14 +0000 (17:02 +0000)] 
ITS#8383 - Regenerate configure

5 years agoITS#8383 Look for socklen_t in <ws2tcpip.h> too
Ryan Tandy [Sun, 1 Sep 2019 18:53:37 +0000 (11:53 -0700)] 
ITS#8383 Look for socklen_t in <ws2tcpip.h> too

MinGW targets do not have the <sys/socket.h> header. The configure check
would conclude that there is no socklen_t type, resulting in portable.h
containing its own definition of socklen_t, which would later conflict
with the actual definition in <ws2tcpip.h>.

Add <ws2tcpip.h> to the configure check for socklen_t, so that the
defined type is correctly detected.

5 years agoITS#6207 Add GitLab CI
Ondřej Kuzník [Fri, 3 Apr 2020 09:27:03 +0000 (10:27 +0100)] 
ITS#6207 Add GitLab CI

5 years agoITS#6207 Print out test timings
Ondřej Kuzník [Thu, 2 Apr 2020 15:21:15 +0000 (16:21 +0100)] 
ITS#6207 Print out test timings

5 years agoITS#8753 Fix pinning test script with no openssl
Ondřej Kuzník [Tue, 31 Mar 2020 15:33:24 +0000 (16:33 +0100)] 
ITS#8753 Fix pinning test script with no openssl

5 years agoITS#6035 - regenerate configure
Quanah Gibson-Mount [Thu, 2 Apr 2020 16:28:58 +0000 (16:28 +0000)] 
ITS#6035 - regenerate configure

5 years agoITS#6035 Create test script
Ryan Tandy [Tue, 24 Mar 2020 00:37:20 +0000 (17:37 -0700)] 
ITS#6035 Create test script

5 years agoITS#6035 olcAuthIDRewrite insert/delete support
Ryan Tandy [Mon, 31 Aug 2015 23:54:34 +0000 (16:54 -0700)] 
ITS#6035 olcAuthIDRewrite insert/delete support

5 years agoITS#6035 olcAuthzRegexp insert/delete support
Ryan Tandy [Sat, 29 Aug 2015 18:07:39 +0000 (11:07 -0700)] 
ITS#6035 olcAuthzRegexp insert/delete support

5 years agoITS#6035 saslauthz cleanups (no functional change)
Ryan Tandy [Mon, 31 Aug 2015 18:43:12 +0000 (11:43 -0700)] 
ITS#6035 saslauthz cleanups (no functional change)

- give authid-rewrite's argument a name
- tidy saslauthz.c whitespace (mixed spaces/tabs)
- always declare slap_sasl_regexp_destroy: fixes an implicit declaration
  warning when configured without librewrite
- delete dead code: ENABLE_REWRITE implies SLAP_AUTH_REWRITE, so this
  code is never compiled
- make slap_sasl_regexp_rewrite_config static
- omit sasl_regexp unused fields when built with librewrite

5 years agoITS#9086 Add debug logging for more GnuTLS errors
Ryan Tandy [Fri, 20 Sep 2019 23:41:26 +0000 (16:41 -0700)] 
ITS#9086 Add debug logging for more GnuTLS errors

5 years agoITS#8628 - contrib/passwd/pbkdf2: new Makefile variables SSL_LIB & SSL_INC
Peter Marschall [Sun, 16 Aug 2015 11:46:46 +0000 (13:46 +0200)] 
ITS#8628 - contrib/passwd/pbkdf2: new Makefile variables SSL_LIB & SSL_INC

5 years agoITS#9003
Quanah Gibson-Mount [Mon, 17 Jun 2019 14:50:13 +0000 (14:50 +0000)] 
ITS#9003

Note that with slapd-ldap, the special character "*" actually allows anonymous rather than denies, as is the case with authz-policy

5 years agoITS#8837 Fix pw-pbkdf2 manpage name to get it installed
Ryan Tandy [Sun, 29 Mar 2020 17:00:45 +0000 (10:00 -0700)] 
ITS#8837 Fix pw-pbkdf2 manpage name to get it installed

5 years agothr_posix.c: fix implicit function declaration for 'pthread_setconcurrency'
Sergei Trofimovich [Mon, 19 Jun 2017 20:48:05 +0000 (21:48 +0100)] 
thr_posix.c: fix implicit function declaration for 'pthread_setconcurrency'

thr_posix.c: In function 'ldap_pvt_thread_set_concurrency':
thr_posix.c:96:9: error: implicit declaration of function 'pthread_setconcurrency'
  return pthread_setconcurrency( n );
         ^~~~~~~~~~~~~~~~~~~~~~
         pthread_setcanceltype

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
5 years agoITS#8675 - Fix tools to not continue on TLS error
Kurt Zeilenga [Mon, 19 Jun 2017 23:09:41 +0000 (16:09 -0700)] 
ITS#8675 - Fix tools to not continue on TLS error

The spec says that upon StartTLS 'success', both TLS communications is
established on the octet following the Start TLS response (and the
request)... and that once one starts TLS communications, one can never
go back to LDAP without TLS. So if there's a TLS failure (whether as
part of TLS nego or later), LDAP communications cannot be continued
(without TLS).

Only ignoring LDAP errors (rc > 0) ensures that if TLS negotiation
fails, we don't attempt to send LDAP operations without TLS.

5 years agoITS#7074 - change olcDatabaseDummy initialization for windows
Emily Backes [Fri, 6 Feb 2015 02:46:24 +0000 (18:46 -0800)] 
ITS#7074 - change olcDatabaseDummy initialization for windows

5 years agoITS#9181 Fix race on Windows mutex init
Howard Chu [Mon, 16 Mar 2020 17:07:43 +0000 (17:07 +0000)] 
ITS#9181 Fix race on Windows mutex init

5 years agoITS#9182 pcache: fix private DB init
Howard Chu [Wed, 11 Mar 2020 19:17:10 +0000 (19:17 +0000)] 
ITS#9182 pcache: fix private DB init

5 years agoITS#8639 Delete LM hash support from smbk5pwd
Ryan Tandy [Fri, 28 Feb 2020 21:18:48 +0000 (13:18 -0800)] 
ITS#8639 Delete LM hash support from smbk5pwd

5 years agoITS#8639 Regenerate configure and portable.hin
Ryan Tandy [Fri, 28 Feb 2020 20:13:50 +0000 (12:13 -0800)] 
ITS#8639 Regenerate configure and portable.hin

5 years agoITS#8639 remove LANMAN hashed passwords
Andrew Lawrence [Fri, 9 Feb 2018 23:32:28 +0000 (23:32 +0000)] 
ITS#8639 remove LANMAN hashed passwords

5 years agoITS#9121 fix filter error message
Howard Chu [Fri, 6 Mar 2020 17:28:46 +0000 (17:28 +0000)] 
ITS#9121 fix filter error message

Filters use parentheses, not brackets.

5 years agoFix SLAPD_OVER_RETCODE description
Ryan Tandy [Fri, 28 Feb 2020 20:00:14 +0000 (12:00 -0800)] 
Fix SLAPD_OVER_RETCODE description

5 years agoRegenerate portable.hin with autoheader 2.69
Ryan Tandy [Fri, 28 Feb 2020 20:00:10 +0000 (12:00 -0800)] 
Regenerate portable.hin with autoheader 2.69

5 years agoITS#9121 plug entry leak
Howard Chu [Tue, 25 Feb 2020 18:05:20 +0000 (18:05 +0000)] 
ITS#9121 plug entry leak

5 years agoITS#9175 - Fix argument cast
Quanah Gibson-Mount [Fri, 21 Feb 2020 21:10:49 +0000 (21:10 +0000)] 
ITS#9175 - Fix argument cast

Fixes potential segfault in ldapsearch

5 years agoCorrect cyrus-sasl version verison check
Ondřej Kuzník [Fri, 21 Feb 2020 10:27:44 +0000 (10:27 +0000)] 
Correct cyrus-sasl version verison check

5 years agoITS#9171 Insert callback in the right place
Ondřej Kuzník [Fri, 21 Feb 2020 10:26:53 +0000 (10:26 +0000)] 
ITS#9171 Insert callback in the right place

5 years agoITS#9121 fix prev commit
Howard Chu [Fri, 14 Feb 2020 22:32:03 +0000 (22:32 +0000)] 
ITS#9121 fix prev commit

Only flush entry if dynlist_prepare_entry altered it

5 years agoITS#9166 Fix slapdconfig.sdf mismatched braces
Ryan Tandy [Wed, 12 Feb 2020 18:53:52 +0000 (10:53 -0800)] 
ITS#9166 Fix slapdconfig.sdf mismatched braces

5 years agoRevert "ITS#9160 OOM handling in mdb tools", wrong branch.
Ondřej Kuzník [Fri, 7 Feb 2020 11:34:20 +0000 (11:34 +0000)] 
Revert "ITS#9160 OOM handling in mdb tools", wrong branch.

This reverts commit be61a967e632fdf7836b6efb4e0fc2776d9d3e52.

5 years agoITS#9160 OOM handling in back-asyncmeta
Ondřej Kuzník [Thu, 30 Jan 2020 09:03:59 +0000 (09:03 +0000)] 
ITS#9160 OOM handling in back-asyncmeta

5 years agoITS#9160 OOM handling in back-meta
Ondřej Kuzník [Thu, 30 Jan 2020 09:03:41 +0000 (09:03 +0000)] 
ITS#9160 OOM handling in back-meta

5 years agoITS#9160 OOM handling in libldap
Ondřej Kuzník [Thu, 30 Jan 2020 09:02:25 +0000 (09:02 +0000)] 
ITS#9160 OOM handling in libldap

5 years agoITS#9160 OOM handling in slapd
Ondřej Kuzník [Thu, 30 Jan 2020 09:01:32 +0000 (09:01 +0000)] 
ITS#9160 OOM handling in slapd

5 years agoITS#9160 OOM handling in mdb tools
Ondřej Kuzník [Thu, 30 Jan 2020 08:59:57 +0000 (08:59 +0000)] 
ITS#9160 OOM handling in mdb tools

5 years agoITS#9160 OOM handling in test programs
Ondřej Kuzník [Thu, 30 Jan 2020 08:58:50 +0000 (08:58 +0000)] 
ITS#9160 OOM handling in test programs

5 years agoITS#9160 OOM handling in contrib
Ondřej Kuzník [Thu, 30 Jan 2020 08:55:59 +0000 (08:55 +0000)] 
ITS#9160 OOM handling in contrib

5 years agoITS#8575 Accept parameters for hashing new passwords
Ondřej Kuzník [Tue, 12 Nov 2019 10:35:53 +0000 (10:35 +0000)] 
ITS#8575 Accept parameters for hashing new passwords

5 years agoITS#8575 Add a libsodium based implementation
Ondřej Kuzník [Mon, 11 Nov 2019 17:42:03 +0000 (17:42 +0000)] 
ITS#8575 Add a libsodium based implementation

5 years agoITS#8575 Implement argon2 password hashing as a module
Simon Levermann [Wed, 25 Jan 2017 14:11:06 +0000 (15:11 +0100)] 
ITS#8575 Implement argon2 password hashing as a module

This change implements argon2, which won the Password Hashing
Competition (https://password-hashing.net/) as a contrib-module in order
to provide a modern password hashing alternative in openldap. The
currently available password hashing algorithms are relatively old, and
modern hardware, especially GPUs can compute quite a few (ranging from
tens of thousands to millions) of hashes per second. Argon2 was designed
to withstand such attacks.

This implementation uses the default work factors used in the argon2
command line client, but the resulting hashes are stored in a way that
would allow retroactive changes to these values, or even exposing them
as configuration in the module.

5 years agoITS#9121 fix filtering of dyngroups with memberof
Howard Chu [Tue, 4 Feb 2020 16:35:56 +0000 (16:35 +0000)] 
ITS#9121 fix filtering of dyngroups with memberof

5 years agoITS#7855 - Update config.guess and config.sub for ldapc++ contrib module
Quanah Gibson-Mount [Mon, 3 Feb 2020 19:12:36 +0000 (19:12 +0000)] 
ITS#7855 - Update config.guess and config.sub for ldapc++ contrib module

    Update config.guess and config.sub from official upstream project at https://savannah.gnu.org/projects/config/

    Specifically in this case, commit 5256817ace8493502ec88501a19e4051c2e220b0 for the date Wed Jan 1 19:36:58 2020 +1100

5 years agoMove CONFIG_DELETE out from behind LDAP_DEVEL
Quanah Gibson-Mount [Mon, 3 Feb 2020 16:55:34 +0000 (16:55 +0000)] 
Move CONFIG_DELETE out from behind LDAP_DEVEL

5 years agoITS#8040 - Move LAZY_COMMIT to be active outside of LDAP_DEVEL
Quanah Gibson-Mount [Sun, 2 Feb 2020 19:02:18 +0000 (19:02 +0000)] 
ITS#8040 - Move LAZY_COMMIT to be active outside of LDAP_DEVEL

5 years agoITS#8040 - Fix missing ifdefs for LAZY_COMMIT
Quanah Gibson-Mount [Sat, 1 Feb 2020 20:15:23 +0000 (20:15 +0000)] 
ITS#8040 - Fix missing ifdefs for LAZY_COMMIT

5 years agoITS#8966 - Remove DO_DSEE ifdef Remove ifdef for DO_DSEE as it's required to be defin...
Quanah Gibson-Mount [Fri, 31 Jan 2020 20:47:59 +0000 (20:47 +0000)] 
ITS#8966 - Remove DO_DSEE ifdef Remove ifdef for DO_DSEE as it's required to be defined for syncrepl.c to compile

5 years agoUpdate configure to use autoconf 2.69
Quanah Gibson-Mount [Fri, 31 Jan 2020 18:40:14 +0000 (18:40 +0000)] 
Update configure to use autoconf 2.69

5 years agoRemove LDAP_FEATURE_X_CANCHAINOPS from behind LDAP_DEVEL
Quanah Gibson-Mount [Thu, 30 Jan 2020 18:51:34 +0000 (18:51 +0000)] 
Remove LDAP_FEATURE_X_CANCHAINOPS from behind LDAP_DEVEL

5 years agoReturn to engineering
Quanah Gibson-Mount [Thu, 30 Jan 2020 18:14:31 +0000 (18:14 +0000)] 
Return to engineering

5 years agoMerge remote-tracking branch 'origin/mdb.RE/0.9'
Quanah Gibson-Mount [Thu, 30 Jan 2020 18:13:03 +0000 (18:13 +0000)] 
Merge remote-tracking branch 'origin/mdb.RE/0.9'

5 years agoRelease 0.9.25 LMDB_0.9.25
Quanah Gibson-Mount [Thu, 30 Jan 2020 17:57:13 +0000 (17:57 +0000)] 
Release 0.9.25

5 years agoThis test no longer valid after the fix for ITS#9015, skip it
Quanah Gibson-Mount [Thu, 30 Jan 2020 16:08:50 +0000 (16:08 +0000)] 
This test no longer valid after the fix for ITS#9015, skip it

5 years agoITS#7855 - Update config.guess and config.sub
Quanah Gibson-Mount [Tue, 28 Jan 2020 16:08:50 +0000 (16:08 +0000)] 
ITS#7855 - Update config.guess and config.sub

Update config.guess and config.sub from official upstream project at https://savannah.gnu.org/projects/config/

Specifically in this case, commit 5256817ace8493502ec88501a19e4051c2e220b0 for the date Wed Jan 1 19:36:58 2020 +1100

5 years agoITS#8983 Fix compiler warning
Ondřej Kuzník [Tue, 28 Jan 2020 12:16:59 +0000 (12:16 +0000)] 
ITS#8983 Fix compiler warning

5 years agoITS#9145 Fix type signature
Ondřej Kuzník [Tue, 28 Jan 2020 12:10:43 +0000 (12:10 +0000)] 
ITS#9145 Fix type signature

5 years agoCheck transaction identifier is returned
Ondřej Kuzník [Tue, 28 Jan 2020 12:10:17 +0000 (12:10 +0000)] 
Check transaction identifier is returned

5 years agoRemove LDAP_X_TXN and rename accordingly
Ondřej Kuzník [Tue, 28 Jan 2020 11:50:33 +0000 (11:50 +0000)] 
Remove LDAP_X_TXN and rename accordingly

5 years agoITS#9156 Fix leftover typo
Ondřej Kuzník [Mon, 27 Jan 2020 14:11:59 +0000 (14:11 +0000)] 
ITS#9156 Fix leftover typo

5 years agoITS#9156 Document ppolicy changes
Ondřej Kuzník [Mon, 28 Oct 2019 12:14:03 +0000 (12:14 +0000)] 
ITS#9156 Document ppolicy changes

5 years agoITS#9156 Add some ppolicy v10 tests
Ondřej Kuzník [Thu, 24 Oct 2019 13:14:05 +0000 (14:14 +0100)] 
ITS#9156 Add some ppolicy v10 tests

5 years agoITS#9156 Add pwdCheckModuleArg to ppolicy
Ondřej Kuzník [Thu, 24 Oct 2019 13:11:59 +0000 (14:11 +0100)] 
ITS#9156 Add pwdCheckModuleArg to ppolicy

5 years agoITS#9156 Implement pwdMaxIdle
Ondřej Kuzník [Thu, 24 Oct 2019 13:09:56 +0000 (14:09 +0100)] 
ITS#9156 Implement pwdMaxIdle

5 years agoITS#9156 Implement pwdMinDelay and pwdMaxDelay
Ondřej Kuzník [Thu, 24 Oct 2019 13:07:23 +0000 (14:07 +0100)] 
ITS#9156 Implement pwdMinDelay and pwdMaxDelay

5 years agoITS#9156 Implement pwdStartTime and pwdEndTime
Ondřej Kuzník [Thu, 24 Oct 2019 13:04:35 +0000 (14:04 +0100)] 
ITS#9156 Implement pwdStartTime and pwdEndTime

5 years agoITS#9156 Implement pwdMaxLength
Ondřej Kuzník [Thu, 24 Oct 2019 12:54:36 +0000 (13:54 +0100)] 
ITS#9156 Implement pwdMaxLength

5 years agoITS#9156 Implement pwdGraceExpiry
Ondřej Kuzník [Thu, 24 Oct 2019 12:43:34 +0000 (13:43 +0100)] 
ITS#9156 Implement pwdGraceExpiry

5 years agoITS#9156 Keep module info around for longer
Ondřej Kuzník [Thu, 24 Oct 2019 12:41:07 +0000 (13:41 +0100)] 
ITS#9156 Keep module info around for longer

5 years agoITS#9156 Update ppolicy schema to the latest draft
Ondřej Kuzník [Thu, 24 Oct 2019 11:54:53 +0000 (12:54 +0100)] 
ITS#9156 Update ppolicy schema to the latest draft

5 years agoITS#9156 Document corner cases and omissions
Ondřej Kuzník [Thu, 24 Oct 2019 13:18:13 +0000 (14:18 +0100)] 
ITS#9156 Document corner cases and omissions

5 years agoITS#9156 Move ppolicy schema into the module
Ondřej Kuzník [Thu, 24 Oct 2019 10:13:02 +0000 (11:13 +0100)] 
ITS#9156 Move ppolicy schema into the module

5 years agoITS#9126 Add a missed normalised copy of pwdChangedTime
Ondřej Kuzník [Thu, 23 Jan 2020 12:30:50 +0000 (12:30 +0000)] 
ITS#9126 Add a missed normalised copy of pwdChangedTime

5 years agoMerge remote-tracking branch 'origin/mdb.RE/0.9'
Quanah Gibson-Mount [Thu, 23 Jan 2020 16:10:20 +0000 (16:10 +0000)] 
Merge remote-tracking branch 'origin/mdb.RE/0.9'

5 years agoITS#9155
Howard Chu [Thu, 23 Jan 2020 14:52:50 +0000 (14:52 +0000)] 
ITS#9155

5 years agoITS#9155 lmdb: free mt_spill_pgs in non-nested txn on end
Howard Chu [Thu, 23 Jan 2020 14:50:00 +0000 (14:50 +0000)] 
ITS#9155 lmdb: free mt_spill_pgs in non-nested txn on end

5 years agoITS#9121 more memberof tweaks
Howard Chu [Tue, 21 Jan 2020 23:36:56 +0000 (23:36 +0000)] 
ITS#9121 more memberof tweaks

5 years agoITS#9121 dynlist: fix not filters
Howard Chu [Tue, 21 Jan 2020 11:27:21 +0000 (11:27 +0000)] 
ITS#9121 dynlist: fix not filters

5 years agoITS#9120 fix tm2time compat breakage
Howard Chu [Sun, 19 Jan 2020 19:05:04 +0000 (19:05 +0000)] 
ITS#9120 fix tm2time compat breakage

Add lutil_tm2gtime for Proleptic Gregorian calendar,
revert lutil_tm2time to previous behavior using Unix epoch

5 years agoITS#9154 back-mdb add number of entries to cn=monitor
Howard Chu [Sat, 18 Jan 2020 12:53:07 +0000 (12:53 +0000)] 
ITS#9154 back-mdb add number of entries to cn=monitor

5 years agoITS#9121 fix memberOf eval
Howard Chu [Fri, 17 Jan 2020 14:49:58 +0000 (14:49 +0000)] 
ITS#9121 fix memberOf eval

Must disable ACL group caching when checking membership

5 years agoITS#9150 fix nosync FALSE config
Howard Chu [Sat, 11 Jan 2020 04:24:54 +0000 (04:24 +0000)] 
ITS#9150 fix nosync FALSE config

5 years agoITS#9147 plug descriptor leak if ldaps connect fails
Howard Chu [Sat, 11 Jan 2020 04:16:01 +0000 (04:16 +0000)] 
ITS#9147 plug descriptor leak if ldaps connect fails

5 years agoITS#9144 - Regenerate configure
Quanah Gibson-Mount [Thu, 9 Jan 2020 17:23:08 +0000 (17:23 +0000)] 
ITS#9144 - Regenerate configure

5 years agoITS#9144 Remove unused ICU detection and linking
Ryan Tandy [Thu, 19 Dec 2019 22:34:58 +0000 (14:34 -0800)] 
ITS#9144 Remove unused ICU detection and linking

This reverts commits a956f75924c5d8f2a80ccb899666820cd71a4d6b ("Add (not
yet used) ICU detection") and 1cf5838e081fa3198161c53fb8e783b5f0f24503
("detect ICU and link it into slapd(8)").

5 years agoHappy New Year!
Quanah Gibson-Mount [Thu, 9 Jan 2020 16:50:21 +0000 (16:50 +0000)] 
Happy New Year!

5 years agoMerge remote-tracking branch 'origin/mdb.RE/0.9'
Quanah Gibson-Mount [Thu, 9 Jan 2020 16:47:22 +0000 (16:47 +0000)] 
Merge remote-tracking branch 'origin/mdb.RE/0.9'