0
0
Fork 0
mirror of https://github.com/slackhq/nebula.git synced 2025-01-11 03:48:12 +00:00

Commit graph

  • 6769b9a7c6 Remove tcp rtt tracking from the firewall Nate Brown 2024-04-11 16:15:58 -0500
  • 7efa750aef
    avoid deadlock in lighthouse queryWorker (#1112) Wade Simmons 2024-04-11 17:00:01 -0400
  • dffaaf38d4 Merge branch 'lighthouse-query-chan-lock' into mutex-debug Wade Simmons 2024-04-11 13:25:09 -0400
  • f2251645bb chanDebug Wade Simmons 2024-04-11 12:57:27 -0400
  • 2ff26b261d need to hold lock during cacheCb Wade Simmons 2024-04-11 13:02:13 -0400
  • c7f1bed882 avoid deadlock in lighthouse queryWorker Wade Simmons 2024-04-11 12:58:25 -0400
  • 0ccfad1a1e Merge remote-tracking branch 'origin/master' into mutex-debug Wade Simmons 2024-04-11 12:15:52 -0400
  • 901e07be93 chore: fix function name in comment kindknow 2024-04-11 18:21:48 +0800
  • d610e84982
    Add suggested filenames for collected profiles in the ssh commands Caleb Jasik 2024-04-04 14:20:46 -0500
  • a390125935
    Support reloading preferred_ranges (#1043) Nate Brown 2024-04-03 22:14:51 -0500
  • b446668801 switch off deprecated elliptic.Marshal Wade Simmons 2024-04-03 13:31:23 -0400
  • bbb15f8cb1
    Unsafe route reload (#1083) Nate Brown 2024-03-28 15:17:28 -0500
  • 8b68a08723
    Fix "any" firewall rules for unsafe_routes (#1099) John Maguire 2024-03-28 16:17:12 -0400
  • b461b0c894 Fix "any" firewall rules for unsafe_routes John Maguire 2024-03-28 16:05:52 -0400
  • 06372e12f1 stats: add ability to set static prometheus labels prometheus-static-labels Wade Simmons 2024-03-27 14:33:39 -0400
  • 5066c0bfab Review feedback John Maguire 2024-03-27 12:25:27 -0400
  • 28548588a2 Reset SSH CAs and authorized keys on reload John Maguire 2024-03-26 16:10:51 -0400
  • bb009abb4b Add support for SSH CAs John Maguire 2024-03-26 14:59:19 -0400
  • f8fb9759e9
    Bump the golang-x-dependencies group with 1 update (#1094) dependabot[bot] 2024-03-22 12:58:13 -0400
  • 0b916aa274
    Bump the golang-x-dependencies group with 1 update dependabot[bot] 2024-03-18 19:04:03 +0000
  • 1f1d660200
    Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#1092) dependabot[bot] 2024-03-18 11:12:13 -0400
  • 279265058f
    Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#1087) dependabot[bot] 2024-03-18 11:06:18 -0400
  • a53b6b8ebc
    Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 dependabot[bot] 2024-03-18 14:49:39 +0000
  • 2a778de07e
    Bump github.com/flynn/noise from 1.0.1 to 1.1.0 (#1072) dependabot[bot] 2024-03-18 10:47:53 -0400
  • 2affd371e3
    Bump the golang-x-dependencies group with 4 updates (#1085) dependabot[bot] 2024-03-18 10:43:17 -0400
  • 5853b9f31a
    Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 dependabot[bot] 2024-03-13 23:31:30 +0000
  • 70cf82515c
    Fix make all Caleb Jasik 2024-03-13 15:37:35 -0500
  • 9d1656111c
    Fix the rest of the tests 👍 Caleb Jasik 2024-03-13 15:24:52 -0500
  • fbce0cffe2
    Fix some more tests (we traditionally return nil when failing to parse a map, or missing a map Caleb Jasik 2024-03-13 14:40:53 -0500
  • 89010c106f
    Fix some tests Caleb Jasik 2024-03-13 13:52:56 -0500
  • 752f83c6b6
    Use the new error shapes Caleb Jasik 2024-03-13 13:17:06 -0500
  • 00c8300c69
    Add result types to config.go Caleb Jasik 2024-03-13 11:18:42 -0500
  • 78fabc180c
    Bump the protobuf-dependencies group with 1 update dependabot[bot] 2024-03-11 19:31:05 +0000
  • e3be26ec4c Fix max mtu bug and support reloading tun.mtu on linux Nate Brown 2024-03-07 12:20:54 -0600
  • d010d0bf81
    Bump the golang-x-dependencies group with 4 updates dependabot[bot] 2024-03-04 19:37:40 +0000
  • f3e43bcb78 Merge remote-tracking branch 'origin/master' into smoke-vagrant Wade Simmons 2024-03-04 13:43:08 -0500
  • f667dd6c91 Log the actual command in freebsd Nate Brown 2024-02-27 14:25:54 -0600
  • 4e8d3e07c7 Evaluate install as part of diffing routes to remove Nate Brown 2024-02-27 11:50:04 -0600
  • 01f7d8462f Should work for mobile Nate Brown 2024-02-26 17:32:33 -0600
  • 977c9a2bab Support the bsds Nate Brown 2024-02-26 17:09:29 -0600
  • 8d205c87d2 Get e2e working Nate Brown 2024-02-26 13:36:57 -0600
  • 5b4578a06f
    Bump the golang-x-dependencies group with 4 updates dependabot[bot] 2024-02-26 19:20:27 +0000
  • 92d8b55650 Windows Nate Brown 2024-02-22 11:34:34 -0600
  • dce8888645 Increase default lookup_timeout from 250ms to 5s maggie0002 2024-02-19 19:50:36 +0000
  • 9a6fba7914 Fix DOCKER_IMAGE_TAG default John Maguire 2024-02-15 13:47:19 -0500
  • cc8b3cc961 Add config option for local_cidr control Nate Brown 2024-02-15 11:44:05 -0600
  • 2d24d81f6b
    Bump the golang-x-dependencies group with 4 updates dependabot[bot] 2024-02-12 19:40:48 +0000
  • f5fee9819f darwin Nate Brown 2024-02-08 15:58:08 -0600
  • f28be507f6 linux Nate Brown 2024-02-08 14:30:15 -0600
  • 7ef50418b0
    Bump github.com/flynn/noise from 1.0.1 to 1.1.0 dependabot[bot] 2024-02-05 19:08:53 +0000
  • f346cf4109 At the end Nate Brown 2024-01-29 15:30:52 -0600
  • 8f44f22c37 In the middle Nate Brown 2024-01-23 16:02:10 -0600
  • 1be8dc43a7 more Wade Simmons 2024-02-05 11:13:20 -0500
  • 8822f1366c
    Add link to logs guide in bug report template (#1065) John Maguire 2024-02-01 12:40:23 -0500
  • e3f5a129c1
    Return full error context from ContextualError.Error() (#1069) brad-defined 2024-01-31 15:31:46 -0500
  • 94dd14c1a3 Merge remote-tracking branch 'origin/master' into mutex-debug Wade Simmons 2024-01-31 09:19:21 -0500
  • 14497b0ae5 add netbsd-amd64 Wade Simmons 2024-01-30 16:21:26 -0500
  • 04ba782158 smoke test openbsd-amd64 Wade Simmons 2024-01-30 16:17:42 -0500
  • 15245da656 Merge remote-tracking branch 'origin/master' into smoke-vagrant Wade Simmons 2024-01-30 15:09:00 -0500
  • 0f0534d739
    Fix UDP listener on IPv4-only Linux (#787) mrx 2024-01-30 20:08:14 +0000
  • cd18e5be3b cleanup from test Wade Simmons 2024-01-30 13:57:12 -0500
  • 88d6165116 use generic/freebsd14 Wade Simmons 2024-01-30 13:56:24 -0500
  • cc285e74d8 more tests Wade Simmons 2024-01-30 13:42:03 -0500
  • fce3f45e04 add over improvements made in smoke.sh Wade Simmons 2024-01-30 13:25:34 -0500
  • 2d2b577b59 WIP Wade Simmons 2024-01-30 11:57:50 -0500
  • e2509306bc WIP Wade Simmons 2024-01-30 11:54:25 -0500
  • 725f10da83 extra smoke tests Wade Simmons 2024-01-30 11:53:02 -0500
  • fbc2dbc5c8 WIP Wade Simmons 2024-01-30 11:39:11 -0500
  • 0de789604e WIP Wade Simmons 2024-01-30 11:33:17 -0500
  • 330e6b90dd Return full error context from ContextualError.Error() Brad Higgins 2024-01-30 11:06:34 -0500
  • 5f25ee8ebc WIP Wade Simmons 2024-01-30 11:31:29 -0500
  • 1ea7b34fe1 WIP Wade Simmons 2024-01-30 11:29:32 -0500
  • 82fafdf968 set listen ipv6 correctly Wade Simmons 2024-01-30 11:16:35 -0500
  • c052d9edfe no sudo docker Wade Simmons 2024-01-30 11:10:36 -0500
  • 0aaf3fa94d cleanup and make safer Wade Simmons 2024-01-30 11:09:17 -0500
  • 4972a27fa8 restore Wade Simmons 2024-01-30 10:37:51 -0500
  • ee6fd1cc2d fix filename Wade Simmons 2024-01-30 10:26:55 -0500
  • dae7f47e03 rename to make clear Wade Simmons 2024-01-30 10:25:27 -0500
  • e19c012e6e clean up helper function Wade Simmons 2024-01-30 10:23:51 -0500
  • c0326d5ad6 cleanup Wade Simmons 2024-01-30 10:13:51 -0500
  • 55f7e5bf8b WIP ipv6 test Wade Simmons 2024-01-30 10:09:50 -0500
  • db50d79e44 Merge remote-tracking branch 'origin/master' into smoke-vagrant Wade Simmons 2024-01-29 13:07:20 -0500
  • 6606124bf9 fix boringcrypto e2e Wade Simmons 2024-01-26 11:28:16 -0500
  • 05405bc261 fix e2e Wade Simmons 2024-01-26 11:19:36 -0500
  • b033267d6e fix android builds Wade Simmons 2024-01-26 11:10:57 -0500
  • 659d7fece6 Merge tag 'v1.8.2' into multiport Wade Simmons 2024-01-26 10:45:15 -0500
  • 09a73b4194 Add link to logs guide in bug report template John Maguire 2024-01-23 15:54:05 -0500
  • c5a403b7a8
    Bump github.com/vishvananda/netlink (#1034) dependabot[bot] 2024-01-23 10:40:29 -0500
  • f23d328561
    Bump the protobuf-dependencies group with 1 update (#1053) dependabot[bot] 2024-01-23 10:39:53 -0500
  • a977ee653d
    Bump github.com/miekg/dns from 1.1.57 to 1.1.58 (#1063) dependabot[bot] 2024-01-23 10:37:53 -0500
  • a1ce8e35cf
    Bump the protobuf-dependencies group with 1 update dependabot[bot] 2024-01-22 19:30:56 +0000
  • ed7d8299bb
    Bump github.com/miekg/dns from 1.1.57 to 1.1.58 dependabot[bot] 2024-01-22 19:30:51 +0000
  • 1f83d1758d
    Support inlined sshd host key (#1054) Lingfeng Zhang 2024-01-23 02:58:44 +0800
  • eca9f7af56 Merge remote-tracking branch 'origin/master' into ipv4-allowed Wade Simmons 2024-01-22 13:56:12 -0500
  • 1905d714aa
    Bump github.com/vishvananda/netlink dependabot[bot] 2024-01-12 15:28:48 +0000
  • 3210198276
    Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 (#1055) dependabot[bot] 2024-01-12 10:26:39 -0500
  • 4f94d95218
    Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 dependabot[bot] 2024-01-12 14:58:59 +0000
  • 0cef634635
    Bump github.com/miekg/dns from 1.1.56 to 1.1.57 (#1022) dependabot[bot] 2024-01-12 09:57:38 -0500
  • 637dc18bf8
    Bump the golang-x-dependencies group with 3 updates (#1059) dependabot[bot] 2024-01-12 09:55:41 -0500
  • e7dbe8706c Fix todos John Maguire 2024-01-08 17:10:12 -0500