summaryrefslogtreecommitdiffhomepage
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2024-01-05util/winutil: add some missing docs to restartmgr errorsAaron Klotz1-0/+5
2023-12-22util/winutil: publicize existing functions for opening read-only connections ...Aaron Klotz1-9/+9
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov5-107/+4
2023-12-20all: cleanup unused code, part 1 (#10661)Andrew Lytvynov4-35/+38
2023-12-19util/cmpx: remove code that's in the stdlib nowAndrew Dunham1-37/+0
2023-12-12util/linuxfw: return created chain (#10563)Irbe Krumina1-1/+1
2023-12-08ipn/ipnlocal, util/syspolicy: make run exit node a preference optionAdrian Dewhurst1-5/+14
2023-12-08util/syspolicy: rename client metric keys (#10516)Andrea Gottardo1-3/+3
2023-12-07util/cache: add package for general-purpose cachingAndrew Dunham5-0/+379
2023-12-07ipn/ipnlocal, util/syspolicy: add auto update policyAdrian Dewhurst1-1/+12
2023-12-06ipn/ipnlocal: better enforce system policiesAdrian Dewhurst2-2/+11
2023-12-05util/linuxfw, wgengine: allow ingress to magicsock UDP port on Linux (#10370)Naman Sood2-2/+199
2023-12-05util/syspolicy: add policy counters (#10471)Claire Wang2-0/+85
2023-12-05linuxfw,wgengine/route,ipn: add c2n and nodeattrs to control linux netfilterNaman Sood2-9/+18
2023-12-05util/syspolicy: rename incorrectly named policy keysAdrian Dewhurst1-2/+2
2023-11-30util/winutil: add support for restarting Windows processes in specific sessionsAaron Klotz8-69/+1552
2023-11-29syspolicy: add exit node related policies (#10172)Claire Wang3-13/+19
2023-11-22util/httpm: don't run test if .git doesn't existAndrew Dunham1-2/+10
2023-11-20util/set: implement json.Marshaler/Unmarshaler (#10308)Andrew Lytvynov2-0/+60
2023-11-17util/syspolicy: add caching handler (#10288)Claire Wang4-7/+371
2023-11-15util/syspolicy: add some additional policy keysAdrian Dewhurst1-0/+4
2023-11-15util/osdiag, util/winutil: expose Windows policy keyAdrian Dewhurst3-4/+12
2023-11-15cmd/tailscaled, util/winutil: changes to process and token APIs in winutilAaron Klotz1-37/+99
2023-11-09ssh/tailssh,util: extract new osuser package from ssh code (#10170)Andrew Lytvynov1-0/+139
2023-11-06util/winutil: simplify dropping privileges after use (#10099)Andrew Lytvynov1-19/+29
2023-11-04syspolicy: add Allow LAN Access visibility key (#10113)Claire Wang1-0/+1
2023-11-03ipn/ipnauth: improve the Windows token administrator checkAaron Klotz1-0/+24
2023-11-01util/groupmember: fail earlier if group doesn't exist, use slices.ContainsBrad Fitzpatrick1-8/+4
2023-11-01util/set: make Clone a method (#10044)Chris Palmer2-2/+2
2023-10-31util/set: add some more Set operations (#10022)Chris Palmer2-3/+74
2023-10-28util/linuxfw: add missing error checks in testsMaisem Ali1-6/+18
2023-10-24Revert "ipn/ipnlocal: add new DNS and subnet router policies" (#9962)Andrea Gottardo1-8/+3
2023-10-24ipn/ipnlocal: add new DNS and subnet router policiesAdrian Dewhurst1-3/+8
2023-10-18util/linuxfw: add additional nftable detection logicMaisem Ali3-20/+119
2023-10-18util/linuxfw: fix broken testsMaisem Ali1-178/+68
2023-10-16ipn/ipnlocal: change serial number policy to be PreferenceOptionKristoffer Dalby1-1/+4
2023-10-13util/httphdr: add new package for parsing HTTP headers (#9797)Joe Tsai2-0/+293
2023-10-13tailcfg: add tailnet field to register request (#9675)Claire Wang1-1/+1
2023-10-11util/nocasemaps: import nocasemaps from corpJames Tucker2-0/+243
2023-10-11cmd/containerboot: use linuxfw.NetfilterRunnerMaisem Ali2-5/+299
2023-10-11util/linuxfw: move fake runner into pkgMaisem Ali2-141/+131
2023-10-11util/cmpver: only consider ascii numerals (#9741)Paul Scott2-12/+31
2023-10-10util/linuxfw: move detection logicMaisem Ali7-14/+243
2023-10-10util/linuxfw: add missing input rule to the tailscale tunJames Tucker4-1/+89
2023-10-10ipn/ipnlocal: use syspolicy to determine collection of posture dataKristoffer Dalby1-0/+4
2023-10-03util/race: add test to confirm we don't leak goroutinesAndrew Dunham1-0/+10
2023-10-03net/dns/resolver: race UDP and TCP queries (#9544)Andrew Dunham2-0/+204
2023-10-03util/httpm, all: add a test to make sure httpm is used consistentlyBrad Fitzpatrick1-0/+29
2023-09-30util/slicesx: add EqualSameNil, like slices.Equal but same nilnessBrad Fitzpatrick2-0/+33
2023-09-29util/syspolicy: add read boolean setting (#9592)Claire Wang4-0/+83