16 Commits
Author SHA1 Message Date
RandyTheSilly 8c43c6643f Bump dependencies 2026-05-29 17:47:52 -04:00
RandyTheSilly dbfec3b41e Bump dependencies; document FreeBSD+Windows module replacements 2026-02-09 22:45:58 -05:00
RandyTheSilly 6f8141d6dd Bump dependencies; switch to tagged go-winio fork 2025-11-09 15:36:07 -05:00
RandyTheSilly edf421e7f5 Replace sys fork with new one; bump sys to v0.35.0 2025-08-17 12:49:11 -04:00
RandyTheSilly cfcc2d598e Bump sys-freebsd-13-xucred to v0.33.0 2025-05-11 10:44:54 -04:00
RandyTheSilly c09add2ece Switch to fork of github.com/Microsoft/go-winio to complete Windows support 2025-04-06 23:32:41 -04:00
RandyTheSilly ffe191394a Extract handle from pipe connection 2025-04-06 22:44:56 -04:00
RandyTheSilly 081b05659a Use replace syntax for custom sys fork 2025-04-05 16:05:38 -04:00
RandyTheSilly 0e071fcd68 Switch to fork of golang.org/x/sys to allow getting PIDs 2025-04-04 21:29:31 -04:00
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