[SCM] ISC BIND 10 source code branch, trac483, created. d37301004adbac7209e1b9ad1a2fe6cfa0ea9354
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jan 20 18:45:51 UTC 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ISC BIND 10 source code".
The branch, trac483 has been created
at d37301004adbac7209e1b9ad1a2fe6cfa0ea9354 (commit)
- Log -----------------------------------------------------------------
commit d37301004adbac7209e1b9ad1a2fe6cfa0ea9354
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Jan 20 14:41:30 2011 +0100
updated log/debug prints and added resolver tests
removed some debug statements, updated some dlog() calls
Added two tests for resolver. Right now, these tests make it resolve
addresses in the public dns (www.isc.org and an nxdomain in isc.org),
we'll need to do something better in the long run, but for now i just
want to able to test resolving
commit bd45814672cd96ddb708af3eead4461a3870c440
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Jan 20 11:37:57 2011 +0100
move response handling to own method
commit c772a141d7963b2d327287c37a0720fa65a192ae
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Jan 18 15:16:52 2011 +0100
question section wasn't copied
commit ee96cc0479b7fbb8a90817d43b4a778e94c28fdc
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Jan 18 14:46:41 2011 +0100
enable forward mode again
only do recursive if forward_addresses (variable upstream_ in the code)
is empty
commit caf6ca1dc4f8e014f975d168af370cf7a35a5fbf
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Jan 18 12:28:05 2011 +0100
doxygen line
commit 6e4c7c07b7d6dc58213df0c67100ead14932c1ea
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Jan 18 12:24:00 2011 +0100
ends0 fix and message argument rename
renamed the original MessaPtr message argument in the various process()
calls to query_message, to better reflect the content
Also fixed EDNS0 responses; fill in our own value (currently hardcoded
to 4096, we should make this configurable at some point)
added a new constant DEFAULT_MAX_EDNS0_UDPSIZE to lib/dns/message.h for
that purpose
commit e9c8b1402a1bd1834209c1f29aa121cc514388ce
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Jan 18 11:10:00 2011 +0100
use answer_message for final answer
use the answer_message Message object instead of parsing it out of the
buffer again when constructing the final answer
commit 435b7a283437aa13047cc69c1b9e28284a3de46c
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Jan 14 18:40:15 2011 -0800
add answer_message to processMessage
commit 294251d62ece34da011ecf662df9dd0c1b141a53
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Jan 14 18:17:23 2011 -0800
add answer message to lookup calls
though atm completely unused
commit 34a083b7721a2b32177ff9b4a4f768f03435a326
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Jan 14 15:56:19 2011 -0800
update auth to changed AnswerProvider api
commit f11adb59bb8be08e4ee47340ff5be153646afbcd
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Jan 14 01:29:36 2011 -0800
add answer message object to answer handler
commit 1efc3bee0b08fe1abaabcee82f4391591b1be2a3
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Jan 13 09:25:03 2011 -0800
use a per-query-context vector of current NS addrs
instead of misusing the upstream_ value that contains servers for forwarding, create an vector that has the 'current' list of NS addresses (workaround until we hook in NSAS)
commit 59270dc809d9013d502f7ab66788e900eab53a3b
Author: Jelte Jansen <jelte at isc.org>
Date: Wed Jan 12 12:06:14 2011 -0800
minor comment update
commit d2a4816b0595fa3b8b0a3b9b55228108cddfa82f
Author: Jelte Jansen <jelte at isc.org>
Date: Wed Jan 12 07:46:26 2011 -0800
move code around a little
moved the current skeleton logic up into runningquery, where we do have context
commit 848b1823fc4c893f7f398759e3b6b9dde35b05f9
Author: Jelte Jansen <jelte at isc.org>
Date: Mon Jan 10 23:20:02 2011 -0800
try not to loop over all addresses
we're only using one at this point so restart loop if we found one
commit 7b4bd8aae373869067f7d8b5156925c87c37df8f
Author: Jelte Jansen <jelte at isc.org>
Date: Mon Jan 10 23:12:18 2011 -0800
pluck the first address out of additional
this loop probably does not work
commit cdf66cc9c391019d5d76c8685a719f38a06c5610
Author: Jelte Jansen <jelte at isc.org>
Date: Mon Jan 10 22:23:01 2011 -0800
some initial setup and inline comments
-----------------------------------------------------------------------
hooks/post-receive
--
ISC BIND 10 source code
More information about the bind10-changes
mailing list