]> git.ipfire.org Git - thirdparty/openldap.git/log
thirdparty/openldap.git
16 months agoITS#10163, ITS#10201 - Regenerate configure
Quanah Gibson-Mount [Sat, 6 Apr 2024 23:37:14 +0000 (23:37 +0000)] 
ITS#10163, ITS#10201 - Regenerate configure

16 months agoITS#10163 More configure munging
Howard Chu [Thu, 15 Feb 2024 01:32:22 +0000 (01:32 +0000)] 
ITS#10163 More configure munging

Streamline configuration of slapd modules. Just use the
appropriate OL_ARG_ENABLE_xx, then almost no other edits
will be needed in configure.ac when adding new modules.

Backends will still have to add their Makefile to the
AC_CONFIG_FILES() list.

16 months agoHappy New Year!
Quanah Gibson-Mount [Tue, 26 Mar 2024 19:45:07 +0000 (19:45 +0000)] 
Happy New Year!

16 months agoITS#10189 - Remove extraneous #endif
Quanah Gibson-Mount [Tue, 26 Mar 2024 16:23:20 +0000 (16:23 +0000)] 
ITS#10189 - Remove extraneous #endif

16 months agoITS#10161 Add nestgroup overlay
Howard Chu [Fri, 26 Jan 2024 17:22:16 +0000 (17:22 +0000)] 
ITS#10161 Add nestgroup overlay

16 months agoITS#10188 autogroup: allow groups to be members of other groups
Howard Chu [Tue, 19 Mar 2024 16:28:24 +0000 (16:28 +0000)] 
ITS#10188 autogroup: allow groups to be members of other groups

But doesn't support recursion - modifications on one autogroup
will not trigger further updates on other autogroups that reference it.

16 months agoITS#10188 autogroup: cleanup autogroup_response
Howard Chu [Tue, 19 Mar 2024 16:23:38 +0000 (16:23 +0000)] 
ITS#10188 autogroup: cleanup autogroup_response

Minor restructuring

16 months agoITS#10185 autogroup: fix missing mutex_unlock
Howard Chu [Tue, 19 Mar 2024 16:20:56 +0000 (16:20 +0000)] 
ITS#10185 autogroup: fix missing mutex_unlock

Broken in 95e7a7be16a3fc751f1ad4c210e69c37ad96f69b

16 months agoITS#10185 autogroup: check for invalid memberURL filter
Howard Chu [Fri, 15 Mar 2024 01:44:56 +0000 (01:44 +0000)] 
ITS#10185 autogroup: check for invalid memberURL filter

17 months agoITS#10185 autogroup: plug memleak when deleting a group
Howard Chu [Tue, 12 Mar 2024 17:12:14 +0000 (17:12 +0000)] 
ITS#10185 autogroup: plug memleak when deleting a group

17 months agoITS#10185 autogroup: use dnIsSuffixScope to check DN membership
Howard Chu [Mon, 11 Mar 2024 18:32:00 +0000 (18:32 +0000)] 
ITS#10185 autogroup: use dnIsSuffixScope to check DN membership

Also break out of some loops after getting a matching result

17 months agoITS#10185 autogroup: don't process deletes until after op succeeds
Howard Chu [Thu, 29 Feb 2024 22:55:13 +0000 (22:55 +0000)] 
ITS#10185 autogroup: don't process deletes until after op succeeds

17 months agoITS#10185 autogroup: must populate dyngroup members on Add
Howard Chu [Thu, 29 Feb 2024 21:36:03 +0000 (21:36 +0000)] 
ITS#10185 autogroup: must populate dyngroup members on Add

The dynamic members should be populated up front, before passing the Add op
to the backend. The original code did both group and member processing up
front; the ITS#6970 patch moved both to the response callback. Only the
member processing should have been moved.

17 months agoITS#10186 overlay response callbacks should ignore op->o_abandon
Howard Chu [Tue, 5 Mar 2024 16:55:28 +0000 (16:55 +0000)] 
ITS#10186 overlay response callbacks should ignore op->o_abandon

17 months agoITS#10182 slapo-alias: check for static operational attrs too
Howard Chu [Fri, 23 Feb 2024 16:02:54 +0000 (16:02 +0000)] 
ITS#10182 slapo-alias: check for static operational attrs too

17 months agoITS#10044 dynlist: check for abandon in search2resp
Howard Chu [Wed, 21 Feb 2024 17:18:18 +0000 (17:18 +0000)] 
ITS#10044 dynlist: check for abandon in search2resp

17 months agoITS#10172 logging: report errors when rotation fails
Howard Chu [Thu, 8 Feb 2024 17:19:17 +0000 (17:19 +0000)] 
ITS#10172 logging: report errors when rotation fails

