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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
use (undocumented) base64 code in libc instead of libcrypto.
dlg
2
-11
/
+10
2020-06-21
various minor tweaks;
jmc
1
-7
/
+7
2020-06-21
wgpip -> wgendpoint. ok dlg@
matthieu
1
-3
/
+3
2020-06-21
teach ifconfig about wireguard.
dlg
3
-6
/
+452
2020-06-20
With filesystem having many cylinder groups and many inodes per cg the
otto
11
-110
/
+128
2020-06-18
Fix handling of short EAP-MSCHAP messages.
tobhe
1
-14
/
+25
2020-06-17
Fix length check in ca_getreq().
tobhe
1
-5
/
+14
2020-06-15
Log errors with log_info and SPI prepended.
tobhe
1
-9
/
+15
2020-06-09
Move AUTH_REQUEST SA state change from parser to IKE_AUTH exchange handler.
tobhe
2
-11
/
+12
2020-06-05
Add default proposals for AES-GCM ciphers in IKE and ESP.
tobhe
1
-57
/
+182
2020-06-03
Simplify logic in add_route(), eliminating pointless code duplication and
krw
1
-58
/
+31
2020-06-03
Pass sockaddr instead of sockaddr_storage to sa_address.
tobhe
3
-14
/
+16
2020-06-02
Don't leak authmsg.
tobhe
1
-1
/
+3
2020-06-01
Fix "comparison of integers of different signs" warning.
tobhe
1
-3
/
+3
2020-05-30
Indentation style(9).
tobhe
1
-11
/
+11
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
deraadt
1
-2
/
+1
2020-05-28
Move duplicate SA negotiation code to ikev2_sa_negotiate_common().
tobhe
1
-88
/
+40
2020-05-28
A few stray 'ifa' overloadings.
krw
2
-6
/
+6
2020-05-28
Make generation numbers unsigned and fill them using a random number
otto
2
-11
/
+11
2020-05-28
Reduce 'ifa' overloading by renaming some parameters 'address'.
krw
1
-9
/
+9
2020-05-28
Reduce 'ifa' overloading by renaming proposal field from 'ifa' to
krw
3
-10
/
+10
2020-05-26
Wrap some overly long lines.
krw
3
-8
/
+15
2020-05-26
Nuke a superflous local array in release_lease().
krw
1
-4
/
+3
2020-05-26
Add AES-GCM mode ciphers (IANA IDs 19 and 20) for IKEv2.
tobhe
8
-85
/
+366
2020-05-25
Do not log "startup" to syslog.
florian
2
-6
/
+2
2020-05-21
Rename various parameters and variables to eliminate misleading
krw
1
-39
/
+38
2020-05-21
extract_classless_route() -> extract_route() as there is only the one route
krw
3
-12
/
+14
2020-05-21
Rename route_in_rtstatic() to route_pos() to more clearly reflect its
krw
1
-5
/
+5
2020-05-20
Remove no longer necessary RTLEN.
krw
2
-6
/
+3
2020-05-20
Fix typo in comment.
krw
1
-2
/
+2
2020-05-20
Rename proposal{} fields rtstatic_len, rtsearch_len and rtdns_len to
krw
3
-32
/
+32
2020-05-20
Replace fixed 128-byte fields for search domains, static routes and
krw
4
-32
/
+47
2020-05-19
Eliminate imsg_propose{}, imsg_revoke{} and imsg_tell_unwind{} as
krw
3
-45
/
+27
2020-05-19
sync libunbound fixes from unbound, ok florian@
sthen
9
-72
/
+246
2020-05-19
Move back to FFS1 by default for MFS as suggested by millert@. OK otto@
sthen
1
-2
/
+2
2020-05-19
Copy ownership/permissions from the mountpoint to FFS2 MFS, as already done
sthen
1
-7
/
+13
2020-05-18
Make ffs2 the default for newfs; change all calls to create e.g. floppy
otto
2
-7
/
+6
2020-05-16
list example files in FILES with a short description: generally, "Example
jmc
1
-4
/
+4
2020-05-15
Shuffle and tweak code in lease_as_proposal() to allocate the proposal
krw
1
-59
/
+55
2020-05-15
Fix domain-search option processing. Testing one value and then using
krw
1
-2
/
+2
2020-05-15
Be more careful in extracting the uint16_t value of interface-mtu, and
krw
2
-6
/
+7
2020-05-15
pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspace
cheloha
1
-2
/
+2
2020-05-14
Stricter return value checking for EVP_Cipher* calls.
tobhe
3
-31
/
+48
2020-05-14
Massage merge_option_data() to be more careful when dealing with 'D'
krw
3
-17
/
+43
2020-05-13
Remove unnecessary logging messages.
tobhe
1
-5
/
+2
2020-05-13
Repair 'domain-search' parsing broken in r1.191.
krw
1
-10
/
+11
2020-05-13
We don't count a terminating NUL in the length of option data.
krw
2
-5
/
+5
2020-05-13
Nuke a variable that is always set to 0.
krw
1
-4
/
+3
2020-05-13
No need to memcpy() into a string created by strdup().
krw
1
-3
/
+2
2020-05-13
Remove dead 'iked_flow' member 'flow_type'.
tobhe
2
-16
/
+5
[next]