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
/
isakmpd
/
dpd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use clock_gettime(CLOCK_MONOTONIC) to schedule timers
jca
2017-12-05
1
-12
/
+12
*
Remove NULL-checks before free(). ok tb@
mmcc
2015-12-10
1
-3
/
+2
*
Remove a mid-layer which acts like arc4random isn't fairly standard.
deraadt
2014-01-23
1
-2
/
+2
*
improve randomization. remove some junk debugging features that are
deraadt
2014-01-22
1
-3
/
+1
*
Style; return is not a function. hshoexer@ ok.
ho
2006-07-24
1
-2
/
+2
*
Big spelling cleanup, no binary change. From david@
hshoexer
2006-06-02
1
-2
/
+2
*
don't send DPD messages before the exchange is finialized, otherwise
markus
2005-10-26
1
-8
/
+14
*
clean up KEY_API() wrapper.
hshoexer
2005-05-04
1
-2
/
+3
*
Make DPD vendor ID u_int8_t, not char. Gets rid of a warning in
cloder
2005-04-08
1
-2
/
+2
*
USE_DEBUG is bye bye
deraadt
2005-04-08
1
-5
/
+1
*
spacing; ok cloder
deraadt
2005-04-04
1
-9
/
+7
*
disable the SA dpd timer on sa_free(). this avoid a race
markus
2005-02-24
1
-5
/
+1
*
dpd_find_sa: only ready SAs, otherwise DPD will delete SAs owned by
markus
2005-02-24
1
-2
/
+2
*
proper portable C; ok hshoexer
deraadt
2004-12-28
1
-3
/
+6
*
make sure the isakmpd_s has id_r/s set; ok hshoexer, ho
markus
2004-12-13
1
-1
/
+3
*
1. allow up to DPD_RETRANS_MAX retransmitted R_U_THERE messages.
markus
2004-12-08
1
-3
/
+13
*
Better implementation of the Dead Peer Detection protocol, RFC 3706.
ho
2004-08-10
1
-204
/
+224
*
spacing
deraadt
2004-08-08
1
-5
/
+4
*
Make the payload array in struct message dynamic, since we need to handle
ho
2004-06-20
1
-5
/
+3
*
A start towards Dead Peer Detection (DPD) support, as specified in RFC 3706
ho
2004-06-20
1
-0
/
+354