Brian Wellington
|
b0a1546de9
|
dst_sig_size fix
|
1999-08-27 15:56:33 +00:00 |
|
Andreas Gustafsson
|
6c2add5009
|
don't test cache databases for secure status
|
1999-08-27 12:01:00 +00:00 |
|
Bob Halley
|
439781aaff
|
add
|
1999-08-27 01:34:21 +00:00 |
|
Bob Halley
|
10a05eabf2
|
remove
|
1999-08-27 01:34:01 +00:00 |
|
Bob Halley
|
35a7ec9864
|
downcase testing
|
1999-08-26 21:08:13 +00:00 |
|
Bob Halley
|
d2524f38d2
|
dns_name_downcase() API change
|
1999-08-26 21:07:56 +00:00 |
|
Bob Halley
|
6e952e42e5
|
allow name downcasing inplace or to another name
|
1999-08-26 21:07:38 +00:00 |
|
Brian Wellington
|
4dc6a937d6
|
DST_SIG_MODE -> DST_SIGMODE
|
1999-08-26 20:41:54 +00:00 |
|
Bob Halley
|
5e3bbdb349
|
Improve comments on NXT finding.
|
1999-08-26 17:56:12 +00:00 |
|
Andreas Gustafsson
|
99934f36a2
|
dns_journal_commit() was declared twice; some cosmetic changes
|
1999-08-26 12:36:11 +00:00 |
|
Bob Halley
|
422e7d007d
|
lint
|
1999-08-26 07:14:25 +00:00 |
|
Bob Halley
|
549b6394e0
|
NXDOMAIN NXT support
|
1999-08-26 07:14:06 +00:00 |
|
Bob Halley
|
732e537cdc
|
NXDOMAIN NXT support
|
1999-08-26 07:00:43 +00:00 |
|
Michael Graff
|
b39326d06e
|
sizeof() the right thing
|
1999-08-26 01:29:17 +00:00 |
|
Michael Graff
|
483e300c61
|
use recvmsg() and sendmsg()
|
1999-08-25 23:50:48 +00:00 |
|
Michael Graff
|
5926ac3528
|
assume success
|
1999-08-25 23:50:03 +00:00 |
|
Brian Wellington
|
27d40198de
|
comment updates
|
1999-08-25 15:05:37 +00:00 |
|
Brian Wellington
|
183d6e8b51
|
bugfix, don't add temporary keys to the master list
|
1999-08-25 14:43:45 +00:00 |
|
Brian Wellington
|
8ee1eaab0b
|
various bug fixes
|
1999-08-25 14:22:38 +00:00 |
|
Brian Wellington
|
d8813e2cee
|
implemented to/from/free_struct
|
1999-08-25 14:18:35 +00:00 |
|
Andreas Gustafsson
|
e3c6d92121
|
fixed memory leaks; added missing dns_diff_clear()
|
1999-08-25 10:52:57 +00:00 |
|
Andreas Gustafsson
|
b59d3a39f9
|
xfrin_test now takes a view, not a dbtable
|
1999-08-25 06:46:01 +00:00 |
|
Andreas Gustafsson
|
35260b8413
|
bug fixes: missing 'recvs++'; missing view in dbi; minor cleanup
|
1999-08-25 06:39:19 +00:00 |
|
Andreas Gustafsson
|
655f43454c
|
handle connection resets gracefully
|
1999-08-24 09:39:48 +00:00 |
|
Andreas Gustafsson
|
169a0b9252
|
cut-and-paste-o
|
1999-08-24 06:46:48 +00:00 |
|
Andreas Gustafsson
|
53d251b1ac
|
80 columns
|
1999-08-24 06:45:39 +00:00 |
|
Andreas Gustafsson
|
bdd7e2e466
|
longer timeout; 80 columns
|
1999-08-24 06:43:19 +00:00 |
|
Andreas Gustafsson
|
fa7559405a
|
deal with UDP IXFR queries (by refusing them); send error responses; 80 columns
|
1999-08-24 06:40:54 +00:00 |
|
Andreas Gustafsson
|
1605e0450f
|
typo
|
1999-08-23 11:07:53 +00:00 |
|
Brian Wellington
|
cbe4e921bc
|
more compiler warnings removed
|
1999-08-20 20:44:03 +00:00 |
|
Brian Wellington
|
fffd68f1bc
|
update to openssl-0.9.4, remove compile-time warnings
|
1999-08-20 20:06:33 +00:00 |
|
Brian Wellington
|
9416726274
|
add dns/sec/dst to the include path
|
1999-08-20 19:01:30 +00:00 |
|
Brian Wellington
|
29c5e3b873
|
Initialize and destroy the TSIG subsystem
|
1999-08-20 19:00:49 +00:00 |
|
Brian Wellington
|
6d4886fa74
|
Added support for TSIG records in message and resolver subsystems, added
tsig to_struct/from_struct
|
1999-08-20 18:56:24 +00:00 |
|
Brian Wellington
|
382442e200
|
Increased size of a few buffers, removed references to cylink toolkit.
|
1999-08-20 17:03:30 +00:00 |
|
Brian Wellington
|
04b8111f21
|
Added TSIG specific error codes
|
1999-08-20 17:02:15 +00:00 |
|
Brian Wellington
|
e22d03eb45
|
Added dns_name_downcase
|
1999-08-20 17:01:06 +00:00 |
|
Bob Halley
|
6ee1fca9b2
|
Add some comments about the type of various offsets.
#include <isc/net.h> to get the prototype for ntohl().
|
1999-08-20 16:21:00 +00:00 |
|
Andreas Gustafsson
|
271fa93020
|
added sanity check of journal RR size
|
1999-08-20 12:31:27 +00:00 |
|
Andreas Gustafsson
|
095f11eab4
|
need <config.h> to disable inline on Irix
|
1999-08-20 07:01:04 +00:00 |
|
Andreas Gustafsson
|
df6699ac61
|
view.h needs <isc/mutex.h>
|
1999-08-20 06:12:31 +00:00 |
|
Andreas Gustafsson
|
308c7ad5f6
|
new result code DNS_R_UPTODATE
|
1999-08-20 06:10:31 +00:00 |
|
Andreas Gustafsson
|
8dec0e1a3e
|
dns_message_parse now takes new argument 'preserve_order'
|
1999-08-20 06:09:46 +00:00 |
|
Andreas Gustafsson
|
d347e7af94
|
dns_message_parse now takes new argument 'preserve_order'; support RR data >512 bytes
|
1999-08-20 06:08:39 +00:00 |
|
Andreas Gustafsson
|
41f29959a3
|
perform journal roll-forward after loading zone
|
1999-08-20 06:05:07 +00:00 |
|
Andreas Gustafsson
|
d662fd77ec
|
enable outgoing zone transfers
|
1999-08-20 06:04:28 +00:00 |
|
Andreas Gustafsson
|
7f3441d2a8
|
dispatch dynamic updates; dns_message_parse now takes new argument preserve_order
|
1999-08-20 06:03:02 +00:00 |
|
Andreas Gustafsson
|
e9e8129928
|
added update.c, xfrin.c, xfrout.c
|
1999-08-20 06:01:08 +00:00 |
|
Andreas Gustafsson
|
4cd3d6df39
|
initial checkin
|
1999-08-20 05:35:16 +00:00 |
|
Andreas Gustafsson
|
79d080a984
|
added journal.c
|
1999-08-20 05:28:27 +00:00 |
|