bind9/lib/dns/config
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 add confparser.c confparser_p.h 1999-09-09 19:31:37 +00:00
confacl.c Removed listen-on from views. 2000-03-28 22:58:25 +00:00
confcache.c Removed listen-on from views. 2000-03-28 22:58:25 +00:00
confcommon.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
confctl.c Removed listen-on from views. 2000-03-28 22:58:25 +00:00
confctx.c did not compile on HPUX due to mixing of isc_int32_t and 2000-04-19 20:04:49 +00:00
confip.c Changes to support keys inside views. 2000-04-07 13:35:06 +00:00
confkeys.c moved a few more typedefs to <isc/types.h>: isc_region_t, 2000-04-10 21:57:24 +00:00
conflog.c Removed listen-on from views. 2000-03-28 22:58:25 +00:00
conflsn.c Removed listen-on from views. 2000-03-28 22:58:25 +00:00
confndc.c added dns_c_ndcctx_getserver, minor style lint 2000-04-24 22:53:41 +00:00
confparser.y restrict parser stack size to avoid thread stack overflow in 2000-04-19 00:26:39 +00:00
confpvt.h update copyright 2000-02-03 23:17:52 +00:00
confresolv.c Removed listen-on from views. 2000-03-28 22:58:25 +00:00
confrrset.c Some DNS_R_ to ISC_R_ replacements. 2000-04-06 09:45:39 +00:00
confview.c use single quotes consistently in log messages 2000-04-18 00:18:38 +00:00
confzone.c notify would only be returned from named.conf if dialup was also set. 2000-04-20 12:43:05 +00:00
Makefile.in Build ndc config parser> 2000-03-15 02:13:36 +00:00