Ervin Hegedus
|
0ac551b070
|
Merge pull request #3430 from airween/v3/confvaluepathfix
fix: add Windows specific characters to config value syntax
|
2025-08-03 11:06:00 +03:00 |
|
Ervin Hegedus
|
013c8c2c7b
|
Remove escape from meta characters again
|
2025-08-01 13:28:19 +02:00 |
|
Ervin Hegedus
|
d8574c8c08
|
Fix date format pattern in auditlog's regression test
|
2025-08-01 11:38:39 +02:00 |
|
Ervin Hegedus
|
37948704df
|
Revert "Remove escape from meta characters"
This reverts commit 28bc3a98df54e251861d26dbb9f1374f622b97ea.
|
2025-08-01 09:33:22 +02:00 |
|
Ervin Hegedus
|
28bc3a98df
|
Remove escape from meta characters
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
|
2025-08-01 09:11:20 +02:00 |
|
Ervin Hegedus
|
72e3abdd12
|
Add Windows specific characters to config value syntax in config parser
|
2025-07-30 14:37:27 +02:00 |
|
Ervin Hegedus
|
f2170d8576
|
Merge pull request #3426 from wooffie/fix-rx-476
fix: rx operators better null checks
|
2025-07-29 15:48:47 +03:00 |
|
Burkov Egor
|
c60709a58c
|
fix: rx operators better null checks
|
2025-07-29 13:18:48 +03:00 |
|
Ervin Hegedus
|
1ff9f2a943
|
Merge pull request #3421 from airween/v3/secreqbodylimit
fix: integer type limits, 2nd try
|
2025-07-28 22:44:47 +03:00 |
|
Ervin Hegedus
|
690355b297
|
Merge pull request #3424 from wooffie/patch-1
fix: confusing indentation at acmp.cc
|
2025-07-28 19:07:27 +03:00 |
|
Burkov Egor
|
78b9cb7b57
|
Add more brackets
|
2025-07-28 15:11:02 +03:00 |
|
Burkov Egor
|
5d05ba359c
|
fix: confusing indentation at acmp.cc
|
2025-07-28 14:23:11 +03:00 |
|
Ervin Hegedus
|
9fb75d2c9a
|
Reformat code block with brackets
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
|
2025-07-28 10:38:01 +02:00 |
|
Ervin Hegedus
|
abed778b4a
|
Remove unused ConfigDouble class
|
2025-07-27 17:28:26 +02:00 |
|
Ervin Hegedus
|
8d15991fb4
|
Update comment
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
|
2025-07-27 17:14:12 +02:00 |
|
Ervin Hegedus
|
b8a22bb67a
|
Update error message
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
|
2025-07-27 17:09:11 +02:00 |
|
Ervin Hegedus
|
7e3c807c0d
|
Change syntax: add brackets to condition block
|
2025-07-27 17:07:12 +02:00 |
|
Ervin Hegedus
|
bb70ff06a4
|
Refactoring the cleaning of MATCHED_VAR* variables
|
2025-07-27 17:07:12 +02:00 |
|
Ervin Hegedus
|
08b70e006b
|
Merge pull request #3422 from airween/v3/matchedvarsfix2
Refactoring the cleaning of MATCHED_VAR* variables
|
2025-07-27 18:00:45 +03:00 |
|
Ervin Hegedus
|
79d55037c0
|
Refactoring the cleaning of MATCHED_VAR* variables
|
2025-07-25 14:33:24 +02:00 |
|
Ervin Hegedus
|
9a8ce8b5f5
|
Refactoring Config*Int types
|
2025-07-24 19:21:15 +02:00 |
|
Ervin Hegedus
|
cf24aeaead
|
Merge pull request #3405 from airween/v3/pmfromffix
fix: @pmFromFile with multiple files issue
|
2025-06-20 09:29:36 +02:00 |
|
Ervin Hegedus
|
6089b6b06b
|
Fix @pmFromFile with multiple files issue
|
2025-06-19 21:49:05 +02:00 |
|
Ervin Hegedus
|
31507404e6
|
Merge pull request #3392 from amezin/macaddr-resource-leak
Fix memory/socket leak in `UniqueId::ethernetMacAddress()`
|
2025-06-07 13:23:46 +02:00 |
|
Ervin Hegedus
|
f64ea2a708
|
Merge pull request #3390 from arvedarved/buildsystem-fixes
Buildsystem fixes
|
2025-06-07 09:06:04 +02:00 |
|
Ervin Hegedus
|
1362479d34
|
Merge pull request #3393 from JakubOnderka/json-log-hostname
Add hostname to JSON log
|
2025-05-28 22:55:57 +02:00 |
|
Jakub Onderka
|
8d3b2cacc4
|
Add hostname to JSON log
|
2025-05-28 16:24:09 +02:00 |
|
Aleksandr Mezin
|
a17193f7af
|
Fix memory/socket leak in UniqueId::ethernetMacAddress()
Don't jump over `close()`/`free()`
|
2025-05-27 12:42:36 +03:00 |
|
Tilman Keskinöz
|
de624f9460
|
Attempt to fix bogus change.
Reported by: CI via Ervin Hegedus
|
2025-05-23 10:28:38 +02:00 |
|
Tilman Keskinöz
|
7660125da6
|
buildfix for srcdir != builddir
automake doesn't support wildcards.
See https://www.gnu.org/software/automake/manual/html_node/Wildcards.html
for details.
Use the GNU make $(wildcard ) extension.
Note: this breaks with non-GNU make
|
2025-05-22 18:59:56 +02:00 |
|
Tilman Keskinöz
|
0caf30679f
|
buildfix
If libxml2 is in a non-default directory, it needs to be added
to LDFLAGS
|
2025-05-22 18:59:55 +02:00 |
|
Tilman Keskinöz
|
0bcabf3208
|
buildfix for srcdir != builddir
|
2025-05-22 18:59:51 +02:00 |
|
Ervin Hegedus
|
aab47091b1
|
Merge pull request #3364 from JakubOnderka/json-logging
Simplify code for JSON audit log
|
2025-05-11 10:54:47 +02:00 |
|
Ervin Hegedus
|
990d99b1fb
|
Merge pull request #3365 from JakubOnderka/disable-expect
Disable Expect when sending audit logs to remote HTTP server
|
2025-05-11 10:50:10 +02:00 |
|
Ervin Hegedus
|
220caa5abc
|
Merge pull request #3363 from airween/v3/xmlargsfeat
feat: improved XMLArgs processing
|
2025-05-04 19:46:18 +02:00 |
|
Ervin Hegedus
|
a3876e3c99
|
Avoid unvanted content parse (whitespaces between tags)
|
2025-05-02 22:34:03 +02:00 |
|
Ervin Hegedus
|
d228ea6607
|
Update comment
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
|
2025-05-01 22:28:27 +02:00 |
|
Ervin Hegedus
|
89442ede16
|
Change directives in tests; add multibyte test case
|
2025-04-28 22:35:22 +02:00 |
|
Ervin Hegedus
|
e8dc60ee06
|
Change node value's parsing to concatenate instead of copy it every time
|
2025-04-28 22:34:26 +02:00 |
|
Ervin Hegedus
|
bf707de08f
|
Change directive format to strict camel case
|
2025-04-28 21:58:18 +02:00 |
|
Ervin Hegedus
|
0b62b7eb85
|
Align debug messages to fix regression tests
|
2025-04-27 21:09:49 +02:00 |
|
Ervin Hegedus
|
91a45e79bd
|
Update error message
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
|
2025-04-27 20:28:30 +02:00 |
|
Ervin Hegedus
|
2135c8934e
|
Update comment
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
|
2025-04-27 20:28:07 +02:00 |
|
Ervin Hegedus
|
8947346cd4
|
Update comment
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
|
2025-04-27 20:27:47 +02:00 |
|
Ervin Hegedus
|
67429307cc
|
Update comment
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
|
2025-04-27 20:27:26 +02:00 |
|
Ervin Hegedus
|
0c7ea21a26
|
Update comment
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
|
2025-04-27 20:27:04 +02:00 |
|
Ervin Hegedus
|
72de7e8400
|
Update comment
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
|
2025-04-27 20:26:37 +02:00 |
|
Ervin Hegedus
|
0bf60208af
|
Add explanation
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
|
2025-04-27 20:26:09 +02:00 |
|
Ervin Hegedus
|
2000f4c048
|
Update comment
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
|
2025-04-27 20:25:20 +02:00 |
|
Ervin Hegedus
|
159f6120aa
|
Update comment
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
|
2025-04-27 20:24:47 +02:00 |
|