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
/
udp_encap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
<stdlib.h> is included, so do not need to cast result from
deraadt
2015-08-20
1
-5
/
+4
*
improve randomization. remove some junk debugging features that are
deraadt
2014-01-22
1
-3
/
+1
*
There's no point in checking ptr for NULL before doing free(ptr)
moritz
2007-04-16
1
-5
/
+3
*
Fix interop-issue with vpn peers that start reyking on port 4500 when
hshoexer
2007-04-15
1
-1
/
+4
*
Small cleanup to avoid gotos, from Andrey Matveev.
hshoexer
2006-02-02
1
-3
/
+2
*
read the information from the INADDR_ANY socket and do not loop if
markus
2005-08-25
1
-1
/
+13
*
undo last commit, all memory is already freed by udp_remove()
hshoexer
2005-06-04
1
-2
/
+1
*
Fix memory leaks. OK hshoexer
cloder
2005-06-01
1
-1
/
+2
*
get rid of sysdep_sa_len
hshoexer
2005-04-08
1
-6
/
+5
*
Remove references to LINUX_IPSEC
cloder
2005-04-08
1
-3
/
+1
*
spacing; ok cloder
deraadt
2005-04-04
1
-2
/
+2
*
No need for err.h. hshoexer@ ok
ho
2005-03-05
1
-2
/
+1
*
remove unused variable.
hshoexer
2005-03-04
1
-2
/
+1
*
Allow the Address, Network, or Netmask values of the <IPsec-ID> to be
mcbride
2004-12-14
1
-4
/
+4
*
fix potential memleaks & small cleanup. found by patrick latifi, thanks!
hshoexer
2004-10-20
1
-5
/
+6
*
Don't process NAT-T keepalives. Noted by Kamel Messaoudi. hshoexer@ ok
ho
2004-09-24
1
-3
/
+7
*
Better implementation of the Dead Peer Detection protocol, RFC 3706.
ho
2004-08-10
1
-4
/
+4
*
spacing
deraadt
2004-08-08
1
-2
/
+2
*
Rewrite the transport reference count code to avoid leaks.
ho
2004-08-03
1
-39
/
+18
*
compile cleanly with -Wsign-compare; while around, kill a space
hshoexer
2004-07-07
1
-3
/
+3
*
Implement NAT-T keepalive messages.
ho
2004-06-21
1
-17
/
+28
*
Port floating (500->4500) for p1 and p2 exchanges.
ho
2004-06-21
1
-5
/
+6
*
NAT-Traversal for isakmpd. Work in progress...
ho
2004-06-20
1
-0
/
+461