24359 Commits

Author SHA1 Message Date
Howard Chu
05da840ab1 ITS#10089 - Use ConfigArgs in slapi config parsing 2023-10-23 19:10:53 +00:00
Greg Burd
56438b0684 ITS#10089 - Allow caller to determine if the process should exit or not when the regex is found to be problematic. 2023-10-23 19:10:33 +00:00
Quanah Gibson-Mount
35f2205a49 ITS#10083 2023-10-09 20:28:57 +00:00
Ondřej Kuzník
7f1bfb0eca ITS#10083 Do not mess with a connection that's dying already 2023-10-09 20:28:33 +00:00
Quanah Gibson-Mount
9579d8a5b9 ITS#10076 2023-10-09 20:26:53 +00:00
Nadezhda Ivanova
c9a72f74c3 ITS#10076 suffixmassage in back-asyncmeta does not handle empty remote suffix correctly 2023-10-09 20:26:24 +00:00
Quanah Gibson-Mount
160972fe08 ITS#10070 2023-10-09 20:25:07 +00:00
Ondřej Kuzník
d06bfb1fa9 ITS#10070 Allow running without a valid resolv.conf file 2023-10-09 20:24:09 +00:00
Quanah Gibson-Mount
85e13b49b9 ITS#10068 2023-09-26 17:28:06 +00:00
Ondřej Kuzník
3d431b800c ITS#10068 keep our own copy of the DN 2023-09-26 17:25:46 +00:00
Quanah Gibson-Mount
d48d2d41ad ITS#9952 2023-09-26 17:23:15 +00:00
Howard Chu
375d21a9e0 ITS#9952 libldap: use atexit for TLS teardown 2023-09-26 17:22:07 +00:00
Quanah Gibson-Mount
589f6545f6 ITS#10057 2023-09-26 17:20:56 +00:00
Quanah Gibson-Mount
e9a033ff8f ITS#10057 - homedir: Fix config attribute name
Fix config attribute name for olcHomedirArchivePath
2023-09-26 17:20:15 +00:00
Quanah Gibson-Mount
eadf41458c Return to engineering 2023-07-31 20:28:18 +00:00
Quanah Gibson-Mount
6b1bd7ce60 Prep for release OPENLDAP_REL_ENG_2_6_6 2023-07-31 18:09:15 +00:00
Quanah Gibson-Mount
2ce1c23024 ITS#10067 2023-07-31 18:01:17 +00:00
Ondřej Kuzník
52e9c660f5 ITS#10067 Account for mods being optional 2023-07-31 18:00:27 +00:00
Quanah Gibson-Mount
ebe4d8f778 ITS#10045 2023-07-31 18:00:21 +00:00
Ondřej Kuzník
c7a4cdd95c ITS#10045 Make sure we only unpause when paused 2023-07-31 17:59:22 +00:00
Quanah Gibson-Mount
15fd392247 Return to engineering 2023-07-10 21:06:16 +00:00
Quanah Gibson-Mount
3f0c761f7e Prep for release OPENLDAP_REL_ENG_2_6_5 2023-07-10 16:27:58 +00:00
Quanah Gibson-Mount
f6073d79a2 Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_6 2023-07-10 16:24:25 +00:00
Quanah Gibson-Mount
ce201088de Update release date for LMDB 0.9.31 LMDB_0.9.31 2023-07-10 16:09:21 +00:00
Quanah Gibson-Mount
051fb0bbfe Prep for release 2023-06-26 16:54:11 +00:00
Quanah Gibson-Mount
4dd9b5fb47 ITS#10063 2023-06-02 15:42:01 +00:00
Quanah Gibson-Mount
6177f00ae0 ITS#10063 - Regenerate configure 2023-06-02 15:41:40 +00:00
Quanah Gibson-Mount
7ef00ddda6 ITS#10063 - Fix typo in configure variable 2023-06-02 15:41:03 +00:00
Quanah Gibson-Mount
49c4cbce6d Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_6 2023-05-25 19:38:47 +00:00
Quanah Gibson-Mount
887d3b3077 ITS#8447 2023-05-25 19:37:01 +00:00
Howard Chu
76bad923f7 ITS#8447 fix cursor_put(MDB_CURRENT) on DUPSORT DB with different-sized data 2023-05-25 19:33:44 +00:00
Quanah Gibson-Mount
ad20da51a4 ITS#10023 2023-05-25 19:04:50 +00:00
Ian Puleston
dcbfb3304b ITS#10023 libldap: fix asynch connects
This is option #1
2023-05-25 19:02:36 +00:00
Ondřej Kuzník
29d243a65b Fix hanging indent in slapo-ldap manpage 2023-05-25 15:58:52 +00:00
Ondřej Kuzník
05134aa467 Check slapadd result before continuing with test 2023-05-25 15:56:57 +00:00
Quanah Gibson-Mount
94bfd29138 ITS#10039 2023-05-16 16:54:42 +00:00
Quanah Gibson-Mount
fd533a5e81 ITS#10039 - Regenerate configure 2023-05-16 16:54:34 +00:00
orbea
cd2a914bc4 ITS#10039 Test for SSL_CTX_set_ciphersuites()
When configuring OpenLDAP using --with-tls=openssl with LibreSSL the
configure will fail to detect SSL_export_keyring_material_early() since
LibreSSL doesn't support this function yet. However OpenLDAP doesn't
actually use this function and only checks for it to ensure a modern
OpenSSL API is used. This can be easily solved by checking for an
equivalent modern OpenSSL function which both LibreSSL and OpenSSL both
support such as SSL_CTX_set_ciphersuites(). Doing this allows the build
and tests to succeed with modern LibreSSL versions. This was tested with
LibreSSL >= 3.6.

Bug: https://bugs.openldap.org/show_bug.cgi?id=10039
2023-05-16 16:22:48 +00:00
Quanah Gibson-Mount
0fc5775c2c fix typo in lload.conf.5 cerificate -> certificate 2023-05-15 20:54:33 +00:00
Quanah Gibson-Mount
4663b9b477 ITS#10047 2023-05-15 19:24:08 +00:00
Howard Chu
0f2433e5f5 ITS#10047 back-mdb: fix indexer resume on slapd restart
when overlays are in use on the database
2023-05-15 19:21:49 +00:00
Howard Chu
13093c9287 ITS#10047 back-mdb: delete idxckp table after slapindex
Could do it when beginning too, either way an interrupted slapindex
must be rerun completely.
2023-05-15 19:21:44 +00:00
Quanah Gibson-Mount
c2f8a060f2 ITS#10046 2023-05-15 19:19:25 +00:00
Ondřej Kuzník
fc67cb8d5f ITS#10046 Update manpage 2023-05-15 19:18:46 +00:00
Quanah Gibson-Mount
5d7a60da8f ITS#10048 2023-05-15 18:49:57 +00:00
Ondřej Kuzník
004475c14b ITS#10048 Improve regex config error handling 2023-05-15 18:49:30 +00:00
Quanah Gibson-Mount
0693947c10 ITS#9855 2023-05-15 18:48:23 +00:00
Ondřej Kuzník
642a8fc678 ITS#9855 Adapt other contrib module's tests 2023-05-15 18:06:33 +00:00
Quanah Gibson-Mount
47b880ab00 ITS#10041 2023-05-15 17:57:39 +00:00
Ondřej Kuzník
132d9b5ce0 ITS#10041 Restrict group searching 2023-05-15 17:54:09 +00:00