]> git.ipfire.org Git - thirdparty/openldap.git/log
thirdparty/openldap.git
18 months agoITS#10150 - Remove dead code
Quanah Gibson-Mount [Thu, 11 Jan 2024 18:32:03 +0000 (18:32 +0000)] 
ITS#10150 - Remove dead code

Remove dead code for ancient version of macos

19 months agoITS#9378, ITS#10125
Quanah Gibson-Mount [Thu, 11 Jan 2024 22:35:25 +0000 (22:35 +0000)] 
ITS#9378, ITS#10125

19 months agoITS#10125 mdb_load: fix cursor reinit in Append mode
Howard Chu [Sun, 5 Nov 2023 17:34:03 +0000 (17:34 +0000)] 
ITS#10125 mdb_load: fix cursor reinit in Append mode

19 months agoITS#10110 Do not skip backover for result entries
Ondřej Kuzník [Tue, 9 Jan 2024 15:36:40 +0000 (15:36 +0000)] 
ITS#10110 Do not skip backover for result entries

19 months agoITS#10151 Make sure we release scratch objects on "error"
Ondřej Kuzník [Fri, 5 Jan 2024 12:48:01 +0000 (12:48 +0000)] 
ITS#10151 Make sure we release scratch objects on "error"

19 months agoITS#10080 Fix typo in test script and add checks for ADD and MODRDN.
Hiroyuki Homma [Thu, 11 Jan 2024 02:43:03 +0000 (11:43 +0900)] 
ITS#10080 Fix typo in test script and add checks for ADD and MODRDN.

19 months agoITS#10080 Fix refreshAndPersist synchronization problem with glue + rwm
Hiroyuki Homma [Wed, 10 Jan 2024 06:06:49 +0000 (15:06 +0900)] 
ITS#10080 Fix refreshAndPersist synchronization problem with glue + rwm

19 months agoITS#10135 dynlist: fix search2resp callback context
Howard Chu [Fri, 5 Jan 2024 14:01:16 +0000 (14:01 +0000)] 
ITS#10135 dynlist: fix search2resp callback context

19 months agoITS#10130 cleanup prev commit
Howard Chu [Tue, 9 Jan 2024 17:11:04 +0000 (17:11 +0000)] 
ITS#10130 cleanup prev commit

19 months agoITS#10130 Several callers of getpassphrase() ignore NULL returns
Stacey Marshall [Tue, 14 Nov 2023 16:36:16 +0000 (16:36 +0000)] 
ITS#10130 Several callers of getpassphrase() ignore NULL returns

19 months agoITS#7420 move entry_naming_check earlier in Add
Howard Chu [Tue, 19 Dec 2023 13:08:14 +0000 (13:08 +0000)] 
ITS#7420 move entry_naming_check earlier in Add

Make sure RDN is present in e_attrs before passing entry to overlays

19 months agoITS#9378 Add replay tool
Howard Chu [Fri, 22 Dec 2023 19:55:22 +0000 (19:55 +0000)] 
ITS#9378 Add replay tool

Reads a replay log and executes all the write ops

19 months agoITS#9378 Add explicit replay logging
Howard Chu [Fri, 22 Dec 2023 13:14:32 +0000 (13:14 +0000)] 
ITS#9378 Add explicit replay logging

Logs essential ops so they can be replayed.
Ignores read ops for now.

19 months agoITS#10143 only slapd should use the logfile
Howard Chu [Mon, 11 Dec 2023 17:56:51 +0000 (17:56 +0000)] 
ITS#10143 only slapd should use the logfile

19 months agoITS#10142 Link tiers in on cn=config startup
Ondřej Kuzník [Mon, 11 Dec 2023 17:05:02 +0000 (17:05 +0000)] 
ITS#10142 Link tiers in on cn=config startup

19 months agoITS#10145 ldap_url_parse_ext: fail earlier on bad URL enclosure
Howard Chu [Sat, 16 Dec 2023 14:01:46 +0000 (14:01 +0000)] 
ITS#10145 ldap_url_parse_ext: fail earlier on bad URL enclosure

