| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-01-05 | util/winutil: add some missing docs to restartmgr errors | Aaron Klotz | 1 | -0/+5 |
| 2023-12-22 | util/winutil: publicize existing functions for opening read-only connections ... | Aaron Klotz | 1 | -9/+9 |
| 2023-12-21 | all: cleanup unused code, part 2 (#10670) | Andrew Lytvynov | 5 | -107/+4 |
| 2023-12-20 | all: cleanup unused code, part 1 (#10661) | Andrew Lytvynov | 4 | -35/+38 |
| 2023-12-19 | util/cmpx: remove code that's in the stdlib now | Andrew Dunham | 1 | -37/+0 |
| 2023-12-12 | util/linuxfw: return created chain (#10563) | Irbe Krumina | 1 | -1/+1 |
| 2023-12-08 | ipn/ipnlocal, util/syspolicy: make run exit node a preference option | Adrian Dewhurst | 1 | -5/+14 |
| 2023-12-08 | util/syspolicy: rename client metric keys (#10516) | Andrea Gottardo | 1 | -3/+3 |
| 2023-12-07 | util/cache: add package for general-purpose caching | Andrew Dunham | 5 | -0/+379 |
| 2023-12-07 | ipn/ipnlocal, util/syspolicy: add auto update policy | Adrian Dewhurst | 1 | -1/+12 |
| 2023-12-06 | ipn/ipnlocal: better enforce system policies | Adrian Dewhurst | 2 | -2/+11 |
| 2023-12-05 | util/linuxfw, wgengine: allow ingress to magicsock UDP port on Linux (#10370) | Naman Sood | 2 | -2/+199 |
| 2023-12-05 | util/syspolicy: add policy counters (#10471) | Claire Wang | 2 | -0/+85 |
| 2023-12-05 | linuxfw,wgengine/route,ipn: add c2n and nodeattrs to control linux netfilter | Naman Sood | 2 | -9/+18 |
| 2023-12-05 | util/syspolicy: rename incorrectly named policy keys | Adrian Dewhurst | 1 | -2/+2 |
| 2023-11-30 | util/winutil: add support for restarting Windows processes in specific sessions | Aaron Klotz | 8 | -69/+1552 |
| 2023-11-29 | syspolicy: add exit node related policies (#10172) | Claire Wang | 3 | -13/+19 |
| 2023-11-22 | util/httpm: don't run test if .git doesn't exist | Andrew Dunham | 1 | -2/+10 |
| 2023-11-20 | util/set: implement json.Marshaler/Unmarshaler (#10308) | Andrew Lytvynov | 2 | -0/+60 |
| 2023-11-17 | util/syspolicy: add caching handler (#10288) | Claire Wang | 4 | -7/+371 |
| 2023-11-15 | util/syspolicy: add some additional policy keys | Adrian Dewhurst | 1 | -0/+4 |
| 2023-11-15 | util/osdiag, util/winutil: expose Windows policy key | Adrian Dewhurst | 3 | -4/+12 |
| 2023-11-15 | cmd/tailscaled, util/winutil: changes to process and token APIs in winutil | Aaron Klotz | 1 | -37/+99 |
| 2023-11-09 | ssh/tailssh,util: extract new osuser package from ssh code (#10170) | Andrew Lytvynov | 1 | -0/+139 |
| 2023-11-06 | util/winutil: simplify dropping privileges after use (#10099) | Andrew Lytvynov | 1 | -19/+29 |
| 2023-11-04 | syspolicy: add Allow LAN Access visibility key (#10113) | Claire Wang | 1 | -0/+1 |
| 2023-11-03 | ipn/ipnauth: improve the Windows token administrator check | Aaron Klotz | 1 | -0/+24 |
| 2023-11-01 | util/groupmember: fail earlier if group doesn't exist, use slices.Contains | Brad Fitzpatrick | 1 | -8/+4 |
| 2023-11-01 | util/set: make Clone a method (#10044) | Chris Palmer | 2 | -2/+2 |
| 2023-10-31 | util/set: add some more Set operations (#10022) | Chris Palmer | 2 | -3/+74 |
| 2023-10-28 | util/linuxfw: add missing error checks in tests | Maisem Ali | 1 | -6/+18 |
| 2023-10-24 | Revert "ipn/ipnlocal: add new DNS and subnet router policies" (#9962) | Andrea Gottardo | 1 | -8/+3 |
| 2023-10-24 | ipn/ipnlocal: add new DNS and subnet router policies | Adrian Dewhurst | 1 | -3/+8 |
| 2023-10-18 | util/linuxfw: add additional nftable detection logic | Maisem Ali | 3 | -20/+119 |
| 2023-10-18 | util/linuxfw: fix broken tests | Maisem Ali | 1 | -178/+68 |
| 2023-10-16 | ipn/ipnlocal: change serial number policy to be PreferenceOption | Kristoffer Dalby | 1 | -1/+4 |
| 2023-10-13 | util/httphdr: add new package for parsing HTTP headers (#9797) | Joe Tsai | 2 | -0/+293 |
| 2023-10-13 | tailcfg: add tailnet field to register request (#9675) | Claire Wang | 1 | -1/+1 |
| 2023-10-11 | util/nocasemaps: import nocasemaps from corp | James Tucker | 2 | -0/+243 |
| 2023-10-11 | cmd/containerboot: use linuxfw.NetfilterRunner | Maisem Ali | 2 | -5/+299 |
| 2023-10-11 | util/linuxfw: move fake runner into pkg | Maisem Ali | 2 | -141/+131 |
| 2023-10-11 | util/cmpver: only consider ascii numerals (#9741) | Paul Scott | 2 | -12/+31 |
| 2023-10-10 | util/linuxfw: move detection logic | Maisem Ali | 7 | -14/+243 |
| 2023-10-10 | util/linuxfw: add missing input rule to the tailscale tun | James Tucker | 4 | -1/+89 |
| 2023-10-10 | ipn/ipnlocal: use syspolicy to determine collection of posture data | Kristoffer Dalby | 1 | -0/+4 |
| 2023-10-03 | util/race: add test to confirm we don't leak goroutines | Andrew Dunham | 1 | -0/+10 |
| 2023-10-03 | net/dns/resolver: race UDP and TCP queries (#9544) | Andrew Dunham | 2 | -0/+204 |
| 2023-10-03 | util/httpm, all: add a test to make sure httpm is used consistently | Brad Fitzpatrick | 1 | -0/+29 |
| 2023-09-30 | util/slicesx: add EqualSameNil, like slices.Equal but same nilness | Brad Fitzpatrick | 2 | -0/+33 |
| 2023-09-29 | util/syspolicy: add read boolean setting (#9592) | Claire Wang | 4 | -0/+83 |