17 months agoITS#10177 fix back-perl build for clang15 or later
HAMANO Tsukasa [Wed, 14 Feb 2024 06:18:08 +0000 (15:18 +0900)] 
ITS#10177 fix back-perl build for clang15 or later

Remove problematic and unnecessary compile flags.

17 months agoslapo-autogroup: update Makefile to install manpage
Howard Chu [Thu, 22 Feb 2024 14:53:28 +0000 (14:53 +0000)] 
slapo-autogroup: update Makefile to install manpage

17 months agoITS#7400 slapo-memberof: delete note about deprecation
Howard Chu [Tue, 20 Feb 2024 15:55:37 +0000 (15:55 +0000)] 
ITS#7400 slapo-memberof: delete note about deprecation

17 months agoITS#9952 TLS/OpenSSL: disable use of atexit()
Howard Chu [Sun, 18 Feb 2024 10:57:07 +0000 (10:57 +0000)] 
ITS#9952 TLS/OpenSSL: disable use of atexit()

This will only have any effect if libldap is the first caller to
initialize OpenSSL, but that should be all that matters when libldap
is part of a dynmically loaded module. It prevents the crash in the
example cases given.

17 months agoITS#10179 back-asyncmeta(5) man page incorrectly mentions rewrite
Nadezhda Ivanova [Thu, 15 Feb 2024 13:36:48 +0000 (15:36 +0200)] 
ITS#10179 back-asyncmeta(5) man page incorrectly mentions rewrite

back-asyncmeta does not currently support the rewrite engine.

17 months agoITS#10164 back-meta hangs when used with dynlist overlay
Nadezhda Ivanova [Wed, 7 Feb 2024 14:35:48 +0000 (16:35 +0200)] 
ITS#10164 back-meta hangs when used with dynlist overlay

Make sure every proxied operation has a separate candidates structure.

17 months agoRevert "ITS#9952 libldap: use atexit for TLS teardown"
Howard Chu [Tue, 13 Feb 2024 17:29:05 +0000 (17:29 +0000)] 
Revert "ITS#9952 libldap: use atexit for TLS teardown"

This reverts commit 337455eb3a66176cc3f66d2c663a72cc7b4178bd.
The change was non-portable, caused ITS#10176. OpenSSL 3 is
broken and should be fixed.

18 months agoITS#10173 Populate li_minCSN on conversion
Ondřej Kuzník [Thu, 8 Feb 2024 17:20:39 +0000 (17:20 +0000)] 
ITS#10173 Populate li_minCSN on conversion

18 months agoITS#10171 - Explicitly cast private values
Stephen Gallagher [Wed, 7 Feb 2024 02:38:24 +0000 (21:38 -0500)] 
ITS#10171 - Explicitly cast private values

Fixes issues with -Werror=incompatible-pointer-types

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
18 months agoITS#10170 accesslog: skip response if not fully initialized yet
Howard Chu [Wed, 7 Feb 2024 17:02:52 +0000 (17:02 +0000)] 
ITS#10170 accesslog: skip response if not fully initialized yet

18 months agoITS#10163 - Regenerate configure
Quanah Gibson-Mount [Tue, 6 Feb 2024 17:07:52 +0000 (17:07 +0000)] 
ITS#10163 - Regenerate configure

18 months agoITS#7400 memberof: note consumers must use exattr
Howard Chu [Sun, 4 Feb 2024 18:50:04 +0000 (18:50 +0000)] 
ITS#7400 memberof: note consumers must use exattr

to exclude the memberof attribute from replication

18 months agoITS#10167 slapo-memberof: add addcheck option
Howard Chu [Thu, 1 Feb 2024 18:58:50 +0000 (18:58 +0000)] 
ITS#10167 slapo-memberof: add addcheck option

Check memberships of newly added entries.

18 months agoITS#9823 Move to a place that is better associated with accesslog
Ondřej Kuzník [Tue, 30 Jan 2024 14:56:11 +0000 (14:56 +0000)] 
ITS#9823 Move to a place that is better associated with accesslog

18 months agoReview tweak (squash this)
Howard Chu [Mon, 5 Feb 2024 14:17:25 +0000 (14:17 +0000)] 
Review tweak (squash this)

18 months agoReview tweaks (squash this)
Howard Chu [Mon, 5 Feb 2024 14:09:17 +0000 (14:09 +0000)] 
Review tweaks (squash this)

18 months agoITS#10163 cleanup configure/tests integration
Howard Chu [Tue, 30 Jan 2024 22:37:52 +0000 (22:37 +0000)] 
ITS#10163 cleanup configure/tests integration

Streamline backend/overlay definition.