19 months agoITS#10144 libldap: RDNs must contain at least 1 AVA
Howard Chu [Sat, 16 Dec 2023 12:45:56 +0000 (12:45 +0000)] 
ITS#10144 libldap: RDNs must contain at least 1 AVA

20 months agoITS#10092 fix prev commit for non-Windows
Howard Chu [Fri, 8 Dec 2023 03:41:40 +0000 (03:41 +0000)] 
ITS#10092 fix prev commit for non-Windows

20 months agoITS#10092 logging: fix EOL when logfile-format is explicitly set
Howard Chu [Fri, 8 Dec 2023 03:25:22 +0000 (03:25 +0000)] 
ITS#10092 logging: fix EOL when logfile-format is explicitly set

20 months agoITS#8826 Allow minimal dsaschema configuration in cn=config
Ondřej Kuzník [Tue, 28 Nov 2023 11:33:04 +0000 (11:33 +0000)] 
ITS#8826 Allow minimal dsaschema configuration in cn=config

20 months agoITS#10104 Add slapo-alias to contrib
Ondřej Kuzník [Mon, 25 Sep 2023 08:44:35 +0000 (09:44 +0100)] 
ITS#10104 Add slapo-alias to contrib

20 months agoITS#10103 Fix contrib module OIDs
Ondřej Kuzník [Mon, 25 Sep 2023 11:07:10 +0000 (12:07 +0100)] 
ITS#10103 Fix contrib module OIDs

20 months agoITS#10098 fixup passwd module subdirs too
Howard Chu [Fri, 1 Dec 2023 21:41:02 +0000 (21:41 +0000)] 
ITS#10098 fixup passwd module subdirs too

(Squash this)

20 months agoITS#10098 contrib: fix Makefiles for Windows
Howard Chu [Thu, 14 Sep 2023 19:31:41 +0000 (20:31 +0100)] 
ITS#10098 contrib: fix Makefiles for Windows

Must build with "make PLAT=NT"

20 months agoITS#10109 Pass operation to slap_get_csn()
Ondřej Kuzník [Mon, 27 Nov 2023 12:33:29 +0000 (12:33 +0000)] 
ITS#10109 Pass operation to slap_get_csn()

20 months agoITS#10013 Make freeing controls the job of whoever added it
Ondřej Kuzník [Mon, 12 Jun 2023 10:42:55 +0000 (11:42 +0100)] 
ITS#10013 Make freeing controls the job of whoever added it

20 months agoITS#10013 Introduce slap_add_ctrl, changing slap_add_ctrls signature
Ondřej Kuzník [Tue, 6 Jun 2023 10:52:34 +0000 (11:52 +0100)] 
ITS#10013 Introduce slap_add_ctrl, changing slap_add_ctrls signature

20 months agoITS#10025 slapo-dynlist: add option to disable filter support
Howard Chu [Mon, 31 Jul 2023 17:43:30 +0000 (18:43 +0100)] 
ITS#10025 slapo-dynlist: add option to disable filter support

20 months agoITS#10092 logging: fix strftime for Windows
Howard Chu [Fri, 29 Sep 2023 12:43:08 +0000 (13:43 +0100)] 
ITS#10092 logging: fix strftime for Windows

Although %T is standard and documented in M$ docs, it actually doesn't work in MSVCRT.

20 months agoITS#10092 fix local logger for Windows
Howard Chu [Fri, 11 Aug 2023 15:12:53 +0000 (16:12 +0100)] 
ITS#10092 fix local logger for Windows

Don't use writev, just copy the message to insert prefix

20 months agoITS#10080 Fix slapcat when gluing is on
Ondřej Kuzník [Thu, 9 Nov 2023 11:13:46 +0000 (11:13 +0000)] 
ITS#10080 Fix slapcat when gluing is on

20 months agoITS#8852 Optimise attr_cmp for sortval attributes
Ondřej Kuzník [Fri, 3 Nov 2023 13:53:39 +0000 (13:53 +0000)] 
ITS#8852 Optimise attr_cmp for sortval attributes

