bind9/bin/tests/dst
David Lawrence 6e49e91bd0 103. [func] libisc buffer API changes for <isc/buffer.h>:
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.
2000-04-27 00:03:12 +00:00
..
.cvsignore ignore .libs 1999-08-27 20:19:40 +00:00
dst_2_data s/DNS_R_/ISC_R_/ as needed 2000-04-07 03:50:33 +00:00
dst_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
Kdh.+002+18088.key Added the keys used in the Diffie-Hellman tests 1999-10-27 21:41:13 +00:00
Kdh.+002+18088.private Added the keys used in the Diffie-Hellman tests 1999-10-27 21:41:13 +00:00
Kdh.+002+48443.key Added the keys used in the Diffie-Hellman tests 1999-10-27 21:41:13 +00:00
Kdh.+002+48443.private Added the keys used in the Diffie-Hellman tests 1999-10-27 21:41:13 +00:00
Ktest.+001+00000.key Added underlying DNSSEC support (dst and crypto libraries) 1999-07-12 20:08:42 +00:00
Ktest.+001+54622.key Added underlying DNSSEC support (dst and crypto libraries) 1999-07-12 20:08:42 +00:00
Ktest.+001+54622.private Added underlying DNSSEC support (dst and crypto libraries) 1999-07-12 20:08:42 +00:00
Ktest.+003+00000.key Added underlying DNSSEC support (dst and crypto libraries) 1999-07-12 20:08:42 +00:00
Ktest.+003+06204.key Added underlying DNSSEC support (dst and crypto libraries) 1999-07-12 20:08:42 +00:00
Ktest.+003+06204.private Added underlying DNSSEC support (dst and crypto libraries) 1999-07-12 20:08:42 +00:00
Makefile.in Infrastructure to allow use of alternate openssl libraries. Default is still to use our internal, now renamed, version. 2000-04-20 18:27:43 +00:00
t2_data_1 test data for test 2 1999-10-17 21:18:13 +00:00
t2_data_2 test data for test 2 1999-10-17 21:18:13 +00:00
t2_dsasig test data for test 2 1999-10-17 21:18:13 +00:00
t2_rsasig test data for test 2 1999-10-17 21:18:13 +00:00
t_dst.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00