18 months agoslapo-autogroup: fix typo in Debug msg
Howard Chu [Mon, 5 Feb 2024 15:54:03 +0000 (15:54 +0000)] 
slapo-autogroup: fix typo in Debug msg

Made in 1cf39a8568fb9b64518aaa7618e20e8cf7084006

18 months agoslapo-autogroup: fix typo in Debug msg
Howard Chu [Mon, 5 Feb 2024 15:48:31 +0000 (15:48 +0000)] 
slapo-autogroup: fix typo in Debug msg

Was present in original commit 946e8591088b557cbd326a904c138d910a7b9f9e

18 months agoITS#10165 back-meta fails to bind to target when proxying an internal operation
Nadezhda Ivanova [Wed, 31 Jan 2024 13:32:09 +0000 (15:32 +0200)] 
ITS#10165 back-meta fails to bind to target when proxying an internal operation

18 months agoITS#10166 slapi: fix plugin.c plugin_pblock_new() usage
Howard Chu [Wed, 31 Jan 2024 16:00:30 +0000 (16:00 +0000)] 
ITS#10166 slapi: fix plugin.c plugin_pblock_new() usage

Broken in 9142da8eaf691720f7d6288954250ef085bd3da0

18 months agoITS#10014 Non blocking TLS session accept for mbedtls handle
johan pascal [Fri, 26 Jan 2024 10:24:25 +0000 (11:24 +0100)] 
ITS#10014 Non blocking TLS session accept for mbedtls handle

18 months agoITS#10139 back-config: Honour disclose in matchedDN handling
Ondřej Kuzník [Thu, 25 Jan 2024 12:50:34 +0000 (12:50 +0000)] 
ITS#10139 back-config: Honour disclose in matchedDN handling

18 months agoMerge remote-tracking branch 'origin/mdb.RE/0.9'
Quanah Gibson-Mount [Mon, 29 Jan 2024 18:21:14 +0000 (18:21 +0000)] 
Merge remote-tracking branch 'origin/mdb.RE/0.9'

18 months agoPrep for release LMDB_0.9.32
Quanah Gibson-Mount [Mon, 29 Jan 2024 18:20:26 +0000 (18:20 +0000)] 
Prep for release

18 months agoITS#7420 clarify prev commit
Howard Chu [Sun, 28 Jan 2024 04:43:44 +0000 (04:43 +0000)] 
ITS#7420 clarify prev commit

18 months agoITS#7420 more for prev commit
Howard Chu [Sun, 28 Jan 2024 04:00:34 +0000 (04:00 +0000)] 
ITS#7420 more for prev commit

On naming error, don't free modvals

18 months agoMerge remote-tracking branch 'origin/mdb.RE/0.9'
Quanah Gibson-Mount [Sat, 20 Jan 2024 22:31:58 +0000 (22:31 +0000)] 
Merge remote-tracking branch 'origin/mdb.RE/0.9'

18 months agoITS#10125: fix bad merge
Howard Chu [Sat, 20 Jan 2024 21:16:17 +0000 (21:16 +0000)] 
ITS#10125: fix bad merge

From ac011b2c5a14d665b5756d8a7435627ffc508855

18 months agoITS#10059 - Add configuration example for slapo-homedir(5)
Craig Balfour [Fri, 26 May 2023 13:51:26 +0000 (15:51 +0200)] 
ITS#10059 - Add configuration example for slapo-homedir(5)

18 months agoITS#10153 - slapd(8) describe -T modify (slapmodify)
SATOH Fumiyasu [Thu, 21 Dec 2023 07:37:31 +0000 (16:37 +0900)] 
ITS#10153 - slapd(8) describe -T modify (slapmodify)

18 months agoITS#10137
Quanah Gibson-Mount [Tue, 16 Jan 2024 20:30:34 +0000 (20:30 +0000)] 
ITS#10137

18 months agoITS#10137 LMDB: Allow users to define MDB_IDL_LOGN
Clément Renault [Mon, 27 Nov 2023 09:35:15 +0000 (10:35 +0100)] 
ITS#10137 LMDB: Allow users to define MDB_IDL_LOGN

18 months agoITS#10154 - Add github action to automatically close PRs
Quanah Gibson-Mount [Thu, 11 Jan 2024 17:12:40 +0000 (17:12 +0000)] 
ITS#10154 - Add github action to automatically close PRs

GitHub is a mirror, nothing should be opened there for the project.

18 months agoITS#7420 re-fix slapcommon.c
Howard Chu [Mon, 15 Jan 2024 16:43:56 +0000 (16:43 +0000)] 
ITS#7420 re-fix slapcommon.c

bconfig requires RDN to pass schema check

19 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