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
2023-09-05
Fix built.
Florian Obser
2023-04-30
avoid use after free
Jonathan Gray
2023-02-08
unwind: add two missing void to function definitions
Theo Buehler
2022-11-27
Plug leak of tmp in case allocation of pq->abuf fails
Theo Buehler
2022-11-27
KNF nit: place brace correctly
Theo Buehler
2022-11-25
Do not crash when a tcp query is larger than the length field
Alexander Bluhm
2022-03-13
parse_packet() is used by unbound to parse response packets, not
Florian Obser
2022-03-03
Use LDNS_RCODE define; no functional change
Florian Obser
2022-03-01
Update to libunbound 1.15.0; heavy lifting by sthen in unbound(8).
Florian Obser
2022-03-01
Upstream renamed parse_extract_edns to
Florian Obser
2021-11-16
Validate RTM_PROPOSAL in resolver not frontend
Klemens Nanni
2021-02-06
Revert delayed opening of trust anchor file. The code was somewhat
Florian Obser
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
[next]