bind9/bin/tests
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
..
db 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
dst 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
master 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
mem 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
names 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
rbt 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
sockaddr 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
tasks 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
timers 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
.cvsignore lwres_conftest renamed to lwresconf_test for consistency. 2000-04-25 19:27:27 +00:00
adb_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
b8status.pl update copyrights 2000-02-03 23:08:31 +00:00
b8t.mk update copyrights 2000-02-03 23:08:31 +00:00
b9status.pl update copyrights 2000-02-03 23:08:31 +00:00
b9t.mk update copyrights 2000-02-03 23:08:31 +00:00
byaddr_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
byname_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
compress_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
db_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
dispatch_tcp_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
dispatch_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
generic-b9t.cron host generic b9t.cron cron job 1999-10-26 19:16:12 +00:00
gxba_test.c Add gxba_test 2000-02-01 01:39:23 +00:00
gxbn_test.c add extra test 2000-01-31 01:55:24 +00:00
headerdep_test.sh.in created 2000-04-05 17:38:46 +00:00
inter_test.c update copyrights 2000-02-03 23:08:31 +00:00
Kclient.+002+02982.key Added a lame TKEY test and the keys necessary to run the client. 1999-10-28 20:20:47 +00:00
Kclient.+002+02982.private Added a lame TKEY test and the keys necessary to run the client. 1999-10-28 20:20:47 +00:00
keygen.c Rewrite of keygen. 2000-04-25 17:57:10 +00:00
lex_test.c added missing #includes 2000-04-12 17:35:37 +00:00
lfsr_test.c update copyrights 2000-02-03 23:08:31 +00:00
log_test.c dns_parser category was removed; fixed categorybyname to find a valid category 2000-04-06 20:28:29 +00:00
lwres_test.c lwres get-addr-by-name returns a linked list, not an array, of names. This 2000-03-10 23:11:36 +00:00
lwresconf_test.c convert sender, arg, action, etc. to ev_sender, ev_arg, ev_action, etc. 2000-04-17 19:22:44 +00:00
Makefile.in lwres_conftest renamed to lwresconf_test for consistency. 2000-04-25 19:27:27 +00:00
master-b9t.cron b9t cron job on master host 1999-10-26 19:15:51 +00:00
master_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
mempool_test.c update copyrights 2000-02-03 23:08:31 +00:00
name_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
named.conf Fixed a function name for style. 2000-04-07 20:41:29 +00:00
nconf_test.c Change for new log api. 2000-03-02 03:52:28 +00:00
ndc.conf Sample ndc config file. 2000-03-15 02:12:22 +00:00
ndcconf_test.c Better usage message. 2000-03-30 17:18:03 +00:00
nxtify.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
omapi_test.c convert sender, arg, action, etc. to ev_sender, ev_arg, ev_action, etc. 2000-04-17 19:22:44 +00:00
printmsg.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
printmsg.h update copyrights 2000-02-03 23:08:31 +00:00
ratelimiter_test.c made rate limiter test conform to the new API 2000-04-26 17:11:56 +00:00
rbt_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
rbt_test.out more descriptive "nuking" message 1999-10-16 20:35:19 +00:00
rbt_test.txt Test iteration & bitstring labels. 1999-04-23 05:01:05 +00:00
rdata_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
resolv.conf.sample sample resolv.conf for testing the parser. 2000-02-16 17:40:41 +00:00
rwlock_test.c update copyrights 2000-02-03 23:08:31 +00:00
sdig.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
serial_test.c update copyrights 2000-02-03 23:08:31 +00:00
shutdown_test.c convert sender, arg, action, etc. to ev_sender, ev_arg, ev_action, etc. 2000-04-17 19:22:44 +00:00
signer.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
sock_test.c convert sender, arg, action, etc. to ev_sender, ev_arg, ev_action, etc. 2000-04-17 19:22:44 +00:00
sym_test.c update copyrights 2000-02-03 23:08:31 +00:00
t_api.pl update copyrights 2000-02-03 23:08:31 +00:00
task_test.c include isc/time.h; minor style lint 2000-04-25 19:34:52 +00:00
timer_test.c include isc/time.h; minor style lint 2000-04-25 19:34:52 +00:00
tkey_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
update_test.pl update copyrights 2000-02-03 23:08:31 +00:00
wire_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
wire_test.data annotated 2000-03-16 01:09:32 +00:00
wire_test.data2 add more wire tests, yeay 1999-04-30 01:56:52 +00:00
wire_test.data3 add more wire tests, yeay 1999-04-30 01:56:52 +00:00
wire_test.data4 add more wire tests, yeay 1999-04-30 01:56:52 +00:00
zone2_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
zone_test.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00