Commit Graph
8 Commits
Author SHA1 Message Date
RandyTheSilly 5b200e3321 Update test to check for full FreeBSD support 2025-04-04 00:37:25 -04:00
RandyTheSilly f4afca81ad Strip unneeded functionality 2025-04-03 23:19:49 -04:00
Nahum Shalman 35a0c7bd7e Add support for solaris 2025-01-07 06:37:37 -08:00
Brad Fitzpatrick b535050b2a Move module from github.com/inetaf to github.com/tailscale
See inetaf/tcpproxy#39

Signed-off-by: Brad Fitzpatrick <brad@danga.com>
2024-02-13 19:07:40 -08:00
Tobias Klauser cb2ece2456 Run Go 1.17 gofmt to add //go:build tags
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2021-09-06 10:41:45 -04:00
Denton Gentry 6ba7dd52e8 Add FreeBSD support
For FreeBSD 12.2 and before I think we could use SCM_CREDS to get
the pid of the peer. For FreeBSD 13.x and later, the Xucred is
extended with a pid. For now we'll leave it unimplemented and
expect to add FreeBSD 13+ support whern it is released.

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2021-03-02 06:23:55 -08:00
Brad Fitzpatrick 993aa01eac Add darwin support
Updates golang/go#27613
Updates tailscale/tailscale#1347
Updates tailscale/tailscale#1348
2021-02-16 15:17:19 -08:00
Brad Fitzpatrick 215a1c795a Start of peercred package, with Linux only for now. 2021-02-16 10:02:57 -08:00