index
:
wireguard-tools
jd/capability-check
master
Required tools for WireGuard, such as wg(8) and wg-quick(8)
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
ipc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: dual license core files as MIT for FreeBSD
Jason A. Donenfeld
2022-06-10
1
-1
/
+1
*
ipc: add wireguard-nt support
Jason A. Donenfeld
2021-07-20
1
-0
/
+2
*
ipc: freebsd: add initial FreeBSD support
Jason A. Donenfeld
2021-03-11
1
-0
/
+2
*
wireguard-tools: drag in headers for prototypes
Kyle Evans
2021-03-10
1
-0
/
+1
*
ipc: split into separate files per-platform
Jason A. Donenfeld
2020-05-25
1
-1152
/
+10
*
ipc: openbsd: switch to array ioctl interface
Jason A. Donenfeld
2020-05-13
1
-41
/
+41
*
ipc: cleanup openbsd support
Jason A. Donenfeld
2020-05-10
1
-93
/
+100
*
ipc: add support for openbsd kernel implementation
Matt Dunwoodie
2020-05-10
1
-3
/
+262
*
ipc: remove extra space
Jason A. Donenfeld
2020-05-10
1
-1
/
+1
*
netlink: don't pretend that sysconf isn't a function
Jason A. Donenfeld
2020-02-05
1
-1
/
+1
*
netlink: remove libmnl requirement
Jason A. Donenfeld
2020-02-03
1
-4
/
+1
*
netlink: make sure to clear return value when trying again
Jason A. Donenfeld
2020-01-11
1
-1
/
+2
*
ipc: simplify inflatable buffer and add fuzzer
Jason A. Donenfeld
2020-01-04
1
-60
/
+42
*
global: bump copyright
Jason A. Donenfeld
2020-01-02
1
-1
/
+1
*
wg: add back source formerly shared with kernel module
Jason A. Donenfeld
2019-12-26
1
-1
/
+1
*
ipc: make sure userspace communication frees wgdevice
Jason A. Donenfeld
2019-12-05
1
-10
/
+13
*
wg: windows: enforce named pipe ownership and use protected prefix
Jason A. Donenfeld
2019-08-31
1
-16
/
+16
*
wg: add wincompat layer to wg(8)
Jason A. Donenfeld
2019-05-31
1
-0
/
+4
*
netlink: use __kernel_timespec for handshake time
Jason A. Donenfeld
2019-01-23
1
-2
/
+2
*
global: update copyright
Jason A. Donenfeld
2019-01-07
1
-1
/
+1
*
wg: don't fail if a netlink interface dump is inconsistent
Jason A. Donenfeld
2018-10-13
1
-2
/
+9
*
netlink: do not stuff index into nla type
Jason A. Donenfeld
2018-10-08
1
-5
/
+4
*
global: put SPDX identifier on its own line
Jason A. Donenfeld
2018-09-20
1
-2
/
+2
*
global: prefer sizeof(*pointer) when possible
Jason A. Donenfeld
2018-09-04
1
-6
/
+6
*
wg: ipc: do not warn on unrecognized netlink attributes
Jason A. Donenfeld
2018-09-02
1
-17
/
+0
*
wg: fix OpenBSD build
Filippo Valsorda
2018-05-22
1
-1
/
+1
*
wg: fix errno propagation and messages
Jason A. Donenfeld
2018-05-18
1
-2
/
+1
*
wg: fixup errno handling
Jason A. Donenfeld
2018-02-17
1
-7
/
+8
*
wg: normalize strncpy/snprintf usage
Jason A. Donenfeld
2018-02-14
1
-3
/
+5
*
global: year bump
Jason A. Donenfeld
2018-01-03
1
-1
/
+1
*
global: add SPDX tags to all files
Greg Kroah-Hartman
2017-12-09
1
-1
/
+4
*
global: switch from timeval to timespec
Jason A. Donenfeld
2017-11-22
1
-1
/
+1
*
wg: tighten up strtoul parsing
Jason A. Donenfeld
2017-11-17
1
-8
/
+8
*
wg: allow for NULL keys everywhere
Jason A. Donenfeld
2017-11-11
1
-7
/
+18
*
global: style nits
Jason A. Donenfeld
2017-10-31
1
-0
/
+7
*
global: infuriating kernel iterator style
Jason A. Donenfeld
2017-10-31
1
-2
/
+2
*
wg: account for padding being in zero attribute
Jason A. Donenfeld
2017-10-17
1
-0
/
+6
*
wg: newline after warning
Jason A. Donenfeld
2017-10-17
1
-1
/
+1
*
wg: style
Jason A. Donenfeld
2017-10-17
1
-1
/
+1
*
wg: store tail pointer to make coalescing peers fast
Jason A. Donenfeld
2017-10-10
1
-72
/
+68
*
wg: warn once on unrecognized items
Jason A. Donenfeld
2017-10-09
1
-0
/
+21
*
wg: try again if dump is interrupted
Jason A. Donenfeld
2017-10-08
1
-1
/
+4
*
wg: compile on non-Linux
Jason A. Donenfeld
2017-10-02
1
-16
/
+22
*
wg: simmer down silly compilers
Jason A. Donenfeld
2017-10-02
1
-1
/
+1
*
wg: do not warn on unrecognized items
Jason A. Donenfeld
2017-10-02
1
-25
/
+0
*
netlink: switch from ioctl to netlink for configuration
Jason A. Donenfeld
2017-10-02
1
-154
/
+447
*
wg: uapi: only make sure socket file is socket
Jason A. Donenfeld
2017-09-26
1
-4
/
+9
*
wg: use key_is_zero for comparing to zeros
Jason A. Donenfeld
2017-09-24
1
-3
/
+2
*
wg: stricter userspace ipc parsing
Jason A. Donenfeld
2017-08-02
1
-3
/
+3
*
wg: remove double include in ipc
Jason A. Donenfeld
2017-06-29
1
-1
/
+0
[next]