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
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
2020-05-10
sockaddr_rtdns does not guarantee alignment of the buffer. So first
Otto Moerbeek
2020-05-08
Use a union to ensure cmsg buffer is properly aligned
Jeremie Courreges-Anglas
2020-04-21
unwind(8) is supposed to work in all situations, it no longer
Florian Obser
2020-03-23
Declare lz_enter_rr_into_zone() static, it's only used in
Florian Obser
2020-03-23
Fix prototype.
Florian Obser
2020-03-23
Update to libunbound 1.10.0
Florian Obser
2020-03-19
Return when create_solver() returns NULL to prevent null pointer dereference
tobhe
2020-01-28
We are not correctly upgrading from "UNKNOWN" to "VALIDATING"
Florian Obser
2020-01-28
sbin/unwind: replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-01-20
We can not share a cache between validating and resolving strategies.
Florian Obser
2019-12-23
Ralph Dolmans from nlnetlabs points out that libunbound uses
Florian Obser
2019-12-20
Try to bind to port 53 before opening the control socket.
Florian Obser
2019-12-18
Workaround unbound github issue #99.
Florian Obser
2019-12-18
Update to libunbound 1.9.6
Florian Obser
2019-12-18
Implement unwindctl status memory to show chache memory usage.
Florian Obser
2019-12-18
Rework unified cache handling to be able to unify key and neg caches.
Florian Obser
2019-12-18
Use neg and key cache from the passed in environment if initialized so that
Florian Obser
2019-12-15
Make this fit in 80 cols.
Florian Obser
2019-12-15
Allow more outgoing ports, the default 16 is pretty tight for the
Otto Moerbeek
2019-12-14
Be less aggressive pre-allocating memory; ok florian@
Otto Moerbeek
2019-12-14
Simplify resolve_done.
Florian Obser
2019-12-14
No use to create resolvers we know are going to be dead; ok florian@
Otto Moerbeek
2019-12-13
Don't try dead resolvers; ok florian@
Otto Moerbeek
2019-12-13
print type as type and not as rcode
Otto Moerbeek
2019-12-13
Revert two files committed by accident
Otto Moerbeek
2019-12-13
Avoid leaks by using the _buf versions of sldns_wire2str_* functions.
Otto Moerbeek
2019-12-12
Only create (and check) resolvers listed in preferences.
Florian Obser
2019-12-11
Plug leaks related to running queue maintenance. ok florian@
Otto Moerbeek
2019-12-10
Plug two mem leaks in udp_receive() and zap unneeded allocations;
Otto Moerbeek
2019-12-10
Similar to doubting NXDOMAIN when we just switched networks we also
Florian Obser
[prev]
[next]