| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-02 | cmd/checkmetrics: add command for checking metrics against kb | Brad Fitzpatrick | 1 | -0/+11 |
| 2024-11-22 | util/syspolicy/rsop: reduce policyReloadMinDelay and policyReloadMaxDelay whe... | Nick Khyl | 3 | -9/+15 |
| 2024-11-20 | util/fastuuid: delete unused package | Brad Fitzpatrick | 2 | -128/+0 |
| 2024-11-19 | util/winutil/s4u: fix token handle leak | Aaron Klotz | 1 | -1/+4 |
| 2024-11-11 | all: use iterators over slice views more | Brad Fitzpatrick | 1 | -2/+2 |
| 2024-11-11 | util/codegen: treat unique.Handle as an opaque value type | Brad Fitzpatrick | 2 | -3/+32 |
| 2024-11-05 | types/result, util/lineiter: add package for a result type, use it | Brad Fitzpatrick | 3 | -10/+114 |
| 2024-10-31 | util/syspolicy: add policy key for onboarding flow visibility | Aaron Klotz | 1 | -0/+4 |
| 2024-10-31 | wgengine/magicsock: export packet drop metric for outbound errors | Anton Tolchanov | 2 | -0/+72 |
| 2024-10-30 | util/syspolicy/source: put EnvPolicyStore env keys in their own namespace | Brad Fitzpatrick | 2 | -41/+46 |
| 2024-10-30 | util/syspolicy/setting: make setting.Snapshot JSON-marshallable | Nick Khyl | 2 | -0/+180 |
| 2024-10-30 | util/syspolicy/setting: make setting.RawItem JSON-marshallable | Nick Khyl | 3 | -140/+335 |
| 2024-10-30 | util/syspolicy/source: use errors instead of github.com/pkg/errors | Nick Khyl | 1 | -1/+1 |
| 2024-10-30 | util/syspolicy: implement a syspolicy store that reads settings from environm... | Nick Khyl | 5 | -5/+518 |
| 2024-10-25 | util/syspolicy, ipn/ipnlocal: update syspolicy package to utilize syspolicy/rsop | Nick Khyl | 11 | -741/+738 |
| 2024-10-21 | cmd/viewer: import types/views when generating a getter for a map field | Nick Khyl | 1 | -0/+5 |
| 2024-10-16 | util/syspolicy: add rsop package that provides access to the resultant policy | Nick Khyl | 9 | -18/+1834 |
| 2024-10-14 | wgengine: instrument with usermetrics | Kristoffer Dalby | 2 | -0/+100 |
| 2024-10-09 | util/vizerror: add WrapWithMessage | Percy Wegmann | 2 | -13/+67 |
| 2024-10-08 | util/syspolicy, ipn: add "tailscale debug component-logs" support | Nick Khyl | 3 | -12/+89 |
| 2024-10-08 | util/syspolicy/setting: update Snapshot to use Go 1.23 iterators | Nick Khyl | 1 | -14/+11 |
| 2024-10-03 | cmd/containerboot,util/linuxfw: create a SNAT rule for dst/src only once, cle... | Irbe Krumina | 5 | -68/+264 |
| 2024-09-29 | cmd/containerboot,kube,util/linuxfw: configure kube egress proxies to route t... | Irbe Krumina | 6 | -1/+683 |
| 2024-09-25 | util/usermetrics: make usermetrics non-global | Kristoffer Dalby | 2 | -11/+33 |
| 2024-09-11 | util/slicesx: add FirstElementEqual and LastElementEqual | Brad Fitzpatrick | 3 | -2/+41 |
| 2024-09-11 | util/linuxfw: fall back to nftables when iptables not found | Maisem Ali | 2 | -1/+18 |
| 2024-09-04 | control/controlclient,posture,util/syspolicy: use predefined syspolicy keys i... | Nick Khyl | 1 | -0/+8 |
| 2024-09-03 | util/syspolicy/source: add package for reading policy settings from external ... | Nick Khyl | 11 | -2/+3009 |
| 2024-08-27 | usermetric: add initial user-facing metrics | Kristoffer Dalby | 2 | -0/+109 |
| 2024-08-23 | cmd/cloner, cmd/viewer, util/codegen: add support for aliases of cloneable types | Nick Khyl | 1 | -0/+9 |
| 2024-08-23 | util/codegen, cmd/cloner, cmd/viewer: update codegen.LookupMethod to support ... | Nick Khyl | 2 | -20/+222 |
| 2024-08-20 | util/winutil: add GetRegUserString/SetRegUserString accessors for storage and... | Aaron Klotz | 1 | -4/+22 |
| 2024-08-19 | ipnlocal: support setting authkey at login using syspolicy (#13061) | Andrea Gottardo | 1 | -0/+4 |
| 2024-08-19 | util/winutil: add constants from Win32 SDK for dll blocking mitigation policies | Aaron Klotz | 1 | -3/+5 |
| 2024-08-13 | fix #13076: codegen error when using anonymous struct | cai.li | 2 | -1/+79 |
| 2024-08-12 | util/syspolicy/setting: add package that contains types for the next syspolic... | Nick Khyl | 16 | -85/+2605 |
| 2024-08-03 | util/linuxfw: return nil interface not concrete type | Maisem Ali | 1 | -2/+16 |
| 2024-08-02 | util/winutil/gp: fix a busy loop bug | Nick Khyl | 1 | -0/+1 |
| 2024-07-29 | util/osuser: turn wasm check into a const expression | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-07-26 | util/osuser: run getent on non-Linux Unixes | Ross Williams | 1 | -2/+12 |
| 2024-07-22 | util/slicesx: add HasPrefix, HasSuffix, CutPrefix, and CutSuffix functions | Nick Khyl | 2 | -1/+82 |
| 2024-07-19 | cmd/viewer, types/views, util/codegen: add viewer support for custom containe... | Nick Khyl | 1 | -0/+8 |
| 2024-07-11 | cmd/cloner, cmd/viewer, util/codegen: add support for generic types and inter... | Nick Khyl | 2 | -8/+275 |
| 2024-07-10 | all: add test for package comments, fix, add comments as needed | Brad Fitzpatrick | 7 | -4/+8 |
| 2024-07-08 | util/winutil/gp, net/dns: add package for Group Policy API | Nick Khyl | 6 | -0/+798 |
| 2024-07-05 | util/winutil/s4u: fix some doc comments in the s4u package | Aaron Klotz | 2 | -14/+18 |
| 2024-07-05 | cmd/containerboot,cmd/k8s-operator: enable IPv6 for fqdn egress proxies (#12577) | Tom Proctor | 1 | -2/+9 |
| 2024-06-26 | util/winutil/s4u: fix incorrect token type specified in s4u Login | Aaron Klotz | 1 | -1/+1 |
| 2024-06-26 | util/winutil: ensure domain controller address is used when retrieving remote... | Aaron Klotz | 5 | -4/+226 |
| 2024-06-25 | util/winutil: add package for logging into Windows via Service-for-User (S4U) | Aaron Klotz | 5 | -4/+1467 |