Tinderbox User
aa7b16ec2a
update copyright notice
2014-01-21 23:46:16 +00:00
Tinderbox User
90cde4c188
newcopyrights
2014-01-21 23:30:39 +00:00
Mark Andrews
395a4c7f6f
s/gai_sterror.c/gai_strerror.c/
2014-01-22 10:10:47 +11:00
Mark Andrews
8fbf08d961
silence compiler warning
2014-01-22 10:01:01 +11:00
Evan Hunt
5c6f38b19b
[master] silence compiler warning
2014-01-21 11:21:29 -08:00
Evan Hunt
1b255a0c4e
[master] overlooked some memcpy->memmove changes with pkcs11 merge
2014-01-21 10:08:01 -08:00
Mark Andrews
3040b45515
update copyrights
2014-01-21 19:50:45 +11:00
Evan Hunt
a40b8e025a
[master] remove unnecessary test in name.c
2014-01-20 17:58:47 -08:00
Evan Hunt
d58e33bfab
[master] testcrypto.sh in system tests
...
3714. [test] System tests that need to test for cryptography
support before running can now use a common
"testcrypto.sh" script to do so. [RT #35213 ]
2014-01-20 16:08:09 -08:00
Evan Hunt
e45d0508c3
[master] skip unnecesary also-notify data
...
3713. [bug] Save memory by not storing "also-notify" addresses
in zone objects that are configured not to send
notify requests. [RT #35195 ]
2014-01-20 15:53:51 -08:00
Evan Hunt
f8c990f6c2
[master] add placeholders
2014-01-20 13:39:56 -08:00
Francis Dupont
f02bd534ef
add EXTENSIONS in WIN32 Configure [ #35220 ]
2014-01-20 15:40:11 +01:00
Evan Hunt
826426b5ee
[master] missing 'test'
2014-01-19 00:27:37 -08:00
Tinderbox User
dfd5f3b388
update copyright notice
2014-01-18 23:46:13 +00:00
Evan Hunt
0e91f17da8
[master] update copyrights
2014-01-18 15:45:16 -08:00
Evan Hunt
12bf5d4796
[master] address several issues with native pkcs11
2014-01-18 11:51:07 -08:00
Tinderbox User
c0682c2367
update copyright notice
2014-01-17 23:46:32 +00:00
Francis Dupont
6972eaffdb
fix external key handling
2014-01-17 17:12:20 +01:00
Francis Dupont
1893156781
fix GSSAPI with native PKCS#11 typo [ #35207 ]
2014-01-17 14:32:12 +01:00
Francis Dupont
e02659b241
applied emacs filled-paragraph (ESC-q) to reindent SUBDIRS
2014-01-17 14:14:30 +01:00
Tinderbox User
dd1ce8b524
regen master
2014-01-17 01:05:10 +00:00
Mark Andrews
08190bd4d8
update
2014-01-17 11:20:59 +11:00
Tinderbox User
1633aead67
update copyright notice
2014-01-16 23:46:28 +00:00
Mark Andrews
db8938c993
3710. [bug] Address double dns_zone_detach when switching to
...
using automatic empty zones from regular zones.
[RT #35177 ]
2014-01-17 10:04:16 +11:00
Evan Hunt
5760095601
[master] skip xfer test with Net::DNS 0.73
2014-01-16 09:50:23 -08:00
Evan Hunt
eb94c78be4
[master] atomic test doesn't need libdns
2014-01-16 09:24:44 -08:00
Francis Dupont
6080262ffe
add iscpk11 dep in lwresd system test
2014-01-16 16:06:04 +01:00
Mark Andrews
d1ca4caece
make DST_GSSAPI_INC a macro
2014-01-17 00:50:30 +11:00
Francis Dupont
e2258edfef
libtoolized pkcs11 Makefile.in files
2014-01-16 10:35:24 +01:00
Mark Andrews
e20788e121
update copyrights
2014-01-16 15:19:24 +11:00
Mark Andrews
68084ac4e1
remove lib/isc/win32/strptime.c
2014-01-16 15:09:26 +11:00
Tinderbox User
6ea2385360
regen master
2014-01-16 01:05:38 +00:00
Mark Andrews
64819a98a9
cast to unsigned char
2014-01-16 11:46:28 +11:00
Mark Andrews
dedefc0bdb
update
2014-01-16 11:41:50 +11:00
Tinderbox User
b269de36be
update copyright notice
2014-01-15 23:46:24 +00:00
Mark Andrews
636c2f488c
initalize ret
2014-01-16 09:23:12 +11:00
Evan Hunt
90b513b2a0
[master] another build fix for pkcs11+atf+libtool
2014-01-15 12:07:04 -08:00
Evan Hunt
0a3fafde84
[master] try again, ensuring atf tests build...
2014-01-15 11:46:17 -08:00
Evan Hunt
693a7bb91a
[master] cleanup pcks11 doc
2014-01-15 10:01:44 -08:00
Evan Hunt
e4f484b7b7
[master] address compiler warnings
2014-01-15 09:35:44 -08:00
Evan Hunt
d868cce6eb
[master] correct library build order
2014-01-15 09:20:09 -08:00
Mark Andrews
1b5dcef875
include <isc/tm.h>, <isc/lang.h> and <isc/types.h>
2014-01-15 20:42:22 +11:00
Evan Hunt
a147de10fe
[master] portable strptime/timegm
...
3709. [port] Use built-in versions of strptime() and timegm()
on all platforms to avoid portability issues.
[RT #35183 ]
2014-01-14 23:17:47 -08:00
Evan Hunt
4882e183ca
[master] typo
2014-01-14 21:10:23 -08:00
Mark Andrews
702958d202
3708. [bug] Address a portentry locking issue in dispatch.c.
...
[RT #35128 ]
2014-01-15 15:55:35 +11:00
Mark Andrews
cd7f8d18f8
3707. [bug] irs_resconf_load now returns ISC_R_FILENOTFOUND
...
on a missing resolv.conf file and initializes the
structure as if it had been configured with:
nameserver ::1
nameserver 127.0.0.1
Note: Callers will need to be updated to treat
ISC_R_FILENOTFOUND as a qualified success or else
they will leak memory. The following code fragment
will work with both only and new versions without
changing the behaviour of the existing code.
resconf = NULL;
result = irs_resconf_load(mctx, "/etc/resolv.conf",
&resconf);
if (result != ISC_SUCCESS) {
if (resconf != NULL)
irs_resconf_destroy(&resconf);
....
}
[RT #35194 ]
2014-01-15 15:22:55 +11:00
Mark Andrews
7edf48213c
balance tags
2014-01-15 14:43:45 +11:00
Mark Andrews
d8b83f0e2b
silence compiler warning
2014-01-15 12:40:09 +11:00
Mark Andrews
75e5062bc5
#include <isc/print.h>
2014-01-15 12:30:50 +11:00
Evan Hunt
a18fc12ba3
[master] fix queryperf integer overflow
...
3706. [contrib] queryperf: Fixed a possible integer overflow when
printing results. [RT #35182 ]
2014-01-14 16:56:23 -08:00