..
config
use isc_sockaddr_any(), isc_sockaddr_any6()
2000-05-25 05:21:12 +00:00
include
renamed dns_zone_setnotifyalso() to dns_zone_setalsonotify(),
2000-05-25 15:34:26 +00:00
rdata
Added dns_tsigrcode_totext/fromtext
2000-05-25 00:46:32 +00:00
sec
Upgrading openssl to latest released version 0.9.5
2000-05-25 18:27:42 +00:00
.cvsignore
shared library support
1999-07-03 21:07:10 +00:00
a6.c
Megacommit of dozens of files.
2000-05-08 14:38:29 +00:00
acl.c
Megacommit of dozens of files.
2000-05-08 14:38:29 +00:00
aclconf.c
fixed lines > 79 columns wide
2000-05-24 05:10:00 +00:00
adb.c
Silence IRIX warnings:
2000-05-13 20:15:16 +00:00
api
shared library support
1999-07-03 21:07:10 +00:00
byaddr.c
Needs string.h for function prototypes. For some reason gcc and other
2000-05-08 19:23:32 +00:00
cache.c
Megacommit of dozens of files.
2000-05-08 14:38:29 +00:00
callbacks.c
Megacommit of dozens of files.
2000-05-08 14:38:29 +00:00
compress.c
Megacommit of dozens of files.
2000-05-08 14:38:29 +00:00
db.c
move dns_db_getsoaserial() from journal.c to db.c
2000-05-20 01:32:03 +00:00
dbiterator.c
Megacommit of dozens of files.
2000-05-08 14:38:29 +00:00
dbtable.c
Megacommit of dozens of files.
2000-05-08 14:38:29 +00:00
dispatch.c
removed unused static function violate_locking_hierarchy
2000-05-24 02:41:03 +00:00
dnssec.c
dst now stores the key name as a dns_name_t, not a char *.
2000-05-24 23:13:32 +00:00
gen-unix.h
Include unistd.h so FreeBSD doesn't complain about getopt() prototype
2000-05-08 18:37:58 +00:00
gen-win32.h
145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
2000-05-01 17:59:10 +00:00
gen.c
ensure proper range for argument to ctype functions
2000-05-09 22:22:25 +00:00
journal.c
made journal_pos_t.offset be an isc_offset_t, resolving some
2000-05-25 03:41:12 +00:00
keytable.c
dst now stores the key name as a dns_name_t, not a char *.
2000-05-24 23:13:32 +00:00
lib.c
Megacommit of dozens of files.
2000-05-08 14:38:29 +00:00
log.c
new logging module DNS_LOGMODULE_MASTERDUMP
2000-05-09 23:31:12 +00:00
Makefile.in
implement dns_dispatchmgr_t, replacing dns_dispatchlist_t. Use it throughout the library/server.
2000-05-10 21:34:50 +00:00
master.c
202. [func] isc_lex_getsourceline() changed from returning int
2000-05-24 15:07:59 +00:00
masterdump.c
184. [cleanup] Variables/functions which began with two leading
2000-05-16 05:19:47 +00:00
message.c
dst now stores the key name as a dns_name_t, not a char *.
2000-05-24 23:13:32 +00:00
name.c
In dns_name_totext, if omit_final_dot is true and the name is the root,
2000-05-23 23:34:40 +00:00
ncache.c
Megacommit of dozens of files.
2000-05-08 14:38:29 +00:00
nxt.c
DNS_R_RANGE -> ISC_R_RANGE
2000-05-15 21:14:38 +00:00
peer.c
Megacommit of dozens of files.
2000-05-08 14:38:29 +00:00
rbt.c
When joining nodes, set parent pointers of the left and right children of
2000-05-19 05:58:48 +00:00
rbtdb.c
[RT #115 ] find_closest_nxt() tried to concatenate . with .
2000-05-19 21:27:14 +00:00
rbtdb.h
Megacommit of dozens of files.
2000-05-08 14:38:29 +00:00
rbtdb64.c
update copyright
2000-02-03 23:50:32 +00:00
rbtdb64.h
Megacommit of dozens of files.
2000-05-08 14:38:29 +00:00
rdata.c
Added dns_tsigrcode_totext/fromtext
2000-05-25 00:46:32 +00:00
rdatalist.c
use the UNUSED() macro
2000-05-11 22:47:00 +00:00
rdataset.c
Megacommit of dozens of files.
2000-05-08 14:38:29 +00:00
rdatasetiter.c
Megacommit of dozens of files.
2000-05-08 14:38:29 +00:00
rdataslab.c
Needs string.h for function prototypes. For some reason gcc and other
2000-05-08 19:23:32 +00:00
request.c
notify and zone soa queries are now tsig signed when appropriate.
2000-05-24 17:30:41 +00:00
resolver.c
fixed lines > 79 columns wide
2000-05-24 05:10:00 +00:00
result.c
Added DNS_R_NOTINSECURE
2000-05-18 01:42:40 +00:00
rootns.c
Needs string.h for function prototypes. For some reason gcc and other
2000-05-08 19:23:32 +00:00
ssu.c
Fixed this warning:
2000-05-14 02:29:23 +00:00
tcpmsg.c
DNS_R_RANGE -> ISC_R_RANGE
2000-05-15 21:14:38 +00:00
time.c
DNS_R_RANGE -> ISC_R_RANGE
2000-05-15 21:14:38 +00:00
tkey.c
dst now stores the key name as a dns_name_t, not a char *.
2000-05-24 23:13:32 +00:00
tkeyconf.c
dst now stores the key name as a dns_name_t, not a char *.
2000-05-24 23:13:32 +00:00
tsig.c
dst now stores the key name as a dns_name_t, not a char *.
2000-05-24 23:13:32 +00:00
tsigconf.c
Megacommit of dozens of files.
2000-05-08 14:38:29 +00:00
ttl.c
fixed lines > 79 columns wide
2000-05-24 05:10:00 +00:00
validator.c
dst now stores the key name as a dns_name_t, not a char *.
2000-05-24 23:13:32 +00:00
version.c
update copyright
2000-02-03 23:50:32 +00:00
view.c
fixed lines > 79 columns wide
2000-05-24 05:10:00 +00:00
xfrin.c
log warning message about out-of-zone data in zone transfers
2000-05-18 16:49:54 +00:00
zone.c
renamed dns_zone_setnotifyalso() to dns_zone_setalsonotify(),
2000-05-25 15:34:26 +00:00
zoneconf.c
renamed dns_zone_setnotifyalso() to dns_zone_setalsonotify(),
2000-05-25 15:34:26 +00:00
zt.c
Reintroduced separate internal/external reference counts for zones,
2000-05-22 17:23:15 +00:00