Commit Graph
7 Commits
Author SHA1 Message Date
RandyTheSilly cfcdc4bfaa Initial FreeBSD PID support 2025-04-04 01:36:14 -04:00
RandyTheSilly b822d55619 Bump Go to v1.24.1; bump golang.org/x/sys to v0.31.0 2025-04-03 23:22:16 -04:00
Nahum Shalman 35a0c7bd7e Add support for solaris 2025-01-07 06:37:37 -08:00
Tobias Klauser 4259e17bb7 Run go mod tidy as part of GitHub actions
Make sure go.mod and go.sum match the current source in the module.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2021-03-18 12:08:34 -07: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