pkgsrc/net/ldns/PLIST

531 lines
16 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.8 2016/02/15 12:45:28 he Exp $
bin/ldns-chaos
bin/ldns-compare-zones
Update from version 1.5.1 to 1.6.1. Pkgsrc changes: o Adjust the patch to Makefile.in to match, and make sure to use ./install-sh with the "-c" option, to ensure we can reinstall after an install + deinstall. o Fix PLIST issues (a few more than in the PR mentioned below). Should fix PR pkg/41868. Upstream changes: 1.6.1 2009-09-14 * --enable-gost : use the GOST algorithm (experimental). * Added some missing options to drill manpage * Some fixes to --without-ssl option * Fixed quote parsing withing strings * Bitmask fix in EDNS handling * Fixed non-fqdn domain name completion for rdata field domain names of length 1 * Fixed chain validation with SHA256 DS records 1.6.0 Additions: * Addition of an ldns-config script which gives cflags and libs values, for use in configure scripts for applications that use use ldns. Can be disabled with ./configure --disable-ldns-config * Added direct sha1, sha256, and sha512 support in ldns. With these functions, all NSEC3 functionality can still be used, even if ldns is built without OpenSSL. Thanks to OpenBSD, Steve Reid, and Aaron D. Gifford for the code. * Added reading/writing support for the SPF Resource Record * Base32 functions are now exported Bugfixes: * ldns_is_rrset did not go through the complete rrset, but only compared the first two records. Thanks to Olafur Gudmundsson for report and patch * Fixed a small memory bug in ldns_rr_list_subtype_by_rdf(), thanks to Marius Rieder for finding an patching this. * --without-ssl should now work. Make sure that examples/ and drill also get the --without-ssl flag on their configure, if this is used. * Some malloc() return value checks have been added * NSEC3 creation has been improved wrt to empty nonterminals, and opt-out. * Fixed a bug in the parser when reading large NSEC3 salt values. * Made the allowed length for domain names on wire and presentation format the same. Example tools: * ldns-key2ds can now also generate DS records for keys without the SEP flag * ldns-signzone now equalizes the TTL of the DNSKEY RRset (to the first non-default DNSKEY TTL value it sees)
2009-08-18 14:48:04 +02:00
bin/ldns-config
bin/ldns-dane
bin/ldns-dpa
bin/ldns-gen-zone
bin/ldns-key2ds
bin/ldns-keyfetcher
bin/ldns-keygen
bin/ldns-mx
bin/ldns-notify
bin/ldns-nsec3-hash
bin/ldns-read-zone
bin/ldns-resolver
bin/ldns-revoke
bin/ldns-rrsig
bin/ldns-signzone
bin/ldns-test-edns
bin/ldns-testns
bin/ldns-update
bin/ldns-verify-zone
bin/ldns-version
bin/ldns-walk
bin/ldns-zcat
bin/ldns-zsplit
bin/ldnsd
include/ldns/buffer.h
include/ldns/common.h
1.6.15 * Remove LDNS_STATUS_EXISTS_ERR from ldns/error.h to make ldns binary compatible with earlier releases again. 1.6.14 * DANE support (RFC6698), including ldns-dane example tool. * Configurable default CA certificate repository for ldns-dane with --with-ca-file=CAFILE and --with-ca-path=CAPATH * Configurable default trust anchor with --with-trust-anchor=FILE for drill, ldns-verify-zone and ldns-dane * bugfix #474: Define socklen_t when undefined (like in Win32) * bugfix #473: Dead code removal and resource leak fix in drill * bugfix #471: Let ldns_resolver_push_dnssec_anchor accept DS RR's too. * Various bugfixes from code reviews from CZ.NIC and Paul Wouters * ldns-notify TSIG option argument checking * Let ldns_resolver_nameservers_randomize keep nameservers and rtt's in sync. * Let ldns_pkt_push_rr now return false on (memory) errors. * Make buffer_export comply to documentation and fix buffer2str * Various improvements and fixes of pyldns from Katel Slany now documented in their own Changelog. * bugfix: Make ldns_resolver_pop_nameserver clear the array when there was only one. * bugfix #459: Remove ldns_symbols and export symbols based on regex * bugfix #458: Track all newly created signatures when signing. * bugfix #454: Only set -g and -O2 CFLAGS when no CFLAGS was given. * bugfix #457: Memory leak fix for ldns_key_new_frm_algorithm. * pyldns memory handling fixes and the python3/ldns-signzone.py examples script contribution from Karel Slany. * bugfix #450: Base # bytes for P, G and Y (T) on the guaranteed to be bigger (or equal) P in ldns_key_dsa2bin. * bugfix #449: Deep free cloned rdf's in ldns_tsig_mac_new. * bugfix #448: Copy nameserver value (in stead of reference) of the answering nameserver to the answer packet in ldns_send_buffer, so the original value may be deep freed with the ldns_resolver struct. * New -0 option for ldns-read-zone to replace inception, expiration and signature rdata fields with (null). Thanks Paul Wouters. * New -p option for ldns-read-zone to prepend-pad SOA serial to take up ten characters. * Return error if printing RR fails due to unknown/null RDATA.
2012-10-25 21:24:58 +02:00
include/ldns/dane.h
include/ldns/dname.h
include/ldns/dnssec.h
include/ldns/dnssec_sign.h
include/ldns/dnssec_verify.h
include/ldns/dnssec_zone.h
include/ldns/duration.h
include/ldns/error.h
include/ldns/higher.h
include/ldns/host2str.h
include/ldns/host2wire.h
include/ldns/keys.h
include/ldns/ldns.h
include/ldns/net.h
include/ldns/packet.h
include/ldns/parse.h
Update to version 1.6.17. Pkgsrc changes: * adapt PLIST (1 new file installed) * fix name of patch file Upstream changes: 1.6.17 2014-01-10 * Fix ldns_dnssec_zone_new_frm_fp_l to allow the last parsed line of a zone to be an NSEC3 (or its RRSIG) covering an empty non terminal. * Add --disable-dane option to configure and check availability of the for dane needed X509_check_ca function in openssl. * bugfix #490: Get rid of type-punned pointer warnings. Thanks Adam Tkac. * Make sure executables are linked against libcrypto with the LIBSSL_LDFLAGS. Thanks Leo Baltus. * Miscellaneous prototype fixes. Thanks Dag-Erling Smørgrav. * README now shows preferred way to configure for examples and drill. * Bind to source address for resolvers. drill binds to source with -I. Thanks Bryan Duff. * -T option for ldns-dane that has specific exit status for PKIX validated connections without (secure) TLSA records. * Fix b{32,64}_{ntop,pton} detection and handling. * New RR type TKEY, but without operational practice. * New RR types HIP, NINFO, RKEY, CDS, EUI48, EUI64, URI, CAA and TA. * New output format flag (and accompanying functions) to print certain RR's as unknown type * -u and -U parameter for ldns-read-zone to mark/unmark a RR type for printing as unknown type * bugfix #504: GPOS RR has three rdata fields. Thanks Jelte Jansen. * bugfix #497: Properly test for EOF when reading key files with drill. * New functions: ldns_pkt_ixfr_request_new and ldns_pkt_ixfr_request_new_frm_str. * Use SNI with ldns-dane * bugfix #507: ldnsx Fix use of non-existent variables and not properly referring to instance variable. Patch from shussain. * bugfix #508: ldnsx Adding NSEC3PARAM to known/allowable RR type dictionary. Patch from shussain. * bugfix #517: ldns_resolver_new_frm_fp error when invoked using a NULL file pointer. * Fix memory leak in contrib/python: ldns_pkt.new_query. * Fix buffer overflow in fget_token and bget_token. * ldns-verify-zone NSEC3 checking from quadratic to linear performance. Thanks NIC MX (nicmexico.mx) * ldns-dane setup new ssl session for each new connect to prevent hangs * bugfix #521: drill trace continue on empty non-terminals with NSEC3 * bugfix #525: Fix documentation of ldns_resolver_set_retry * Remove unused LDNS_RDF_TYPE_TSIG and associated functions. * Fix ldns_nsec_covers_name for zones with an apex only. Thanks Miek. * Configure option to build perl bindings: --with-p5-dns-ldns (DNS::LDNS is a contribution from Erik Ostlyngen) * bugfix #527: Move -lssl before -lcrypto when linking * Optimize TSIG digest function name comparison (Thanks Marc Buijsman) * Compare names case insensitive with ldns_pkt_rr_list_by_name and ldns_pkt_rr_list_by_name_and_type (thanks Johannes Naab) * A separate --enable for each draft RR type: --enable-rrtype-ninfo, --enable-rrtype-rkey, --enable-rrtype-cds, --enable-rrtype-uri and --enable-rrtype-ta * bugfix #530: Don't sign and verify duplicate RRs (Thanks Jelte Jansen) * bugfix #505: Manpage and usage output fixes (Thanks Tomas Hozza) * Adjust ldns_sha1() so that the input data is not modified (Thanks Marc Buijsman) * Messages to stderr are now off by default and can be reenabled with the --enable-stderr-msgs configure option.
2014-11-21 10:19:32 +01:00
include/ldns/radix.h
include/ldns/rbtree.h
include/ldns/rdata.h
include/ldns/resolver.h
include/ldns/rr.h
include/ldns/rr_functions.h
Update from version 1.5.1 to 1.6.1. Pkgsrc changes: o Adjust the patch to Makefile.in to match, and make sure to use ./install-sh with the "-c" option, to ensure we can reinstall after an install + deinstall. o Fix PLIST issues (a few more than in the PR mentioned below). Should fix PR pkg/41868. Upstream changes: 1.6.1 2009-09-14 * --enable-gost : use the GOST algorithm (experimental). * Added some missing options to drill manpage * Some fixes to --without-ssl option * Fixed quote parsing withing strings * Bitmask fix in EDNS handling * Fixed non-fqdn domain name completion for rdata field domain names of length 1 * Fixed chain validation with SHA256 DS records 1.6.0 Additions: * Addition of an ldns-config script which gives cflags and libs values, for use in configure scripts for applications that use use ldns. Can be disabled with ./configure --disable-ldns-config * Added direct sha1, sha256, and sha512 support in ldns. With these functions, all NSEC3 functionality can still be used, even if ldns is built without OpenSSL. Thanks to OpenBSD, Steve Reid, and Aaron D. Gifford for the code. * Added reading/writing support for the SPF Resource Record * Base32 functions are now exported Bugfixes: * ldns_is_rrset did not go through the complete rrset, but only compared the first two records. Thanks to Olafur Gudmundsson for report and patch * Fixed a small memory bug in ldns_rr_list_subtype_by_rdf(), thanks to Marius Rieder for finding an patching this. * --without-ssl should now work. Make sure that examples/ and drill also get the --without-ssl flag on their configure, if this is used. * Some malloc() return value checks have been added * NSEC3 creation has been improved wrt to empty nonterminals, and opt-out. * Fixed a bug in the parser when reading large NSEC3 salt values. * Made the allowed length for domain names on wire and presentation format the same. Example tools: * ldns-key2ds can now also generate DS records for keys without the SEP flag * ldns-signzone now equalizes the TTL of the DNSKEY RRset (to the first non-default DNSKEY TTL value it sees)
2009-08-18 14:48:04 +02:00
include/ldns/sha1.h
include/ldns/sha2.h
include/ldns/str2host.h
include/ldns/tsig.h
include/ldns/update.h
include/ldns/util.h
include/ldns/wire2host.h
include/ldns/zone.h
lib/libldns.la
man/man1/ldns-chaos.1
man/man1/ldns-compare-zones.1
Update to version 1.6.11. Pkgsrc changes: o Sync PLIST, additional man page installed. Upstream changes: 1.6.11 2011-09-29 * bugfix #394: Fix socket leak on errors * bugfix #392: Apex only and percentage checks for ldns-verify-zone (thanks Miek Gieben) * bugfix #398: Allow NSEC RRSIGs before the NSEC3 in ldns-verify-zone * Fix python site package path from sitelib to sitearch for pyldns. * Fix python api to support python2 and python3 (thanks Karel Slany). * bugfix #401: Correction of date/time functions algorithm and prevention of an infinite loop therein * bugfix #402: Correct the minimum and maximum number of rdata fields in TSIG. (thanks David Keeler) * bugfix #403: Fix heap overflow (thanks David Keeler) * bugfix #404: Make parsing APL strings more robust (thanks David Keeler) * bugfix #391: Complete library assessment to prevent assertion errors through ldns_rdf_size usage. * Slightly more specific error messaging on wrong number of rdata fields with the LDNS_STATUS_MISSING_RDATA_FIELDS_RRSIG and LDNS_STATUS_MISSING_RDATA_FIELDS_KEY result codes. * bugfix #406: More rigorous openssl result code handling to prevent future crashes within openssl. * Fix ldns_fetch_valid_domain_keys to search deeper than just one level for a DNSKEY that signed a DS RR. (this function was used in the check_dnssec_trace nagios module) * bugfix #407: Canonicalize TSIG dnames and algorithm fields * A new output specifier to accommodate configuration of what to show in comment texts when converting host and/or wire-format data to string. All conversion to string and printing functions have a new version that have such a format specifier as an extra argument. The default is changed so that only DNSKEY RR's are annotated with an comment show the Key Tag of the DNSKEY. * Fixed the ldns resolver to not mark a nameserver unreachable when edns0 is tried unsuccessfully with size 4096 (no return packet came), but to still try TCP. A big UDP packet might have been corrupted by fragments dropping firewalls. * Update of libdns.vim (thanks Miek Gieben) * Added the ldnsx Python module to our contrib section, which adds even more pythonisticism to the usage of ldns with Python. (Many thanks to Christpher Olah and Paul Wouters) The ldnsx module is automatically installed when --with-pyldns is used with configuring, but may explicitly be excluded with the --without-pyldnsx option to configure. * bugfix #410: Fix clearing out temporary data on stack in sha2.c * bugfix #411: Don't let empty non-terminal NSEC3s cause assertion failure.
2011-10-22 21:44:54 +02:00
man/man1/ldns-config.1
man/man1/ldns-dane.1
man/man1/ldns-dpa.1
man/man1/ldns-gen-zone.1
man/man1/ldns-key2ds.1
man/man1/ldns-keyfetcher.1
man/man1/ldns-keygen.1
man/man1/ldns-mx.1
man/man1/ldns-notify.1
man/man1/ldns-nsec3-hash.1
man/man1/ldns-read-zone.1
man/man1/ldns-resolver.1
man/man1/ldns-revoke.1
man/man1/ldns-rrsig.1
man/man1/ldns-signzone.1
man/man1/ldns-test-edns.1
man/man1/ldns-testns.1
man/man1/ldns-update.1
man/man1/ldns-verify-zone.1
man/man1/ldns-version.1
man/man1/ldns-walk.1
man/man1/ldns-zcat.1
man/man1/ldns-zsplit.1
man/man1/ldnsd.1
man/man3/ldns_bget_token.3
man/man3/ldns_bgetc.3
man/man3/ldns_bskipcs.3
man/man3/ldns_buffer.3
man/man3/ldns_buffer2pkt_wire.3
man/man3/ldns_buffer_at.3
man/man3/ldns_buffer_available.3
man/man3/ldns_buffer_available_at.3
man/man3/ldns_buffer_begin.3
man/man3/ldns_buffer_capacity.3
man/man3/ldns_buffer_clear.3
man/man3/ldns_buffer_current.3
man/man3/ldns_buffer_end.3
man/man3/ldns_buffer_export.3
man/man3/ldns_buffer_flip.3
man/man3/ldns_buffer_free.3
man/man3/ldns_buffer_limit.3
man/man3/ldns_buffer_new.3
man/man3/ldns_buffer_new_frm_data.3
man/man3/ldns_buffer_position.3
man/man3/ldns_buffer_printf.3
man/man3/ldns_buffer_read.3
man/man3/ldns_buffer_read_at.3
man/man3/ldns_buffer_read_u16.3
man/man3/ldns_buffer_read_u16_at.3
man/man3/ldns_buffer_read_u32.3
man/man3/ldns_buffer_read_u32_at.3
man/man3/ldns_buffer_read_u8.3
man/man3/ldns_buffer_read_u8_at.3
man/man3/ldns_buffer_remaining.3
man/man3/ldns_buffer_remaining_at.3
man/man3/ldns_buffer_reserve.3
man/man3/ldns_buffer_rewind.3
man/man3/ldns_buffer_set_capacity.3
man/man3/ldns_buffer_set_limit.3
man/man3/ldns_buffer_set_position.3
man/man3/ldns_buffer_skip.3
man/man3/ldns_buffer_status.3
man/man3/ldns_buffer_status_ok.3
man/man3/ldns_buffer_write.3
man/man3/ldns_buffer_write_at.3
man/man3/ldns_buffer_write_string.3
man/man3/ldns_buffer_write_string_at.3
man/man3/ldns_buffer_write_u16.3
man/man3/ldns_buffer_write_u16_at.3
man/man3/ldns_buffer_write_u8.3
man/man3/ldns_buffer_write_u8_at.3
man/man3/ldns_calc_keytag.3
man/man3/ldns_create_nsec.3
1.6.15 * Remove LDNS_STATUS_EXISTS_ERR from ldns/error.h to make ldns binary compatible with earlier releases again. 1.6.14 * DANE support (RFC6698), including ldns-dane example tool. * Configurable default CA certificate repository for ldns-dane with --with-ca-file=CAFILE and --with-ca-path=CAPATH * Configurable default trust anchor with --with-trust-anchor=FILE for drill, ldns-verify-zone and ldns-dane * bugfix #474: Define socklen_t when undefined (like in Win32) * bugfix #473: Dead code removal and resource leak fix in drill * bugfix #471: Let ldns_resolver_push_dnssec_anchor accept DS RR's too. * Various bugfixes from code reviews from CZ.NIC and Paul Wouters * ldns-notify TSIG option argument checking * Let ldns_resolver_nameservers_randomize keep nameservers and rtt's in sync. * Let ldns_pkt_push_rr now return false on (memory) errors. * Make buffer_export comply to documentation and fix buffer2str * Various improvements and fixes of pyldns from Katel Slany now documented in their own Changelog. * bugfix: Make ldns_resolver_pop_nameserver clear the array when there was only one. * bugfix #459: Remove ldns_symbols and export symbols based on regex * bugfix #458: Track all newly created signatures when signing. * bugfix #454: Only set -g and -O2 CFLAGS when no CFLAGS was given. * bugfix #457: Memory leak fix for ldns_key_new_frm_algorithm. * pyldns memory handling fixes and the python3/ldns-signzone.py examples script contribution from Karel Slany. * bugfix #450: Base # bytes for P, G and Y (T) on the guaranteed to be bigger (or equal) P in ldns_key_dsa2bin. * bugfix #449: Deep free cloned rdf's in ldns_tsig_mac_new. * bugfix #448: Copy nameserver value (in stead of reference) of the answering nameserver to the answer packet in ldns_send_buffer, so the original value may be deep freed with the ldns_resolver struct. * New -0 option for ldns-read-zone to replace inception, expiration and signature rdata fields with (null). Thanks Paul Wouters. * New -p option for ldns-read-zone to prepend-pad SOA serial to take up ten characters. * Return error if printing RR fails due to unknown/null RDATA.
2012-10-25 21:24:58 +02:00
man/man3/ldns_dane_cert2rdf.3
man/man3/ldns_dane_create_tlsa_owner.3
man/man3/ldns_dane_create_tlsa_rr.3
man/man3/ldns_dane_select_certificate.3
man/man3/ldns_dane_verify.3
man/man3/ldns_dane_verify_rr.3
man/man3/ldns_dname.3
man/man3/ldns_dname2canonical.3
man/man3/ldns_dname_cat.3
man/man3/ldns_dname_cat_clone.3
man/man3/ldns_dname_compare.3
man/man3/ldns_dname_interval.3
man/man3/ldns_dname_is_subdomain.3
man/man3/ldns_dname_label.3
man/man3/ldns_dname_label_count.3
man/man3/ldns_dname_left_chop.3
man/man3/ldns_dname_new.3
man/man3/ldns_dname_new_frm_data.3
man/man3/ldns_dname_new_frm_str.3
man/man3/ldns_dname_str_absolute.3
man/man3/ldns_dnssec_build_data_chain.3
man/man3/ldns_dnssec_data_chain.3
man/man3/ldns_dnssec_data_chain_deep_free.3
man/man3/ldns_dnssec_data_chain_free.3
man/man3/ldns_dnssec_data_chain_new.3
man/man3/ldns_dnssec_data_chain_print.3
man/man3/ldns_dnssec_data_chain_struct.3
man/man3/ldns_dnssec_derive_trust_tree.3
man/man3/ldns_dnssec_derive_trust_tree_dnskey_rrset.3
man/man3/ldns_dnssec_derive_trust_tree_ds_rrset.3
man/man3/ldns_dnssec_derive_trust_tree_no_sig.3
man/man3/ldns_dnssec_derive_trust_tree_normal_rrset.3
man/man3/ldns_dnssec_name.3
man/man3/ldns_dnssec_name_add_rr.3
man/man3/ldns_dnssec_name_cmp.3
man/man3/ldns_dnssec_name_find_rrset.3
man/man3/ldns_dnssec_name_free.3
man/man3/ldns_dnssec_name_name.3
man/man3/ldns_dnssec_name_new.3
man/man3/ldns_dnssec_name_new_frm_rr.3
man/man3/ldns_dnssec_name_node_next_nonglue.3
man/man3/ldns_dnssec_name_print.3
man/man3/ldns_dnssec_name_set_name.3
man/man3/ldns_dnssec_name_set_nsec.3
man/man3/ldns_dnssec_remove_signatures.3
man/man3/ldns_dnssec_rrs.3
man/man3/ldns_dnssec_rrs_add_rr.3
man/man3/ldns_dnssec_rrs_free.3
man/man3/ldns_dnssec_rrs_new.3
man/man3/ldns_dnssec_rrs_print.3
man/man3/ldns_dnssec_rrsets.3
man/man3/ldns_dnssec_rrsets_add_rr.3
man/man3/ldns_dnssec_rrsets_free.3
man/man3/ldns_dnssec_rrsets_new.3
man/man3/ldns_dnssec_rrsets_print.3
man/man3/ldns_dnssec_rrsets_set_type.3
man/man3/ldns_dnssec_rrsets_type.3
man/man3/ldns_dnssec_trust_tree.3
man/man3/ldns_dnssec_trust_tree_add_parent.3
man/man3/ldns_dnssec_trust_tree_contains_keys.3
man/man3/ldns_dnssec_trust_tree_depth.3
man/man3/ldns_dnssec_trust_tree_free.3
man/man3/ldns_dnssec_trust_tree_new.3
man/man3/ldns_dnssec_trust_tree_print.3
man/man3/ldns_dnssec_trust_tree_print_sm.3
man/man3/ldns_dnssec_verify_denial.3
man/man3/ldns_dnssec_verify_denial_nsec3.3
man/man3/ldns_dnssec_zone.3
man/man3/ldns_dnssec_zone_add_empty_nonterminals.3
man/man3/ldns_dnssec_zone_add_rr.3
man/man3/ldns_dnssec_zone_create_nsecs.3
man/man3/ldns_dnssec_zone_create_rrsigs.3
man/man3/ldns_dnssec_zone_find_rrset.3
man/man3/ldns_dnssec_zone_free.3
man/man3/ldns_dnssec_zone_mark_glue.3
man/man3/ldns_dnssec_zone_names_print.3
man/man3/ldns_dnssec_zone_new.3
man/man3/ldns_dnssec_zone_print.3
man/man3/ldns_dnssec_zone_sign.3
man/man3/ldns_dnssec_zone_sign_nsec3.3
man/man3/ldns_fget_token.3
man/man3/ldns_fskipcs.3
man/man3/ldns_get_errorstr_by_id.3
man/man3/ldns_get_rr_class_by_name.3
man/man3/ldns_get_rr_list_addr_by_name.3
man/man3/ldns_get_rr_list_hosts_frm_file.3
man/man3/ldns_get_rr_list_hosts_frm_fp.3
man/man3/ldns_get_rr_list_hosts_frm_fp_l.3
man/man3/ldns_get_rr_list_name_by_addr.3
man/man3/ldns_get_rr_type_by_name.3
man/man3/ldns_getaddrinfo.3
man/man3/ldns_init_random.3
man/man3/ldns_is_rrset.3
man/man3/ldns_key.3
man/man3/ldns_key2buffer_str.3
man/man3/ldns_key2rr.3
man/man3/ldns_key2str.3
man/man3/ldns_key_algorithm.3
man/man3/ldns_key_buf2dsa.3
man/man3/ldns_key_buf2rsa.3
man/man3/ldns_key_deep_free.3
man/man3/ldns_key_dsa_key.3
man/man3/ldns_key_expiration.3
man/man3/ldns_key_flags.3
man/man3/ldns_key_free.3
man/man3/ldns_key_hmac_key.3
man/man3/ldns_key_inception.3
man/man3/ldns_key_keytag.3
man/man3/ldns_key_list_free.3
man/man3/ldns_key_list_key.3
man/man3/ldns_key_list_key_count.3
man/man3/ldns_key_list_new.3
man/man3/ldns_key_list_pop_key.3
man/man3/ldns_key_list_push_key.3
man/man3/ldns_key_list_set_key_count.3
man/man3/ldns_key_new.3
man/man3/ldns_key_new_frm_algorithm.3
man/man3/ldns_key_new_frm_fp.3
man/man3/ldns_key_new_frm_fp_dsa.3
man/man3/ldns_key_new_frm_fp_dsa_l.3
man/man3/ldns_key_new_frm_fp_l.3
man/man3/ldns_key_new_frm_fp_rsa.3
man/man3/ldns_key_new_frm_fp_rsa_l.3
man/man3/ldns_key_origttl.3
man/man3/ldns_key_print.3
man/man3/ldns_key_pubkey_owner.3
man/man3/ldns_key_rr2ds.3
man/man3/ldns_key_rsa_key.3
man/man3/ldns_key_set_algorithm.3
man/man3/ldns_key_set_dsa_key.3
man/man3/ldns_key_set_expiration.3
man/man3/ldns_key_set_flags.3
man/man3/ldns_key_set_hmac_key.3
man/man3/ldns_key_set_inception.3
man/man3/ldns_key_set_keytag.3
man/man3/ldns_key_set_origttl.3
man/man3/ldns_key_set_pubkey_owner.3
man/man3/ldns_key_set_rsa_key.3
man/man3/ldns_native2rdf_int16.3
man/man3/ldns_native2rdf_int16_data.3
man/man3/ldns_native2rdf_int32.3
man/man3/ldns_native2rdf_int8.3
man/man3/ldns_octet.3
man/man3/ldns_pkt.3
man/man3/ldns_pkt2buffer_str.3
man/man3/ldns_pkt2buffer_wire.3
man/man3/ldns_pkt2str.3
man/man3/ldns_pkt2wire.3
man/man3/ldns_pkt_aa.3
man/man3/ldns_pkt_ad.3
man/man3/ldns_pkt_additional.3
man/man3/ldns_pkt_ancount.3
man/man3/ldns_pkt_answer.3
man/man3/ldns_pkt_answerfrom.3
man/man3/ldns_pkt_arcount.3
man/man3/ldns_pkt_authority.3
man/man3/ldns_pkt_cd.3
man/man3/ldns_pkt_edns.3
man/man3/ldns_pkt_edns_data.3
man/man3/ldns_pkt_edns_extended_rcode.3
man/man3/ldns_pkt_edns_udp_size.3
man/man3/ldns_pkt_edns_version.3
man/man3/ldns_pkt_edns_z.3
man/man3/ldns_pkt_free.3
man/man3/ldns_pkt_get_opcode.3
man/man3/ldns_pkt_get_rcode.3
man/man3/ldns_pkt_get_section_clone.3
man/man3/ldns_pkt_id.3
man/man3/ldns_pkt_new.3
man/man3/ldns_pkt_nscount.3
man/man3/ldns_pkt_print.3
man/man3/ldns_pkt_qdcount.3
man/man3/ldns_pkt_qr.3
man/man3/ldns_pkt_query_new.3
man/man3/ldns_pkt_query_new_frm_str.3
man/man3/ldns_pkt_querytime.3
man/man3/ldns_pkt_question.3
man/man3/ldns_pkt_ra.3
man/man3/ldns_pkt_rd.3
man/man3/ldns_pkt_reply_type.3
man/man3/ldns_pkt_rr_list_by_name.3
man/man3/ldns_pkt_rr_list_by_name_and_type.3
man/man3/ldns_pkt_rr_list_by_type.3
man/man3/ldns_pkt_section.3
man/man3/ldns_pkt_set_aa.3
man/man3/ldns_pkt_set_ad.3
man/man3/ldns_pkt_set_ancount.3
man/man3/ldns_pkt_set_answerfrom.3
man/man3/ldns_pkt_set_arcount.3
man/man3/ldns_pkt_set_cd.3
man/man3/ldns_pkt_set_edns_data.3
man/man3/ldns_pkt_set_edns_extended_rcode.3
man/man3/ldns_pkt_set_edns_udp_size.3
man/man3/ldns_pkt_set_edns_version.3
man/man3/ldns_pkt_set_edns_z.3
man/man3/ldns_pkt_set_flags.3
man/man3/ldns_pkt_set_id.3
man/man3/ldns_pkt_set_nscount.3
man/man3/ldns_pkt_set_opcode.3
man/man3/ldns_pkt_set_qdcount.3
man/man3/ldns_pkt_set_qr.3
man/man3/ldns_pkt_set_querytime.3
man/man3/ldns_pkt_set_ra.3
man/man3/ldns_pkt_set_rcode.3
man/man3/ldns_pkt_set_rd.3
man/man3/ldns_pkt_set_section_count.3
man/man3/ldns_pkt_set_size.3
man/man3/ldns_pkt_set_tc.3
man/man3/ldns_pkt_set_tsig.3
man/man3/ldns_pkt_size.3
man/man3/ldns_pkt_tc.3
man/man3/ldns_pkt_tsig.3
man/man3/ldns_pkt_tsig_sign.3
man/man3/ldns_pkt_tsig_verify.3
man/man3/ldns_pkt_type.3
man/man3/ldns_pkt_verify.3
man/man3/ldns_pktheader2buffer_str.3
man/man3/ldns_rdf.3
man/man3/ldns_rdf2buffer_str.3
man/man3/ldns_rdf2buffer_str_a.3
man/man3/ldns_rdf2buffer_str_aaaa.3
man/man3/ldns_rdf2buffer_str_alg.3
man/man3/ldns_rdf2buffer_str_apl.3
man/man3/ldns_rdf2buffer_str_b64.3
man/man3/ldns_rdf2buffer_str_class.3
man/man3/ldns_rdf2buffer_str_hex.3
man/man3/ldns_rdf2buffer_str_int16.3
man/man3/ldns_rdf2buffer_str_int16_data.3
man/man3/ldns_rdf2buffer_str_ipseckey.3
man/man3/ldns_rdf2buffer_str_loc.3
man/man3/ldns_rdf2buffer_str_nsap.3
man/man3/ldns_rdf2buffer_str_nsec.3
man/man3/ldns_rdf2buffer_str_period.3
man/man3/ldns_rdf2buffer_str_str.3
man/man3/ldns_rdf2buffer_str_tsigtime.3
man/man3/ldns_rdf2buffer_str_type.3
man/man3/ldns_rdf2buffer_str_unknown.3
man/man3/ldns_rdf2buffer_str_wks.3
man/man3/ldns_rdf2buffer_wire.3
man/man3/ldns_rdf2native_int16.3
man/man3/ldns_rdf2native_int32.3
man/man3/ldns_rdf2native_int8.3
man/man3/ldns_rdf2native_sockaddr_storage.3
man/man3/ldns_rdf2native_time_t.3
man/man3/ldns_rdf2str.3
man/man3/ldns_rdf2wire.3
man/man3/ldns_rdf_address_reverse.3
man/man3/ldns_rdf_clone.3
man/man3/ldns_rdf_compare.3
man/man3/ldns_rdf_data.3
man/man3/ldns_rdf_deep_free.3
man/man3/ldns_rdf_free.3
man/man3/ldns_rdf_get_type.3
man/man3/ldns_rdf_new.3
man/man3/ldns_rdf_new_frm_data.3
man/man3/ldns_rdf_new_frm_fp.3
man/man3/ldns_rdf_new_frm_str.3
man/man3/ldns_rdf_print.3
man/man3/ldns_rdf_set_data.3
man/man3/ldns_rdf_set_size.3
man/man3/ldns_rdf_set_type.3
man/man3/ldns_rdf_size.3
man/man3/ldns_rdf_type.3
man/man3/ldns_resolver_print.3
man/man3/ldns_rr.3
man/man3/ldns_rr2buffer_str.3
man/man3/ldns_rr2buffer_wire.3
man/man3/ldns_rr2canonical.3
man/man3/ldns_rr2str.3
man/man3/ldns_rr2wire.3
man/man3/ldns_rr_class.3
man/man3/ldns_rr_compare.3
man/man3/ldns_rr_compare_ds.3
man/man3/ldns_rr_compress.3
man/man3/ldns_rr_descript.3
man/man3/ldns_rr_descriptor.3
man/man3/ldns_rr_descriptor_field_type.3
man/man3/ldns_rr_descriptor_maximum.3
man/man3/ldns_rr_descriptor_minimum.3
man/man3/ldns_rr_dnskey_algorithm.3
man/man3/ldns_rr_dnskey_flags.3
man/man3/ldns_rr_dnskey_key.3
man/man3/ldns_rr_dnskey_protocol.3
man/man3/ldns_rr_dnskey_set_algorithm.3
man/man3/ldns_rr_dnskey_set_flags.3
man/man3/ldns_rr_dnskey_set_key.3
man/man3/ldns_rr_dnskey_set_protocol.3
man/man3/ldns_rr_free.3
man/man3/ldns_rr_get_class.3
man/man3/ldns_rr_label_count.3
man/man3/ldns_rr_list.3
man/man3/ldns_rr_list2buffer_str.3
man/man3/ldns_rr_list2str.3
man/man3/ldns_rr_list_cat.3
man/man3/ldns_rr_list_clone.3
man/man3/ldns_rr_list_free.3
man/man3/ldns_rr_list_new.3
man/man3/ldns_rr_list_pop_rr.3
man/man3/ldns_rr_list_print.3
man/man3/ldns_rr_list_push_rr.3
man/man3/ldns_rr_list_rr_count.3
man/man3/ldns_rr_list_set_rr_count.3
man/man3/ldns_rr_list_sort.3
man/man3/ldns_rr_mx_exchange.3
man/man3/ldns_rr_mx_preference.3
man/man3/ldns_rr_new.3
man/man3/ldns_rr_new_frm_fp.3
man/man3/ldns_rr_new_frm_str.3
man/man3/ldns_rr_new_frm_type.3
man/man3/ldns_rr_ns_nsdname.3
man/man3/ldns_rr_owner.3
man/man3/ldns_rr_pop_rdf.3
man/man3/ldns_rr_print.3
man/man3/ldns_rr_push_rdf.3
man/man3/ldns_rr_rd_count.3
man/man3/ldns_rr_rdata2buffer_wire.3
man/man3/ldns_rr_rdf.3
man/man3/ldns_rr_rrsig_algorithm.3
man/man3/ldns_rr_rrsig_expiration.3
man/man3/ldns_rr_rrsig_inception.3
man/man3/ldns_rr_rrsig_keytag.3
man/man3/ldns_rr_rrsig_labels.3
man/man3/ldns_rr_rrsig_origttl.3
man/man3/ldns_rr_rrsig_set_algorithm.3
man/man3/ldns_rr_rrsig_set_expiration.3
man/man3/ldns_rr_rrsig_set_inception.3
man/man3/ldns_rr_rrsig_set_keytag.3
man/man3/ldns_rr_rrsig_set_labels.3
man/man3/ldns_rr_rrsig_set_origttl.3
man/man3/ldns_rr_rrsig_set_sig.3
man/man3/ldns_rr_rrsig_set_signame.3
man/man3/ldns_rr_rrsig_set_typecovered.3
man/man3/ldns_rr_rrsig_sig.3
man/man3/ldns_rr_rrsig_signame.3
man/man3/ldns_rr_rrsig_typecovered.3
man/man3/ldns_rr_set_class.3
man/man3/ldns_rr_set_owner.3
man/man3/ldns_rr_set_pop_rr.3
man/man3/ldns_rr_set_push_rr.3
man/man3/ldns_rr_set_rd_count.3
man/man3/ldns_rr_set_rdf.3
man/man3/ldns_rr_set_ttl.3
man/man3/ldns_rr_set_type.3
man/man3/ldns_rr_ttl.3
man/man3/ldns_rr_type.3
man/man3/ldns_rr_uncompressed_size.3
man/man3/ldns_rrsig2buffer_wire.3
man/man3/ldns_send.3
man/man3/ldns_sign_public.3
man/man3/ldns_sign_public_dsa.3
man/man3/ldns_sign_public_rsamd5.3
man/man3/ldns_sign_public_rsasha1.3
man/man3/ldns_status.3
man/man3/ldns_str2period.3
man/man3/ldns_str_remove_comment.3
man/man3/ldns_tcp_connect.3
man/man3/ldns_tcp_read_wire.3
man/man3/ldns_tcp_send_query.3
man/man3/ldns_update_adcount.3
man/man3/ldns_update_pkt_new.3
man/man3/ldns_update_pkt_tsig_add.3
man/man3/ldns_update_prcount.3
man/man3/ldns_update_set_adcount.3
man/man3/ldns_update_set_prcount.3
man/man3/ldns_update_set_upcount.3
man/man3/ldns_update_set_zocount.3
man/man3/ldns_update_upcount.3
man/man3/ldns_update_zocount.3
man/man3/ldns_verify.3
Update from version 1.5.1 to 1.6.1. Pkgsrc changes: o Adjust the patch to Makefile.in to match, and make sure to use ./install-sh with the "-c" option, to ensure we can reinstall after an install + deinstall. o Fix PLIST issues (a few more than in the PR mentioned below). Should fix PR pkg/41868. Upstream changes: 1.6.1 2009-09-14 * --enable-gost : use the GOST algorithm (experimental). * Added some missing options to drill manpage * Some fixes to --without-ssl option * Fixed quote parsing withing strings * Bitmask fix in EDNS handling * Fixed non-fqdn domain name completion for rdata field domain names of length 1 * Fixed chain validation with SHA256 DS records 1.6.0 Additions: * Addition of an ldns-config script which gives cflags and libs values, for use in configure scripts for applications that use use ldns. Can be disabled with ./configure --disable-ldns-config * Added direct sha1, sha256, and sha512 support in ldns. With these functions, all NSEC3 functionality can still be used, even if ldns is built without OpenSSL. Thanks to OpenBSD, Steve Reid, and Aaron D. Gifford for the code. * Added reading/writing support for the SPF Resource Record * Base32 functions are now exported Bugfixes: * ldns_is_rrset did not go through the complete rrset, but only compared the first two records. Thanks to Olafur Gudmundsson for report and patch * Fixed a small memory bug in ldns_rr_list_subtype_by_rdf(), thanks to Marius Rieder for finding an patching this. * --without-ssl should now work. Make sure that examples/ and drill also get the --without-ssl flag on their configure, if this is used. * Some malloc() return value checks have been added * NSEC3 creation has been improved wrt to empty nonterminals, and opt-out. * Fixed a bug in the parser when reading large NSEC3 salt values. * Made the allowed length for domain names on wire and presentation format the same. Example tools: * ldns-key2ds can now also generate DS records for keys without the SEP flag * ldns-signzone now equalizes the TTL of the DNSKEY RRset (to the first non-default DNSKEY TTL value it sees)
2009-08-18 14:48:04 +02:00
man/man3/ldns_verify_notime.3
man/man3/ldns_verify_rrsig.3
man/man3/ldns_verify_rrsig_dsa.3
man/man3/ldns_verify_rrsig_keylist.3
Update from version 1.5.1 to 1.6.1. Pkgsrc changes: o Adjust the patch to Makefile.in to match, and make sure to use ./install-sh with the "-c" option, to ensure we can reinstall after an install + deinstall. o Fix PLIST issues (a few more than in the PR mentioned below). Should fix PR pkg/41868. Upstream changes: 1.6.1 2009-09-14 * --enable-gost : use the GOST algorithm (experimental). * Added some missing options to drill manpage * Some fixes to --without-ssl option * Fixed quote parsing withing strings * Bitmask fix in EDNS handling * Fixed non-fqdn domain name completion for rdata field domain names of length 1 * Fixed chain validation with SHA256 DS records 1.6.0 Additions: * Addition of an ldns-config script which gives cflags and libs values, for use in configure scripts for applications that use use ldns. Can be disabled with ./configure --disable-ldns-config * Added direct sha1, sha256, and sha512 support in ldns. With these functions, all NSEC3 functionality can still be used, even if ldns is built without OpenSSL. Thanks to OpenBSD, Steve Reid, and Aaron D. Gifford for the code. * Added reading/writing support for the SPF Resource Record * Base32 functions are now exported Bugfixes: * ldns_is_rrset did not go through the complete rrset, but only compared the first two records. Thanks to Olafur Gudmundsson for report and patch * Fixed a small memory bug in ldns_rr_list_subtype_by_rdf(), thanks to Marius Rieder for finding an patching this. * --without-ssl should now work. Make sure that examples/ and drill also get the --without-ssl flag on their configure, if this is used. * Some malloc() return value checks have been added * NSEC3 creation has been improved wrt to empty nonterminals, and opt-out. * Fixed a bug in the parser when reading large NSEC3 salt values. * Made the allowed length for domain names on wire and presentation format the same. Example tools: * ldns-key2ds can now also generate DS records for keys without the SEP flag * ldns-signzone now equalizes the TTL of the DNSKEY RRset (to the first non-default DNSKEY TTL value it sees)
2009-08-18 14:48:04 +02:00
man/man3/ldns_verify_rrsig_keylist_notime.3
man/man3/ldns_verify_rrsig_rsamd5.3
man/man3/ldns_verify_rrsig_rsasha1.3
man/man3/ldns_wire2dname.3
man/man3/ldns_wire2pkt.3
man/man3/ldns_wire2rdf.3
man/man3/ldns_wire2rr.3
man/man3/ldns_zone.3
man/man3/ldns_zone_deep_free.3
man/man3/ldns_zone_glue_rr_list.3
man/man3/ldns_zone_new.3
man/man3/ldns_zone_new_frm_fp.3
man/man3/ldns_zone_new_frm_fp_l.3
man/man3/ldns_zone_print.3
man/man3/ldns_zone_push_rr.3
man/man3/ldns_zone_push_rr_list.3
man/man3/ldns_zone_rr_count.3
man/man3/ldns_zone_rrs.3
man/man3/ldns_zone_set_rrs.3
man/man3/ldns_zone_set_soa.3
man/man3/ldns_zone_soa.3
man/man3/ldns_zone_sort.3