bind9/lib/dns
David Lawrence 22520194de Fixed several instances of this IRIX warning:
"./rdata/generic/loc_29.c", line ??: remark(1506): implicit conversion from
          "unsigned long" to "int":  rounding, sign extension, or loss of
          accuracy may result
by making sure that the range was suitable for an int and casting to
int in each case.  (This appeared to be more desirable than changing
all of the variables in question to longs.)
2000-05-13 21:24:37 +00:00
..
config Silence IRIX warning: 2000-05-13 19:46:26 +00:00
include comments for dns_zone_setmasters() and dns_zone_setnotify() 2000-05-13 17:54:37 +00:00
rdata Fixed several instances of this IRIX warning: 2000-05-13 21:24:37 +00:00
sec Silence IRIX warning: 2000-05-13 19:31:35 +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 Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +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 Megacommit of dozens of files. 2000-05-08 14:38:29 +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 Add address searching to dns_disptach_find(). 2000-05-11 07:33:17 +00:00
dnssec.c Megacommit of dozens of files. 2000-05-08 14:38:29 +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 Silence IRIX warning: 2000-05-13 20:21:45 +00:00
keytable.c Silence IRIX warning: 2000-05-13 20:23:17 +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 Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
masterdump.c isc_file_{stdiofunc} -> isc_stdio_* 2000-05-11 16:14:05 +00:00
message.c Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +00:00
name.c Silence IRIX warning: 2000-05-13 20:34:55 +00:00
ncache.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
nxt.c *FIXED* IRIX warnings: 2000-05-13 20:39:17 +00:00
peer.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
rbt.c Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +00:00
rbtdb.c Fixed IRIX warnings: 2000-05-13 20:42:59 +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 ensure proper range for argument to ctype functions 2000-05-09 22:22:25 +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 implement dns_dispatchmgr_t, replacing dns_dispatchlist_t. Use it throughout the library/server. 2000-05-10 21:34:50 +00:00
resolver.c implement dns_dispatchmgr_t, replacing dns_dispatchlist_t. Use it throughout the library/server. 2000-05-10 21:34:50 +00:00
result.c validator must not indicate a validation failure by returning 2000-05-12 21:25:17 +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 Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +00:00
tcpmsg.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
time.c Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +00:00
tkey.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
tkeyconf.c Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +00:00
tsig.c stdlib.h needed on HP/UX for abs() 2000-05-08 19:30:10 +00:00
tsigconf.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
ttl.c ensure proper range for argument to ctype functions 2000-05-09 22:22:25 +00:00
validator.c validator must not indicate a validation failure by returning 2000-05-12 21:25:17 +00:00
version.c update copyright 2000-02-03 23:50:32 +00:00
view.c Checkpoint ratelimiting refresh queries and notifies. 2000-05-11 10:04:59 +00:00
xfrin.c Silence "end-of-loop condition not reached" warnings from Solaris compiler 2000-05-10 03:33:57 +00:00
zone.c notify checkpoint 2000-05-12 10:21:06 +00:00
zoneconf.c Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +00:00
zt.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00