20 months agoITS#8677 back-sock: return error for CONTINUE
Howard Chu [Thu, 2 Nov 2023 17:53:16 +0000 (17:53 +0000)] 
ITS#8677 back-sock: return error for CONTINUE

instead of asserting

20 months agoITS#8180 back-sock: return error when str2entry fails
Howard Chu [Thu, 2 Nov 2023 17:49:42 +0000 (17:49 +0000)] 
ITS#8180 back-sock: return error when str2entry fails

21 months agoITS#9660 back-mdb: make startup fail msg less specific
Howard Chu [Thu, 9 Nov 2023 17:10:31 +0000 (17:10 +0000)] 
ITS#9660 back-mdb: make startup fail msg less specific

21 months agoITS#10129 Fix lloadd.conf manpage
Ondřej Kuzník [Thu, 9 Nov 2023 15:55:53 +0000 (15:55 +0000)] 
ITS#10129 Fix lloadd.conf manpage

21 months agoITS#10124 libldap: fix dhparam init with OpenSSL 3.x
Howard Chu [Mon, 6 Nov 2023 09:08:43 +0000 (09:08 +0000)] 
ITS#10124 libldap: fix dhparam init with OpenSSL 3.x

21 months agoITS#8498 slapadd: silence warning for NULL entry
Howard Chu [Thu, 2 Nov 2023 16:53:26 +0000 (16:53 +0000)] 
ITS#8498 slapadd: silence warning for NULL entry

21 months agoITS#10089 Fix acl logging
Ondřej Kuzník [Thu, 2 Nov 2023 14:02:15 +0000 (14:02 +0000)] 
ITS#10089 Fix acl logging

21 months agoITS#10123 Adjust our prototypes for both K&R and C2x compatibility
Ondřej Kuzník [Thu, 2 Nov 2023 13:59:33 +0000 (13:59 +0000)] 
ITS#10123 Adjust our prototypes for both K&R and C2x compatibility

21 months agoITS#10123 Add a missing include
Ondřej Kuzník [Thu, 2 Nov 2023 13:42:07 +0000 (13:42 +0000)] 
ITS#10123 Add a missing include

21 months agoITS#10100 fix Windows timestamps
hyc [Thu, 21 Sep 2023 02:43:23 +0000 (19:43 -0700)] 
ITS#10100 fix Windows timestamps

Simplify, instead of trying to maintain offset between performance
counter and systemtime, just use performance counter.

21 months agoITS#10095
Quanah Gibson-Mount [Mon, 23 Oct 2023 19:45:12 +0000 (19:45 +0000)] 
ITS#10095

21 months agoITS#10094 libldap/OpenSSL: fix setting ciphersuites
Howard Chu [Thu, 12 Oct 2023 16:22:48 +0000 (17:22 +0100)] 
ITS#10094 libldap/OpenSSL: fix setting ciphersuites

Don't try old-style ciphersuite list if only v1.3 or newer ciphers were specified

21 months agoITS#10117 build: fix slap-config.h decls for Windows DLLs
Howard Chu [Thu, 19 Oct 2023 17:46:54 +0000 (18:46 +0100)] 
ITS#10117 build: fix slap-config.h decls for Windows DLLs

22 months agoITS#10080 Preserve original choice of backend for entry_release
Ondřej Kuzník [Thu, 24 Aug 2023 10:33:50 +0000 (11:33 +0100)] 
ITS#10080 Preserve original choice of backend for entry_release

22 months agoITS#10105 liblber lutil_debug: ensure msg ends with NL
Howard Chu [Mon, 2 Oct 2023 17:51:28 +0000 (18:51 +0100)] 
ITS#10105 liblber lutil_debug: ensure msg ends with NL

22 months agoITS#9959 Adjust tests
Ondřej Kuzník [Thu, 22 Jun 2023 10:23:26 +0000 (11:23 +0100)] 
ITS#9959 Adjust tests

22 months agoITS#9959 Expose connection endpoints in cn=monitor
Ondřej Kuzník [Mon, 12 Dec 2022 15:52:15 +0000 (15:52 +0000)] 
ITS#9959 Expose connection endpoints in cn=monitor

