Tinderbox User
a3bf29d6c8
update copyright notice
2012-03-10 23:45:08 +00:00
Evan Hunt
66fb5237d3
set $Id$
2012-03-07 08:19:59 -08:00
Evan Hunt
aea84bd0d8
remove cvsignore, add gitignore
2012-03-04 09:08:12 -08:00
Mark Andrews
0509c5ce27
3226. [bug] Address minor resource leakages. [RT #26624 ]
2011-11-30 00:54:50 +00:00
Evan Hunt
1484402c39
add time.h to silence compiler warning
2011-09-05 17:39:12 +00:00
Mark Andrews
ace261405a
query could be tested uninitialised, check the result of dns_message_create
2011-08-29 23:26:54 +00:00
Automatic Updater
b38b6d44d9
update copyright notice
2011-03-28 23:45:57 +00:00
Mark Andrews
4a74fe980b
while (1) -> for (;;), style
2011-03-28 05:16:59 +00:00
Automatic Updater
d76a60502e
update copyright notice
2009-03-02 23:47:11 +00:00
Mark Andrews
fa49fa674f
report and abort on getcwd() failures
2009-03-02 02:46:26 +00:00
Automatic Updater
9bfde0aa2f
update copyright notice
2009-01-22 23:47:05 +00:00
Mark Andrews
99772d76b0
2536. [cleanup] Silence some warnings when -Werror=format-security is
...
specified. [RT #19083 ]
2009-01-22 05:50:19 +00:00
Automatic Updater
ebce5dc2fe
update copyright notice
2008-05-19 23:47:03 +00:00
Mark Andrews
b3ac666ce5
silence linker warning: add ${LDFLAGS}
2008-05-19 00:36:14 +00:00
Automatic Updater
c5d57a13ac
update copyright notice
2008-01-12 23:47:13 +00:00
Mark Andrews
400a1b6604
2297. [bug] isc_entropy_createfilesource() failure not caught in
...
bin/tests/dst/t_dst.c. [RT #17467 ]
2008-01-12 21:48:37 +00:00
Automatic Updater
70e5a7403f
update copyright notice
2007-06-19 23:47:24 +00:00
Automatic Updater
ec5347e2c7
update copyright notice
2007-06-18 23:47:57 +00:00
Mark Andrews
a8df4b078b
specify libtool mode
2006-12-05 23:12:50 +00:00
Mark Andrews
377231eb95
update copyright notice
2006-12-05 00:13:48 +00:00
Mark Andrews
81a8c6c938
@DST_GSSAPI_INC@ should not be on a line by itself and it breaks some makes
2006-12-04 22:09:50 +00:00
Mark Andrews
08527676bf
t_lib not needed
2006-12-04 05:54:16 +00:00
Mark Andrews
a7449c24fb
handle eof
2006-12-04 05:53:49 +00:00
Mark Andrews
ea661eaf4e
gsstest doesn't need t_libMakefile.in
2006-12-04 05:39:39 +00:00
Mark Andrews
289ae548d5
2105. [func] GSS-TSIG support (RFC 3645).
2006-12-04 01:54:53 +00:00
Mark Andrews
5c6e60df66
update copyright notice
2005-11-30 23:52:54 +00:00
Mark Andrews
2674e1a455
1940. [bug] Fixed a number of error conditions reported by
...
Coverity.
2005-11-30 03:33:49 +00:00
Mark Andrews
9f7d51ee32
1688. [bug] LDFLAGS was not supported.
2004-07-20 07:13:43 +00:00
Mark Andrews
23fdb6a5a3
1654. [bug] isc_result_totext() contained array bounds read
...
error.
1653. [func] Add key type checking to dst_key_fromfilename(),
DST_TYPE_KEY should be used to read TSIG, TKEY and
SIG(0) keys.
1652. [bug] TKEY still uses KEY.
2004-06-11 00:27:06 +00:00
Mark Andrews
dafcb997e3
update copyright notice
2004-03-05 05:14:21 +00:00
Mark Andrews
74cb99072c
1573. [port] linux: update to libtool 1.5.2 so that
...
"make install DESTDIR=/xx" works with
"configure --with-libtool". [RT #9941 ]
2004-02-24 01:41:28 +00:00
Mark Andrews
f4cbe536b1
cygwin support
2002-12-27 03:29:37 +00:00
Brian Wellington
0e40083fdd
@DNS_OPENSSL_LIBS@ -> @DNS_CRYPTO_LIBS@
2001-11-06 20:05:13 +00:00
Mark Andrews
c2bc56dc65
Move configuration checking to libbind9.
2001-09-20 15:17:07 +00:00
Andreas Gustafsson
76c8294c81
format string bugs and improved format string checking [RT #1578 ]
2001-08-08 22:54:55 +00:00
Andreas Gustafsson
0a53284205
951. [bug] CFLAGS was not passed to the linker when
...
linking some of the test programs under
bin/tests. [RT #1555 ].
2001-08-01 22:06:29 +00:00
Brian Wellington
a781910430
#define PATH_MAX if it's not already defined (such as on HURD) [RT #1543 ]
2001-07-26 22:09:25 +00:00
Brian Wellington
17f04ff2e7
don't test dst if configured without openssl
2001-07-11 21:46:32 +00:00
Brian Wellington
0e528248ab
missed removing this file in the key id fix.
2001-04-10 21:35:35 +00:00
Brian Wellington
daad43e5a4
802. [bug] DNSSEC key tags were computed incorrectly in almost
...
all cases. [RT #1146 ]
2001-04-04 02:02:58 +00:00
Stephen Jacob
7bc8deb30f
purify support (${PURIFY added to link commands) for all in bin/tests
2001-02-01 23:41:55 +00:00
Brian Wellington
499b34cea0
copyright update
2001-01-09 22:01:04 +00:00
David Lawrence
19ce0d25d3
use isc_dir_makeunique() instead of mktemp/mkdir, to squelch a warning
2000-11-15 00:20:34 +00:00
Brian Wellington
6177fc9897
A lot of files generated by libtool were not properly ignored.
2000-10-16 23:44:25 +00:00
Brian Wellington
2b485c59e5
Don't attempt to use /dev/random, even if one exists. It causes the tests
...
to take an inordinately long time if 'randomfile' doesn't exist, when they
should just fail immediately.
2000-09-19 19:08:43 +00:00
Brian Wellington
b8407ff49e
ignore the file of random data
2000-09-19 19:06:20 +00:00
Brian Wellington
5c29047792
minor dst api change
2000-09-12 09:59:28 +00:00
Brian Wellington
d3735e0e25
DST_ALG_RSA -> DST_ALG_RSAMD5
2000-09-02 01:17:20 +00:00
Brian Wellington
29ae20604d
'make clean' should delete the generated randomness file
2000-08-22 00:57:46 +00:00
Brian Wellington
529ff4b495
HAVE_RANDOMDEV -> PATH_RANDOMDEV
2000-08-17 19:17:57 +00:00