You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/atomicfile
Andrew Lytvynov 6feb3c35cb
ipn/store: automatically migrate between plaintext and encrypted state (#16318)
Add a new `--encrypt-state` flag to `cmd/tailscaled`. Based on that
flag, migrate the existing state file to/from encrypted format if
needed.

Updates #15830

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
5 months ago
..
atomicfile.go ipn/store: automatically migrate between plaintext and encrypted state (#16318) 5 months ago
atomicfile_notwindows.go atomicfile: use ReplaceFile on Windows so that attributes and ACLs are preserved 11 months ago
atomicfile_test.go various: add golangci-lint, fix issues (#7905) 3 years ago
atomicfile_windows.go atomicfile: use ReplaceFile on Windows so that attributes and ACLs are preserved 11 months ago
atomicfile_windows_test.go atomicfile: use ReplaceFile on Windows so that attributes and ACLs are preserved 11 months ago
mksyscall.go atomicfile: use ReplaceFile on Windows so that attributes and ACLs are preserved 11 months ago
zsyscall_windows.go atomicfile: use ReplaceFile on Windows so that attributes and ACLs are preserved 11 months ago