22 months agoITS#9959 Track actual connection local/peername
Ondřej Kuzník [Mon, 12 Dec 2022 15:51:51 +0000 (15:51 +0000)] 
ITS#9959 Track actual connection local/peername

22 months agoITS#10084 Switch MECH default away from DIGEST-MD5
Ondřej Kuzník [Fri, 18 Aug 2023 10:00:33 +0000 (11:00 +0100)] 
ITS#10084 Switch MECH default away from DIGEST-MD5

22 months agoITS#10085 Disable the client SASL part of test029
Ondřej Kuzník [Fri, 18 Aug 2023 09:55:52 +0000 (10:55 +0100)] 
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.

22 months agoITS#10101 libldap: fix double sb_close when first TLS connection fails
Florin Crișan [Wed, 20 Sep 2023 13:06:09 +0000 (16:06 +0300)] 
ITS#10101 libldap: fix double sb_close when first TLS connection fails

23 months agoMore windows cleanup for slapi
hyc [Thu, 7 Sep 2023 20:04:18 +0000 (13:04 -0700)] 
More windows cleanup for slapi

Fix link dependencies.
Fix file locking in printmsg.c.

23 months agoCleanup Windows build
Howard Chu [Thu, 7 Sep 2023 19:03:07 +0000 (20:03 +0100)] 
Cleanup Windows build

Fix make depend errors in slapi

23 months agoITS#10095 partial revert of ITS#9278 2fd44e325195ae81664eb5dc36e7d265927c5ebc
Howard Chu [Sun, 27 Aug 2023 14:40:34 +0000 (15:40 +0100)] 
ITS#10095 partial revert of ITS#9278 2fd44e325195ae81664eb5dc36e7d265927c5ebc

The patch was incorrect and introduced numerous race conditions.
The original problem was a FreeBSD bug, subsequently fixed:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269277

23 months agoITS#10074 Fix type mismatches in lloadd
Ondřej Kuzník [Thu, 27 Jul 2023 10:19:20 +0000 (11:19 +0100)] 
ITS#10074 Fix type mismatches in lloadd

23 months agoITS#7226 Make olcAuditlogFile SINGLE-VALUE
Ondřej Kuzník [Mon, 21 Aug 2023 11:19:16 +0000 (12:19 +0100)] 
ITS#7226 Make olcAuditlogFile SINGLE-VALUE

23 months agoITS#10091 Do not allow dynlist being configured as global
Ondřej Kuzník [Tue, 15 Aug 2023 12:07:46 +0000 (13:07 +0100)] 
ITS#10091 Do not allow dynlist being configured as global

2 years agoITS#9827 update Argon2 defaults
François Kooman [Wed, 9 Aug 2023 14:39:21 +0000 (16:39 +0200)] 
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>
2 years agoITS#10073 back-ldap: Make sure we have a suffix configured
Ondřej Kuzník [Mon, 7 Aug 2023 15:14:10 +0000 (16:14 +0100)] 
ITS#10073 back-ldap: Make sure we have a suffix configured

2 years agoconvert Debug to use config args
Greg Burd [Thu, 10 Aug 2023 16:39:15 +0000 (12:39 -0400)] 
convert Debug to use config args

2 years agoUse ConfigArgs in ACL parsing
Howard Chu [Fri, 18 Mar 2022 16:34:40 +0000 (16:34 +0000)] 
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.

2 years agoUse ConfigArgs in slapi config parsing
Howard Chu [Tue, 22 Mar 2022 16:01:59 +0000 (16:01 +0000)] 
Use ConfigArgs in slapi config parsing

2 years agoAllow caller to determine if the process should exit or not when the regex is found...
Greg Burd [Tue, 8 Aug 2023 15:08:22 +0000 (11:08 -0400)] 
Allow caller to determine if the process should exit or not when the regex is found to be problematic.

2 years agoITS#10045 Make sure we only unpause when paused
Ondřej Kuzník [Tue, 25 Jul 2023 10:08:30 +0000 (11:08 +0100)] 
ITS#10045 Make sure we only unpause when paused

