Commit Graph

  • bbe62e0223 more linter fixes Dmitri Dolguikh 2026-07-14 12:57:47 +02:00
  • 300981db04 fix linter issues Dmitri Dolguikh 2026-07-14 12:56:11 +02:00
  • 47a99768a4 propagate client-side DisableComponentNetworkMap flag Dmitri Dolguikh 2026-07-14 12:44:01 +02:00
  • 5d793985d4 add support for sync message version negotiation Dmitri Dolguikh 2026-07-14 12:12:49 +02:00
  • a48618c074 [client] Fix forwarder peers never excluded from lazy connections (#6674) Riccardo Manfrin 2026-07-14 12:12:37 +02:00
  • 39193396f5 [client] Fix WGWatcher silently failing to restart on fast disconnect/reconnect (#6664) Riccardo Manfrin 2026-07-14 10:21:59 +02:00
  • cdde472266 [management] Remove proxy peer stale deduplication test and related logic fix/remove-stale-peers-removal mlsmaycon 2026-07-14 03:15:50 +02:00
  • 5343402385 [client, relay] Increase early-message buffer cap to 10000 to avoid dropping relayed handshakes Riccardo Manfrin 2026-07-13 22:46:03 +02:00
  • 525a4fb29c disable stale proxy cleanup fix/remove-stale-proxy-logic pascal 2026-07-13 20:16:20 +02:00
  • 62703ca23e [management] add logs to ephemeral delete (#6747) v0.75.0-rc.6 Pascal Fischer 2026-07-13 19:06:22 +02:00
  • cc64a93953 [client] Include system events in ToProtoFullStatus conversion (#6746) Viktor Liu 2026-07-14 01:49:17 +09:00
  • 831325d6e2 [management] require dashboard_features.agent_network when enabling agent_network_only (#6750) Maycon Santos 2026-07-13 17:28:19 +02:00
  • 152ba28d9f Add VNC allow and approval settings to MDM policy embedded-vnc Viktor Liu 2026-07-13 16:39:28 +02:00
  • 8f64173574 [client] Enable launch-on-login by default on fresh GUI installs (#6738) Maycon Santos 2026-07-13 13:39:57 +02:00
  • 76877e83c4 [client] Bring the connection up in Go after SSO login (#6744) Maycon Santos 2026-07-13 13:32:47 +02:00
  • 8e387b5dc5 [client] Guard browser-login cleanup on user close fix-browser-dialog-not-closing Eduard Gert 2026-07-13 11:54:56 +02:00
  • eb6e8dc905 Reject empty approval request_id and verify gid after setgid Viktor Liu 2026-07-13 11:52:50 +02:00
  • abd7401a78 [client] Suppress browser-login:cancel on programmatic close Eduard Gert 2026-07-13 11:36:57 +02:00
  • ecfb7ccf9c [client] Fix browser dialog not closing on renew session flow Eduard Gert 2026-07-13 11:01:54 +02:00
  • 125250c5df Regenerate proto gateway and OpenAPI code with pinned tool versions Viktor Liu 2026-07-13 00:06:33 +02:00
  • ecd398d895 [management] Add dashboard_features account setting (#6742) Maycon Santos 2026-07-12 21:16:37 +02:00
  • cec9ea8c00 Support IPv6 for the embedded VNC server and browser proxy Viktor Liu 2026-07-12 18:46:47 +02:00
  • 02e7c0e5d2 Port VNC settings and connection-approval prompt to the Wails UI Viktor Liu 2026-07-12 18:46:41 +02:00
  • dbc7b846b2 Merge origin/main into embedded-vnc Viktor Liu 2026-07-12 16:25:22 +02:00
  • aa92ad3fb1 [management] Add agent_network_only account setting (#6736) Maycon Santos 2026-07-12 14:46:08 +02:00
  • fd94fdb42b [management] fix duplicate operationId in OpenAPI spec (#6734) Sufiyan Khan 2026-07-12 17:45:55 +05:30
  • efad9075e7 [client] Preserve user autostart setting across Windows NSIS upgrades fix/nsis-preserve-autostart-on-upgrade mlsmaycon 2026-07-12 14:00:21 +02:00
  • 753925032a [client] Move metrics saver into its own metricsstages package refactor/peer-event-bus Zoltan Papp 2026-07-11 20:14:03 +02:00
  • 9be5f238da [client] Trim WGIface to the methods peer uses and inline it into conn.go Zoltan Papp 2026-07-11 20:09:59 +02:00
  • 791e8b33ae [client] Move ICE and relay workers into the worker package Zoltan Papp 2026-07-11 20:06:46 +02:00
  • 917e85f648 [client] Extract Handshaker and Signaler into a signaling package Zoltan Papp 2026-07-11 19:09:07 +02:00
  • 9e75d5c732 [client] Decouple ICE and relay workers from Conn via interfaces Zoltan Papp 2026-07-11 18:29:26 +02:00
  • 1afc9bcac7 [client] Merge conntype package into peer Zoltan Papp 2026-07-11 15:24:54 +02:00
  • 78f3165e85 [client] Extract WGWatcher into its own wg_watcher package Zoltan Papp 2026-07-11 15:17:16 +02:00
  • 4d76fd3c80 [client] Extract stateDump into its own state_dump package Zoltan Papp 2026-07-11 15:14:22 +02:00
  • 07ffbc9424 [client] Extract peer status recorder into its own package Zoltan Papp 2026-07-11 15:09:45 +02:00
  • 467b2a1712 [client] Deduplicate peer state update methods in Status Zoltan Papp 2026-07-11 14:30:37 +02:00
  • cb4088484e [client] Suppress ICE events from replaced agents Zoltan Papp 2026-07-11 14:22:58 +02:00
  • 7620599961 [client] Fix ICE dialer cancel race in WorkerICE.connect Zoltan Papp 2026-07-11 13:37:59 +02:00
  • 5f98524e02 [client] Refactor peer Conn to a single-owner event loop Zoltan Papp 2026-07-11 13:30:06 +02:00
  • 2fdd3bd411 Bump goauthentik.io/api/v3 from 3.2023051.3 to 3.2026050.4 dependabot/go_modules/goauthentik.io/api/v3-3.2026050.3 dependabot[bot] 2026-07-11 09:06:29 +00:00
  • 29c752d818 Bump github.com/pkg/sftp from 1.13.9 to 1.13.10 dependabot/go_modules/github.com/pkg/sftp-1.13.10 dependabot[bot] 2026-07-11 09:06:20 +00:00
  • 30d15ecc3d [client,management] sync 0.74.4 changes (#6727) Maycon Santos 2026-07-11 11:03:55 +02:00
  • d5178416af fix tests around encoding of minimal NetworkMapComponents Dmitri Dolguikh 2026-07-11 00:31:33 +02:00
  • 0cb27ac4ad include the target peer in the minimal NetworkMapEnvelope's Peers field Dmitri Dolguikh 2026-07-11 00:03:12 +02:00
  • 6ea97a8d6b support ComponentSyncResponse in affected peers sync path Dmitri Dolguikh 2026-07-10 21:21:55 +02:00
  • 315ac71e64 use version helper Dmitri Dolguikh 2026-07-10 20:32:39 +02:00
  • 6830777d65 updated comments in management.proto Dmitri Dolguikh 2026-07-10 20:26:54 +02:00
  • ff33942c52 do not instantiate cache to benchmark ToProtocolDNSConfig() without cache Dmitri Dolguikh 2026-07-10 20:17:16 +02:00
  • 9383b6b0f5 fix field tag Dmitri Dolguikh 2026-07-10 20:12:48 +02:00
  • aff723e3bb add migrations for public_id column Dmitri Dolguikh 2026-07-10 19:23:14 +02:00
  • 3d87547d95 [client] Bump golang.org/x/crypto to v0.54.0 and Go toolchain to 1.25.12 (#6709) v0.74.4 Viktor Liu 2026-07-11 00:42:06 +09:00
  • 4d4cc551fd [client] Recover from rosenpass key desync (#6714) Viktor Liu 2026-07-11 00:38:29 +09:00
  • 4aa486fde8 handle nil components consistently Dmitri Dolguikh 2026-07-10 17:12:51 +02:00
  • 8e02154bf5 [client] Add SSO login flow timing instrumentation (#6717) Maycon Santos 2026-07-10 16:11:27 +02:00
  • 8803a58f12 inject agent network services when injecting proxy policies Dmitri Dolguikh 2026-07-10 15:46:33 +02:00
  • 7d179e1c2a [client] Clarify outdated NetBird client overlay extend-outdated-client-info Eduard Gert 2026-07-10 15:18:47 +02:00
  • 42c0cb5398 sort lookup inconsistencies when processing routes when computing components Dmitri Dolguikh 2026-07-10 12:58:49 +02:00
  • 08e46aa62f [management] fix: prevent reverse proxy domain from being pushed as DNS search domain (#6498) blaugrau90 2026-07-10 12:20:57 +02:00
  • 384b057f07 use return from GetValidatedPeerWithComponents when computing ComponentSyncResponse to prevent config drift Dmitri Dolguikh 2026-07-10 10:59:30 +02:00
  • 35e339b6a9 set session expiry in ToComponentSyncResponse(), same as ToSyncResponse() path Dmitri Dolguikh 2026-07-10 10:45:54 +02:00
  • fc40eb9231 fixed a flaky test Dmitri Dolguikh 2026-07-10 10:37:52 +02:00
  • 5941b267d2 responding to coderabbit comments Dmitri Dolguikh 2026-07-09 18:40:33 +02:00
  • 395bdf82b6 removed unused code Dmitri Dolguikh 2026-07-09 18:28:02 +02:00
  • e0c25ba4ba [client] fix flaky test around event aggregation (#6710) dmitri-netbird 2026-07-09 18:17:28 +02:00
  • ee7806ba7d Merge remote-tracking branch 'origin/main' into components-impl-drop-indexes-use-xids Dmitri Dolguikh 2026-07-09 17:27:11 +02:00
  • db231fd6ca updated decoder Dmitri Dolguikh 2026-07-09 17:18:57 +02:00
  • 7cae1b9dd1 replaced sequential IDs with xids (random, uuid-like) Dmitri Dolguikh 2026-07-09 16:15:58 +02:00
  • 2560c6bd6c [management] add traffic filters for source and dest id (#6697) Pascal Fischer 2026-07-09 14:37:31 +02:00
  • 96ac15d292 [client] Fix js relay WebSocket close, raise RDP dial timeout, adjust WASM log levels (#6684) Viktor Liu 2026-07-09 20:21:08 +09:00
  • a67d242618 use policy ids deduping policies during union components-impl-drop-indexes Dmitri Dolguikh 2026-07-09 12:22:29 +02:00
  • 5edc168ff1 use policy ids deduping policies during union Dmitri Dolguikh 2026-07-09 12:22:29 +02:00
  • 9b9f396391 removed unused func Dmitri Dolguikh 2026-07-09 12:00:17 +02:00
  • c007f3650f Fix TestResetAggregationWindow flakiness on coarse clocks fix-reset-aggregation-window-flake Viktor Liu 2026-07-09 06:16:07 +02:00
  • 7c83c090be fixed encoder tests Dmitri Dolguikh 2026-07-08 22:28:03 +02:00
  • 7cde2c46e6 regenerated sql store mock Dmitri Dolguikh 2026-07-08 21:47:54 +02:00
  • a36a1a3c26 cleaned up wire representation of components Dmitri Dolguikh 2026-07-08 21:29:14 +02:00
  • d344109f58 Bump github.com/pion/dtls/v3 from 3.0.9 to 3.1.5 dependabot/go_modules/github.com/pion/dtls/v3-3.1.5 dependabot[bot] 2026-07-08 15:56:30 +00:00
  • 237a0e709e Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.3 to 1.105.0 dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/s3-1.105.0 dependabot[bot] 2026-07-08 15:56:24 +00:00
  • 488bbcb22b [doc] Update Agent Network Readme (#6699) Misha Bragin 2026-07-08 17:53:55 +02:00
  • b7bbb44286 [client] Merge v0.74.x branch (#6700) Theodor Midtlien 2026-07-08 17:52:50 +02:00
  • 58a8a69406 Merge remote-tracking branch 'origin/main' into peer-acl-multi-source peer-acl-multi-source Viktor Liu 2026-07-08 17:02:34 +02:00
  • 37046431d7 Go mod tidy 0.74.x Theodor S. Midtlien 2026-07-08 17:02:22 +02:00
  • d32a78b607 Merge branch 'main' into 0.74.x Theodor Midtlien 2026-07-08 16:53:35 +02:00
  • 58318481e6 [client] fix: re-generate gateway proto files (#6696) Nicolas Frati 2026-07-08 16:35:37 +02:00
  • 44d6f485fb Comment fix fix/relay-states-lock Theodor S. Midtlien 2026-07-08 13:59:46 +02:00
  • d8f2ce2427 Make connect not hold a lock in openConnVia Theodor S. Midtlien 2026-07-08 12:58:22 +02:00
  • f817137c91 Use TryRLock in cleanup and add network dial in tests Theodor S. Midtlien 2026-07-08 12:39:09 +02:00
  • 705ed0566f Use rt.TryRLock in RelayStates for RelayTrack Theodor S. Midtlien 2026-07-07 17:57:59 +02:00
  • 59482e5d3d Add regression test for relay state lock Theodor S. Midtlien 2026-07-07 17:48:47 +02:00
  • 7cd5c1732b [client] Fix hanging status command during relay dial (#6694) v0.74.3 Theodor Midtlien 2026-07-08 14:36:42 +02:00
  • f13b7738ca Merge remote-tracking branch 'origin/main' into peer-acl-multi-source Viktor Liu 2026-07-08 14:10:58 +02:00
  • 583555b81e [client] Sync Upgrade gopsutil dependency to v4 update-process-pkg mlsmaycon 2026-07-08 11:56:32 +02:00
  • 816d80602f [client] Update gopsutil to v4 (#6688) Maycon Santos 2026-07-08 10:15:31 +02:00
  • cfa37cedb2 [client] Drop gopsutil v3 dependency update-gopsutil-v4 mlsmaycon 2026-07-08 01:40:24 +02:00
  • aeae853677 [client] Bump gopsutil library to v4 mlsmaycon 2026-07-08 00:25:28 +02:00
  • 8114c94dbe [client] Update gopsutil to v4 mlsmaycon 2026-07-07 17:33:26 +02:00
  • b053231e9a WIP fix/relay_states_lock Theodor S. Midtlien 2026-07-07 18:14:38 +02:00
  • e7813bb94d Use rt.TryRLock in RelayStates for RelayTrack Theodor S. Midtlien 2026-07-07 17:57:59 +02:00
  • 12e05a586b Add regression test for relay state lock Theodor S. Midtlien 2026-07-07 17:48:47 +02:00