Skip to content

Releases: openziti/ziti-tunnel-sdk-c

v0.19.10

20 Sep 17:51
58b97d7
Compare
Choose a tag to compare

Changes

Send RST to client when closing un-established connections @scareything (#492)

Fixes #491.

Fix deb package removal script. @sabedevops (#483)

Fixes #481.

Update dependencies

  • lwip 2.1.0 --> 2.1.3
  • ziti-sdk-c 0.29.4 --> 0.29.7

return bool from ziti_address_from_string @scareything (#480)

recycle DNS ips @scareything (#478)

closes #475

v0.19.9

11 Aug 13:43
ecc12ff
Compare
Choose a tag to compare

Changes

don't set mfa needed on startup when reading config file @dovholuknf (#477)

closes #476

use snprintf which is safer than sprintf @dovholuknf (#471)

don't crash when dns request cannot be parsed @scareything (#472)

v0.19.8

08 Aug 11:24
0faf819
Compare
Choose a tag to compare

Changes

fixes tun ip being incorrectly reported to zdew @dovholuknf (#470)

closes #466
closes #465

  • use tun ip for the 'IP' field
  • when calculating IP of tun - use the ip provided
  • add to the tunip to get the dns ip

use info on startup until processing actual log level. fix a warn->debug @dovholuknf (#468)

closes #464

change two warns to debug and stop using ZITI_LOG_DEFAULT_LEVEL since the c sdk changed behaviors recently. Use INFO explicitly until processing the actual setting so certain startup messages are not skipped

fix misleading logging error @dovholuknf (#469)

closes #395

  • fix the semaphore init so that the message doesn't get logged
  • move logging init above functions that use the logger so that logging will actually log...

add ziti-tunnel-sdk-c tests to all runner. @scareything (#439)

link all_tests runner with tsdk tests library

Added dial by fqdn for addressable terminators when using wildcard dn… @r-caamano (#432)

Added dial by fqdn for addressable terminators when using wildcard dns and optimized lookups for dial variables via appData.

v0.19.7

29 Jul 13:58
6e1d1b5
Compare
Choose a tag to compare

Changes

update [email protected] @ekoby (#463)

free queued pbuf when closing udp connections @scareything (#460)

closes #459

v0.19.6

26 Jul 21:01
9d33a4f
Compare
Choose a tag to compare

Changes

bump cSDK version @qrkourier (#458)

v0.19.5

25 Jul 19:05
0f80409
Compare
Choose a tag to compare

Changes

when running as a service, call this ZDEW @dovholuknf (#457)

v0.19.4

25 Jul 17:30
226064c
Compare
Choose a tag to compare

Changes

Upload Debian package to Artifactory with jFrog CLI @qrkourier (#453)

v0.19.3

24 Jul 13:56
29c23d7
Compare
Choose a tag to compare

Changes

if log_level is not set, return default INFO @dovholuknf (#455)

closes #454

-i doesn't read the config file. have to decide if we want that or not when using -i

v0.19.2

22 Jul 14:37
1bc7c50
Compare
Choose a tag to compare

Changes

small changes - picks up posture.c log fix @dovholuknf (#452)

Common Changes:

  • update to csdk 0.29.2 which has the posture.c log fix in it
  • remove the very chatty log message about matching address for now
  • small change to how -I works to not try to load identity files we know we shouldn't and improve logging for those files/directories (at debug level)

Windows-related Cleanup:

  • remove log-utils.h and just define them once - they are now only used when running as a windows service
  • moved log_utils.c to windows/log_utils.c to indicate that it's 'just for windows'
  • added some const char* to clean some warnings here/there
  • as the whole file is 'windows only' now - removed all the #if _WIN32 and the associated 'else' blocks
  • got rid of 'multi_writer' and replaced with is_interactive. if running in console, it'll write to logs and output to console automagically
  • removed the async log flusher stuff and just flush to file on line write

bump MacOS hosted runner version @qrkourier (#451)

v0.19.1

21 Jul 16:51
f48b7ac
Compare
Choose a tag to compare

Changes

publish Artifactory RPMs @qrkourier (#446)

remove fixme statement from readme @qrkourier (#448)

move doc fragments about tunnelers to main article in ziti-docs @qrkourier (#447)

Relates to openziti/ziti-doc#138