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
/
unwind
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync to unbound 1.13.1; heavy lifting by sthen
florian
2021-03-16
36
-2951
/
+3596
*
Path #defines are traditionally prefixed with _PATH.
florian
2021-02-27
3
-8
/
+8
*
We need to track the pid of the connecting control connection to be
florian
2021-02-24
1
-4
/
+6
*
zap unneccessary .Pp;
jmc
2021-02-20
1
-4
/
+2
*
Add an EXAMPLES section
solene
2021-02-19
1
-2
/
+26
*
Only probe for DNS64 presence when we know that we can talk to the slaacd
florian
2021-02-07
1
-2
/
+3
*
Revert delayed opening of trust anchor file. The code was somewhat
florian
2021-02-06
3
-62
/
+16
*
Make progress when stepping through rdns proposals even when skipping
florian
2021-01-31
1
-3
/
+3
*
Re-try to open DNSSEC trust anchor file if /var is not mounted yet.
florian
2021-01-30
3
-16
/
+62
*
Some libunbound configuration changes can change the quality of a
florian
2021-01-29
1
-11
/
+17
*
Don't filter by address family on the route socket.
florian
2021-01-29
1
-4
/
+4
*
A new resolver can be created while we currently run a check with the
florian
2021-01-28
1
-3
/
+7
*
Determine available address families (and monitor when this changes)
florian
2021-01-27
5
-14
/
+126
*
Some config changes require a restart of all resolvers even DEAD ones;
florian
2021-01-26
1
-4
/
+2
*
Revert local diff now that we no longer use syslog logging in
florian
2021-01-25
1
-4
/
+0
*
Disable logging to syslog for libunbound. We are not getting anything
florian
2021-01-25
2
-6
/
+9
*
Implement DNS64 synthesis.
florian
2021-01-24
7
-15
/
+738
*
Move resolv_conf string generation for ASR to function; makes
florian
2021-01-23
1
-14
/
+25
*
Don't just blindly upgrade to VALIDATING if we see a SECURE answer.
florian
2021-01-23
1
-3
/
+3
*
Make imsg event structs static to fix -fno-common.
florian
2021-01-19
3
-18
/
+15
*
Move control_state and ctl_conns to control.c, it's not needed
florian
2021-01-19
4
-26
/
+24
*
Prevent more yacc clashes; fixes -fno-common.
florian
2021-01-19
1
-0
/
+6
*
Reduce scope of routesock unbreaking -fno-common.
florian
2021-01-19
1
-3
/
+6
*
No need for a global uw_process; unbreaks -fno-common.
florian
2021-01-19
4
-26
/
+17
*
Remove c++ comment that snuck in and remove useless debug output.
florian
2021-01-18
1
-3
/
+2
*
Implement listening on 53/TCP
florian
2021-01-12
3
-11
/
+313
*
Rewrite query parsing and answer formatting using libunbound provided
florian
2021-01-12
1
-168
/
+218
*
do not call log_addr() when the address is NULL
anton
2021-01-06
1
-2
/
+3
*
Update default preference list
kn
2020-12-26
1
-3
/
+3
*
Otto hit an impossible situation: an answer bigger than 64k.
florian
2020-12-26
2
-4
/
+11
*
Introduce query_imsg2str() to simplify printing "qname class type".
florian
2020-12-11
1
-18
/
+24
*
The recent fix to handle large answers in unwind (errata #5 for 6.8)
florian
2020-12-11
3
-83
/
+81
*
Warning: arithmetic on a pointer to void is a GNU extension; merged
florian
2020-12-11
1
-1
/
+1
*
Sprinkle in some static to prevent missing prototype warnings; merged
florian
2020-12-11
1
-3
/
+3
*
sync to libunbound 1.13.0
florian
2020-12-11
33
-3217
/
+4712
*
Use RB_FOREACH_SAFE instead of handrolling it
tb
2020-11-09
3
-12
/
+7
*
Check for and handle duplicates on RB_INSERT
tb
2020-11-09
3
-6
/
+17
*
Don't leak domain when freeing block list nodes
tb
2020-11-09
1
-1
/
+2
*
Handle DNS answers that are larger than the maximum imsg size (about
florian
2020-11-05
4
-25
/
+77
*
Add some documentation about the caching
solene
2020-10-29
2
-4
/
+12
*
Update to libunbound 1.12.0; heavy lifting by sthen
florian
2020-10-28
41
-3922
/
+5457
*
Plug leak of 'str': at the end of the strsep() loop it is NULL, so
otto
2020-10-02
1
-2
/
+2
*
When an interface disapears we need to forget the learned autoconf
florian
2020-09-12
3
-8
/
+25
*
Use SO_REUSEADDR on the listening sockets
jca
2020-08-29
1
-1
/
+8
*
Missing prototype for a currently unused function.
florian
2020-08-29
1
-0
/
+1
*
sync to libunbound-1.11.0
florian
2020-08-29
37
-3423
/
+4480
*
Do not log "startup" to syslog.
florian
2020-05-25
1
-3
/
+1
*
sync libunbound fixes from unbound, ok florian@
sthen
2020-05-19
9
-72
/
+246
*
sockaddr_rtdns does not guarantee alignment of the buffer. So first
otto
2020-05-10
1
-5
/
+10
*
Use a union to ensure cmsg buffer is properly aligned
jca
2020-05-08
1
-4
/
+10
[next]