2 years agoITS#10086 - Fix incorrect configurations in test
Quanah Gibson-Mount [Thu, 27 Jul 2023 17:20:57 +0000 (17:20 +0000)] 
ITS#10086 - Fix incorrect configurations in test

Fix test to be valid

2 years agoITS#10083 Do not mess with a connection that's dying already
Ondřej Kuzník [Wed, 19 Jul 2023 16:04:48 +0000 (17:04 +0100)] 
ITS#10083 Do not mess with a connection that's dying already

2 years agoITS#10076 suffixmassage in back-asyncmeta does not handle empty remote suffix correctly
Nadezhda Ivanova [Fri, 30 Jun 2023 12:52:48 +0000 (15:52 +0300)] 
ITS#10076 suffixmassage in back-asyncmeta does not handle empty remote suffix correctly

2 years agoITS#10060 Try harder to find a finished operation with msgid=LDAP_RES_ANY
Ondřej Kuzník [Wed, 21 Jun 2023 09:36:37 +0000 (10:36 +0100)] 
ITS#10060 Try harder to find a finished operation with msgid=LDAP_RES_ANY

2 years agoITS#10060 Return tag of last message if all=LDAP_MSG_ALL
Ondřej Kuzník [Wed, 21 Jun 2023 09:34:32 +0000 (10:34 +0100)] 
ITS#10060 Return tag of last message if all=LDAP_MSG_ALL

2 years agoITS#10070 Allow running without a valid resolv.conf file
Ondřej Kuzník [Thu, 22 Jun 2023 15:20:22 +0000 (16:20 +0100)] 
ITS#10070 Allow running without a valid resolv.conf file

2 years agoReturn to engineering
Quanah Gibson-Mount [Mon, 10 Jul 2023 21:20:16 +0000 (21:20 +0000)] 
Return to engineering

2 years agoMerge remote-tracking branch 'origin/mdb.RE/0.9'
Quanah Gibson-Mount [Mon, 10 Jul 2023 16:22:45 +0000 (16:22 +0000)] 
Merge remote-tracking branch 'origin/mdb.RE/0.9'

2 years agoUpdate release date for LMDB 0.9.31 LMDB_0.9.31
Quanah Gibson-Mount [Mon, 10 Jul 2023 16:09:21 +0000 (16:09 +0000)] 
Update release date for LMDB 0.9.31

2 years agoPrep for release
Quanah Gibson-Mount [Mon, 26 Jun 2023 16:54:11 +0000 (16:54 +0000)] 
Prep for release

2 years agoITS#10068 keep our own copy of the DN
Ondřej Kuzník [Tue, 20 Jun 2023 08:13:32 +0000 (09:13 +0100)] 
ITS#10068 keep our own copy of the DN

2 years agoITS#10067 Account for mods being optional
Ondřej Kuzník [Mon, 19 Jun 2023 14:41:09 +0000 (15:41 +0100)] 
ITS#10067 Account for mods being optional

2 years agoITS#9343 Adapt documentation to explain new behaviour
Ondřej Kuzník [Thu, 23 Feb 2023 12:07:09 +0000 (12:07 +0000)] 
ITS#9343 Adapt documentation to explain new behaviour

2 years agoITS#9343 More policy selection criteria
Ondřej Kuzník [Tue, 21 Feb 2023 16:44:34 +0000 (16:44 +0000)] 
ITS#9343 More policy selection criteria

2 years agoITS#9343 Check for objectclasss when retrieving policy
Ondřej Kuzník [Tue, 21 Feb 2023 13:45:44 +0000 (13:45 +0000)] 
ITS#9343 Check for objectclasss when retrieving policy

2 years agoITS#10013 Fix slapo-ppolicy control handling
Ondřej Kuzník [Tue, 21 Feb 2023 13:49:31 +0000 (13:49 +0000)] 
ITS#10013 Fix slapo-ppolicy control handling

2 years agoITS#10064 Allow renaming of Cft_Misc entries
Ondřej Kuzník [Tue, 21 Feb 2023 13:38:32 +0000 (13:38 +0000)] 
ITS#10064 Allow renaming of Cft_Misc entries

