bind9/bin/named
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
..
include/named removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS 2000-04-25 23:21:32 +00:00
unix added a missing '#ifdef HAVE_LINUXTHREADS' 2000-04-11 20:29:37 +00:00
.cvsignore shared library support 1999-07-03 21:07:10 +00:00
aclconf.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
client.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
interfacemgr.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
listenlist.c moved listen list reconfiguration code from listenlist.c 2000-01-25 21:21:05 +00:00
log.c revised logging categories 2000-03-23 00:55:12 +00:00
logconf.c style lint 2000-04-25 23:44:37 +00:00
main.c Linux PR_SET_KEEPCAPS support 2000-04-11 18:51:19 +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
named.conf.test Files for the config file parsing. 1999-01-30 00:50:10 +00:00
notify.c conform to zt API change 2000-04-19 18:27:42 +00:00
omapi.c need <isc/event.h> 2000-04-04 20:06:53 +00:00
query.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
server.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
tkeyconf.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
tsigconf.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
update.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
xfrout.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
zoneconf.c apply #69 to just committed also-notify 2000-04-21 02:17:55 +00:00