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
/
util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead assignments.
tobhe
2020-08-15
1
-2
/
+2
*
Only make the type part of the idstring lowercase when looking for certs in
tobhe
2020-04-10
1
-3
/
+3
*
Constify "buf" argument in print_hex and print_hexval.
tobhe
2020-02-13
1
-3
/
+3
*
Make sure that the prefixlen returned by mask2prefixlen6 is never bigger
claudio
2018-12-07
1
-11
/
+15
*
Use __func__ in log_debug calls.
rob
2018-06-22
1
-4
/
+4
*
getsockname(2) needs to be passed the length of the input struct.
patrick
2017-12-13
1
-3
/
+2
*
Print_host is used mainly in printf style functions. So do not return NULL
claudio
2017-11-29
1
-3
/
+3
*
Stop accessing verbose and debug variables from log.c directly.
reyk
2017-01-09
1
-11
/
+5
*
Pass the flags argument of recvfromto down to the underlying recvmsg
jca
2016-09-26
1
-2
/
+2
*
Now that we have IP_SENDSRCADDR, add sendtofrom().
vgross
2016-09-04
1
-1
/
+53
*
Replace socket_set_blockmode() and fcntl(fd, F_SETFL, O_NONBLOCK) calls
reyk
2015-11-23
1
-19
/
+3
*
Move local logging functions to util.c (which is shared with ikectl),
reyk
2015-11-21
1
-1
/
+29
*
Simplify all instances of get_string() and get_data() using malloc() and
mmcc
2015-11-19
1
-7
/
+2
*
Switch iked to C99-style fixed-width integer types.
reyk
2015-08-21
1
-26
/
+26
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-1
/
+2
*
support rekeying for IPCOMP; ok mikeb@
markus
2014-02-21
1
-1
/
+17
*
initial support for IPComp
markus
2014-02-14
1
-1
/
+4
*
never cast to sockaddr_storage, always cast to the abstract 'class' sockaddr
markus
2013-12-03
1
-9
/
+9
*
include hexdump in debug output only for -vvv; ok mikeb@
markus
2013-11-28
1
-2
/
+2
*
Whole bunch of (unsigned char) casts carefully added for ctype calls.
deraadt
2013-11-22
1
-4
/
+4
*
Make the bit string u_char * in print_bits(). In practice we
millert
2013-11-21
1
-3
/
+3
*
no need for netinet/ip_var.h (and friends)
deraadt
2013-10-24
1
-8
/
+1
*
Remove private CVS tag from an obsolete repository and bump copyright
reyk
2013-01-08
1
-3
/
+2
*
remove some unnecessary sys/param.h inclusions
deraadt
2012-12-04
1
-2
/
+2
*
update email addresses to match reality.
reyk
2012-09-18
1
-2
/
+2
*
When setting up NAT-T notify payloads, make sure to supply an
mikeb
2012-05-08
1
-1
/
+9
*
fix some leaks
jsg
2012-03-24
1
-1
/
+3
*
spacing
reyk
2011-05-27
1
-2
/
+2
*
Reimplement the iked(8) policy evaluation for incoming connections to
reyk
2011-01-21
1
-3
/
+5
*
move mask2prefixlen functions to the util module; ok reyk
mikeb
2011-01-17
1
-1
/
+62
*
move and rename util.c:print_id() to ikev2.c:ikev2_print_id() because
reyk
2010-12-22
1
-91
/
+1
*
split util.c into two files: imsg_util.c for ibuf/imsg stuff and util for
reyk
2010-12-22
1
-239
/
+1
*
Clarify the internal ibuf API: rename ibuf_copy() to ibuf_get() because
reyk
2010-12-01
1
-4
/
+4
*
add code to lookup the RSA public keys in /etc/iked/pubkeys/ as an
reyk
2010-06-29
1
-1
/
+8
*
cycle static buffers in print_bits()
reyk
2010-06-27
1
-10
/
+14
*
Include the Id type in the generated SA tag that is passed to the
reyk
2010-06-26
1
-9
/
+20
*
restructure code a bit to move closer to initiator mode:
reyk
2010-06-14
1
-1
/
+3
*
cleanup messages and parsed information correctly
reyk
2010-06-14
1
-10
/
+1
*
small fix for sockaddr_cmp()
reyk
2010-06-10
1
-4
/
+9
*
Import iked, a new implementation of the IKEv2 protocol.
reyk
2010-06-03
1
-0
/
+943