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