Mark Andrews
4f08794258
add 2003 entries
2003-10-21 03:08:15 +00:00
Mark Andrews
da93950363
add missing 2001 entries.
2003-10-21 02:39:51 +00:00
Mark Andrews
5c679dbb66
newfiles in 2002
2003-10-20 06:38:58 +00:00
Mark Andrews
5bf504f553
2002 copyrights
2003-10-20 02:49:14 +00:00
Mark Andrews
21f1794606
1474. [port] Provide strtoul() and memmove() for platforms
...
without them.
2003-06-24 05:11:53 +00:00
Mark Andrews
b312748a11
1442. [func] New fuctions for manipulating port lists:
...
dns_portlist_create(), dns_portlist_add(),
dns_portlist_remove(), dns_portlist_match(),
dns_portlist_attach() and dns_portlist_detach().
1441. [func] It is now possible to tell dig to bind to a specific
source port.
1440. [func] It is now possible to tell named to avoid using
certian source ports (avoid-v4-udp-ports,
avoid-v6-udp-ports).
developer: marka
reviewer: explorer
2003-02-26 05:05:16 +00:00
Mark Andrews
6ea4bc6f2e
add netscope.[ch]
2002-10-24 03:55:49 +00:00
Mark Andrews
f76c4ebaf5
1235. [func] Report 'out of memory' errors from openssl.
2002-03-19 04:30:57 +00:00
Mark Andrews
f4ea263511
rrset-order support.
2002-03-07 06:29:37 +00:00
Mark Andrews
0de2bbadf3
add apl_42.[ch]
2002-03-06 07:50:23 +00:00
Mark Andrews
a7038d1a05
copyrights
2002-02-20 03:35:59 +00:00
Andreas Gustafsson
6430d5b4ef
new files
2002-01-22 22:31:06 +00:00
Brian Wellington
e74100e3f4
move isc_region_compare to isc/region.[ch], not isc/buffer.[ch]
2002-01-05 07:28:44 +00:00
Andreas Gustafsson
669e9657c7
Split off the named.conf grammar into a source module separate
...
from the configuration parser, to facilitate reuse of the latter for
parsing non-BIND configuration files
2002-01-04 02:32:16 +00:00
Andreas Gustafsson
242bba8991
1151. [bug] nslookup failed to check that the arguments to
...
the port, timeout, and retry options were
valid integers and in range. [RT #2099 ]
1150. [bug] named incorrectly accepted TTL values
containing plus or minus signs, such as
1d+1h-1s.
1149. [func] New function isc_parse_uint32().
2001-11-30 01:02:18 +00:00
Andreas Gustafsson
17453368fa
Reimplemented the built-in CHAOS zones using sdb.
2001-11-20 01:18:15 +00:00
Andreas Gustafsson
10640b2e3e
added lib/bind9/win32/*
2001-11-19 21:17:08 +00:00
Brian Wellington
b493dfe8bc
Add bind9_getaddresses(), a consistent version of the get_address function
...
from dig/host/nslookup, nsupdate, and rndc. This should make it
easier to have the various programs support multiple addresses for a hostname.
2001-11-14 22:08:38 +00:00
Andreas Gustafsson
1a32d316dd
add a version.h for liblwres, too
2001-10-23 18:45:53 +00:00
Andreas Gustafsson
dcfc52bbba
Added a version.h file for each library; made version
...
variables const
2001-10-16 23:21:07 +00:00
Andreas Gustafsson
d9edf3ad42
Removed the sanitation stuff, thereby speeding up building
...
of release kits several times
2001-10-01 20:41:28 +00:00
Andreas Gustafsson
9066d09c3e
Removed all code within #ifdef DNS_OPT_NEWCODES*.
...
It was the last thing being sanitized out of releases; removing
it makes it possible to eliminate the sanitation process.
2001-10-01 18:54:05 +00:00
Andreas Gustafsson
126095a3e6
added ./bin/tests/system/dnssec/ns3/keyless.example.db.in
2001-09-21 17:27:15 +00:00
Andreas Gustafsson
99f467f016
test the ixfr-from-differences option
2001-09-08 00:24:33 +00:00
Andreas Gustafsson
d794aac9ca
bin/tests/system/stress/ns1/root.db is no longer in CVS
2001-09-07 00:50:05 +00:00
Mark Andrews
c654449ccf
isc__strerror
2001-08-30 04:33:20 +00:00
Mark Andrews
0122a1f716
update
2001-08-09 06:08:09 +00:00
Andreas Gustafsson
e076d0c88b
merge_copyrights
2001-08-09 00:30:39 +00:00
Andreas Gustafsson
4e6b8a18ff
update_copyrights
2001-07-31 00:03:21 +00:00
Andreas Gustafsson
91216cff91
merge_copyrights
2001-07-30 23:45:52 +00:00
Andreas Gustafsson
f9d068745d
adjusted copyright years of new files derived from old ones
2001-07-17 20:29:04 +00:00
Andreas Gustafsson
e78c072771
removed removed files
2001-07-17 20:10:49 +00:00
Andreas Gustafsson
e4757e3daf
merge_copyrights
2001-07-17 20:04:57 +00:00
Brian Wellington
7db1c16561
updates
2001-07-10 21:42:05 +00:00
Brian Wellington
3fcf6b956f
925. [cleanup] Remove openssl from the distribution; require that
...
--with-openssl be specified if DNSSEC is needed.
2001-07-10 21:40:10 +00:00
Andreas Gustafsson
34729dbcb3
split lwres/net.h into separate Unix and Win32 version to facilitate
...
porting; rely on that header for networking definitions rather than redundantly
including OS-dependent headers from the various lwres .c files
2001-07-10 18:26:12 +00:00
Andreas Gustafsson
a8f94d29b3
compile the version number into the isccfg and isccc libraries,
...
like we do with all other libraries
2001-07-09 22:25:29 +00:00
Andreas Gustafsson
305795c093
finish app.h move
2001-07-06 22:12:21 +00:00
David Lawrence
b71fc1e8f2
bin/rndc/rndc-confgen.c, bin/rndc/util.c, bin/rndc/util.h
2001-06-22 17:26:09 +00:00
Andreas Gustafsson
855bf2b910
added lib/isc/entropy.c, lib/isc/win32/entropy.c
2001-06-21 20:27:58 +00:00
David Lawrence
09ab886382
MAN and HTML files generated from SGML files are now X-ed out so they will
...
not be updated by update_copyrights
2001-06-10 13:59:48 +00:00
Andreas Gustafsson
6c68e68fc5
When generating man pages from docbook source, add CVS Id lines
...
so that they don't keep appearing and disappearing depending
on whether "make man" or "update_copyright" was run last.
Also, moved HTML_COPYRIGHT and MAN_COPYRIGHT to a new
directory "docutil" which is actually shipped with the
distribution, unlike the "util" directory.
2001-06-08 19:04:10 +00:00
Brian Wellington
43b1bd8f86
remove nonexistent files
2001-05-31 22:52:06 +00:00
Brian Wellington
03dad90858
add lib/bind/.cvsignore
2001-05-31 22:45:12 +00:00
Mark Andrews
0a31570968
oops
2001-05-31 05:54:45 +00:00
Mark Andrews
94da7d97ae
add lib/bind
2001-05-31 02:35:21 +00:00
Brian Wellington
7a6ad11e01
merge_copyrights
2001-05-30 20:24:17 +00:00
Brian Wellington
0b135de5a5
836. [func] Upgraded libtool to 1.4.
2001-05-23 19:22:11 +00:00
Andreas Gustafsson
e7a4f58d55
833. [cleanup] Moved dns_soa_*() from <dns/journal.h> to
...
<dns/soa.h>, and extended them to support
all the integer-valued fields of the SOA RR.
2001-05-21 23:56:34 +00:00
Andreas Gustafsson
b56607d483
the ixfr test requires Net::DNS
2001-05-14 22:35:57 +00:00