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
2019-11-21
Track on which interface nameservers have been learned.
Florian Obser
2019-11-20
Check for a too short answer packet in all callback functions because
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-15
Improve readability by using a typedef for the callback type; ok florian@
Otto Moerbeek
2019-11-14
With the stub resolver we have since some time we can resolve the
Florian Obser
2019-11-14
Checking a resolver that we are already checking can lead to a
Florian Obser
2019-11-14
Since resolve() switched to a callback mechanism all uw_resolver objects
Florian Obser
2019-11-12
we might not have a best resolver at all
Florian Obser
2019-11-12
do not leak buf or region if either fails to allocate
Florian Obser
2019-11-12
we are not using was_ratelimited
Florian Obser
2019-11-12
Pass in a callback function to resolve() instead of a flag to
Florian Obser
2019-11-12
Error logging is done inside of resolve since it depends on the
Florian Obser
2019-11-12
It is possible to cancel libunbound queries by tracking an id.
Florian Obser
2019-11-11
Implement DNS proposals to learn nameservers from network
Florian Obser
2019-11-10
Consistently use _rcctl enable foo_ in examples, it's simpler and less
Landry Breuil
2019-11-09
Mechanically change the forwarder SIMPLEQ to a TAILQ. Needed for
Florian Obser
2019-11-09
failure to allocate memory is not an XXX
Florian Obser
2019-11-07
Document the new home of the control socket; ok florian@
Otto Moerbeek
2019-11-06
useless debug output
Florian Obser
2019-11-06
Move control socket to /dev like slaacd(8) is doing to be able to
Florian Obser
2019-11-06
Rename "asr" to "stub" in user visible parts.
Florian Obser
2019-11-03
When we are talking to an upstream nameserver we should not refuse to
Florian Obser
2019-11-03
*** empty log message ***
Otto Moerbeek
2019-11-02
unused global
Florian Obser
2019-11-02
When we are behind a captive portal we very likely need to use the asr
Florian Obser
2019-10-31
With the asr fallback we can skip the service port up & down dance,
Florian Obser
2019-10-31
Add asr resolver type which completely bypasses libunbound and uses the
Florian Obser
2019-10-21
Optionally log blocked queries when using the block list.
Florian Obser
2019-10-19
Plug mem leak when the list of dhcp resolvers didn't change. ok florian@
Otto Moerbeek
2019-10-18
Plug mem leak in error path; ok florian@ who also spotted the rad case
Otto Moerbeek
2019-10-18
Another case of using yacc effectively to avoid repeating code; ok florian@
Otto Moerbeek
2019-10-18
Reafctor forwarder clause to avoid having to write out the same code
Otto Moerbeek
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-10-03
Fix CVE-2019-16866
Florian Obser
2019-09-30
Introduce defines for DNSSEC validation states.
Florian Obser
2019-09-29
Fix histogram code to do an inclusive check for the upper bound to
Otto Moerbeek
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-09-12
Update to libunbound 1.9.3
Florian Obser
2019-07-14
Update to libunbound 1.9.2
Florian Obser
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
[next]