Yves Rutschle
|
5ad1ea1e25
|
complete changelog for v2.3.0
|
2025-04-06 11:46:19 +02:00 |
|
Yves Rutschle
|
24c3bb07a0
|
add support for proxyprotocol v1 on backend server side
|
2025-03-09 18:49:17 +01:00 |
|
Yves Rutschle
|
bf082292c2
|
new is_unix field to create listen unix sockets
|
2024-12-22 23:54:14 +01:00 |
|
Yves Rutschle
|
cac7f48fa7
|
new is_unix field to connect to unix socket target servers
|
2024-12-22 16:17:47 +01:00 |
|
Yves Rutschle
|
9e6b4fae29
|
refactor: isolate inet connection
|
2024-12-22 00:06:54 +01:00 |
|
Yves Rutschle
|
9243a6e369
|
check asprintf return value (fix #471)
|
2024-09-08 23:11:50 +02:00 |
|
Yves Rutschle
|
316e9a1863
|
fix documentation on verboseness (#452)
|
2024-07-10 15:41:49 +02:00 |
|
Yves Rutschle
|
b619f5bf36
|
add a verbose option that overrides all others
|
2024-07-10 15:31:55 +02:00 |
|
Sergey Ponomarev
|
b3c770898a
|
Ignore opts (#436)
* Be less strict about args at startup
Ignore unknown options.
* Don't fail if pid file is accessible
|
2024-04-13 11:03:54 +02:00 |
|
Yves Rutschle
|
ed0ab12a16
|
reintroduce --ssl as alias to --tls
|
2024-01-02 21:38:23 +01:00 |
|
Josh Soref
|
6b8a203691
|
spelling: responsibility
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-07-30 01:43:12 -04:00 |
|
Josh Soref
|
08bea0e15d
|
spelling: discrepancy
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-07-30 01:43:12 -04:00 |
|
Josh Soref
|
a6a73f4d32
|
spelling: arbitrary
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-07-30 01:43:12 -04:00 |
|
Yves Rűtschlé
|
5cba44f5fa
|
Add built-in MSRDP support
|
2022-09-11 21:51:06 +02:00 |
|
Yves Rűtschlé
|
f418ae6128
|
added wireguard command-line setting
|
2022-09-04 18:48:17 +02:00 |
|
yrutschle
|
d23a537d62
|
regerenate c2s files
|
2022-04-30 09:56:08 +02:00 |
|
lns
|
f9831df8bc
|
Added support for logging to a file.
* Added ASAN/LSAN/UBSAN support via Makefile
* Fixed a memory leak
Signed-off-by: lns <matzeton@googlemail.com>
|
2022-04-28 15:19:18 +02:00 |
|
yrutschle
|
449fabba51
|
linked list sorted by timeout times
|
2022-04-24 18:35:09 +02:00 |
|
yrutschle
|
35036c94c7
|
make UDP hash size configurable
|
2022-04-10 09:03:53 +02:00 |
|
Yves Rutschle
|
f8684fc9d6
|
add resolve_on_forward to c2s files (fix #326)
|
2022-04-01 19:35:16 +02:00 |
|
yrutschle
|
9955cc6560
|
describe verbose options
|
2021-10-02 15:38:22 +02:00 |
|
yrutschle
|
caa62875c1
|
remove --verbose option
|
2021-09-27 13:28:21 +02:00 |
|
yrutschle
|
6ea7d48f86
|
migrate tls.c and probe.c to new log system
|
2021-09-26 16:55:31 +02:00 |
|
yrutschle
|
e6cbbe9511
|
migrate common.c to new logging system
|
2021-09-26 15:53:21 +02:00 |
|
yrutschle
|
e5f16b93ce
|
hexdump writes to parametrable msg_info
|
2021-09-19 21:54:47 +02:00 |
|
yrutschle
|
f7b6f669a4
|
sslh-select to use new log system
|
2021-09-19 20:24:46 +02:00 |
|
yrutschle
|
5e27806545
|
new logging system: now with message classes
|
2021-09-19 15:13:04 +02:00 |
|
yrutschle
|
4a6bbda60d
|
remove obsolete usage string and added lost version option
|
2021-08-24 14:10:14 +02:00 |
|
yrutschle
|
a43385b8db
|
remove hardcoded quick50 and teamspeak. to be replaced with a generalised regex setup to come in next version
|
2021-08-13 18:03:59 +02:00 |
|
yrutschle
|
63f9c4a582
|
added syslog probe (fixes #34)
|
2021-08-04 15:29:05 +02:00 |
|
yrutschle
|
4584e719e1
|
added hardcoded probe for Teamspeak3
|
2021-08-01 22:01:59 +02:00 |
|
yrutschle
|
75e426c80f
|
added hardcoded probe for QUICK50
|
2021-08-01 21:35:24 +02:00 |
|
yrutschle
|
37d2756703
|
move to PCRE for conf file
|
2021-07-23 22:36:20 +02:00 |
|
yrutschle
|
de0ec959d9
|
make udp timeout configurable per protocol
|
2021-07-08 14:13:04 +02:00 |
|
yrutschle
|
24e7f46a43
|
fix for libconfig 1.7.3 (#292)
|
2021-06-23 11:48:59 +02:00 |
|
yrutschle
|
bf2053eb79
|
fail gracefully if libconfig fails to find root element
|
2021-06-22 21:34:08 +02:00 |
|
yrutschle
|
71c617050d
|
fix collection extension
|
2021-03-17 21:16:08 +01:00 |
|
yrutschle
|
adb27aa4a3
|
add a per-protocol transparent proxy option
|
2021-02-21 21:03:01 +01:00 |
|
yrutschle
|
ebeabb6c18
|
add is_udp option and listen to UDP ports
|
2020-11-07 21:29:09 +01:00 |
|
yrutschle
|
8a1dae8c22
|
refactor: move local address resolution into start_listen_socket
|
2020-11-07 18:55:04 +01:00 |
|
yrutschle
|
07719f55b8
|
refactor echosrv to use conf2struct
|
2020-11-07 09:29:26 +01:00 |
|
yrutschle
|
9f99f296b1
|
warn about unknown settings in the configuration file
|
2020-08-29 18:22:42 +02:00 |
|
yrutschle
|
8b6e06e6c7
|
support for libconfig 1.4.9. Fix #275
|
2020-08-11 17:37:23 +02:00 |
|
yrutschle
|
72438dc1ae
|
dont try to use conffile count if libconfig is not present, fix #274
|
2020-08-04 16:37:49 +02:00 |
|
yrutschle
|
0af37a1bed
|
initialise runtime data, which avoids using bad pointers in tls.c as in issue 273
|
2020-07-29 22:52:48 +02:00 |
|
yrutschle
|
08ce89b6e2
|
fix tinc configuration target
|
2020-07-29 22:31:02 +02:00 |
|
yrutschle
|
2c93a015ea
|
make libconfig optionnal again
|
2020-07-24 16:51:06 +02:00 |
|
yrutschle
|
8638199f13
|
test for command line parameters
|
2020-07-19 18:32:57 +02:00 |
|
yrutschle
|
d7cf82424b
|
add --anyprot command line option (fix #272)
|
2020-07-18 17:27:32 +02:00 |
|
yrutschle
|
f6b11a424b
|
reset config file option to --config
|
2020-07-17 21:58:23 +02:00 |
|