Skip to content

Releases: openziti/ziti-tunnel-sdk-c

v0.19.0

18 Jul 16:02
5aa7fac
Compare
Choose a tag to compare

Changes

Allow ZDEW to enumerate all/more/most processes when eval'ing posture checks @dovholuknf (#445)

closes #444

  • remove multiwriter bool and related stuff
  • update format away from %FT%T as it is inconsistent on windows. replace with long form
  • add function to grant SE_DEBUG to the executing process
  • change the way dates print to not be reliant on log init

Update to ziti-mattermost-action-py @smilindave26 (#442)

Update to use the python-based action

make the identities dir when building container image because it migh… @qrkourier (#441)

…t not be a bind volume mountpoint

don't allocate 1mb on the stack, rename .h @dovholuknf (#440)

closes issue #413 . 1mb was getting allocated to the stack. MSVC doesn't care for that using the defaults. calloc instead. rename instance.h to 'something else' as it clashes with some windows Instance.h

wait N seconds for enroll token or identity file to appear @qrkourier (#436)

select intercept with closest matching address @scareything (#435)

closes #424

v0.18.17

07 Jul 16:12
e2a127c
Compare
Choose a tag to compare

Changes

fix memory leaks @ekoby (#428)

avoid unnecessary allocations
update [email protected]

remove log message from top of intercept_match_addr @scareything (#431)

Fix old distribution builds @sabedevops (#430)

stop requiring docker mount @qrkourier (#403)

to allow for stuffing identity in local images that are never published

Fix packaging for older distributions @sabedevops (#429)

update [email protected] @ekoby (#425)

pulls in Ziti Controller new_address fix

start using newer qemu and older Debian to work around libc-bin error @qrkourier (#401)

free allocated object if not used @ekoby (#423)

Implement route update batching @ekoby (#421)

API to allow netif drivers to implement route updates batching
implement route batching for Linux

[fixes #418]

v0.18.16

28 Jun 12:22
7759f22
Compare
Choose a tag to compare

Changes

log incoming/outgoing packets at netif driver level @ekoby (#420)

systemd fixes @qrkourier (#354)

@sabedevops 's systemd fixes and a script fix to delete the OTT JWT file after successfully enrolling

Fixed issue where ip based services with forwardAddress=false cause s… @r-caamano (#417)

Fixed issue where ip based services with forwardAddress=false cause seg fault

Better disable enable @ekoby (#405)

v0.18.15

24 Jun 21:02
267a620
Compare
Choose a tag to compare

Changes

use ziti_address fields when building address lists in tunnel_service responses. @scareything (#411)

v0.18.14

24 Jun 17:16
8797d71
Compare
Choose a tag to compare

Changes

use count to verify existence of test nrpt rule. @scareything (#407)

v0.18.13

23 Jun 16:22
9c806f1
Compare
Choose a tag to compare

Changes

ziti_host_cfg_v1.listen_options is a real struct @ekoby (#402)

Fixes crash when host.v1 config specifies listen_options

v0.18.12

23 Jun 00:12
7e95446
Compare
Choose a tag to compare

Changes

get ziti-sdk-c 0.28.9 @scareything (#399)

v0.18.11

20 Jun 16:46
480dcb7
Compare
Choose a tag to compare

Changes

Docker stuff: add ziti-host (run-host) Compose service and a local crossbuild script @qrkourier (#358)

Build with visual studio on Windows @scareything (#391)

Use ziti_address in intercept and host configurations @scareything (#388)

v0.18.10

13 Jun 15:52
36f70eb
Compare
Choose a tag to compare

Changes

fix crash: really remove deleted request from the map @ekoby (#390)

fix leak: drop duplicate requests

v0.18.9

08 Jun 20:13
c9fad1d
Compare
Choose a tag to compare

Changes

Move install directory to 'openziti' @sabedevops (#384)

Issue: #383

update [email protected] @ekoby (#381)

fix a typo @qrkourier (#382)

Packaging Improvements @sabedevops (#378)

  1. Aligns packaging dns ip_range with #346.
  2. Fixes #373
  3. Moves default identity-dir from /opt/ziti/etc/identity to /opt/ziti/etc/identities
  4. Aligns post installation informational messaging between rpm and deb
  5. Fixes unreported issue with ZTE reading processed JWT's as identities.