index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
iked
/
control.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
More unused headers.
tobhe
2020-10-09
1
-3
/
+1
*
Don't fallthrough in IMSG_CTL_RESET_ID case.
tobhe
2020-04-03
1
-2
/
+2
*
Add 'ikectl show sa' command to print information about the state of
tobhe
2020-03-22
1
-2
/
+21
*
Add 'ikectl reset id <ID>' command to reset all SAs from policies with
tobhe
2020-03-18
1
-2
/
+6
*
Remove cpath pledge(2) promise. We decided that not deleting the unix control
mestre
2018-08-06
1
-13
/
+2
*
Nuke some whitespace that keeps poking me in the eye as I try to
krw
2017-01-17
1
-2
/
+2
*
Stop accessing verbose and debug variables from log.c directly.
reyk
2017-01-09
1
-2
/
+2
*
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
krw
2017-01-09
1
-4
/
+5
*
Forward IMSG_CTL_VERBOSE via the parent; this fixes a crash when doing
reyk
2016-09-04
1
-2
/
+1
*
EAGAIN handling for imsg_read. OK henning@ benno@
claudio
2015-12-05
1
-2
/
+3
*
Replace socket_set_blockmode() and fcntl(fd, F_SETFL, O_NONBLOCK) calls
reyk
2015-11-23
1
-7
/
+4
*
iked hereby pledges that it will run with restricted system
reyk
2015-10-22
1
-1
/
+26
*
Fix control_imsg_forward() by changing imsg_compose() to
reyk
2015-10-19
1
-2
/
+2
*
Remove the ikev1 stub - Since I started iked, it has an empty privsep
reyk
2015-10-19
1
-2
/
+1
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+1
*
Handle the event parameter of libevent callback function as a bit
yasuoka
2014-06-03
1
-9
/
+4
*
Update iked to use the same proc.c that relayd uses.
reyk
2014-04-22
1
-5
/
+5
*
Cope with the EAGAIN API change for msgbuf_write()
mikeb
2013-11-15
1
-2
/
+2
*
remove excessive includes
deraadt
2013-03-21
1
-2
/
+1
*
handle ECONNABORTED errors from accept(). In many code blocks they can be
deraadt
2013-03-11
1
-2
/
+3
*
Remove private CVS tag from an obsolete repository and bump copyright
reyk
2013-01-08
1
-3
/
+2
*
update email addresses to match reality.
reyk
2012-09-18
1
-2
/
+2
*
rate-limit accepting of new connections while we are experiencing
deraadt
2012-04-05
1
-12
/
+36
*
rename functions in proc.c to proc_* and move some code from imsg_util.c to
reyk
2011-05-09
1
-5
/
+5
*
Move the proc.c-specific runtime state out of struct iked into a sub-struct.
reyk
2011-05-05
1
-2
/
+3
*
Fix a little control socket bug, as discussed with mikeb@
reyk
2010-12-22
1
-2
/
+3
*
fixup log_warn and log_debug arguments; ok reyk
mikeb
2010-12-21
1
-3
/
+3
*
unbreak the ikectl log verbose/brief commands.
reyk
2010-06-24
1
-2
/
+2
*
add new commands: the couple/decouple commands will set loading of the
reyk
2010-06-10
1
-1
/
+5
*
Import iked, a new implementation of the IKEv2 protocol.
reyk
2010-06-03
1
-0
/
+295