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/cmd/derper
Aaron Klotz df86576989 util/winutil: add AllocateContiguousBuffer and SetNTString helper funcs
AllocateContiguousBuffer is for allocating structs with trailing buffers
containing additional data. It is to be used for various Windows structures
containing pointers to data located immediately after the struct.

SetNTString performs in-place setting of windows.NTString and
windows.NTUnicodeString.

Updates #12383

Signed-off-by: Aaron Klotz <aaron@tailscale.com>
4 months ago
..
bootstrap_dns.go cmd/derper: support TXT-mediated unpublished bootstrap DNS rollouts 4 months ago
bootstrap_dns_test.go cmd/derper: support TXT-mediated unpublished bootstrap DNS rollouts 4 months ago
cert.go
depaware.txt util/winutil: add AllocateContiguousBuffer and SetNTString helper funcs 4 months ago
derper.go cmd/derper: support TXT-mediated unpublished bootstrap DNS rollouts 4 months ago
derper_test.go all: do not depend on the testing package 4 months ago
mesh.go
websocket.go