2 years agoITS#10063 - regenerate configure
Quanah Gibson-Mount [Fri, 2 Jun 2023 15:34:20 +0000 (15:34 +0000)] 
ITS#10063 - regenerate configure

2 years agoITS#10063 - Fix typo in configure variable
Quanah Gibson-Mount [Fri, 2 Jun 2023 13:56:59 +0000 (13:56 +0000)] 
ITS#10063 - Fix typo in configure variable

2 years agoITS#9952 libldap: use atexit for TLS teardown
Howard Chu [Fri, 19 May 2023 15:37:14 +0000 (16:37 +0100)] 
ITS#9952 libldap: use atexit for TLS teardown

2 years agoITS#10057 - homedir: Fix config attribute name
Quanah Gibson-Mount [Thu, 25 May 2023 17:03:58 +0000 (17:03 +0000)] 
ITS#10057 - homedir: Fix config attribute name

Fix config attribute name for olcHomedirArchivePath

2 years agoMerge remote-tracking branch 'origin/mdb.RE/0.9'
Quanah Gibson-Mount [Thu, 25 May 2023 19:38:28 +0000 (19:38 +0000)] 
Merge remote-tracking branch 'origin/mdb.RE/0.9'

2 years agoITS#8447
Quanah Gibson-Mount [Thu, 25 May 2023 19:37:01 +0000 (19:37 +0000)] 
ITS#8447

2 years agoITS#8447 fix cursor_put(MDB_CURRENT) on DUPSORT DB with different-sized data
Howard Chu [Mon, 6 Mar 2023 16:47:44 +0000 (16:47 +0000)] 
ITS#8447 fix cursor_put(MDB_CURRENT) on DUPSORT DB with different-sized data

2 years agoITS#10023 libldap: fix asynch connects
Ian Puleston [Thu, 16 Mar 2023 20:09:48 +0000 (13:09 -0700)] 
ITS#10023 libldap: fix asynch connects

This is option #1

2 years agoFix hanging indent in slapo-ldap manpage
Ondřej Kuzník [Thu, 25 May 2023 15:36:18 +0000 (16:36 +0100)] 
Fix hanging indent in slapo-ldap manpage

2 years agoCheck slapadd result before continuing with test
Ondřej Kuzník [Wed, 24 May 2023 12:20:05 +0000 (13:20 +0100)] 
Check slapadd result before continuing with test

2 years agofix typo in lload.conf.5 cerificate -> certificate
Quanah Gibson-Mount [Mon, 15 May 2023 20:53:53 +0000 (20:53 +0000)] 
fix typo in lload.conf.5 cerificate -> certificate

2 years agoITS#10014, ITS#10039, ITS#10053 - Regenerate configure
Quanah Gibson-Mount [Mon, 15 May 2023 20:11:50 +0000 (20:11 +0000)] 
ITS#10014, ITS#10039, ITS#10053 - Regenerate configure

2 years agoITS#10039 Test for SSL_CTX_set_ciphersuites()
orbea [Wed, 12 Apr 2023 19:55:46 +0000 (12:55 -0700)] 
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

2 years agoITS#10047 back-mdb: fix indexer resume on slapd restart
Howard Chu [Tue, 9 May 2023 13:38:13 +0000 (14:38 +0100)] 
ITS#10047 back-mdb: fix indexer resume on slapd restart

when overlays are in use on the database

2 years agoITS#10047 back-mdb: delete idxckp table after slapindex
Howard Chu [Tue, 9 May 2023 13:36:25 +0000 (14:36 +0100)] 
ITS#10047 back-mdb: delete idxckp table after slapindex

Could do it when beginning too, either way an interrupted slapindex
must be rerun completely.

2 years agoITS#10046 Update manpage
Ondřej Kuzník [Tue, 9 May 2023 12:58:54 +0000 (13:58 +0100)] 
ITS#10046 Update manpage

2 years agoITS#10048 Improve regex config error handling
Ondřej Kuzník [Tue, 9 May 2023 12:11:46 +0000 (13:11 +0100)] 
ITS#10048 Improve regex config error handling