version 1.6, 2013/07/11 22:14:50
|
version 1.7, 2013/07/11 22:18:07
|
Line 32 strdup(), isc_strerror(), strpbrk(), str
|
Line 32 strdup(), isc_strerror(), strpbrk(), str
|
### dst |
### dst |
dst directory contains the Digital Signature Toolkit |
dst directory contains the Digital Signature Toolkit |
code for the DST API and crypto API. |
code for the DST API and crypto API. |
Parts of NetBSD's copy of libbind in src/lib/libc use |
The dst code is not included in NetBSD's src. Probably the code in src/lib/libc using it actually is |
this, The dst code is not included in NetBSD's src. Probably the code in src/lib/libc using it actually is |
|
not used. |
not used. |
|
|
### inet |
### inet |
Line 77 src/lib/libc/isc/eventlib_p.h
|
Line 76 src/lib/libc/isc/eventlib_p.h
|
nameser provides the name resolver routines to parse DNS responses |
nameser provides the name resolver routines to parse DNS responses |
|
|
libbind has (and NetBSD does not have) in nameser: |
libbind has (and NetBSD does not have) in nameser: |
ns_date.c which provides ns_datetosecs(), isleap(), datepart() |
ns_date.c which provides ns_datetosecs(), isleap(), and datepart(); |
ns_newmsg.c for building DNS message packets |
ns_newmsg.c for building DNS message packets; |
ns_rdata.c for unpacking or comparing rdata |
ns_rdata.c for unpacking or comparing rdata; and |
ns_sign.c and for ns_verify.c for tsig |
ns_sign.c and for ns_verify.c for tsig. |
|
|
### resolv |
### resolv |
|
|
NetBSD adds \_\_dn_comp.c, \_\_res_close.c, \_\_res_send.c, |
NetBSD adds \_\_dn_comp.c, \_\_res_close.c, \_\_res_send.c, |
h_errno.c, res_compat.c, res_state.c. |
h_errno.c, res_compat.c, and res_state.c. |
|
|
libbind has (and NetBSD does not have) in resolv: |
libbind has (and NetBSD does not have) in resolv |
(even though NetBSD manual documents them) |
(even though NetBSD manual documents them): |
res_findzonecut.c |
res_findzonecut.c, |
res_mkupdate.c |
res_mkupdate.c, |
res_sendsigned.c |
res_sendsigned.c, |
res_update.c |
and |
|
res_update.c. |
|
|
### tests |
### tests |
tests directory contains dig tool from bind8 |
tests directory contains dig tool from bind8 |