summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnauth/ipnauth.go
AgeCommit message (Expand)AuthorFilesLines
2025-10-03all: use buildfeature constants in a few more placesBrad Fitzpatrick1-0/+8
2025-10-02feature/featuretags, all: add build features, use existing ones in more placesBrad Fitzpatrick1-6/+14
2025-09-21ipn/ipnauth: don't crash on OpenBSD trying to log username of unknown peerBrad Fitzpatrick1-1/+1
2024-02-13go.mod, all: move away from inet.af domain seized by TalibanBrad Fitzpatrick1-1/+1
2024-01-12ipn/ipnserver: always allow Windows SYSTEM user to connectWill Norris1-0/+2
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov1-11/+0
2023-10-26ipn, safesocket: use Windows token in LocalAPIAaron Klotz1-6/+37
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-30all: use named pipes on windowsMaisem Ali1-51/+0
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