summaryrefslogtreecommitdiffhomepage
path: root/util/dnsname
AgeCommit message (Expand)AuthorFilesLines
2025-01-24tailcfg: adjust ServiceName.Validate to use vizerrorAdrian Dewhurst1-1/+2
2024-12-12util/dnsname: use vizerror for all errorsAdrian Dewhurst1-9/+9
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick2-2/+2
2023-03-27cmd/tailscale: extend hostname validation (#7678)Anton Tolchanov2-0/+40
2023-01-27all: update copyright and license headersWill Norris2-6/+4
2023-01-25cmd/k8s-operator: support setting a custom hostname.David Anderson1-0/+26
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2022-03-16all: use Go 1.18's strings.CutBrad Fitzpatrick1-4/+2
2021-05-31util/dnsname: make ToFQDN take exactly 0 or 1 allocs for everything.David Anderson1-64/+29
2021-05-31util/dnsname: add a benchmark for ToFQDN.David Anderson1-0/+21
2021-05-31util/dnsname: don't validate the contents of DNS labels.David Anderson2-24/+17
2021-05-10util/dnsname: normalize leading dots in ToFQDN.David Anderson2-2/+6
2021-04-15control/controlclient: only use a single DNS label as the hostname.David Anderson1-0/+8
2021-04-10util/dnsname: add FQDN type, use throughout codebase.David Anderson2-24/+229
2021-04-01net/dns/resolver: teach the forwarder to do per-domain routing.David Anderson1-0/+9
2021-02-18dnsname,tailcfg: add hostname sanitation logic to node display names (#1304)Sonia Appasamy2-3/+186
2021-01-27tailcfg: update node display name fields and methods (#1207)Sonia Appasamy2-26/+0
2021-01-25tailcfg, controlclient: add DisplayName field to tailcfg.Node and populate it...Sonia Appasamy2-0/+26
2021-01-10cmd/tailscale: change formatting of "tailscale status"Brad Fitzpatrick2-0/+47