netbird/client/internal
Maycon Santos 4fec709bb1
Release 0.28.0 (#2092)
* compile client under freebsd (#1620)

Compile netbird client under freebsd and now support netstack and userspace modes.
Refactoring linux specific code to share same code with FreeBSD, move to *_unix.go files.

Not implemented yet:

Kernel mode not supported
DNS probably does not work yet
Routing also probably does not work yet
SSH support did not tested yet
Lack of test environment for freebsd (dedicated VM for github runners under FreeBSD required)
Lack of tests for freebsd specific code
info reporting need to review and also implement, for example OS reported as GENERIC instead of FreeBSD (lack of FreeBSD icon in management interface)
Lack of proper client setup under FreeBSD
Lack of FreeBSD port/package

* Add DNS routes (#1943)

Given domains are resolved periodically and resolved IPs are replaced with the new ones. Unless the flag keep_route is set to true, then only new ones are added.
This option is helpful if there are long-running connections that might still point to old IP addresses from changed DNS records.

* Add process posture check (#1693)

Introduces a process posture check to validate the existence and active status of specific binaries on peer systems. The check ensures that files are present at specified paths, and that corresponding processes are running. This check supports Linux, Windows, and macOS systems.


Co-authored-by: Evgenii <mail@skillcoder.com>
Co-authored-by: Pascal Fischer <pascal@netbird.io>
Co-authored-by: Zoltan Papp <zoltan.pmail@gmail.com>
Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>
Co-authored-by: Bethuel Mmbaga <bethuelmbaga12@gmail.com>
2024-06-13 13:24:24 +02:00
..
acl Fix allow netbird traffic for nftables and userspace (#1446) 2024-01-11 12:21:58 +01:00
auth Enable review linter with exported docs check (#1647) 2024-02-29 16:05:31 +01:00
dns Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
ebpf Update port, ip choice logic in DNS service (#1514) 2024-02-02 17:53:55 +01:00
listener Feature/add iOS support (#1244) 2023-12-18 11:46:58 +01:00
networkmonitor Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
peer Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
relay Increase the status checks timeout (#2033) 2024-05-23 10:54:01 +02:00
rosenpass Integrate Rosenpass (#1153) 2024-01-08 12:25:35 +01:00
routemanager Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
routeselector Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
stdnet Add route selection to iOS (#1944) 2024-05-10 10:47:16 +02:00
templates Fix PKCE auth html (#2079) 2024-05-30 17:22:58 +02:00
wgproxy Don't cancel proxy ctx on conn close (#1986) 2024-05-15 09:10:57 +02:00
config_test.go support to configure extra blacklist of iface in "up" command (#1734) 2024-03-28 09:56:41 +01:00
config.go Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
connect_test.go use the next available port for wireguard (#2024) 2024-05-22 18:42:56 +02:00
connect.go Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
device_auth.go Add PKCE authorization flow (#1012) 2023-07-27 11:31:07 +02:00
engine_stdnet_android.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00
engine_stdnet.go Bind implementation (#779) 2023-04-13 17:00:01 +02:00
engine_test.go Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
engine.go Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
login.go Fix a panic when management is behind an invalid proxy (#1930) 2024-05-06 18:04:32 +02:00
mobile_dependency.go Netstack (#1403) 2024-01-03 16:06:20 +01:00
pkce_auth.go Add jumpcloud IdP (#1124) 2023-10-03 19:33:42 +02:00
probe.go Extend netbird status command to include health information (#1471) 2024-01-22 12:20:24 +01:00
session.go Send terminal notification on peer session expiry (#1660) 2024-03-08 18:28:13 +01:00
state.go Client Login via device authorization flow (#309) 2022-05-12 11:17:24 +02:00