Commit graph

  • 45bc3f7a09
    Merge branch 'main' into fix-derp-example-config Juan Font 2021-11-24 18:57:31 +0100
  • 5620858549
    Merge pull request #227 from kradalby/expired-issue Kristoffer Dalby 2021-11-24 17:49:33 +0000
  • f2e273b8a2 fix(derp-example): change regionid in nodes Adrien Raffin-Caboisse 2021-11-24 15:51:24 +0100
  • cec1e86b58 Add missing request arguemnt Kristoffer Dalby 2021-11-24 12:16:56 +0000
  • dcbf289470 Rename idKey to machineKey to keep consistency Kristoffer Dalby 2021-11-24 12:15:55 +0000
  • fdd64d98c8 Add missing iff to handle expired preauthkey machines Kristoffer Dalby 2021-11-24 12:15:32 +0000
  • 9968992be0 Fix prettier Kristoffer Dalby 2021-11-24 10:47:20 +0000
  • f50f9ac894 Merge branch 'expired-issue' of github.com:kradalby/headscale into expired-issue Kristoffer Dalby 2021-11-24 10:13:49 +0000
  • 2eca344f0e Fix gocritic Kristoffer Dalby 2021-11-24 10:13:41 +0000
  • 349264830b
    Use .1 Kristoffer Dalby 2021-11-23 11:27:44 +0000
  • 0b5c29022b
    Merge branch 'main' into expired-issue Kristoffer Dalby 2021-11-22 20:13:33 +0000
  • 1f1c45a2c0 Fix cli_test Kristoffer Dalby 2021-11-22 19:59:44 +0000
  • 68dc2a70db Update neighbours if node is expired or refreshed Kristoffer Dalby 2021-11-22 19:51:16 +0000
  • caf1b1cabc Fix typo Kristoffer Dalby 2021-11-22 19:35:24 +0000
  • 021c464148 Add cache for requested expiry times Kristoffer Dalby 2021-11-22 19:32:52 +0000
  • e600ead3e9 Make sure nodes can reauthenticate Kristoffer Dalby 2021-11-22 19:32:11 +0000
  • 200c10e48c Add missing return in oidc.go Kristoffer Dalby 2021-11-22 17:22:47 +0000
  • e8faff4fe2 Use uint64 straight instead of converting Kristoffer Dalby 2021-11-22 17:22:22 +0000
  • 5cbd4513a4 Simplify register function if Kristoffer Dalby 2021-11-22 17:21:56 +0000
  • a477c808c7
    Merge pull request #230 from lion24/patch-1 Kristoffer Dalby 2021-11-22 09:47:37 +0000
  • 74044f62f4
    Remove anouther potential error leak Kristoffer Dalby 2021-11-21 21:54:19 +0000
  • fcd4d94927
    Clean up logging and error handling in oidc Kristoffer Dalby 2021-11-21 21:51:39 +0000
  • fac33e46e1
    Add long description for expire Kristoffer Dalby 2021-11-21 21:35:36 +0000
  • b152e53b13
    Use correct type for nodes command Kristoffer Dalby 2021-11-21 21:34:03 +0000
  • 1687e3b03f
    Removed unused parameter Kristoffer Dalby 2021-11-21 21:29:27 +0000
  • c2393685f1
    Remove expiry update in expiry, we dont want to extend it just because they _try_ to connect Kristoffer Dalby 2021-11-21 21:14:40 +0000
  • fd5f42c2e6
    Move handle expired machine to the end of registration Kristoffer Dalby 2021-11-21 21:14:13 +0000
  • bda2d9c3b0 Remove unused param Kristoffer Dalby 2021-11-21 14:00:48 +0000
  • c4ecc4db91 Simplify control flow in RegistrationHandler Kristoffer Dalby 2021-11-21 13:59:24 +0000
  • 8ccc51ae57 Remove special case for authkey Kristoffer Dalby 2021-11-21 13:45:19 +0000
  • a2b9f3bede Add expire (logout) machine command Kristoffer Dalby 2021-11-21 13:40:44 +0000
  • bd1d1b1a3b Implement ExpireMachine rpc Kristoffer Dalby 2021-11-21 13:40:19 +0000
  • f1c05f8010 Add ExpireMachine spec to rpc Kristoffer Dalby 2021-11-21 13:40:04 +0000
  • f85a77edb5 Remove println statement Kristoffer Dalby 2021-11-21 09:48:59 +0000
  • 1c7aff5dd9 Add expired column to machine list command Kristoffer Dalby 2021-11-21 09:44:38 +0000
  • e7531eeccf
    Update Running.md Nerdtality 2021-11-20 20:17:15 -0600
  • e91f72fe4c
    Running.md: fix missing backslash (\) lion24 2021-11-20 23:31:49 +0100
  • 5a2cae5081
    Add new Tailscale version to integration tests Kristoffer Dalby 2021-11-19 09:16:11 +0000
  • 6a9dd2029e Remove expiry logic, this needs to be redone Kristoffer Dalby 2021-11-19 09:02:49 +0000
  • 9aac1fb255 Remove expiry logic, this needs to be redone Kristoffer Dalby 2021-11-19 09:02:29 +0000
  • 106b1e7e8d Create constants for other reg methods Kristoffer Dalby 2021-11-18 17:51:54 +0000
  • 836986aa59
    Merge pull request #225 from fdelucchijr/patch-1 Kristoffer Dalby 2021-11-18 10:13:07 +0000
  • 58d1255357 Remove unneeded returns Kristoffer Dalby 2021-11-18 08:51:33 +0000
  • 981f712660 Remove unused param Kristoffer Dalby 2021-11-18 08:51:21 +0000
  • 50dcb8bb75 Use valid handler for registered authkey machines Kristoffer Dalby 2021-11-18 08:50:53 +0000
  • a8a8f01429 Make "authKey" a constant Kristoffer Dalby 2021-11-18 08:49:55 +0000
  • 35c3fe9608 Move registration workflow into functions Kristoffer Dalby 2021-11-17 22:39:41 +0000
  • f74b9f5fe2 Styling and prettier Fernando De Lucchi 2021-11-17 16:25:37 -0500
  • de42fe3b04
    Merge branch 'main' into patch-1 Fernando De Lucchi 2021-11-16 19:10:42 -0500
  • 49f835d8cf
    Merge pull request #214 from ItalyPaleAle/docker-distroless Kristoffer Dalby 2021-11-16 07:34:08 +0000
  • 7bc2f41b33 Run prettier 💄 ItalyPaleAle 2021-11-15 15:37:40 -0800
  • a10388b709
    Merge branch 'main' into docker-distroless Alessandro (Ale) Segala 2021-11-15 15:19:06 -0800
  • bd7b5e97cb
    Merge branch 'main' into patch-1 Kristoffer Dalby 2021-11-15 23:00:45 +0000
  • 4b525a3967
    Merge pull request #223 from kradalby/golanglint Kristoffer Dalby 2021-11-15 22:36:02 +0000
  • d6739386a0
    Get rid of dynamic errors Kristoffer Dalby 2021-11-15 19:18:14 +0000
  • 25b790d025
    Add and fix forcetypeassert Kristoffer Dalby 2021-11-15 18:42:44 +0000
  • db8be91d8b
    Add and fix forbidigo Kristoffer Dalby 2021-11-15 18:36:02 +0000
  • c4d4c9c4e4
    Add and fix gosec Kristoffer Dalby 2021-11-15 18:31:52 +0000
  • 715542ac1c
    Add and fix stylecheck (golint replacement) Kristoffer Dalby 2021-11-15 17:24:24 +0000
  • 0c005a6b01
    Add and fix errname Kristoffer Dalby 2021-11-15 16:33:16 +0000
  • 0c45f8d252
    Add and fix errorlint Kristoffer Dalby 2021-11-15 16:26:41 +0000
  • 2dde1242cf
    Fix formatting Kristoffer Dalby 2021-11-15 16:16:35 +0000
  • 78cfba0a31
    Add exceptions to var name length Kristoffer Dalby 2021-11-15 16:16:16 +0000
  • 8ae682b412
    Fix var name length in tests Kristoffer Dalby 2021-11-15 16:16:04 +0000
  • 333be80f9c
    Fix rest of var name in main code Kristoffer Dalby 2021-11-15 16:15:50 +0000
  • 2efefca737
    Merge pull request #1 from ohdearaugustin/docker-workflows Alessandro (Ale) Segala 2021-11-14 13:33:13 -0800
  • c6bc9fffe9 workflows/release: fix docker debug tags ohdearaugustin 2021-11-14 22:24:27 +0100
  • 8454c1b52c workflows/release: add docker debug ohdearaugustin 2021-11-14 21:15:33 +0100
  • 471c0b4993
    Initial work eliminating one/two letter variables Kristoffer Dalby 2021-11-14 20:32:03 +0100
  • 53ed749f45
    Start work on making gocritic pass Kristoffer Dalby 2021-11-14 18:44:37 +0100
  • ba084b9987
    Lint fix integration tests Kristoffer Dalby 2021-11-14 18:35:49 +0100
  • 85f28a3f4a
    Remove all instances of undefined numbers (gonmd) Kristoffer Dalby 2021-11-14 18:31:51 +0100
  • 796072a5a4
    Add and fix ifshort Kristoffer Dalby 2021-11-14 18:09:22 +0100
  • 9390348a65
    Add and fix goconst Kristoffer Dalby 2021-11-14 18:06:25 +0100
  • c9c16c7fb8
    Remove unused params or returns Kristoffer Dalby 2021-11-14 18:03:21 +0100
  • 19cd7a4eac
    Add and fix exhaustive Kristoffer Dalby 2021-11-14 17:52:55 +0100
  • 0315f55fcd
    Add and fix nilnil Kristoffer Dalby 2021-11-14 17:51:34 +0100
  • 668e958d3e
    Add and fix unconvert Kristoffer Dalby 2021-11-14 17:49:54 +0100
  • 4ace54c4e1
    Move wsl, might not be feasible Kristoffer Dalby 2021-11-14 16:49:54 +0100
  • 89eb13c6cb
    Add and fix nlreturn (new line return) Kristoffer Dalby 2021-11-14 16:46:09 +0100
  • d0ef850035
    Add and fix noctx linter Kristoffer Dalby 2021-11-14 16:37:43 +0100
  • 2f8e9f272c
    Merge branch 'main' into docker-distroless Kristoffer Dalby 2021-11-14 14:35:44 +0100
  • 1af4a3b958
    Merge branch 'main' into patch-1 Fernando De Lucchi 2021-11-14 04:16:00 -0500
  • 1969802c6b Fix golanglint Kristoffer Dalby 2021-11-14 08:32:58 +0000
  • 052883aa55 Fix merge conflict Kristoffer Dalby 2021-11-14 08:30:48 +0000
  • d2918edc14
    Merge pull request #224 from cure/namespace-deletion-fixes Kristoffer Dalby 2021-11-14 09:27:58 +0100
  • f3da299457 Format readme Kristoffer Dalby 2021-11-14 08:09:33 +0000
  • e8726b1e22 Add readme note about codestyle Kristoffer Dalby 2021-11-14 08:08:03 +0000
  • b897a26f42
    arm64 docker image build in release process Fernando De Lucchi 2021-11-13 21:08:59 -0500
  • 5ec7158b5d
    Merge branch 'main' into docker-distroless Alessandro (Ale) Segala 2021-11-13 14:16:53 -0800
  • 7d77acd88e
    Docs for debug container Alessandro (Ale) Segala 2021-11-13 22:16:37 +0000
  • c0f16603c5
    Copy headscale binary in /bin in the container This way, we don't need to alter the PATH Alessandro (Ale) Segala 2021-11-13 22:10:58 +0000
  • 34dba0ade8 Fix missing error check. Ward Vandewege 2021-11-13 15:24:32 -0500
  • acf7e462ad Improvements for namespace deletion: add a confirmation prompt, and make sure to also delete any associated preauthkeys. Ward Vandewege 2021-11-13 14:01:05 -0500
  • f94b0b54d8 Remove lint install, update go Kristoffer Dalby 2021-11-13 09:39:20 +0000
  • 806f0d3e6c Format lint Kristoffer Dalby 2021-11-13 09:20:59 +0000
  • b653572272 Make format shuld format, not lint Kristoffer Dalby 2021-11-13 09:20:51 +0000
  • fa0922d5bb define proto dir for buf Kristoffer Dalby 2021-11-13 09:18:00 +0000
  • 95b9f03fb3 update buf setup Kristoffer Dalby 2021-11-13 09:13:17 +0000
  • 24e0c944b1 Align with update golangci-lint Kristoffer Dalby 2021-11-13 09:11:03 +0000