summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnauth
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris10-10/+10
2025-12-23ipn/ipnauth, safesocket: defer named pipe client's token retrieval until ipns...Nick Khyl1-18/+11
2025-10-03all: use buildfeature constants in a few more placesBrad Fitzpatrick2-0/+12
2025-10-03ipn/ipnauth: fix a null pointer panic in GetConnIdentityAlex Chan1-2/+3
2025-10-02feature/featuretags, all: add build features, use existing ones in more placesBrad Fitzpatrick3-7/+40
2025-09-21ipn/ipnauth: don't crash on OpenBSD trying to log username of unknown peerBrad Fitzpatrick2-2/+7
2025-09-02util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move glo...Brad Fitzpatrick1-3/+3
2025-08-31util/syspolicy/*: move syspolicy keys to new const leaf "pkey" packageBrad Fitzpatrick1-2/+3
2025-07-07ipn/{ipnauth,ipnlocal,localapi}: make EditPrefs return an error if changing e...Nick Khyl1-0/+12
2025-03-12control/controlclient, ipn: add client audit logging (#14950)Jonathan Nobels2-8/+9
2025-02-11ipn/ipnauth: implement WindowsActorNick Khyl2-3/+109
2025-02-11ipn/ipn{auth,server}: update ipnauth.Actor to carry a contextNick Khyl4-6/+74
2025-02-04ipn/{ipnauth,ipnlocal,ipnserver}: move the AlwaysOn policy check from ipnserv...Nick Khyl4-3/+57
2025-01-31ipn/ipnauth,util/syspolicy: improve commentsNick Khyl2-3/+7
2025-01-31ipn/ipn{auth,server,local}: initial support for the always-on modeNick Khyl1-0/+6
2025-01-31ipn/ipnauth: implement an Actor representing tailscaled itselfNick Khyl1-0/+46
2025-01-31ipn/{ipnauth, ipnserver}: extend the ipnauth.Actor interface with a CheckProf...Nick Khyl3-1/+19
2025-01-14ipn/{ipnauth,ipnlocal,ipnserver}, client/tailscale: make ipnserver.Server tes...Nick Khyl1-0/+13
2024-10-18ipn/{ipnauth,ipnlocal,ipnserver}: send the auth URL to the user who started i...Nick Khyl3-1/+70
2024-08-28ipn/{ipnauth,ipnlocal,ipnserver,localapi}: start baby step toward moving acce...Nick Khyl1-0/+47
2024-02-13go.mod, all: move away from inet.af domain seized by TalibanBrad Fitzpatrick2-2/+2
2024-01-12ipn/ipnserver: always allow Windows SYSTEM user to connectWill Norris2-0/+8
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov2-12/+1
2023-11-03ipn/ipnauth: improve the Windows token administrator checkAaron Klotz1-1/+23
2023-10-26ipn, safesocket: use Windows token in LocalAPIAaron Klotz3-35/+176
2023-01-27all: update copyright and license headersWill Norris3-9/+6
2022-11-30all: use named pipes on windowsMaisem Ali3-51/+83
2022-11-28ipn/ipnauth, util/winutil: add temporary LookupPseudoUser workaround to addre...Aaron Klotz1-2/+15
2022-11-27ipn/*: make new WindowsUserID type to consolidate docsBrad Fitzpatrick1-8/+22
2022-11-26ipn/ipnserver: remove protoSwitchConn shenanigans; just use http.Server earlyBrad Fitzpatrick1-1/+0
2022-11-25ipn/ipnserver: move more connection acceptance logic to LocalBackendBrad Fitzpatrick1-1/+10
2022-11-23ipn/ipnauth: start splitting ipnserver into new ipnauth packageBrad Fitzpatrick1-0/+204