summaryrefslogtreecommitdiffhomepage
path: root/ipn
AgeCommit message (Expand)AuthorFilesLines
2025-03-25ipn/store/kubestore: skip cache for the write replica in cert share mode (#15...Irbe Krumina2-29/+41
2025-03-25ipn/ipnlocal: remove misleading [unexpected] log for auditlog (#15421)Jonathan Nobels1-3/+1
2025-03-25ipn/ipnlocal: add more logging for initializing peerAPIListenersPercy Wegmann1-1/+4
2025-03-24net/netmon: use Monitor's tsIfName if set by SetTailscaleInterfaceNameBrad Fitzpatrick2-4/+4
2025-03-24clientupdate: cache CanAutoUpdate, avoid log spam when falseBrad Fitzpatrick1-12/+14
2025-03-20ipn/ipnlocal: do not attempt to start the auditlogger with a nil transportNick Khyl1-2/+5
2025-03-20ipn/ipnlocal: do not reset the netmap and packet filter in (*LocalBackend).St...Nick Khyl3-16/+28
2025-03-20ipn: ensure that conffile is source of truth for advertised services. (#15361)Irbe Krumina2-23/+130
2025-03-19cmd/k8s-operator: configure proxies for HA Ingress to run in cert share mode ...Irbe Krumina1-1/+1
2025-03-18ipn/store/kubestore,kube,envknob,cmd/tailscaled/depaware.txt: allow kubestore...Irbe Krumina2-77/+823
2025-03-17ipn/ipnlocal: add test for CapMap packet filtersJames Sanderson1-0/+59
2025-03-13ipn/ipnlocal, envknob: make it possible to configure the cert client to act i...Irbe Krumina2-3/+189
2025-03-12control/controlclient, ipn: add client audit logging (#14950)Jonathan Nobels5-11/+1021
2025-03-11ipn/ipnlocal: allow cache hits for testing ACME certs (#15023)Tom Proctor2-8/+43
2025-03-07ipn: sort VIP services before hashing (#15035)Naman Sood1-1/+8
2025-03-03ipn/ipnlocal: initialize Taildrive shares when starting backendPercy Wegmann1-13/+10
2025-03-03ipn/store/kubestore: sanitize keys loaded to in-memory store (#15178)Irbe Krumina2-3/+8
2025-02-28ipn: update AddPeer to include TaildropTarget (#15091)kari-ts2-1/+9
2025-02-28ipn/store/awsstore: allow providing a KMS keyLee Briggs4-43/+157
2025-02-28ipn/ipnlocal: send vipServices info via c2n even it's incomplete (#15166)KevinLiang101-9/+7
2025-02-27ipn/{ipnlocal,store},kube/kubeclient: store TLS cert and key pair to a Secret...Irbe Krumina4-39/+267
2025-02-24ipn/ipnlocal,util/syspolicy,docs/windows/policy: implement the ReconnectAfter...Nick Khyl1-3/+69
2025-02-18ipn/ipnlocal: reset always-on override and apply policy settings on startNick Khyl1-3/+11
2025-02-16ipn/ipnlocal,tailcfg: don't send WireIngress if IngressEnabled already true (...Irbe Krumina2-22/+24
2025-02-14various: keep tailscale connected when Always On mode is enabled on WindowsNick Khyl4-12/+298
2025-02-14ipn, tailscale/cli: add TaildropTargetStatus and remove race with FileTargets...kari-ts2-0/+57
2025-02-14ipn/ipnlocal: add GetFilterForTest (#15025)James 'zofrex' Sanderson1-0/+4
2025-02-12ipn/ipn{local,server}: extract logic that determines the "best" Tailscale pro...Nick Khyl3-43/+118
2025-02-11ipn/ipn{local,server}: move "staying alive in server mode" from ipnserver to ...Nick Khyl3-52/+112
2025-02-11ipn/desktop: add a new package for managing desktop sessions on WindowsNick Khyl7-0/+994
2025-02-11ipn/ipnauth: implement WindowsActorNick Khyl2-3/+109
2025-02-11ipn/ipn{auth,server}: update ipnauth.Actor to carry a contextNick Khyl5-6/+77
2025-02-11types/netmap,*: pass around UserProfiles as views (pointers) insteadBrad Fitzpatrick4-22/+35
2025-02-10ipn/ipn{local,server}: remove ResetForClientDisconnect in favor of SetCurrent...Nick Khyl2-36/+7
2025-02-10ipn/ipnlocal: fix (*profileManager).DefaultUserProfileID for users other than...Nick Khyl2-26/+28
2025-02-06safesocket: add ability for Darwin clients to set explicit credentials (#14702)Jonathan Nobels1-0/+7
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick3-16/+17
2025-02-04ipn/{ipnserver,localapi},tsnet: use ipnauth.Self as the actor in tsnet locala...Nick Khyl2-11/+10
2025-02-04ipn/{ipnauth,ipnlocal,ipnserver}: move the AlwaysOn policy check from ipnserv...Nick Khyl6-18/+63
2025-02-03ipn/ipnlocal: add VIP service IPs to localnetsAdrian Dewhurst1-0/+27
2025-02-03tailcfg: add JSON unmarshal helper for view of node/peer capabilitiesAdrian Dewhurst1-4/+1
2025-02-03derp/derphttp,ipn/localapi,net/captivedetection: add cache resistance to capt...James Tucker1-2/+8
2025-02-01client/tailscale,ipn/ipn{local,server},util/syspolicy: implement the AlwaysOn...Nick Khyl4-15/+87
2025-01-31ipn/ipnlocal: fix a panic in setPrefsLockedOnEntry when cc is nilNick Khyl1-1/+1
2025-01-31ssh,tempfork/gliderlabs/ssh: replace github.com/tailscale/golang-x-crypto/ssh...Percy Wegmann1-1/+1
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 Khyl4-2/+44
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 Khyl4-1/+27
2025-01-30ipn: generate LoginProfileView and use it instead of *LoginProfile where appr...Nick Khyl12-151/+254