ziti-tunnel-sdk-c icon indicating copy to clipboard operation
ziti-tunnel-sdk-c copied to clipboard

Results 102 ziti-tunnel-sdk-c issues
Sort by recently updated
recently updated
newest added

Partially documented in this forum topic: https://openziti.discourse.group/t/permission-issue/1362/4

I am seeing this in the latest version 0.21.5 when using the -I [directory] syntax to specify a directory of identities vs when using -i [directory/to/identity.json]. The former fails with...

As the ```tun_ip``` is derived from ```dns_block```, set the ```tun```'s address prefix length equal to ```dns_block``` prefix length. Then ignore any route updates that are a subnet of the ```tun```'s...

I added and verified a CA enabled for auto-enroll. I issued a client cert from the external CA that I'd verified. I downloaded the verified CA's JWT. I attempted to...

The ZDEW has a bug https://github.com/openziti/desktop-edge-win/issues/586 where forgetting an identity won't actually forget the identity until the tunneler is stopped / started. The ZDEW is calling `RemoveIdentity` via the IPC...

bug

[valgrind.xml.zip](https://github.com/openziti/ziti-tunnel-sdk-c/files/11614931/valgrind.xml.zip)

there are fields from the host.v1/v2 config which are not implemented. implement the extended features of host.v1/v2

enhancement

right now it seemst hat ziti-edge-tunnel doesn't support the built-in host.v2 config type. implement it similarly to how the current host.v1 is implemented first (without health checks etc) A second...

enhancement

ZET adds static "exclusion routes" for each controller host's routable IP. These are intended to exclude the controller traffic from intercept, but the logic is flawed. The wrong network adapter...

Currently devices are able to be set into 'host-only' mode which is great for a server, but client devices need to be able to control which services they are allowed...

enhancement