Ondřej Kuzník
860b61f41d
ITS#10013 Make freeing controls the job of whoever added it
2023-11-21 17:21:52 +00:00
Ondřej Kuzník
c1f00a8af6
ITS#10013 Introduce slap_add_ctrl, changing slap_add_ctrls signature
2023-11-21 17:21:52 +00:00
Howard Chu
2494ade786
ITS#10025 slapo-dynlist: add option to disable filter support
2023-11-21 16:41:02 +00:00
Howard Chu
0b10f4a5b8
ITS#10092 logging: fix strftime for Windows
...
Although %T is standard and documented in M$ docs, it actually doesn't work in MSVCRT.
2023-11-16 18:47:34 +00:00
Howard Chu
247e5bcdfb
ITS#10092 fix local logger for Windows
...
Don't use writev, just copy the message to insert prefix
2023-11-16 18:47:34 +00:00
Ondřej Kuzník
9b9469e251
ITS#10080 Fix slapcat when gluing is on
2023-11-16 16:45:26 +00:00
Ondřej Kuzník
8986f99d33
ITS#8852 Optimise attr_cmp for sortval attributes
2023-11-14 18:09:10 +00:00
Howard Chu
66edd34594
ITS#8677 back-sock: return error for CONTINUE
...
instead of asserting
2023-11-14 17:02:18 +00:00
Howard Chu
64789dd2c7
ITS#8180 back-sock: return error when str2entry fails
2023-11-14 17:02:18 +00:00
Howard Chu
f0c7427ba3
ITS#9660 back-mdb: make startup fail msg less specific
2023-11-09 17:10:31 +00:00
Ondřej Kuzník
722a7b9891
ITS#10129 Fix lloadd.conf manpage
2023-11-09 15:55:53 +00:00
Howard Chu
f196fa17dc
ITS#10124 libldap: fix dhparam init with OpenSSL 3.x
2023-11-06 09:08:43 +00:00
Howard Chu
2939df1a1d
ITS#8498 slapadd: silence warning for NULL entry
2023-11-02 16:53:26 +00:00
Ondřej Kuzník
543230c9e7
ITS#10089 Fix acl logging
2023-11-02 14:02:15 +00:00
Ondřej Kuzník
1bdb67541a
ITS#10123 Adjust our prototypes for both K&R and C2x compatibility
2023-11-02 13:59:33 +00:00
Ondřej Kuzník
92cca70426
ITS#10123 Add a missing include
2023-11-02 13:42:07 +00:00
hyc
0ec664b0da
ITS#10100 fix Windows timestamps
...
Simplify, instead of trying to maintain offset between performance
counter and systemtime, just use performance counter.
2023-10-23 19:47:23 +00:00
Howard Chu
8c482cec9a
ITS#10094 libldap/OpenSSL: fix setting ciphersuites
...
Don't try old-style ciphersuite list if only v1.3 or newer ciphers were specified
2023-10-20 16:33:02 +00:00
Howard Chu
11b3e5946b
ITS#10117 build: fix slap-config.h decls for Windows DLLs
2023-10-19 18:46:54 +01:00
Ondřej Kuzník
3cf5db1610
ITS#10080 Preserve original choice of backend for entry_release
2023-10-09 20:22:42 +00:00
Howard Chu
5c7b096b3c
ITS#10105 liblber lutil_debug: ensure msg ends with NL
2023-10-02 18:53:23 +01:00
Ondřej Kuzník
38791abdc9
ITS#9959 Adjust tests
2023-09-27 14:44:52 +00:00
Ondřej Kuzník
b13132f2ce
ITS#9959 Expose connection endpoints in cn=monitor
2023-09-27 14:44:52 +00:00
Ondřej Kuzník
923483ccea
ITS#9959 Track actual connection local/peername
2023-09-27 14:44:52 +00:00
Ondřej Kuzník
100def6487
ITS#10084 Switch MECH default away from DIGEST-MD5
2023-09-26 17:16:29 +01:00
Ondřej Kuzník
9691d02268
ITS#10085 Disable the client SASL part of test029
...
When identity assertion is not done (e.g. cn=People which is Bjorn's
direct backend) we need to store the client's password to bind as them
but that only works if they did a simple bind. Might be enabled again if
identity assertion rules change in the future.
2023-09-26 17:15:55 +01:00
Florin Crișan
b7a22d380e
ITS#10101 libldap: fix double sb_close when first TLS connection fails
2023-09-21 17:34:59 +01:00
hyc
a7bd0416c8
More windows cleanup for slapi
...
Fix link dependencies.
Fix file locking in printmsg.c.
2023-09-07 21:13:35 +01:00
Howard Chu
3489931553
Cleanup Windows build
...
Fix make depend errors in slapi
2023-09-07 20:03:07 +01:00
Ondřej Kuzník
de89b06b03
ITS#10074 Fix type mismatches in lloadd
2023-08-23 01:21:15 +00:00
Ondřej Kuzník
242d1e6d62
ITS#7226 Make olcAuditlogFile SINGLE-VALUE
2023-08-21 12:19:16 +01:00
Ondřej Kuzník
02975a3dc7
ITS#10091 Do not allow dynlist being configured as global
2023-08-15 13:07:46 +01:00
François Kooman
61e4832110
ITS#9827 update Argon2 defaults
...
- switch to argon2id by default (from argon2i)
- use OWASP recommended parameters as defaults
This only affects builds that use libargon2, e.g. Debian, and
not builds that use libsodium as argon2id is already the
default there, and better parameters are used
References: https://bugs.openldap.org/show_bug.cgi?id=9827
Signed-off-by: François Kooman <fkooman@tuxed.net>
2023-08-11 20:58:56 +00:00
Ondřej Kuzník
39403c9db2
ITS#10073 back-ldap: Make sure we have a suffix configured
2023-08-11 20:00:50 +00:00
Greg Burd
ba90df4dc3
convert Debug to use config args
2023-08-10 15:29:47 -04:00
Howard Chu
2086008a79
Use ConfigArgs in ACL parsing
...
For better error propagation back to config clients, also
remove unconditional use of stderr.
parse_acl() was only partially converted, the rest remains to be done.
2023-08-08 14:18:33 -04:00
Howard Chu
9142da8eaf
Use ConfigArgs in slapi config parsing
2023-08-08 14:18:21 -04:00
Greg Burd
7a4812d2fa
Allow caller to determine if the process should exit or not when the regex is found to be problematic.
2023-08-08 11:08:22 -04:00
Ondřej Kuzník
2738a32de3
ITS#10045 Make sure we only unpause when paused
2023-07-31 16:46:12 +00:00
Quanah Gibson-Mount
52ee3e23a4
ITS#10086 - Fix incorrect configurations in test
...
Fix test to be valid
2023-07-28 20:02:35 +00:00
Ondřej Kuzník
5677a410e6
ITS#10083 Do not mess with a connection that's dying already
2023-07-20 16:21:54 +00:00
Nadezhda Ivanova
6cbcfa0af3
ITS#10076 suffixmassage in back-asyncmeta does not handle empty remote suffix correctly
2023-07-19 16:41:29 +00:00
Ondřej Kuzník
4b7b2172d9
ITS#10060 Try harder to find a finished operation with msgid=LDAP_RES_ANY
2023-07-19 14:53:47 +00:00
Ondřej Kuzník
3676f3ad69
ITS#10060 Return tag of last message if all=LDAP_MSG_ALL
2023-07-19 14:53:47 +00:00
Ondřej Kuzník
208d68cdd9
ITS#10070 Allow running without a valid resolv.conf file
2023-07-19 14:53:20 +00:00
Quanah Gibson-Mount
58b203d699
Merge remote-tracking branch 'origin/mdb.RE/0.9'
2023-07-10 16:22:45 +00:00
Quanah Gibson-Mount
ce201088de
Update release date for 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
Ondřej Kuzník
67d3fd3d14
ITS#10068 keep our own copy of the DN
2023-06-21 13:20:18 +01:00
Ondřej Kuzník
5ae48d085f
ITS#10067 Account for mods being optional
2023-06-20 01:03:12 +00:00