netbird/management/server/http
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
..
api Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
middleware Extend bypass middleware with support of wildcard paths (#1628) 2024-02-26 17:54:58 +01:00
util add content type before writing header (#1887) 2024-04-25 21:20:24 +02:00
accounts_handler_test.go Add limited dashboard view (#1738) 2024-03-27 16:11:45 +01:00
accounts_handler.go Add limited dashboard view (#1738) 2024-03-27 16:11:45 +01:00
dns_settings_handler_test.go Fix nil pointer exception in group delete (#1211) 2023-10-11 23:00:56 +02:00
dns_settings_handler.go changed the naming convention for all handling objects and methods to have unified way 2023-02-28 15:01:24 +01:00
events_handler_test.go Handle user delete (#1113) 2023-09-19 18:08:40 +02:00
events_handler.go Fix/user deletion (#1157) 2023-09-23 10:47:49 +02:00
geolocation_handler_test.go Add initial support of device posture checks (#1540) 2024-02-20 09:59:56 +01:00
geolocations_handler.go Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
groups_handler_test.go Feature/peer validator (#1553) 2024-03-27 18:48:48 +01:00
groups_handler.go Feature/peer validator (#1553) 2024-03-27 18:48:48 +01:00
handler.go Pass integrated validator for API (#1814) 2024-04-15 12:08:38 +02:00
nameservers_handler_test.go Allow service users with user role read-only access to all resources (#1484) 2024-01-25 09:50:27 +01:00
nameservers_handler.go Allow service users with user role read-only access to all resources (#1484) 2024-01-25 09:50:27 +01:00
pat_handler_test.go Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
pat_handler.go move validation into account manager + func for get requests 2023-03-30 13:58:44 +02:00
peers_handler_test.go Return system serial on a peer HTTP API call (#1929) 2024-05-06 14:49:03 +02:00
peers_handler.go Return system serial on a peer HTTP API call (#1929) 2024-05-06 14:49:03 +02:00
policies_handler_test.go Feature/peer validator (#1553) 2024-03-27 18:48:48 +01:00
policies_handler.go Add initial support of device posture checks (#1540) 2024-02-20 09:59:56 +01:00
posture_checks_handler_test.go Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
posture_checks_handler.go Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
routes_handler_test.go Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
routes_handler.go Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
setupkeys_handler_test.go Feature/peer validator (#1553) 2024-03-27 18:48:48 +01:00
setupkeys_handler.go add content type before writing header (#1887) 2024-04-25 21:20:24 +02:00
users_handler_test.go Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
users_handler.go Redeem invite only when incoming user was invited (#1861) 2024-04-22 11:10:27 +02:00