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
/
frontend.c
Age
Commit message (
Expand
)
Author
2021-01-30
Re-try to open DNSSEC trust anchor file if /var is not mounted yet.
Florian Obser
2021-01-27
Determine available address families (and monitor when this changes)
Florian Obser
2021-01-24
Implement DNS64 synthesis.
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
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-12
Implement listening on 53/TCP
Florian Obser
2021-01-12
Rewrite query parsing and answer formatting using libunbound provided
Florian Obser
2020-12-26
Otto hit an impossible situation: an answer bigger than 64k.
Florian Obser
2020-12-11
The recent fix to handle large answers in unwind (errata #5 for 6.8)
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-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-01-28
sbin/unwind: replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2019-12-18
Implement unwindctl status memory to show chache memory usage.
Florian Obser
2019-12-13
Avoid leaks by using the _buf versions of sldns_wire2str_* functions.
Otto Moerbeek
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-03
Cleanup query logging.
Florian Obser
2019-12-03
Remove useless log_debug() calls.
Florian Obser
2019-12-02
Add an "all" mode for status and a much more compact and readable histogram
Otto Moerbeek
2019-12-01
Allow forcing specific domains to be resolved by specific resolvers;
Otto Moerbeek
2019-11-29
While we learn how the "decaying" histogram works it's helpful to show
Florian Obser
2019-11-27
Nuke http captive portal detection; something better is coming.
Florian Obser
2019-11-25
Signal what happened, not what needs doing.
Florian Obser
2019-11-22
Treat DNS proposals as replacement of previous proposals from the same
Florian Obser
2019-11-19
Print learned forwarders in unwindctl.
Florian Obser
2019-11-19
Proposals from dhclient are sometimes replacements.
Florian Obser
2019-11-19
Stop dhcp lease file parsing now that dhclient sends proposals.
Florian Obser
2019-11-11
Implement DNS proposals to learn nameservers from network
Florian Obser
2019-10-31
With the asr fallback we can skip the service port up & down dance,
Florian Obser
2019-10-21
Optionally log blocked queries when using the block list.
Florian Obser
2019-10-12
handle version.bind / version.server
Florian Obser
2019-10-12
Carry the answer in the pending_query struct. Makes it clearer who is
Florian Obser
2019-10-12
Be more strict with which queries to accept. Modeled after
Florian Obser
2019-10-12
Don't hand parse the query, libunbound has query_info_parse() for that.
Florian Obser
2019-10-08
Make sure struct pending_query is fully initialized by using calloc.
Florian Obser
2019-10-06
Eek, check overflow with destination size, not source
Florian Obser
2019-09-29
annoying trailing whitespaces
Florian Obser
2019-09-25
Do not leak cur_ns in case of malformed lease file.
Florian Obser
2019-09-25
Be more robust when dealing with malformed lease files.
Florian Obser
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-05-14
Move common config passing code into a function.
Florian Obser
2019-05-10
Implement DNS block lists. If unwind is queried for a domain
Florian Obser
2019-05-08
When starting up use the built-in DNSSEC trust anchor as well as the
Florian Obser
2019-03-24
Do not check every resolver every 30 seconds as that is wasteful and
Florian Obser
[next]