2007-07-27 02:41:42 -04:00
|
|
|
27 July 2007: Wouter
|
2007-07-27 03:22:30 -04:00
|
|
|
- removed useless -C debug option. It did not work.
|
|
|
|
|
- text edit of documentation.
|
2007-07-27 03:34:54 -04:00
|
|
|
- added doc/CREDITS file, referred to by the manpages.
|
2007-07-27 08:18:58 -04:00
|
|
|
- updated planning.
|
2007-07-27 02:41:42 -04:00
|
|
|
|
2007-07-26 05:29:21 -04:00
|
|
|
26 July 2007: Wouter
|
|
|
|
|
- cycle detection, for query state dependencies. Will attempt to
|
|
|
|
|
circumvent the cycle, but if no other targets available fails.
|
2007-07-26 05:39:08 -04:00
|
|
|
- unit test for AXFR, IXFR response.
|
2007-07-26 06:04:05 -04:00
|
|
|
- test for cycle detection.
|
2007-07-26 05:29:21 -04:00
|
|
|
|
2007-07-25 08:31:04 -04:00
|
|
|
25 July 2007: Wouter
|
|
|
|
|
- testbound read ADDRESS and check it.
|
|
|
|
|
- test for version.bind and friends.
|
|
|
|
|
- test for iterator chaining through several referrals.
|
2007-07-25 10:12:44 -04:00
|
|
|
- test and fixup for refetch for glue. Refetch fails if glue
|
|
|
|
|
is still not provided.
|
2007-07-25 08:31:04 -04:00
|
|
|
|
2007-07-24 06:12:18 -04:00
|
|
|
24 July 2007: Wouter
|
|
|
|
|
- Example section in config manual.
|
2007-07-24 12:26:40 -04:00
|
|
|
- Addr stored for range and moment in replay.
|
2007-07-24 06:12:18 -04:00
|
|
|
|
2007-07-20 02:17:45 -04:00
|
|
|
20 July 2007: Wouter
|
|
|
|
|
- Check CNAME chain before returning cache entry with CNAMEs.
|
2007-07-20 05:13:49 -04:00
|
|
|
- Option harden-glue, default is on. It will discard out of zone
|
|
|
|
|
data. If disabled, performance is faster, but spoofing attempts
|
|
|
|
|
become a possibility. Note that still normalize scrubbing is done,
|
|
|
|
|
and that the potentially spoofed data is used for infrastructure
|
|
|
|
|
and not returned to the client.
|
2007-07-20 05:41:44 -04:00
|
|
|
- if glue times out, refetch by asking parent of delegation again.
|
|
|
|
|
Much like asking for DS at the parent side.
|
2007-07-20 10:16:02 -04:00
|
|
|
- TODO items from forgery-resilience draft.
|
|
|
|
|
and on memory handling improvements.
|
|
|
|
|
- renamed module_event_timeout to module_event_noreply.
|
2007-07-20 11:51:06 -04:00
|
|
|
- memory reporting code; reports on memory usage after handling
|
|
|
|
|
a network packet (not on cache replies).
|
2007-07-20 02:17:45 -04:00
|
|
|
|
2007-07-19 05:25:55 -04:00
|
|
|
19 July 2007: Wouter
|
|
|
|
|
- shuffle NS selection when getting nameserver target addresses.
|
2007-07-19 07:32:47 -04:00
|
|
|
- fixup of deadlock warnings, yield cpu in checklock code so that
|
|
|
|
|
freebsd scheduler selects correct process to run.
|
2007-07-19 09:50:00 -04:00
|
|
|
- added identity and version config options and replies.
|
2007-07-19 11:16:39 -04:00
|
|
|
- store cname messages complete answers.
|
2007-07-19 05:25:55 -04:00
|
|
|
|
2007-07-18 04:14:44 -04:00
|
|
|
18 July 2007: Wouter
|
|
|
|
|
- do not query addresses, 127.0.0.1, and ::1 by default.
|
|
|
|
|
|
2007-07-17 09:45:45 -04:00
|
|
|
17 July 2007: Wouter
|
|
|
|
|
- forward zone options in config file.
|
|
|
|
|
- forward per zone in iterator. takes precendence over stubs.
|
2007-07-17 10:07:40 -04:00
|
|
|
- fixup commithooks.
|
2007-07-17 11:26:45 -04:00
|
|
|
- removed forward-to and forward-to-port features, subsumed by
|
|
|
|
|
new forward zones.
|
|
|
|
|
- fix parser to handle absent server: clause.
|
|
|
|
|
- change untrusted rrset test to account for scrubber that is now
|
|
|
|
|
applied during the test (which removes the poison, by the way).
|
|
|
|
|
- feature, addresses can be specified with @portnumber, like nsd.conf.
|
|
|
|
|
- test config files changed over to new forwarder syntax.
|
2007-07-17 09:45:45 -04:00
|
|
|
|
2007-06-27 05:45:39 -04:00
|
|
|
27 June 2007: Wouter
|
|
|
|
|
- delete of mesh does a postorder traverse of the tree.
|
2007-06-27 07:12:58 -04:00
|
|
|
- found and fixed a memory leak. For TTL=0 messages, that would
|
|
|
|
|
not be cached, instead the msg-replyinfo structure was leaked.
|
2007-06-27 09:26:32 -04:00
|
|
|
- changed server selection so it will filter out hosts that are
|
|
|
|
|
unresponsive. This is defined as a host with the maximum rto value.
|
|
|
|
|
This means that unbound tried the host for retries up to 120 secs.
|
|
|
|
|
The rto value will time out after host-ttl seconds from the cache.
|
|
|
|
|
This keeps such unresolvable queries from taking up resources.
|
2007-06-27 10:59:44 -04:00
|
|
|
- utility for keeping histogram.
|
2007-06-27 05:45:39 -04:00
|
|
|
|
2007-06-26 09:06:44 -04:00
|
|
|
26 June 2007: Wouter
|
|
|
|
|
- mesh is called by worker, and iterator uses it.
|
|
|
|
|
This removes the hierarchical code.
|
|
|
|
|
QueryTargets state and Finished state are merged for iterator.
|
2007-06-26 11:24:07 -04:00
|
|
|
- forwarder mode no longer sets AA bit on first reply.
|
|
|
|
|
- rcode in walk_supers is not needed.
|
2007-06-26 09:06:44 -04:00
|
|
|
|
2007-06-25 09:54:03 -04:00
|
|
|
25 June 2007: Wouter
|
|
|
|
|
- more mesh work.
|
|
|
|
|
- error encode routine for ease.
|
|
|
|
|
|
2007-06-22 06:09:21 -04:00
|
|
|
22 June 2007: Wouter
|
|
|
|
|
- removed unused _node iterator value from rbtree_t. Takes up space.
|
|
|
|
|
- iterator can handle querytargets state without a delegation point
|
|
|
|
|
set, so that a priming(stub) subquery error can be handled.
|
|
|
|
|
- iterator stores if it is priming or not.
|
|
|
|
|
- log_query_info() neater logging.
|
2007-06-22 09:24:26 -04:00
|
|
|
- changed iterator so that it does not alter module_qstate.qinfo
|
|
|
|
|
but keeps a chase query info. Also query_flags are not altered,
|
|
|
|
|
the iterator uses chase_flags.
|
2007-06-22 10:24:00 -04:00
|
|
|
- fixup crash in case no ports for the family exist.
|
2007-06-22 06:09:21 -04:00
|
|
|
|
2007-06-21 04:05:16 -04:00
|
|
|
21 June 2007: Wouter
|
|
|
|
|
- Fixup secondary buffer in case of error callback.
|
|
|
|
|
- cleanup slumber list of runnable states.
|
2007-06-21 05:36:27 -04:00
|
|
|
- module_subreq_depth fails to work in slumber list.
|
2007-06-21 06:23:34 -04:00
|
|
|
- fixup query release for cached results to sub targets.
|
2007-06-21 07:35:12 -04:00
|
|
|
- neater error for tcp connection failure, shows addr in verbose.
|
2007-06-21 11:36:13 -04:00
|
|
|
- rbtree_init so that it can be used with preallocated memory.
|
2007-06-21 04:05:16 -04:00
|
|
|
|
2007-06-20 03:47:56 -04:00
|
|
|
20 June 2007: Wouter
|
|
|
|
|
- new -C option to enable coredumps after forking away.
|
|
|
|
|
- doc update.
|
2007-06-20 04:55:00 -04:00
|
|
|
- fixup CNAME generation by scrubber, and memory allocation of it.
|
2007-06-20 05:52:32 -04:00
|
|
|
- fixup deletion of serviced queries when all callbacks delete too.
|
2007-06-20 09:01:30 -04:00
|
|
|
- set num target queries to 0 when you move them to slumber list.
|
|
|
|
|
- typo in check caused subquery errors to be ignored, fixed.
|
|
|
|
|
- make lint happy about rlim_t.
|
2007-06-20 09:17:07 -04:00
|
|
|
- freeup of modules after freeup of module-states.
|
2007-06-20 10:01:58 -04:00
|
|
|
- duplicate replies work, this uses secondary udp buffer in outnet.
|
2007-06-20 03:47:56 -04:00
|
|
|
|
2007-06-19 08:06:02 -04:00
|
|
|
19 June 2007: Wouter
|
|
|
|
|
- nicer layout in stats.c, review 0.3 change.
|
|
|
|
|
- spelling improvement, review 0.3 change.
|
|
|
|
|
- uncapped timeout for server selection, so that very fast or slow
|
|
|
|
|
servers will stand out from the rest.
|
|
|
|
|
- target-fetch-policy: "3 2 1 0 0" config setting.
|
2007-06-19 08:34:54 -04:00
|
|
|
- fixup queries answered without RD bit (for root prime results).
|
|
|
|
|
- refuse AXFR and IXFR requests.
|
2007-06-19 09:50:43 -04:00
|
|
|
- fixup RD flag in error reply from iterator. fixup RA flag from
|
|
|
|
|
worker error reply.
|
|
|
|
|
- fixup encoding of very short edns buffer sizes, now sets TC bit.
|
2007-06-19 11:08:07 -04:00
|
|
|
- config options harden-short-bufsize and harden-large-queries.
|
2007-06-19 08:06:02 -04:00
|
|
|
|
2007-06-18 06:27:54 -04:00
|
|
|
18 June 2007: Wouter
|
|
|
|
|
- same, move subqueries to slumber list when first has resolved.
|
|
|
|
|
- fixup last fix for duplicate callbacks.
|
2007-06-18 08:32:16 -04:00
|
|
|
- another offbyone in targetcounter. Also in Java prototype by the way.
|
2007-06-18 06:27:54 -04:00
|
|
|
|
2007-06-15 04:40:30 -04:00
|
|
|
15 June 2007: Wouter
|
|
|
|
|
- if a query asks to be notified of the same serviced query result
|
|
|
|
|
multiple times, this will succeed. Only one callback will happen;
|
|
|
|
|
multiple outbound-list entries result (but the double cleanup of it
|
|
|
|
|
will not matter).
|
2007-06-15 05:13:54 -04:00
|
|
|
- when iterator moves on due to CNAME or referral, it will remove
|
|
|
|
|
the subqueries (for other targets). These are put on the slumber
|
|
|
|
|
list.
|
2007-06-15 08:11:44 -04:00
|
|
|
- state module wait subq is OK with no new subqs, an old one may have
|
|
|
|
|
stopped, with an error, and it is still waiting for other ones.
|
|
|
|
|
- if a query loops, halt entire query (easy way to clean up properly).
|
2007-06-15 04:40:30 -04:00
|
|
|
|
|
|
|
|
14 June 2007: Wouter
|
|
|
|
|
- num query targets was > 0 , not >= 0 compared, so that fetch
|
|
|
|
|
policy of 0 did nothing.
|
|
|
|
|
|
2007-06-13 07:14:20 -04:00
|
|
|
13 June 2007: Wouter
|
|
|
|
|
- debug option: configure --enable-static-exe for compile where
|
|
|
|
|
ldns and libevent are linked statically. Default is off.
|
|
|
|
|
- make install and make uninstall. Works with static-exe and without.
|
|
|
|
|
installation of unbound binary and manual pages.
|
2007-06-13 10:47:01 -04:00
|
|
|
- alignement problem fix on solaris 64.
|
|
|
|
|
- fixup address in case of TCP error.
|
2007-06-13 07:14:20 -04:00
|
|
|
|
2007-06-11 10:55:10 -04:00
|
|
|
12 June 2007: Wouter
|
|
|
|
|
- num target queries was set to 0 at a bad time. Default it to 0 and
|
|
|
|
|
increase as target queries are done.
|
|
|
|
|
- synthesize CNAME and DNAME responses from the cache.
|
2007-06-12 09:56:08 -04:00
|
|
|
- Updated doxygen config for doxygen 1.5.
|
|
|
|
|
- aclocal newer version.
|
2007-06-12 10:51:49 -04:00
|
|
|
- doxygen 1.5 fixes for comments (for the strict check on docs).
|
2007-06-11 10:55:10 -04:00
|
|
|
|
2007-06-11 06:12:43 -04:00
|
|
|
11 June 2007: Wouter
|
|
|
|
|
- replies on TCP queries have the address field set in replyinfo,
|
|
|
|
|
for serviced queries, because the initiator does not know that
|
|
|
|
|
a TCP fallback has occured.
|
|
|
|
|
- omit DNSSEC types from nonDO replies, except if qtype is ANY or
|
|
|
|
|
if qtype directly queries for the type (and then only show that
|
|
|
|
|
'unknown type' in the answer section).
|
|
|
|
|
- fixed message parsing where rrsigs on their own would be put
|
|
|
|
|
in the signature list over the rrsig type.
|
|
|
|
|
|
2007-06-07 03:58:02 -04:00
|
|
|
7 June 2007: Wouter
|
|
|
|
|
- fixup error in double linked list insertion for subqueries and
|
|
|
|
|
for outbound list of serviced queries for iterator module.
|
2007-06-07 06:38:02 -04:00
|
|
|
- nicer printout of outgoing port selection.
|
|
|
|
|
- fixup cname target readout.
|
|
|
|
|
- nicer debug output.
|
2007-06-07 09:21:04 -04:00
|
|
|
- fixup rrset counts when prepending CNAMEs to the answer.
|
|
|
|
|
- fixup rrset TTL for prepended CNAMEs.
|
|
|
|
|
- process better check for looping modules, and which submodule to
|
|
|
|
|
run next.
|
|
|
|
|
- subreq insertion code fixup for slumber list.
|
|
|
|
|
- VERB_DETAIL, verbosity: 2 level gives short but readable output.
|
|
|
|
|
VERB_ALGO, verbosity: 3 gives extensive output.
|
2007-06-07 10:20:23 -04:00
|
|
|
- fixup RA bit in cached replies.
|
|
|
|
|
- fixup CNAME responses from the cache no longer partial response.
|
2007-06-07 11:04:27 -04:00
|
|
|
- error in network send handled without leakage.
|
|
|
|
|
- enable ip6 from config, and try ip6 addresses if available,
|
|
|
|
|
if ip6 is not connected, skips to next server.
|
2007-06-07 03:58:02 -04:00
|
|
|
|
2007-06-05 03:54:42 -04:00
|
|
|
5 June 2007: Wouter
|
|
|
|
|
- iterator state finished.
|
2007-06-05 06:51:47 -04:00
|
|
|
- subrequests without parent store in cache and stop.
|
|
|
|
|
- worker slumber list for ongoing promiscuous queries.
|
|
|
|
|
- subrequest error handling.
|
2007-06-05 08:54:43 -04:00
|
|
|
- priming failure returns SERVFAIL.
|
|
|
|
|
- priming gives LAME result, returns SERVFAIL.
|
|
|
|
|
- debug routine to print dns_msg as handled by iterator.
|
|
|
|
|
- memleak in config file stubs fixup.
|
2007-06-05 11:04:01 -04:00
|
|
|
- more small bugs, in scrubber, query compare no ID for lookup,
|
|
|
|
|
in dname validation for NS targets.
|
|
|
|
|
- sets entry.key for new special allocs.
|
|
|
|
|
- lognametypeclass can display unknown types and classes.
|
2007-06-05 03:54:42 -04:00
|
|
|
|
2007-06-04 05:57:02 -04:00
|
|
|
4 June 2007: Wouter
|
|
|
|
|
- random selection of equally preferred nameserver targets.
|
2007-06-04 07:34:23 -04:00
|
|
|
- reply info copy routine. Reuses existing code.
|
2007-06-04 07:52:10 -04:00
|
|
|
- cache lameness in response handling.
|
|
|
|
|
- do not touch qstate after worker_process_query because it may have
|
|
|
|
|
been deleted by that routine.
|
2007-06-04 08:22:38 -04:00
|
|
|
- Prime response state.
|
2007-06-04 09:53:01 -04:00
|
|
|
- Process target response state.
|
|
|
|
|
- some memcmp changed to dname_compare for case preservation.
|
2007-06-04 05:57:02 -04:00
|
|
|
|
2007-06-01 05:42:31 -04:00
|
|
|
1 June 2007: Wouter
|
|
|
|
|
- normalize incoming messages. Like unbound-java, with CNAME chain
|
|
|
|
|
checked, DNAME checked, CNAME's synthesized, glue checked.
|
|
|
|
|
- sanitize incoming messages.
|
2007-06-01 08:25:38 -04:00
|
|
|
- split msgreply encode functions into own file msgencode.c.
|
2007-06-01 08:52:07 -04:00
|
|
|
- msg_parse to queryinfo/replyinfo conversion more versatile.
|
2007-06-01 16:24:33 -04:00
|
|
|
- process_response, classify response, delegpt_from_message.
|
2007-06-01 05:42:31 -04:00
|
|
|
|
2007-05-31 08:51:36 -04:00
|
|
|
31 May 2007: Wouter
|
|
|
|
|
- querytargets state.
|
|
|
|
|
- dname_subdomain_c() routine.
|
|
|
|
|
- server selection, based on RTT. ip6 is filtered out if not available,
|
|
|
|
|
and lameness is checked too.
|
|
|
|
|
- delegation point copy routine.
|
|
|
|
|
|
2007-05-30 01:39:04 -04:00
|
|
|
30 May 2007: Wouter
|
|
|
|
|
- removed FLAG_CD from message and rrset caches. This was useful for
|
|
|
|
|
an agnostic forwarder, but not for a sophisticated (trust value per
|
|
|
|
|
rrset enabled) cache.
|
2007-05-30 07:18:17 -04:00
|
|
|
- iterator reponse typing.
|
|
|
|
|
- iterator cname handle.
|
|
|
|
|
- iterator prime start.
|
|
|
|
|
- subquery work.
|
2007-05-30 07:45:44 -04:00
|
|
|
- processInitRequest and processInitRequest2.
|
2007-05-30 10:19:56 -04:00
|
|
|
- cache synthesizes referral messages, with DS and NSEC.
|
|
|
|
|
- processInitRequest3.
|
2007-05-30 10:55:40 -04:00
|
|
|
- if a request creates multiple subrequests these are all activated.
|
2007-05-30 01:39:04 -04:00
|
|
|
|
2007-05-29 06:32:11 -04:00
|
|
|
29 May 2007: Wouter
|
|
|
|
|
- routines to lock and unlock array of rrsets moved to cache/rrset.
|
|
|
|
|
- lookup message from msg cache (and copy to region).
|
2007-05-29 08:26:45 -04:00
|
|
|
- fixed cast error in dns msg lookup.
|
|
|
|
|
- message with duplicate rrset does not increase its TTLs twice.
|
2007-05-29 08:31:02 -04:00
|
|
|
- 'qnamesize' changed to 'qname_len' for similar naming scheme.
|
2007-05-29 06:32:11 -04:00
|
|
|
|
2007-05-25 08:02:37 -04:00
|
|
|
25 May 2007: Wouter
|
|
|
|
|
- Acknowledge use of unbound-java code in iterator. Nicer readme.
|
|
|
|
|
- services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and
|
|
|
|
|
rrset cache from module environment.
|
|
|
|
|
- packed rrset key has type and class as easily accessable struct
|
|
|
|
|
members. They are still kept in network format for fast msg encode.
|
|
|
|
|
- dns cache find_delegation routine.
|
2007-05-25 11:28:20 -04:00
|
|
|
- iterator main functions setup.
|
|
|
|
|
- dns cache lookup setup.
|
2007-05-25 08:02:37 -04:00
|
|
|
|
2007-05-24 09:24:44 -04:00
|
|
|
24 May 2007: Wouter
|
|
|
|
|
- small changes to prepare for subqueries.
|
|
|
|
|
- iterator forwarder feature separated out.
|
|
|
|
|
- iterator hints stub code, config file stub code, so that first
|
|
|
|
|
testing can proceed locally.
|
2007-05-24 09:41:30 -04:00
|
|
|
- replay tests now have config option to enable forwarding mode.
|
2007-05-24 09:24:44 -04:00
|
|
|
|
2007-05-23 02:24:01 -04:00
|
|
|
23 May 2007: Wouter
|
|
|
|
|
- outside network does precise timers for roundtrip estimates for rtt
|
|
|
|
|
and for setting timeout for UDP. Pending_udp takes milliseconds.
|
2007-05-23 05:34:01 -04:00
|
|
|
- cleaner iterator sockaddr conversion of forwarder address.
|
|
|
|
|
- iterator/iter_utils and iter_delegpt setup.
|
2007-05-23 10:05:36 -04:00
|
|
|
- root hints.
|
2007-05-23 02:24:01 -04:00
|
|
|
|
2007-05-22 08:36:02 -04:00
|
|
|
22 May 2007: Wouter
|
|
|
|
|
- outbound query list for modules and support to callback with the
|
|
|
|
|
outbound entry to the module.
|
|
|
|
|
- testbound support for new serviced queries.
|
|
|
|
|
- test for retry to TCP cannot use testbound any longer.
|
2007-05-22 09:40:49 -04:00
|
|
|
- testns test for EDNS fallback, test for TCP fallback already exists.
|
2007-05-22 11:02:39 -04:00
|
|
|
- fixes for no-locking compile.
|
|
|
|
|
- mini_event timer precision and fix for change in timeouts during
|
|
|
|
|
timeout callback. Fix for fwd_three tests, performed nonexit query.
|
2007-05-22 08:36:02 -04:00
|
|
|
|
2007-05-21 11:10:55 -04:00
|
|
|
21 May 2007: Wouter
|
|
|
|
|
- small comment on hash table locking.
|
|
|
|
|
- outside network serviced queries, contain edns and tcp fallback,
|
|
|
|
|
and udp retries and rtt timing.
|
|
|
|
|
|
2007-05-16 08:48:48 -04:00
|
|
|
16 May 2007: Wouter
|
|
|
|
|
- lruhash_touch() would cause locking order problems. Fixup in
|
|
|
|
|
lock-verify in case locking cycle is found.
|
|
|
|
|
- services/cache/rrset.c for rrset cache code.
|
|
|
|
|
- special rrset_cache LRU updating function that uses the rrset id.
|
|
|
|
|
- no dependencies calculation when make clean is called.
|
2007-05-16 10:29:46 -04:00
|
|
|
- config settings for infra cache.
|
|
|
|
|
- daemon code slightly cleaner, only creates caches once.
|
2007-05-16 08:48:48 -04:00
|
|
|
|
2007-05-15 06:53:27 -04:00
|
|
|
15 May 2007: Wouter
|
|
|
|
|
- host cache code.
|
2007-05-15 09:21:10 -04:00
|
|
|
- unit test for host cache.
|
2007-05-15 06:53:27 -04:00
|
|
|
|
2007-05-14 05:26:03 -04:00
|
|
|
14 May 2007: Wouter
|
|
|
|
|
- Port to OS/X and Dec Alpha. Printf format and alignment fixes.
|
2007-05-14 06:39:12 -04:00
|
|
|
- extensive lock debug report on join timeout.
|
2007-05-14 09:22:02 -04:00
|
|
|
- proper RTT calculation, in utility code.
|
2007-05-14 11:03:55 -04:00
|
|
|
- setup of services/cache/infra, host cache.
|
2007-05-14 05:26:03 -04:00
|
|
|
|
2007-05-11 10:16:42 -04:00
|
|
|
11 May 2007: Wouter
|
|
|
|
|
- iterator/iterator.c module.
|
2007-05-11 10:33:38 -04:00
|
|
|
- fixup to pass reply_info in testcode and in netevent.
|
2007-05-11 10:16:42 -04:00
|
|
|
|
2007-05-10 01:37:52 -04:00
|
|
|
10 May 2007: Wouter
|
|
|
|
|
- created release-0.3 svn tag.
|
2007-05-10 07:53:55 -04:00
|
|
|
- util/module.h
|
|
|
|
|
- fixed compression - no longer compresses root name.
|
2007-05-10 01:37:52 -04:00
|
|
|
|
2007-05-09 03:00:10 -04:00
|
|
|
9 May 2007: Wouter
|
|
|
|
|
- outside network cleans up waiting tcp queries on exit.
|
|
|
|
|
- fallback to TCP.
|
2007-05-09 03:10:55 -04:00
|
|
|
- testbound replay with retry in TCP mode.
|
2007-05-09 03:15:11 -04:00
|
|
|
- tpkg test for retry in TCP mode, against ldns-testns server.
|
2007-05-09 03:58:57 -04:00
|
|
|
- daemon checks max number of open files and complains if not enough.
|
2007-05-09 05:12:44 -04:00
|
|
|
- test where data expires in the cache.
|
2007-05-09 05:55:30 -04:00
|
|
|
- compiletests: fixed empty body ifstatements in alloc.c, in case
|
|
|
|
|
locks are disabled.
|
2007-05-09 03:00:10 -04:00
|
|
|
|
2007-05-08 09:25:21 -04:00
|
|
|
8 May 2007: Wouter
|
|
|
|
|
- outgoing network keeps list of available tcp buffers for outgoing
|
|
|
|
|
tcp queries.
|
|
|
|
|
- outgoing-num-tcp config option.
|
|
|
|
|
- outgoing network keeps waiting list of queries waiting for buffer.
|
|
|
|
|
- netevent supports outgoing tcp commpoints, nonblocking connects.
|
|
|
|
|
|
2007-05-07 09:17:27 -04:00
|
|
|
7 May 2007: Wouter
|
|
|
|
|
- EDNS read from query, used to make reply smaller.
|
|
|
|
|
- advertised edns value constants.
|
2007-05-07 10:05:51 -04:00
|
|
|
- EDNS BADVERS response, if asked for too high edns version.
|
|
|
|
|
- EDNS extended error reponses once the EDNS record from the query
|
|
|
|
|
has successfully been parsed.
|
2007-05-07 09:17:27 -04:00
|
|
|
|
2007-05-04 02:56:37 -04:00
|
|
|
4 May 2007: Wouter
|
|
|
|
|
- msgreply sizefunc is more accurate.
|
2007-05-04 03:34:10 -04:00
|
|
|
- config settings for rrset cache size and slabs.
|
2007-05-04 04:05:56 -04:00
|
|
|
- hashtable insert takes argument so that a thread can use its own
|
|
|
|
|
alloc cache to store released keys.
|
2007-05-04 06:10:52 -04:00
|
|
|
- alloc cache special_release() locks if necessary.
|
|
|
|
|
- rrset trustworthiness type added.
|
2007-05-04 08:35:01 -04:00
|
|
|
- thread keeps a scratchpad region for handling messages.
|
2007-05-04 09:01:20 -04:00
|
|
|
- writev used in netevent to write tcp length and data after another.
|
|
|
|
|
This saves a roundtrip on tcp replies.
|
2007-05-04 09:48:24 -04:00
|
|
|
- test for one rrset updated in the cache.
|
2007-05-04 09:54:55 -04:00
|
|
|
- test for one rrset which is not updated, as it is not deemed
|
|
|
|
|
trustworthy enough.
|
2007-05-04 10:14:08 -04:00
|
|
|
- test for TTL refreshed in rrset.
|
2007-05-04 02:56:37 -04:00
|
|
|
|
2007-05-03 11:34:03 -04:00
|
|
|
3 May 2007: Wouter
|
|
|
|
|
- fill refs. Use new parse and encode to answer queries.
|
|
|
|
|
- stores rrsets in cache.
|
|
|
|
|
- uses new msgreply format in cache.
|
|
|
|
|
|
2007-05-02 05:35:19 -04:00
|
|
|
2 May 2007: Wouter
|
|
|
|
|
- dname unit tests in own file and spread out neatly in functions.
|
|
|
|
|
- more dname unit tests.
|
2007-05-02 11:31:32 -04:00
|
|
|
- message encoding creates truncated TC flagged messages if they do
|
|
|
|
|
not fit, and will leave out (whole)rrsets from additional if needed.
|
2007-05-02 05:35:19 -04:00
|
|
|
|
2007-05-01 06:18:37 -04:00
|
|
|
1 May 2007: Wouter
|
|
|
|
|
- decompress query section, extremely lenient acceptance.
|
|
|
|
|
But only for answers from other servers, not for plain queries.
|
|
|
|
|
- compression and decompression test cases.
|
2007-05-01 08:13:29 -04:00
|
|
|
- some stats added.
|
2007-05-01 11:11:53 -04:00
|
|
|
- example.conf interface: line is changed from 127.0.0.1 which leads
|
|
|
|
|
to problems if used (restricting communication to the localhost),
|
|
|
|
|
to a documentation and test address.
|
2007-05-01 06:18:37 -04:00
|
|
|
|
2007-04-27 08:42:03 -04:00
|
|
|
27 April 2007: Wouter
|
|
|
|
|
- removed iov usage, it is not good for dns message encoding.
|
2007-04-27 09:58:59 -04:00
|
|
|
- owner name compression more optimal.
|
|
|
|
|
- rrsig owner name compression.
|
2007-04-27 10:55:47 -04:00
|
|
|
- rdata domain name compression.
|
2007-04-27 08:42:03 -04:00
|
|
|
|
2007-04-26 03:33:29 -04:00
|
|
|
26 April 2007: Wouter
|
|
|
|
|
- floating point exception fix in lock-verify.
|
2007-04-26 03:55:51 -04:00
|
|
|
- lint uses make dependency
|
|
|
|
|
- fixup lint in dname owner domain name compression code.
|
|
|
|
|
- define for offset range that can be compressed to.
|
2007-04-26 03:33:29 -04:00
|
|
|
|
2007-04-25 07:36:51 -04:00
|
|
|
25 April 2007: Wouter
|
|
|
|
|
- prettier code; parse_rrset->type kept in host byte order.
|
2007-04-25 11:28:03 -04:00
|
|
|
- datatype used for hashvalue of converted rrsig structure.
|
|
|
|
|
- unit test compares edns section data too.
|
2007-04-25 07:36:51 -04:00
|
|
|
|
2007-04-24 09:39:23 -04:00
|
|
|
24 April 2007: Wouter
|
|
|
|
|
- ttl per RR, for RRSIG rrsets and others.
|
|
|
|
|
- dname_print debug function.
|
|
|
|
|
- if type is not known, size calc will skip DNAME decompression.
|
|
|
|
|
- RRSIG parsing and storing and putting in messages.
|
|
|
|
|
- dnssec enabled unit tests (from nlnetlabs.nl and se queries).
|
|
|
|
|
- EDNS extraction routine.
|
|
|
|
|
|
2007-04-20 04:10:07 -04:00
|
|
|
20 April 2007: Wouter
|
|
|
|
|
- code comes through all of the unit tests now.
|
|
|
|
|
- disabled warning about spurious extra data.
|
2007-04-20 05:58:32 -04:00
|
|
|
- documented the RRSIG parse plan in msgparse.h.
|
2007-04-24 09:39:23 -04:00
|
|
|
- rrsig reading and outputting.
|
2007-04-20 04:10:07 -04:00
|
|
|
|
2007-04-19 05:48:42 -04:00
|
|
|
19 April 2007: Wouter
|
|
|
|
|
- fix unit test to actually to tests.
|
|
|
|
|
- fix write iov helper, and fakevent code.
|
|
|
|
|
- extra builtin testcase (small packet).
|
|
|
|
|
- ttl converted to network format in packets.
|
|
|
|
|
- flags converted correctly
|
|
|
|
|
- rdatalen off by 2 error fixup.
|
|
|
|
|
- uses less iov space for header.
|
|
|
|
|
|
2007-04-18 09:57:01 -04:00
|
|
|
18 April 2007: Wouter
|
|
|
|
|
- review of msgparse code.
|
|
|
|
|
- smaller test cases.
|
|
|
|
|
|
2007-04-17 05:14:45 -04:00
|
|
|
17 April 2007: Wouter
|
|
|
|
|
- copy and decompress dnames.
|
2007-04-17 05:18:12 -04:00
|
|
|
- store calculated hash value too.
|
2007-04-17 06:18:39 -04:00
|
|
|
- routine to create message out of stored information.
|
2007-04-17 07:56:48 -04:00
|
|
|
- util/data/msgparse.c for message parsing code.
|
2007-04-17 10:03:33 -04:00
|
|
|
- unit test, and first fixes because of test.
|
|
|
|
|
* forgot rrset_count addition.
|
|
|
|
|
* did & of ptr on stack for memory position calculation.
|
|
|
|
|
* dname_pkt_copy forgot to read next label length.
|
2007-04-17 11:18:24 -04:00
|
|
|
- test from file and fixes
|
|
|
|
|
* double frees fixed in error conditions.
|
|
|
|
|
* types with less than full rdata allowed by parser.
|
|
|
|
|
Some dynamic update packets seem to use it.
|
2007-04-17 05:14:45 -04:00
|
|
|
|
2007-04-16 11:21:50 -04:00
|
|
|
16 April 2007: Wouter
|
|
|
|
|
- following a small change in LDNS, parsing code calculates the
|
|
|
|
|
memory size to allocate for rrs.
|
|
|
|
|
- code to handle ID creation.
|
|
|
|
|
|
2007-04-13 11:00:56 -04:00
|
|
|
13 April 2007: Wouter
|
|
|
|
|
- parse routines. Code that parses rrsets, rrs.
|
|
|
|
|
|
2007-04-12 10:02:02 -04:00
|
|
|
12 April 2007: Wouter
|
|
|
|
|
- dname compare routine that preserves case, with unit tests.
|
|
|
|
|
|
2007-04-11 10:26:29 -04:00
|
|
|
11 April 2007: Wouter
|
|
|
|
|
- parse work - dname packet parse, msgparse, querysection parse,
|
|
|
|
|
start of sectionparse.
|
2007-04-12 10:02:02 -04:00
|
|
|
|
2007-04-10 01:39:12 -04:00
|
|
|
10 April 2007: Wouter
|
|
|
|
|
- Improved alignment of reply_info packet, nice for 32 and 64 bit.
|
|
|
|
|
- Put RRset counts in reply_info, because the number of RRs can change
|
|
|
|
|
due to RRset updates.
|
2007-04-10 03:11:57 -04:00
|
|
|
- import of region-allocator code from nsd.
|
|
|
|
|
- set alloc special type to ub_packed_rrset_key.
|
|
|
|
|
Uses lruhash entry overflow chain next pointer in alloc cache.
|
2007-04-10 03:56:05 -04:00
|
|
|
- doxygen documentation for region-allocator.
|
2007-04-10 05:03:05 -04:00
|
|
|
- setup for parse scratch data.
|
2007-04-10 01:39:12 -04:00
|
|
|
|
2007-04-05 10:53:32 -04:00
|
|
|
5 April 2007: Wouter
|
|
|
|
|
- discussed packed rrset with Jelte.
|
|
|
|
|
|
2007-04-04 05:47:30 -04:00
|
|
|
4 April 2007: Wouter
|
|
|
|
|
- moved to version 0.3.
|
|
|
|
|
- added util/data/dname.c
|
2007-04-04 09:02:13 -04:00
|
|
|
- layout of memory for rrsets.
|
2007-04-04 05:47:30 -04:00
|
|
|
|
2007-04-03 05:17:20 -04:00
|
|
|
3 April 2007: Wouter
|
|
|
|
|
- detect sign of msghdr.msg_iovlen so that the cast to that type
|
|
|
|
|
in netevent (which is there to please lint) can be correct.
|
|
|
|
|
The type on several OSes ranges from int, int32, uint32, size_t.
|
|
|
|
|
Detects unsigned or signed using math trick.
|
2007-04-03 05:29:09 -04:00
|
|
|
- constants for DNS flags.
|
2007-04-03 05:43:20 -04:00
|
|
|
- compilation without locks fixup.
|
2007-04-03 05:54:16 -04:00
|
|
|
- removed include of unportable header from lookup3.c.
|
2007-04-03 06:01:54 -04:00
|
|
|
- more portable use of struct msghdr.
|
2007-04-03 06:20:59 -04:00
|
|
|
- casts for printf warning portability.
|
2007-04-03 10:17:42 -04:00
|
|
|
- tweaks to tests to port them to the testbed.
|
|
|
|
|
- 0.2 tag created.
|
2007-04-03 05:17:20 -04:00
|
|
|
|
2007-04-02 06:16:02 -04:00
|
|
|
2 April 2007: Wouter
|
|
|
|
|
- check sizes of udp received messages, not too short.
|
|
|
|
|
- review changes. Some memmoves can be memcpys: 4byte aligned.
|
|
|
|
|
set id correctly on cached answers.
|
2007-04-02 09:58:02 -04:00
|
|
|
- review changes msgreply.c, memleak on error condition. AA flag
|
|
|
|
|
clear on cached reply. Lowercase queries on hashing.
|
|
|
|
|
unit test on lowercasing. Test AA bit not set on cached reply.
|
|
|
|
|
Note that no TTLs are managed.
|
2007-04-02 06:16:02 -04:00
|
|
|
|
2007-03-29 05:26:54 -04:00
|
|
|
29 March 2007: Wouter
|
|
|
|
|
- writev or sendmsg used when answering from cache.
|
|
|
|
|
This avoids a copy of the data.
|
2007-03-29 06:00:10 -04:00
|
|
|
- do not do useless byteswap on query id. Store reply flags in uint16
|
|
|
|
|
for easier access (and no repeated byteswapping).
|
2007-03-29 09:00:36 -04:00
|
|
|
- reviewed code.
|
2007-03-29 09:05:47 -04:00
|
|
|
- configure detects and config.h includes sys/uio.h for writev decl.
|
2007-03-29 05:26:54 -04:00
|
|
|
|
2007-03-28 09:43:50 -04:00
|
|
|
28 March 2007: Wouter
|
|
|
|
|
- new config option: num-queries-per-thread.
|
|
|
|
|
- added tpkg test for answering three queries at the same time
|
|
|
|
|
using one thread (from the query service list).
|
|
|
|
|
|
2007-03-27 03:57:33 -04:00
|
|
|
27 March 2007: Wouter
|
|
|
|
|
- added test for cache and not cached answers, in testbound replays.
|
2007-03-27 05:32:08 -04:00
|
|
|
- testbound can give config file and commandline options from the
|
|
|
|
|
replay file to unbound.
|
|
|
|
|
- created test that checks if items drop out of the cache.
|
2007-03-27 06:01:39 -04:00
|
|
|
- added word 'partitioned hash table' to documentation on slab hash.
|
|
|
|
|
A slab hash is a partitioned hash table.
|
2007-03-27 11:21:21 -04:00
|
|
|
- worker can handle multiple queries at a time.
|
2007-03-27 03:57:33 -04:00
|
|
|
|
2007-03-26 06:33:41 -04:00
|
|
|
26 March 2007: Wouter
|
|
|
|
|
- config settings for slab hash message cache.
|
2007-03-26 11:01:11 -04:00
|
|
|
- test for cached answer.
|
|
|
|
|
- Fixup deleting fake answer from testbound list.
|
2007-03-26 06:33:41 -04:00
|
|
|
|
2007-03-23 04:25:43 -04:00
|
|
|
23 March 2007: Wouter
|
|
|
|
|
- review of yesterday's commits.
|
2007-03-23 08:41:38 -04:00
|
|
|
- covered up memory leak of the entry locks.
|
|
|
|
|
- answers from the cache correctly. Copies flags correctly.
|
2007-03-23 09:12:49 -04:00
|
|
|
- sanity check for incoming query replies.
|
2007-03-23 11:17:11 -04:00
|
|
|
- slabbed hash table. Much nicer contention, need dual cpu to see.
|
2007-03-23 04:25:43 -04:00
|
|
|
|
2007-03-22 07:09:05 -04:00
|
|
|
22 March 2007: Wouter
|
|
|
|
|
- AIX configure check.
|
|
|
|
|
- lock-verify can handle references to locks that are created
|
|
|
|
|
in files it has not yet read in.
|
|
|
|
|
- threaded hash table test.
|
|
|
|
|
- unit test runs lock-verify afterwards and checks result.
|
2007-03-22 12:26:14 -04:00
|
|
|
- need writelock to update data on hash_insert.
|
|
|
|
|
- message cache code, msgreply code.
|
2007-03-22 07:09:05 -04:00
|
|
|
|
2007-03-21 10:34:57 -04:00
|
|
|
21 March 2007: Wouter
|
|
|
|
|
- unit test of hash table, fixup locking problem in table_grow().
|
|
|
|
|
- fixup accounting of sizes for removing items from hashtable.
|
|
|
|
|
- unit test for hash table, single threaded test of integrity.
|
2007-03-21 10:54:37 -04:00
|
|
|
- lock-verify reports errors nicely. More quiet in operation.
|
2007-03-21 10:34:57 -04:00
|
|
|
|
2007-03-16 08:50:21 -04:00
|
|
|
16 March 2007: Wouter
|
|
|
|
|
- lock-verifier, checks consistent order of locking.
|
|
|
|
|
|
2007-03-14 06:42:50 -04:00
|
|
|
14 March 2007: Wouter
|
|
|
|
|
- hash table insert (and subroutines) and lookup implemented.
|
2007-03-14 08:21:03 -04:00
|
|
|
- hash table remove.
|
2007-03-14 10:30:30 -04:00
|
|
|
- unit tests for hash internal bin, lru functions.
|
2007-03-14 06:42:50 -04:00
|
|
|
|
2007-03-13 12:22:24 -04:00
|
|
|
13 March 2007: Wouter
|
|
|
|
|
- lock_unprotect in checklocks.
|
|
|
|
|
- util/storage/lruhash.h for LRU hash table structure.
|
|
|
|
|
|
2007-03-12 10:19:14 -04:00
|
|
|
12 March 2007: Wouter
|
|
|
|
|
- configure.ac moved to 0.2.
|
|
|
|
|
- query_info and replymsg util/data structure.
|
|
|
|
|
|
2007-03-09 04:01:03 -05:00
|
|
|
9 March 2007: Wouter
|
|
|
|
|
- added rwlock writelock checking.
|
|
|
|
|
So it will keep track of the writelock, and readlocks are enforced
|
|
|
|
|
to not change protected memory areas.
|
2007-03-09 08:37:57 -05:00
|
|
|
- log_hex function to dump hex strings to the logfile.
|
|
|
|
|
- checklocks zeroes its destroyed lock after checking memory areas.
|
|
|
|
|
- unit test for alloc.
|
2007-03-09 09:31:48 -05:00
|
|
|
- identifier for union in checklocks to please older compilers.
|
2007-03-09 10:53:02 -05:00
|
|
|
- created 0.1 tag.
|
2007-03-09 04:01:03 -05:00
|
|
|
|
2007-03-08 09:59:41 -05:00
|
|
|
8 March 2007: Wouter
|
|
|
|
|
- Reviewed checklock code.
|
|
|
|
|
|
2007-03-07 11:21:31 -05:00
|
|
|
7 March 2007: Wouter
|
|
|
|
|
- created a wrapper around thread calls that performs some basic
|
|
|
|
|
checking for data race and deadlock, and basic performance
|
|
|
|
|
contention measurement.
|
|
|
|
|
|
2007-03-06 04:49:15 -05:00
|
|
|
6 March 2007: Wouter
|
|
|
|
|
- Testbed works with threading (different machines, different options).
|
2007-03-06 10:46:17 -05:00
|
|
|
- alloc work, does the special type.
|
2007-03-06 04:49:15 -05:00
|
|
|
|
2007-03-02 04:03:14 -05:00
|
|
|
2 March 2007: Wouter
|
|
|
|
|
- do not compile fork funcs unless needed. Otherwise will give
|
|
|
|
|
type errors as their typedefs have not been enabled.
|
|
|
|
|
- log shows thread numbers much more nicely (and portably).
|
2007-03-02 04:48:31 -05:00
|
|
|
- even on systems with nonthreadsafe libevent signal handling,
|
|
|
|
|
unbound will exit if given a signal.
|
|
|
|
|
Reloads will not work, and exit is not graceful.
|
2007-03-02 10:03:58 -05:00
|
|
|
- start of alloc framework layout.
|
2007-03-02 04:03:14 -05:00
|
|
|
|
2007-03-01 10:50:57 -05:00
|
|
|
1 March 2007: Wouter
|
|
|
|
|
- Signals, libevent and threads work well, with libevent patch and
|
|
|
|
|
changes to code (close after event_del).
|
|
|
|
|
- set ipc pipes nonblocking.
|
|
|
|
|
|
2007-02-27 04:28:53 -05:00
|
|
|
27 February 2007: Wouter
|
|
|
|
|
- ub_thread_join portable definition.
|
|
|
|
|
- forking is used if no threading is available.
|
2007-02-27 04:41:34 -05:00
|
|
|
Tested, it works, since pipes work across processes as well.
|
|
|
|
|
Thread_join is replaced with waitpid.
|
2007-02-27 05:33:04 -05:00
|
|
|
- During reloads the daemon will temporarily handle signals,
|
|
|
|
|
so that they do not result in problems.
|
2007-02-27 05:46:35 -05:00
|
|
|
- Also randomize the outgoing port range for tests.
|
2007-02-27 06:25:44 -05:00
|
|
|
- If query list is full, will stop selecting listening ports for read.
|
|
|
|
|
This makes all threads service incoming requests, instead of one.
|
|
|
|
|
No memory is leaking during reloads, service of queries, etc.
|
2007-02-27 08:55:09 -05:00
|
|
|
- test that uses ldns-testns -f to test threading. Have to answer
|
|
|
|
|
three queries at the same time.
|
2007-02-27 09:28:20 -05:00
|
|
|
- with verbose=0 operates quietly.
|
2007-02-27 04:28:53 -05:00
|
|
|
|
2007-02-26 04:42:05 -05:00
|
|
|
26 February 2007: Wouter
|
|
|
|
|
- ub_random code used to select ID and port.
|
2007-02-26 09:49:11 -05:00
|
|
|
- log code prints thread id.
|
|
|
|
|
- unbound can thread itself, with reload(HUP) and quit working
|
|
|
|
|
correctly.
|
2007-02-26 11:18:35 -05:00
|
|
|
- don't open pipes for #0, doesn't need it.
|
|
|
|
|
- listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload).
|
2007-02-26 04:42:05 -05:00
|
|
|
|
2007-02-23 05:04:50 -05:00
|
|
|
23 February 2007: Wouter
|
|
|
|
|
- Can do reloads on sigHUP. Everything is stopped, and freed,
|
|
|
|
|
except the listening ports. Then the config file is reread.
|
|
|
|
|
And everything is started again (and listening ports if needed).
|
|
|
|
|
- Ports for queries are shared.
|
2007-02-23 06:00:55 -05:00
|
|
|
- config file added interface:, chroot: and username:.
|
2007-02-23 08:38:54 -05:00
|
|
|
- config file: directory, logfile, pidfile. And they work too.
|
2007-02-23 10:23:33 -05:00
|
|
|
- will daemonize by default now. Use -d to stay in the foreground.
|
2007-02-23 11:40:58 -05:00
|
|
|
- got BSD random[256 state] code, made it threadsafe. util/random.
|
2007-02-23 05:04:50 -05:00
|
|
|
|
2007-02-22 08:36:29 -05:00
|
|
|
22 February 2007: Wouter
|
|
|
|
|
- Have a config file. Removed commandline options, moved to config.
|
|
|
|
|
- tests use config file.
|
|
|
|
|
|
2007-02-21 04:52:46 -05:00
|
|
|
21 February 2007: Wouter
|
|
|
|
|
- put -c option in man page.
|
|
|
|
|
- minievent fd array capped by FD_SETSIZE.
|
|
|
|
|
|
2007-02-20 06:45:45 -05:00
|
|
|
20 February 2007: Wouter
|
|
|
|
|
- Added locks code and pthread spinlock detection.
|
2007-02-20 08:25:29 -05:00
|
|
|
- can use no locks, or solaris native thread library.
|
2007-02-20 10:28:27 -05:00
|
|
|
- added yacc and lex configure, and config file parsing code.
|
|
|
|
|
also makedist.sh, and manpage.
|
|
|
|
|
- put include errno.h in config.h
|
2007-02-20 06:45:45 -05:00
|
|
|
|
2007-02-19 10:32:07 -05:00
|
|
|
19 February 2007: Wouter
|
|
|
|
|
- Created 0.0 svn tag.
|
|
|
|
|
- added acx_pthread.m4 autoconf check for pthreads from
|
|
|
|
|
the autoconf archive. It is GPL-with-autoconf-exception Licensed.
|
|
|
|
|
You can specify --with-pthreads, or --without-pthreads to configure.
|
|
|
|
|
|
2007-02-16 04:35:27 -05:00
|
|
|
16 February 2007: Wouter
|
|
|
|
|
- Updated testbed script, works better by using make on remote end.
|
2007-02-16 08:24:09 -05:00
|
|
|
- removed check decls, we can compile without them.
|
2007-02-16 12:13:18 -05:00
|
|
|
- makefile supports LIBOBJ replacements.
|
2007-02-16 12:25:29 -05:00
|
|
|
- docs checks ignore compat code.
|
2007-02-16 16:26:10 -05:00
|
|
|
- added util/mini-event.c and .h, a select based alternative used with
|
|
|
|
|
./configure --with-libevent=no
|
|
|
|
|
It is limited to 1024 file descriptors, and has less features.
|
2007-02-16 18:00:31 -05:00
|
|
|
- will not create ip6 sockets if ip6 not on the machine.
|
2007-02-16 04:35:27 -05:00
|
|
|
|
2007-02-15 05:48:43 -05:00
|
|
|
15 February 2007: Wouter
|
|
|
|
|
- port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64,
|
|
|
|
|
Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc.
|
2007-02-15 07:54:14 -05:00
|
|
|
- malloc rndstate, so that it is aligned for access.
|
2007-02-15 10:23:24 -05:00
|
|
|
- fixed rbtree cleanup with postorder traverse.
|
|
|
|
|
- fixed pending messages are deleted when handled.
|
2007-02-15 10:50:22 -05:00
|
|
|
- You can control verbosity; default is not verbose, every -v
|
|
|
|
|
adds more verbosity.
|
2007-02-15 05:48:43 -05:00
|
|
|
|
2007-02-14 02:23:51 -05:00
|
|
|
14 February 2007: Wouter
|
|
|
|
|
- Included configure.ac changes from ldns.
|
2007-02-14 03:03:15 -05:00
|
|
|
- detect (some) headers before the standards check.
|
|
|
|
|
- do not use isblank to test c99, since its not available on solaris9.
|
2007-02-14 05:10:43 -05:00
|
|
|
- review of testcode.
|
|
|
|
|
* entries in a RANGE are no longer reversed.
|
|
|
|
|
* print name of file with replay entry parse errors.
|
|
|
|
|
- port to OSX: cast to int for some prints of sizet.
|
|
|
|
|
- Makefile copies ldnstestpkts.c before doing dependencies on it.
|
2007-02-14 02:23:51 -05:00
|
|
|
|
2007-02-13 09:00:58 -05:00
|
|
|
13 February 2007: Wouter
|
|
|
|
|
- work on fake events, first fwd replay works.
|
2007-02-13 10:35:26 -05:00
|
|
|
- events can do timeouts and errors on queries to servers.
|
2007-02-13 10:43:57 -05:00
|
|
|
- test package that runs replay scenarios.
|
2007-02-13 09:00:58 -05:00
|
|
|
|
2007-02-12 11:04:11 -05:00
|
|
|
12 February 2007: Wouter
|
|
|
|
|
- work on fake events.
|
|
|
|
|
|
2007-02-09 08:46:11 -05:00
|
|
|
9 February 2007: Wouter
|
|
|
|
|
- replay file reading.
|
2007-02-09 11:39:47 -05:00
|
|
|
- fake event setup, it creates fake structures, and teardowns,
|
|
|
|
|
added signal callbacks to reply to be able to fake those,
|
|
|
|
|
and main structure of event replay routines.
|
2007-02-09 08:46:11 -05:00
|
|
|
|
2007-02-08 07:02:00 -05:00
|
|
|
8 February 2007: Wouter
|
|
|
|
|
- added tcp test.
|
2007-02-08 09:55:53 -05:00
|
|
|
- replay storage.
|
2007-02-08 11:03:26 -05:00
|
|
|
- testcode/fake_event work.
|
2007-02-08 07:02:00 -05:00
|
|
|
|
2007-02-07 03:50:17 -05:00
|
|
|
7 February 2007: Wouter
|
|
|
|
|
- return answer with the same ID as query was sent with.
|
|
|
|
|
- created udp forwarder test. I've done some effort to make it perform
|
|
|
|
|
quickly. After servers are created, no big sleep statements but
|
|
|
|
|
it checks the logfiles to see if servers have come up. Takes 0.14s.
|
2007-02-07 05:08:55 -05:00
|
|
|
- set addrlen value when calling recvfrom.
|
|
|
|
|
- comparison of addrs more portable.
|
2007-02-07 05:18:04 -05:00
|
|
|
- LIBEVENT option for testbed to set libevent directory.
|
2007-02-07 09:18:42 -05:00
|
|
|
- work on tcp input.
|
2007-02-07 03:50:17 -05:00
|
|
|
|
2007-02-06 09:00:52 -05:00
|
|
|
6 February 2007: Wouter
|
|
|
|
|
- reviewed code and improved in places.
|
|
|
|
|
|
2007-02-05 06:20:38 -05:00
|
|
|
5 February 2007: Wouter
|
|
|
|
|
- Picked up stdc99 and other define tests from ldns. Improved
|
|
|
|
|
POSIX define test to include getaddrinfo.
|
2007-02-05 09:25:07 -05:00
|
|
|
- defined constants for netevent callback error code.
|
2007-02-05 09:57:16 -05:00
|
|
|
- unit test for strisip6.
|
2007-02-05 06:20:38 -05:00
|
|
|
|
2007-02-02 04:48:51 -05:00
|
|
|
2 February 2007: Wouter
|
|
|
|
|
- Created udp4 and udp6 port arrays to provide service for both
|
|
|
|
|
address families.
|
2007-02-02 05:13:18 -05:00
|
|
|
- uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.
|
2007-02-02 05:31:25 -05:00
|
|
|
- listens on both ip4 and ip6 ports to provide correct return address.
|
2007-02-02 07:52:40 -05:00
|
|
|
- worker fwder address filled correctly.
|
|
|
|
|
- fixup timer code.
|
2007-02-02 08:44:00 -05:00
|
|
|
- forwards udp queries and sends answer.
|
2007-02-02 04:48:51 -05:00
|
|
|
|
2007-02-01 10:06:38 -05:00
|
|
|
1 February 2007: Wouter
|
|
|
|
|
- outside network more UDP work.
|
|
|
|
|
- moved * closer to type.
|
|
|
|
|
- comm_timer object and events.
|
|
|
|
|
|
2007-01-31 01:58:25 -05:00
|
|
|
31 January 2007: Wouter
|
|
|
|
|
- Added makedist.sh script to make release tarball.
|
2007-01-31 04:32:30 -05:00
|
|
|
- Removed listen callback layer, did not add anything.
|
|
|
|
|
- Added UDP recv to netevent, worker callback for udp.
|
|
|
|
|
- netevent communication reply storage structure.
|
|
|
|
|
- minimal query header sanity checking for worker.
|
2007-01-31 06:57:22 -05:00
|
|
|
- copied over rbtree implementation from NSD (BSD licensed too).
|
2007-01-31 10:38:44 -05:00
|
|
|
- outgoing network query service work.
|
2007-01-31 01:58:25 -05:00
|
|
|
|
2007-01-30 08:03:19 -05:00
|
|
|
30 January 2007: Wouter
|
|
|
|
|
- links in example/ldns-testpkts.c and .h for premade packet support.
|
2007-01-30 11:36:46 -05:00
|
|
|
- added callback argument to listen_dnsport and daemon/worker.
|
2007-01-30 08:03:19 -05:00
|
|
|
|
2007-01-29 08:54:32 -05:00
|
|
|
29 January 2007: Wouter
|
|
|
|
|
- unbound.8 a short manpage.
|
|
|
|
|
|
|
|
|
|
26 January 2007: Wouter
|
2007-01-26 02:55:16 -05:00
|
|
|
- fixed memleak.
|
2007-01-26 04:44:13 -05:00
|
|
|
- make lint works on BSD and Linux (openssl defines).
|
2007-01-26 06:57:09 -05:00
|
|
|
- make tags works.
|
|
|
|
|
- testbound program start.
|
2007-01-26 02:55:16 -05:00
|
|
|
|
2007-01-29 08:54:32 -05:00
|
|
|
25 January 2007: Wouter
|
2007-01-25 04:47:22 -05:00
|
|
|
- fixed lint so it may work on BSD.
|
2007-01-25 07:39:51 -05:00
|
|
|
- put license into header of every file.
|
|
|
|
|
- created verbosity flag.
|
|
|
|
|
- fixed libevent configure flag.
|
|
|
|
|
- detects event_base_free() in new libevent 1.2 version.
|
|
|
|
|
- getopt in daemon. fatal_exit() and verbose() logging funcs.
|
2007-01-25 11:08:52 -05:00
|
|
|
- created log_assert, that throws assertions to the logfile.
|
|
|
|
|
- listen_dnsport service. Binds ports.
|
2007-01-25 04:47:22 -05:00
|
|
|
|
2007-01-24 08:46:31 -05:00
|
|
|
24 January 2007: Wouter
|
|
|
|
|
- cleaned up configure.ac.
|
|
|
|
|
|
2007-01-23 08:46:18 -05:00
|
|
|
23 January 2007: Wouter
|
|
|
|
|
- added libevent to configure to link with.
|
|
|
|
|
- util/netevent setup work.
|
2007-01-23 09:16:52 -05:00
|
|
|
- configure searches for libevent.
|
2007-01-23 11:10:23 -05:00
|
|
|
- search for libs at end of configure (when other headers and types
|
|
|
|
|
have been found).
|
|
|
|
|
- doxygen works with ATTR_UNUSED().
|
|
|
|
|
- util/netevent implementation.
|
2007-01-23 08:46:18 -05:00
|
|
|
|
2007-01-22 10:23:29 -05:00
|
|
|
22 January 2007: Wouter
|
|
|
|
|
- Designed header file for network communication.
|
|
|
|
|
|
2007-01-16 06:54:29 -05:00
|
|
|
16 January 2007: Wouter
|
|
|
|
|
- added readme.svn and readme.tests.
|
|
|
|
|
|
2007-01-04 06:03:29 -05:00
|
|
|
4 January 2007: Wouter
|
|
|
|
|
- Testbed script (run on multiple platforms the test set).
|
2007-01-04 10:30:09 -05:00
|
|
|
Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5.
|
2007-01-04 10:36:51 -05:00
|
|
|
- added unit test tpkg.
|
2007-01-04 06:03:29 -05:00
|
|
|
|
2007-01-03 03:53:52 -05:00
|
|
|
3 January 2007: Wouter
|
|
|
|
|
- committed first set of files into subversion repository.
|
2007-01-03 04:27:01 -05:00
|
|
|
svn co svn+ssh://unbound.net/svn/unbound
|
|
|
|
|
You need a ssh login. There is no https access yet.
|
2007-01-03 04:17:12 -05:00
|
|
|
- Added LICENSE, the BSD license.
|
|
|
|
|
- Added doc/README with compile help.
|
2007-01-03 05:42:32 -05:00
|
|
|
- main program stub and quiet makefile.
|
|
|
|
|
- minimal logging service (to stderr).
|
2007-01-03 08:17:06 -05:00
|
|
|
- added postcommit hook that serves emails.
|
|
|
|
|
- added first test 00-lint. postcommit also checks if build succeeds.
|
2007-01-03 09:55:21 -05:00
|
|
|
- 01-doc: doxygen doc target added for html docs. And stringent test
|
|
|
|
|
on documented files, functions and parameters.
|
2007-01-03 03:53:52 -05:00
|
|
|
|
|
|
|
|
15 December 2006: Wouter
|
|
|
|
|
- Created Makefile.in and configure.ac.
|