Commit Graph
14 Commits
Author SHA1 Message Date
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 5dc435a56a Remove osGet 2025-04-04 19:01:06 -04:00
RandyTheSilly cfcdc4bfaa Initial FreeBSD PID support 2025-04-04 01:36:14 -04:00
RandyTheSilly 1210f10798 Rename module 2025-04-04 00:47:13 -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
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
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