index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
unwind
Age
Commit message (
Expand
)
Author
2021-07-18
Document dhcpleased(8) and slaacd(8) besides dhclient(8) as DNS source
kn
2021-07-12
Change the error reporting pattern throughout the tree when unveil
Bob Beck
2021-03-16
sync to unbound 1.13.1; heavy lifting by sthen
Florian Obser
2021-02-27
Path #defines are traditionally prefixed with _PATH.
Florian Obser
2021-02-24
We need to track the pid of the connecting control connection to be
Florian Obser
2021-02-20
zap unneccessary .Pp;
Jason McIntyre
2021-02-19
Add an EXAMPLES section
solene
2021-02-07
Only probe for DNS64 presence when we know that we can talk to the slaacd
Florian Obser
2021-02-06
Revert delayed opening of trust anchor file. The code was somewhat
Florian Obser
2021-01-31
Make progress when stepping through rdns proposals even when skipping
Florian Obser
2021-01-30
Re-try to open DNSSEC trust anchor file if /var is not mounted yet.
Florian Obser
2021-01-29
Some libunbound configuration changes can change the quality of a
Florian Obser
2021-01-29
Don't filter by address family on the route socket.
Florian Obser
2021-01-28
A new resolver can be created while we currently run a check with the
Florian Obser
2021-01-27
Determine available address families (and monitor when this changes)
Florian Obser
2021-01-26
Some config changes require a restart of all resolvers even DEAD ones;
Florian Obser
2021-01-25
Revert local diff now that we no longer use syslog logging in
Florian Obser
2021-01-25
Disable logging to syslog for libunbound. We are not getting anything
Florian Obser
2021-01-24
Implement DNS64 synthesis.
Florian Obser
2021-01-23
Move resolv_conf string generation for ASR to function; makes
Florian Obser
2021-01-23
Don't just blindly upgrade to VALIDATING if we see a SECURE answer.
Florian Obser
2021-01-19
Make imsg event structs static to fix -fno-common.
Florian Obser
2021-01-19
Move control_state and ctl_conns to control.c, it's not needed
Florian Obser
2021-01-19
Prevent more yacc clashes; fixes -fno-common.
Florian Obser
2021-01-19
Reduce scope of routesock unbreaking -fno-common.
Florian Obser
2021-01-19
No need for a global uw_process; unbreaks -fno-common.
Florian Obser
2021-01-18
Remove c++ comment that snuck in and remove useless debug output.
Florian Obser
2021-01-12
Implement listening on 53/TCP
Florian Obser
2021-01-12
Rewrite query parsing and answer formatting using libunbound provided
Florian Obser
2021-01-06
do not call log_addr() when the address is NULL
anton
2020-12-26
Update default preference list
kn
2020-12-26
Otto hit an impossible situation: an answer bigger than 64k.
Florian Obser
2020-12-11
Introduce query_imsg2str() to simplify printing "qname class type".
Florian Obser
2020-12-11
The recent fix to handle large answers in unwind (errata #5 for 6.8)
Florian Obser
2020-12-11
Warning: arithmetic on a pointer to void is a GNU extension; merged
Florian Obser
2020-12-11
Sprinkle in some static to prevent missing prototype warnings; merged
Florian Obser
2020-12-11
sync to libunbound 1.13.0
Florian Obser
2020-11-09
Use RB_FOREACH_SAFE instead of handrolling it
Theo Buehler
2020-11-09
Check for and handle duplicates on RB_INSERT
Theo Buehler
2020-11-09
Don't leak domain when freeing block list nodes
Theo Buehler
2020-11-05
Handle DNS answers that are larger than the maximum imsg size (about
Florian Obser
2020-10-29
Add some documentation about the caching
solene
2020-10-28
Update to libunbound 1.12.0; heavy lifting by sthen
Florian Obser
2020-10-02
Plug leak of 'str': at the end of the strsep() loop it is NULL, so
Otto Moerbeek
2020-09-12
When an interface disapears we need to forget the learned autoconf
Florian Obser
2020-08-29
Use SO_REUSEADDR on the listening sockets
Jeremie Courreges-Anglas
2020-08-29
Missing prototype for a currently unused function.
Florian Obser
2020-08-29
sync to libunbound-1.11.0
Florian Obser
2020-05-25
Do not log "startup" to syslog.
Florian Obser
2020-05-19
sync libunbound fixes from unbound, ok florian@
Stuart Henderson
[next]