]> git.ipfire.org Git - thirdparty/bind9.git/log
thirdparty/bind9.git
14 years agoupdate SRCID
Tinderbox User [Mon, 7 May 2012 00:16:12 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Sun, 6 May 2012 00:16:21 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Sat, 5 May 2012 00:16:25 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Fri, 4 May 2012 00:16:23 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Thu, 3 May 2012 21:15:39 +0000 (21:15 +0000)] 
update SRCID

14 years agoMerge branch 'master' of ssh://repo/proj/git/prod/bind9
Evan Hunt [Thu, 3 May 2012 21:01:41 +0000 (14:01 -0700)] 
Merge branch 'master' of ssh://repo/proj/git/prod/bind9

14 years agomissing braces; style glitch
Evan Hunt [Thu, 3 May 2012 21:01:32 +0000 (14:01 -0700)] 
missing braces; style glitch

14 years agoupdate SRCID
Tinderbox User [Thu, 3 May 2012 01:15:34 +0000 (01:15 +0000)] 
update SRCID

14 years agoregen master
Tinderbox User [Thu, 3 May 2012 01:04:16 +0000 (01:04 +0000)] 
regen master

14 years agoupdate SRCID
Tinderbox User [Thu, 3 May 2012 00:16:33 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate copyright notice
Tinderbox User [Wed, 2 May 2012 23:45:44 +0000 (23:45 +0000)] 
update copyright notice

14 years agoMerge branch 'master' of repo.isc.org:/proj/git/prod/bind9
Mark Andrews [Wed, 2 May 2012 23:30:44 +0000 (09:30 +1000)] 
Merge branch 'master' of repo.isc.org:/proj/git/prod/bind9

14 years agonewcopyrights
Tinderbox User [Wed, 2 May 2012 23:30:29 +0000 (23:30 +0000)] 
newcopyrights

14 years agoMerge branch 'master' of repo.isc.org:/proj/git/prod/bind9
Mark Andrews [Wed, 2 May 2012 23:30:00 +0000 (09:30 +1000)] 
Merge branch 'master' of repo.isc.org:/proj/git/prod/bind9

14 years agoUse '==' not '=' in conditional test when not using openssl.
Mark Andrews [Wed, 2 May 2012 23:29:32 +0000 (09:29 +1000)] 
Use '==' not '=' in conditional test when not using openssl.

14 years agoupdate SRCID
Tinderbox User [Wed, 2 May 2012 14:15:26 +0000 (14:15 +0000)] 
update SRCID

14 years ago3317. [func] Add ECDSA support (RFC 6605). [RT #21918]
Mark Andrews [Wed, 2 May 2012 13:20:17 +0000 (23:20 +1000)] 
3317.   [func]          Add ECDSA support (RFC 6605). [RT #21918]

14 years agoupdate SRCID
Tinderbox User [Wed, 2 May 2012 00:16:13 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Tue, 1 May 2012 01:15:38 +0000 (01:15 +0000)] 
update SRCID

14 years agonew draft
Mark Andrews [Tue, 1 May 2012 00:45:26 +0000 (10:45 +1000)] 
new draft

14 years agoupdate SRCID
Tinderbox User [Tue, 1 May 2012 00:16:18 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Mon, 30 Apr 2012 00:16:28 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Sun, 29 Apr 2012 00:16:17 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate copyright notice
Tinderbox User [Sat, 28 Apr 2012 23:45:42 +0000 (23:45 +0000)] 
update copyright notice

14 years agonewcopyrights
Tinderbox User [Sat, 28 Apr 2012 23:30:17 +0000 (23:30 +0000)] 
newcopyrights

14 years agoupdate SRCID
Tinderbox User [Sat, 28 Apr 2012 22:15:46 +0000 (22:15 +0000)] 
update SRCID

14 years agoImprove locking performance in dispatch.c
Evan Hunt [Sat, 28 Apr 2012 21:52:28 +0000 (14:52 -0700)] 
Improve locking performance in dispatch.c

3316. [tuning] Improved locking performance when recursing.
[RT #28836]

   - Use one lock per memory pool instead of associating
     them all with a single 'pool_lock' in the dispatch manager.
   - Reduce the critical sections for qid->lock in get_dispsocket(),
     deref_portentry() and dns_dispatch_addresponse2().
   - Added a memory pool for socket events in dns_dispatch_t.
   - Add an isc_socketevent_t member in the resquery_t object, and use
     it with isc_socket_sendto2() instead of using isc_socket_sendto()
   - Tuned the memory pools in dispatch.c for better performance
     under load

14 years agoMerge branch 'master' of ssh://repo/proj/git/prod/bind9
Evan Hunt [Sat, 28 Apr 2012 21:43:48 +0000 (14:43 -0700)] 
Merge branch 'master' of ssh://repo/proj/git/prod/bind9

14 years agoupdate SRCID
Tinderbox User [Sat, 28 Apr 2012 00:16:08 +0000 (00:16 +0000)] 
update SRCID

14 years agocreate and use multiple fetch dispatches
Evan Hunt [Fri, 27 Apr 2012 23:07:24 +0000 (16:07 -0700)] 
create and use multiple fetch dispatches

Added API to create a set of UDP dispatches which can be shared
round-robin style when making upstream queries for authoritative
data; this should reduce lock contention in the query source
dispatch.

14 years agoupdate SRCID
Tinderbox User [Fri, 27 Apr 2012 13:16:12 +0000 (13:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Fri, 27 Apr 2012 08:16:20 +0000 (08:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Fri, 27 Apr 2012 07:16:29 +0000 (07:16 +0000)] 
update SRCID

14 years agoonly report different text if not in EXCLUDED
Mark Andrews [Fri, 27 Apr 2012 06:29:10 +0000 (16:29 +1000)] 
only report different text if not in EXCLUDED

14 years agoupdate SRCID
Tinderbox User [Fri, 27 Apr 2012 04:16:26 +0000 (04:16 +0000)] 
update SRCID

14 years agoupdate copyright notice
Tinderbox User [Fri, 27 Apr 2012 04:03:19 +0000 (04:03 +0000)] 
update copyright notice

14 years agonewcopyrights
Tinderbox User [Fri, 27 Apr 2012 04:01:38 +0000 (04:01 +0000)] 
newcopyrights

14 years agoupdate SRCID
Tinderbox User [Fri, 27 Apr 2012 03:16:37 +0000 (03:16 +0000)] 
update SRCID

14 years agofix whitespace
Mark Andrews [Fri, 27 Apr 2012 03:04:58 +0000 (13:04 +1000)] 
fix whitespace

14 years agoMerge branch 'master' of repo.isc.org:/proj/git/prod/bind9
Mark Andrews [Fri, 27 Apr 2012 02:26:45 +0000 (12:26 +1000)] 
Merge branch 'master' of repo.isc.org:/proj/git/prod/bind9

14 years agocheck if the pdf version of the ARM needs to be committed
Mark Andrews [Fri, 27 Apr 2012 02:26:23 +0000 (12:26 +1000)] 
check if the pdf version of the ARM needs to be committed

14 years agoupdate SRCID
Tinderbox User [Fri, 27 Apr 2012 01:15:54 +0000 (01:15 +0000)] 
update SRCID

14 years agofetch from http://www.ietf.org/id/
Mark Andrews [Fri, 27 Apr 2012 00:45:05 +0000 (10:45 +1000)] 
fetch from http://www.ietf.org/id/

14 years agoMerge branch 'master' of repo.isc.org:/proj/git/prod/bind9
Mark Andrews [Fri, 27 Apr 2012 00:35:08 +0000 (10:35 +1000)] 
Merge branch 'master' of repo.isc.org:/proj/git/prod/bind9

14 years agoMake curl follow redirections.
Mark Andrews [Fri, 27 Apr 2012 00:34:27 +0000 (10:34 +1000)] 
Make curl follow redirections.

14 years agonew draft
Mark Andrews [Fri, 27 Apr 2012 00:33:58 +0000 (10:33 +1000)] 
new draft

14 years agoupdate SRCID
Tinderbox User [Fri, 27 Apr 2012 00:16:06 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate copyright notice
Tinderbox User [Thu, 26 Apr 2012 23:45:49 +0000 (23:45 +0000)] 
update copyright notice

14 years agonewcopyrights
Tinderbox User [Thu, 26 Apr 2012 23:30:37 +0000 (23:30 +0000)] 
newcopyrights

14 years agoupdate SRCID
Tinderbox User [Thu, 26 Apr 2012 12:15:44 +0000 (12:15 +0000)] 
update SRCID

14 years agoTRUE -> ISC_TRUE
Mark Andrews [Thu, 26 Apr 2012 08:19:48 +0000 (18:19 +1000)] 
TRUE -> ISC_TRUE

14 years agoupdate SRCID
Tinderbox User [Thu, 26 Apr 2012 03:16:38 +0000 (03:16 +0000)] 
update SRCID

14 years ago3314. [bug] The masters list could be updated while refesh_callback
Mark Andrews [Thu, 26 Apr 2012 02:58:39 +0000 (12:58 +1000)] 
3314.   [bug]           The masters list could be updated while refesh_callback
                        and stub_callback were using it. [RT #26732]

14 years ago3313. [protocol] Add TLSA record type. [RT #28989]
Mark Andrews [Thu, 26 Apr 2012 02:22:49 +0000 (12:22 +1000)] 
3313.   [protocol]      Add TLSA record type. [RT #28989]

14 years agoupdate SRCID
Tinderbox User [Thu, 26 Apr 2012 02:15:48 +0000 (02:15 +0000)] 
update SRCID

14 years ago3312. [bug] named-checkconf didn't detect a bad dns64 clients acl.
Mark Andrews [Thu, 26 Apr 2012 01:42:39 +0000 (11:42 +1000)] 
3312.   [bug]           named-checkconf didn't detect a bad dns64 clients acl.
                        [RT #27631]

14 years ago3311. [bug] Abort the zone dump if zone->db is NULL in
Mark Andrews [Thu, 26 Apr 2012 01:23:43 +0000 (11:23 +1000)] 
3311.   [bug]           Abort the zone dump if zone->db is NULL in
                        zone.c:zone_gotwritehandle. [RT #29028]

14 years agoupdate SRCID
Tinderbox User [Thu, 26 Apr 2012 01:15:28 +0000 (01:15 +0000)] 
update SRCID

14 years agoMerge branch 'master' of repo.isc.org:/proj/git/prod/bind9
Mark Andrews [Thu, 26 Apr 2012 01:11:32 +0000 (11:11 +1000)] 
Merge branch 'master' of repo.isc.org:/proj/git/prod/bind9

14 years agoupdate SRCID
Tinderbox User [Thu, 26 Apr 2012 00:16:24 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate copyright notice
Tinderbox User [Wed, 25 Apr 2012 23:45:46 +0000 (23:45 +0000)] 
update copyright notice

14 years agonewcopyrights
Tinderbox User [Wed, 25 Apr 2012 23:30:15 +0000 (23:30 +0000)] 
newcopyrights

14 years agoupdate SRCID
Tinderbox User [Wed, 25 Apr 2012 00:16:08 +0000 (00:16 +0000)] 
update SRCID

14 years agoincrease table size for mutex profiling
Evan Hunt [Tue, 24 Apr 2012 23:52:12 +0000 (16:52 -0700)] 
increase table size for mutex profiling

14 years agoupdate SRCID
Tinderbox User [Tue, 24 Apr 2012 22:16:04 +0000 (22:16 +0000)] 
update SRCID

14 years agofctx_finddone: call fctx_destroy within the bucket lock
Evan Hunt [Tue, 24 Apr 2012 21:56:38 +0000 (14:56 -0700)] 
fctx_finddone: call fctx_destroy within the bucket lock

14 years ago9.10.0-pre-alpha
Mark Andrews [Tue, 24 Apr 2012 12:06:16 +0000 (22:06 +1000)] 
9.10.0-pre-alpha

14 years agoupdate SRCID
Tinderbox User [Tue, 24 Apr 2012 02:15:36 +0000 (02:15 +0000)] 
update SRCID

14 years ago3308. [placeholder]
Mark Andrews [Tue, 24 Apr 2012 01:30:42 +0000 (11:30 +1000)] 
3308.   [placeholder]

14 years agoupdate SRCID
Tinderbox User [Tue, 24 Apr 2012 00:16:08 +0000 (00:16 +0000)] 
update SRCID

14 years agonewcopyrights
Tinderbox User [Mon, 23 Apr 2012 23:30:40 +0000 (23:30 +0000)] 
newcopyrights

14 years agoupdate SRCID
Tinderbox User [Mon, 23 Apr 2012 16:16:01 +0000 (16:16 +0000)] 
update SRCID

14 years agofix .gitignore files
Evan Hunt [Mon, 23 Apr 2012 15:17:26 +0000 (08:17 -0700)] 
fix .gitignore files

14 years agoupdate SRCID
Tinderbox User [Mon, 23 Apr 2012 00:16:23 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Sun, 22 Apr 2012 00:16:21 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Sat, 21 Apr 2012 00:16:10 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Fri, 20 Apr 2012 00:16:10 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Thu, 19 Apr 2012 00:16:35 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Wed, 18 Apr 2012 22:16:14 +0000 (22:16 +0000)] 
update SRCID

14 years agoCause kit.sh to not include one rouge rfc under contrib
Scott Mann [Wed, 18 Apr 2012 22:07:25 +0000 (16:07 -0600)] 
Cause kit.sh to not include one rouge rfc under contrib

14 years agoupdate SRCID
Tinderbox User [Wed, 18 Apr 2012 00:16:40 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Tue, 17 Apr 2012 00:16:20 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Mon, 16 Apr 2012 00:16:28 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Sun, 15 Apr 2012 00:16:33 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Sat, 14 Apr 2012 00:16:23 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate SRCID
Tinderbox User [Fri, 13 Apr 2012 00:16:27 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate copyright notice
Tinderbox User [Thu, 12 Apr 2012 23:45:51 +0000 (23:45 +0000)] 
update copyright notice

14 years agonewcopyrights
Tinderbox User [Thu, 12 Apr 2012 23:30:26 +0000 (23:30 +0000)] 
newcopyrights

14 years agoupdate SRCID
Tinderbox User [Thu, 12 Apr 2012 23:16:01 +0000 (23:16 +0000)] 
update SRCID

14 years ago3307. [bug] Add missing ISC_LANG_BEGINDECLS and ISC_LANG_ENDDECLS.
Mark Andrews [Thu, 12 Apr 2012 22:32:37 +0000 (08:32 +1000)] 
3307.   [bug]           Add missing ISC_LANG_BEGINDECLS and ISC_LANG_ENDDECLS.
                        [RT #28956]

14 years agoupdate SRCID
Tinderbox User [Thu, 12 Apr 2012 09:15:46 +0000 (09:15 +0000)] 
update SRCID

14 years ago3307. [bug] Add missing ISC_LANG_ENDDECLS to <dns/tsec.h>. [RT #28956]
Mark Andrews [Thu, 12 Apr 2012 09:13:08 +0000 (19:13 +1000)] 
3307.   [bug]           Add missing ISC_LANG_ENDDECLS to <dns/tsec.h>. [RT #28956]

14 years ago3307. [bug] Add missing ISC_LANG_ENDDECLS to <dns/tsec.h>. [RT #28956]
Mark Andrews [Thu, 12 Apr 2012 09:11:50 +0000 (19:11 +1000)] 
3307.   [bug]           Add missing ISC_LANG_ENDDECLS to <dns/tsec.h>. [RT #28956]

14 years agoupdate SRCID
Tinderbox User [Thu, 12 Apr 2012 00:16:26 +0000 (00:16 +0000)] 
update SRCID

14 years agoupdate copyright notice
Tinderbox User [Wed, 11 Apr 2012 23:45:52 +0000 (23:45 +0000)] 
update copyright notice

14 years agonewcopyrights
Tinderbox User [Wed, 11 Apr 2012 23:30:26 +0000 (23:30 +0000)] 
newcopyrights

14 years agoupdate SRCID
Tinderbox User [Wed, 11 Apr 2012 03:16:18 +0000 (03:16 +0000)] 
update SRCID

14 years agoMerge branch 'master' of repo.isc.org:/proj/git/prod/bind9
Mark Andrews [Wed, 11 Apr 2012 02:18:49 +0000 (12:18 +1000)] 
Merge branch 'master' of repo.isc.org:/proj/git/prod/bind9

14 years ago3306. [bug] Improve DNS64 reverse zone performance. [RT #28563]
Mark Andrews [Wed, 11 Apr 2012 02:17:57 +0000 (12:17 +1000)] 
3306.   [bug]           Improve DNS64 reverse zone performance. [RT #28563]

3305.   [func]          Add wire format lookup method to sdb. [RT #28563]

14 years agoupdate SRCID
Tinderbox User [Wed, 11 Apr 2012 02:15:25 +0000 (02:15 +0000)] 
update SRCID