2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00:00

229 Commits

Author SHA1 Message Date
Brian Wellington
d598338952 Added the concept of a signature's identity - either from a SIG(0) key, a
statically configureed TSIG key, or the creator or a generated TSIG key.
1999-11-02 19:55:45 +00:00
Brian Wellington
fcc30797e1 conflicting variable name removed 1999-10-29 20:37:23 +00:00
Brian Wellington
ffdcf33647 TSIG uses the new kdeflist accessor, other assorted TSIG/TKEY config updates 1999-10-29 13:56:56 +00:00
Brian Wellington
e3533c62b9 only add keys from the config file if there are some 1999-10-28 23:13:42 +00:00
Brian Wellington
0dc4e6a6ae a few error cases were handled wrong 1999-10-28 22:05:23 +00:00
Brian Wellington
e552b98037 - TSIG keys are created from the config structures
- TSIG key initialization cleanup
1999-10-27 19:59:34 +00:00
Brian Wellington
0a595c94a4 dns_tsig_create didn't null terminate the key name 1999-10-27 17:51:38 +00:00
Brian Wellington
d5334bc183 dst_sig_size changes 1999-10-26 19:31:52 +00:00
Brian Wellington
ac335315cd add generated flag to tsig key 1999-10-25 20:55:31 +00:00
Brian Wellington
15660bccc1 Lock the reference count and deleted flags in a tsig key 1999-10-19 15:34:39 +00:00
Brian Wellington
1a2c699f0e - suppress duplicate keys
- allow finding a key by name only (instead of name and algorithm)
- add creator field, which is filled in by TKEY
1999-10-14 18:35:25 +00:00
David Lawrence
83e4218f6c Cast int arguments to isc_buffer_putuint{16,32} to appropriate size.
they are already masked out of a 64 bit int to the correct size, but
NT's CL is Unaware.
1999-10-09 00:00:54 +00:00
Brian Wellington
949d406b57 reference counting on TSIG keys. Necessary for TKEY delete 1999-10-08 20:14:47 +00:00
Brian Wellington
3f6dc1703f tsig structure/function name change 1999-10-08 18:37:24 +00:00
Brian Wellington
2c12fc4d63 the TSIG key name shouldn't be created with dns_name_dup 1999-10-08 16:39:17 +00:00
Brian Wellington
452123247d updated to match struct changes for tsig and sig 1999-10-07 21:51:49 +00:00
Bob Halley
10ba7f6f56 lint 1999-10-05 19:50:53 +00:00
Michael Graff
3b2b306f47 remove unused variable 1999-09-10 20:26:17 +00:00
Brian Wellington
05b6b2e680 better error checking 1999-09-10 15:42:57 +00:00
Brian Wellington
c7f13217d1 TCP additions 1999-09-10 14:56:36 +00:00
Michael Graff
c3a4d8072c fix allocation of buffer for rdata 1999-09-10 02:42:12 +00:00
Brian Wellington
d92543b360 more constant renaming 1999-09-02 15:56:33 +00:00
Michael Graff
4556681e19 snapshot socket.[ch] code and commit dynbuf_t -> buffer_t changes 1999-09-02 02:10:44 +00:00
Brian Wellington
1fd4766e5b constant renaming 1999-09-01 18:56:19 +00:00
Brian Wellington
d692d9991a use isc/stdtime instead of isc/time 1999-08-31 21:41:20 +00:00
Bob Halley
d2524f38d2 dns_name_downcase() API change 1999-08-26 21:07:56 +00:00
Brian Wellington
4dc6a937d6 DST_SIG_MODE -> DST_SIGMODE 1999-08-26 20:41:54 +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
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