- 04 Mar, 2014 1 commit
-
-
Evan Hunt authored
-
- 27 Feb, 2014 1 commit
-
-
Mark Andrews authored
-
- 12 Jan, 2014 1 commit
-
-
Mark Andrews authored
for, see prefetch option for details. [RT #35041]
-
- 09 Jan, 2014 2 commits
-
-
Tinderbox User authored
-
Evan Hunt authored
3698. [cleanup] Replaced all uses of memcpy() with memmove(). [RT #35120]
-
- 16 Dec, 2013 1 commit
-
-
Mark Andrews authored
was no data at the node. [RT #35080]
-
- 12 Dec, 2013 2 commits
-
-
Mark Andrews authored
-
Mark Andrews authored
[RT #35106]
-
- 18 Jun, 2013 1 commit
-
-
Mark Andrews authored
-
- 17 Jun, 2013 1 commit
-
-
Evan Hunt authored
3598. [cleanup] Improved portability of map file code. [RT #33820]
-
- 14 Jun, 2013 2 commits
- 13 Jun, 2013 1 commit
-
-
Evan Hunt authored
3595. [port] win32: Fix build problems introduced by change #3550. [RT #33807]
-
- 12 Jun, 2013 1 commit
-
-
Francis Dupont authored
-
- 10 Jun, 2013 1 commit
-
-
Evan Hunt authored
3591. [func] Use CRC-64 to detect map file corruption at load time. [RT #33746]
-
- 29 May, 2013 1 commit
-
-
Mark Andrews authored
-
- 07 May, 2013 2 commits
-
-
Evan Hunt authored
(not adding a new CHANGES note because this is an extension of the previous one, change #3570.)
-
Mark Andrews authored
-
- 06 May, 2013 1 commit
-
-
Evan Hunt authored
3570. [bug] Check internal pointers are valid when loading map files. [RT #33403]
-
- 02 May, 2013 2 commits
-
-
Tinderbox User authored
-
Evan Hunt authored
3562. [func] Update map file header format to include a SHA-1 hash of the database content, so that corrupted map files can be rejected at load time. [RT #32459]
-
- 26 Apr, 2013 1 commit
-
-
Evan Hunt authored
3555. [bug] Address theoretical race conditions in acache.c (change #3553 was incomplete). [RT #33252]
-
- 25 Apr, 2013 1 commit
-
-
Evan Hunt authored
3553. [bug] Address suspected double free in acache. [RT #33252] (cherry picked from commit 11b04b18f8ecb7c0119a7a6b6bbf8f5bad789c9a)
-
- 10 Apr, 2013 1 commit
-
-
Evan Hunt authored
3550. [func] Unified the internal and export versions of the BIND libraries, allowing external clients to use the same libraries as BIND. [RT #33131]
-
- 25 Feb, 2013 2 commits
- 18 Feb, 2013 1 commit
-
-
Mark Andrews authored
dns_dlzcreate() failed to properly initialize dlzdb.link. When cloning a rdataset do not copy the link contents. [RT #32651] Squashed commit of the following: commit c36c49cbdaeec8b2506dffadbffa543283702fa2 Author: Mark Andrews <marka@isc.org> Date: Mon Feb 18 23:24:57 2013 +1100 don't copy the link when cloning a rdataset commit 9fef5827edcc925075832dcce900eeca9057456d Author: Mark Andrews <marka@isc.org> Date: Mon Feb 18 23:23:25 2013 +1100 initialise the dlzdb link; don't return a stale pointer on error commit a13c584732eae2dde48920a73886b54f1fe6b030 Author: Mark Andrews <marka@isc.org> Date: Mon Feb 18 23:21:59 2013 +1100 turn on ISC_LIST_CHECKINIT
-
- 25 Jan, 2013 1 commit
-
-
Tinderbox User authored
-
- 24 Jan, 2013 1 commit
-
-
Evan Hunt authored
3475. [cleanup] Changed name of 'map' zone file format (previously 'fast'). [RT #32458]
-
- 30 Nov, 2012 1 commit
-
-
Mark Andrews authored
-
- 29 Nov, 2012 1 commit
-
-
Mark Andrews authored
-
- 27 Nov, 2012 1 commit
-
-
Mark Andrews authored
in use after free. [RT #31908]
-
- 24 Oct, 2012 1 commit
-
-
Evan Hunt authored
3401. [bug] Addressed Coverity warnings. [RT #31484]
-
- 06 Oct, 2012 1 commit
-
-
Mark Andrews authored
-
- 09 Jul, 2012 1 commit
-
-
Curtis Blackburn authored
record matching the covering type exists at a higher trust level. Such data already can't be retrieved from the cache since change 3218 -- this prevents it being inserted into the cache as well.
-
- 21 Jun, 2012 3 commits
-
-
silence pointer/int conversion warnings using uintptr_t, since we are using stdio file offsets are longs
-
Evan Hunt authored
- check for mmap() in configure - implement isc_file_mmap() and isc_file_munmap() to do malloc()/read() and free() when run on systems that do not support mmap().
-
Tinderbox User authored
silence pointer/int conversion warnings using uintptr_t, since we are using stdio file offsets are longs
-
- 20 Jun, 2012 2 commits
-
-
Tinderbox User authored
-
Curtis Blackburn authored
Conflicts: .gitignore bin/named/zoneconf.c bin/tests/.gitignore bin/tests/system/autosign/tests.sh bin/tests/system/masterformat/clean.sh bin/tests/system/masterformat/ns1/compile.sh bin/tests/system/masterformat/tests.sh configure lib/dns/db.c lib/dns/include/dns/db.h lib/dns/include/dns/types.h lib/dns/master.c lib/dns/masterdump.c lib/dns/rbt.c lib/dns/rbtdb.c lib/dns/sdb.c lib/dns/sdlz.c lib/dns/tests/.cvsignore lib/dns/tests/Makefile.in lib/dns/win32/libdns.def lib/dns/xfrin.c lib/dns/zone.c lib/export/dns/Makefile.in lib/isc/include/isc/file.h lib/isc/unix/file.c lib/isc/win32/file.c lib/isccfg/namedconf.c
-