- 16 May, 2000 1 commit
-
-
Brian Wellington authored
-
- 15 May, 2000 1 commit
-
-
Brian Wellington authored
-
- 12 May, 2000 2 commits
-
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
- 10 May, 2000 1 commit
-
-
Olafur Gudmundsson authored
it overwrote old keys if new key key-id conflicted It was generating non null-keys with id==0 It was not able to generate DSA null keys. I changed size of maximum RSA key to 2048.
-
- 08 May, 2000 2 commits
-
-
David Lawrence authored
-
David Lawrence authored
Cleanup of redundant/useless header file inclusion. ISC style lint, primarily for function declarations and standalone comments -- ie, those that appear on a line without any code, which should be written as follows: /* * This is a comment. */
-
- 06 May, 2000 2 commits
-
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
do not prefix stderr messages with time stamp
-
- 05 May, 2000 1 commit
-
-
Andreas Gustafsson authored
-
- 03 May, 2000 2 commits
-
-
Michael Graff authored
Split dns_log_init() into dns_log_init() which sets up module and category names, and dns_log_setcontext() which sets the logging context. Call isc_log_setcontext(), dns_log_init(), and dns_log_setcontext().
-
Andreas Gustafsson authored
-
- 02 May, 2000 1 commit
-
-
David Lawrence authored
headers and adding it to source files that need it.
-
- 01 May, 2000 1 commit
-
-
Michael Graff authored
Brian should look at this section of code, since I believe it will leak a reference to 'keyset'
-
- 28 Apr, 2000 5 commits
-
-
Brian Wellington authored
or set the zone status bit for signed children.
-
Brian Wellington authored
-
Brian Wellington authored
-
Mark Andrews authored
not have _generic_ in their names.
-
Bob Halley authored
-
- 27 Apr, 2000 6 commits
-
-
Andreas Gustafsson authored
-
Bob Halley authored
-
Brian Wellington authored
-
Brian Wellington authored
the other dnssec tools.
-
Brian Wellington authored
-
David Lawrence authored
Added: isc_buffer_base(b) (pointer) isc_buffer_current(b) (pointer) isc_buffer_active(b) (pointer) isc_buffer_used(b) (pointer) isc_buffer_length(b) (int) isc_buffer_usedlength(b) (int) isc_buffer_consumedlength(b) (int) isc_buffer_remaininglength(b) (int) isc_buffer_activelength(b) (int) isc_buffer_availablelength(b) (int) Removed: ISC_BUFFER_USEDCOUNT(b) ISC_BUFFER_AVAILABLECOUNT(b) isc_buffer_type(b) Changed names: isc_buffer_used(b, r) -> isc_buffer_usedregion(b, r) isc_buffer_available(b, r) -> isc_buffer_available_region(b, r) isc_buffer_consumed(b, r) -> isc_buffer_consumedregion(b, r) isc_buffer_active(b, r) -> isc_buffer_activeregion(b, r) isc_buffer_remaining(b, r) -> isc_buffer_remainingregion(b, r) Buffer types were removed, so the ISC_BUFFERTYPE_* macros are no more, and the type argument to isc_buffer_init and isc_buffer_allocate were removed. isc_buffer_putstr is now void (instead of isc_result_t) and requires that the caller ensure that there is enough available buffer space for the string.
-
- 25 Apr, 2000 1 commit
-
-
Brian Wellington authored
-
- 06 Apr, 2000 1 commit
-
-
Michael Graff authored
-
- 23 Mar, 2000 1 commit
-
-
Brian Wellington authored
hopefully go in just after b2.
-
- 17 Mar, 2000 1 commit
-
-
Andreas Gustafsson authored
-
- 06 Mar, 2000 2 commits
-
-
Brian Wellington authored
-
Brian Wellington authored
-
- 01 Mar, 2000 1 commit
-
-
Brian Wellington authored
-
- 26 Feb, 2000 1 commit
-
-
David Lawrence authored
return an isc_logconfig_t. isc_log_cretechannel and isc_log_usechannel now take an isc_logconfig_t instead of an isc_log_t; this is to address reconfiguration in a multithreaded environment. isc_logconfig_create, isc_logconfig_get, isc_logconfig_use and isc_logconfig_destroy were added to work with the new isc_logconfig_t type. isc_logregister_categories and dns_log_init are now both void rather than returning isc_result_t.
-
- 14 Feb, 2000 2 commits
-
-
Brian Wellington authored
-
Brian Wellington authored
-
- 08 Feb, 2000 2 commits
-
-
Brian Wellington authored
-
Brian Wellington authored
-
- 05 Feb, 2000 1 commit
-
-
Brian Wellington authored
-
- 04 Feb, 2000 1 commit
-
-
Olafur Gudmundsson authored
-
- 03 Feb, 2000 1 commit
-
-
Bob Halley authored
-