Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ldns-devel-1.8.3-1.8 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: ldns-devel Distribution: openSUSE:Factory:zSystems
Version: 1.8.3 Vendor: openSUSE
Release: 1.8 Build date: Fri Dec 1 23:38:08 2023
Group: Development/Libraries/C and C++ Build host: s390zl27
Size: 519030 Source RPM: ldns-1.8.3-1.8.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.nlnetlabs.nl/projects/ldns/
Summary: Development files for ldns
ldns is a C library that can be used for domain name system (DNS)
development. It supports RFCs like the DNSSEC documents, and allows
developers to create software conforming to RFCs, as well as
experimental software for current Internet Drafts.

This package holds the development files.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Sep 02 2022 Michael Ströder <michael@stroeder.com>
  - use HTTPS URLs for URL and Source
* Mon Aug 15 2022 Michael Ströder <michael@stroeder.com>
  - new version 1.8.3
    + 1.8.3 2022-08-15
    * bugfix #183: Assertion failure with OPT record without rdata.
      This caused packet creation with only a DO bit (for DNSSEC OK) to crash.
    * Fix for syntax error in pyldns
    + 1.8.2 2022-08-12
    * bugfix #147: Allow for tabs in whitespace before quoted rdata fields.
    * bugfix #149: Add some missing [out] annotations to doxygen parameters.
    * Fix build error on Solaris 10 with inet_ntop redeclaration error.
    * Fix -U flag with ldns-signzone.
    * Enable compile of SVCB and HTTPS support by default.
    * bugfix #179: Free line memory even if zone file parsing fails
    * bugfix #166: Grow buffer when writing chars and fixed size
      strings when converting to presentation format, preventing
      potential assersion errors.
    * bugfix #46: Print network errors when secure tracing.
    * EDNS0 Option handling and conversion into presentation format.
    * bugfix #145: ldns-verify-zone should not call occluded records glue.
* Fri Dec 03 2021 Michael Ströder <michael@stroeder.com>
  - new version 1.8.1
    + 1.8.1 2021-12-03
    * bugfix #146: ldns-1.7.1 had soname 3.0, so ldns-1.8.x soname
      needs to larger.
    * Undo PR#123 fix ldns.pc installation when building out-of-source
    + 1.8.0 2021-11-26
    * bugfix #38: Print "line" before line number when printing
      zone parse errors. Thanks Petr Špaček.
    * bugfix: Revert unused variables in ldns-config removal patch.
    * bugfix #50: heap Out-of-bound Read vulnerability in
      rr_frm_str_internal reported by pokerfacett.
      (bsc#1195057, CVE-2020-19860)
    * bugfix #51: Heap Out-of-bound Read vulnerability in
      ldns_nsec3_salt_data reported by pokerfacett.
      (bsc#1195058, CVE-2020-19861)
    * Fix memory leak in examples/ldns-testns handle_tcp routine.
    * Detect fixed time memory compare for openssl 0.9.8.
    * Fix compile warning by variable initialisation for older gcc.
    * Fix #92: ldns-testns.c:429:15: error: 'fork' is unavailable: not
      available on tvOS.
    * Fix for #93: fix packaging/libldns.pc Makefile rule.
    * ZONEMD support in ldns-signzone and ldns-verify-zone
    * ldns-testns can answer several queries over one tcp connection,
      if they arrive within 100msec of each other.
    * Fix so that ldns-testns does not leak sockets if the read fails.
    * SVCB and HTTPS draft rrtypes.
      Enable with --enable-rrtype-svcb-https.
    * bugfix #117: Assertion failure with DNSSEC validating of
      non existence of RR types at the root.  Thanks ZjYwMj
    * Set NSEC(3) ttls to the minimum of the MINIMUM field of the SOA
      record and the TTL of the SOA itself. draft-ietf-dnsop-nsec-ttl
    * bugfix #119: Let example tools read longer RR's than
      LDNS_MAX_LINELEN
    * Add SVCPARAMS to python ldns_rdf_type2str function.
    * PR #134 Miscellaneous spelling fixes. Thanks jsoref!
    * Fix that ldns-read-zone and ldns_zone_new_frm_fp_l properly return
      the $INCLUDE not implemented error.
    * Fix that ldns-read-zone and ldns_zone_new_frm_fp_l count the line
      number for an empty line after a comment.
    * Fix #135: Fix compile with OpenSSL-3.0.0-beta2.
    * PR #107: Added ldns_pkt2buffer_wire_compress() to make dname
      compression optional when converting packets to wire format.
      Thanks Eli Lindsey
    * Option to ldns-keygen to create symlinks with known names
      (i.e. without the key id) to the created files.
      Thanks Andreas Schulze
    * Fix #121: Correct handling of centimetres by LOC parser.
      Thanks Felipe Gasper
    * PR #126: Link with libldns.la in Makefile.in.
      Thanks orbea
    * PR #127: Addes option -Q to drill to give short answer.
      Thanks niknah
    * PR #133: Update m4 files for python modules.
      Thanks Petr Menšík
    * Bufix CAA value fields may be empty: Thanks Robert Mortimer
    * PR #108: Fix for ldns-compare-zones net detecting when first zone
      has a RRset that shrinks from two to one RRs, or grows from one
      to two RRs. Thanks Emilio Caballero
    * Fix #131: Drill sig chasing breaks with gcc-11 and
      strict-aliasing. Thanks Stanislav Levin
    * Fix #130: Unless $TLL is defined, ttl defaults to the last
      explicitly stated value. Thanks Benno
    * Fix #48: Missing UNSIGNED legend with drill. Thanks reedjc
    * Fix #143: EVP_PKEY_base_id became a macro with OpenSSL > 3.0
      Thanks Daniel J. Luke
    * Let ldns-signzone warn for high NSEC3 iteration counts.
      Thanks Andreas Schulze
* Tue Aug 06 2019 Ludwig Nussel <lnussel@suse.de>
  - new version 1.7.1
    https://open.nlnetlabs.nl/pipermail/ldns-users/2019-July/000946.html
    * Support for DNSSEC algorithms ED25519 and ED448
      when compiled with OpenSSL 1.1.1
    * An -I option to ldns-notify to specify a source IP address
      to send to notify from.
    * Complete OpenSSL engine support with ldns-signzone
      contributed by Vadim Penzin
    * security fixes CVE-2017-1000231 (boo#1068711), CVE-2017-1000232 (boo#1068709)
    * includes ldns-swig4.0.patch
  - add keyring and signature
* Fri Jun 07 2019 Dominique Leuenberger <dimstar@opensuse.org>
  - Add ldns-swig4.0.patch: Fix build wih SWIG 4.0 (boo#1135750).
* Mon Jan 08 2018 tchvatal@suse.com
  - Switch directly to python3 in order for us to proceed with py2
    obsoletion for future releases
    * Upstream sadly can build only against one of the two
* Thu Nov 16 2017 vcizek@suse.com
  - disable DANE verification when building with openssl < 1.1 to fix
    build on distributions that have openssl 1.0.x
* Sun Aug 27 2017 jengelh@inai.de
  - Update descriptions.
* Fri Aug 18 2017 pmonrealgonzalez@suse.com
  - Update to version 1.7.0
    * Ldns built with openssl-1.1.0 [bsc#1042653]
    * Fix #551 change Regent to Copyright holder in BSD license in some of
      the headings of the file, to match the opensource.org BSD license.
    * -e option makes ldns-compare-zones exit with status code 2 on difference
    * Filter out specified RR types with ldns-read-zone -e and -E options
    * bugfix #563: Correct DNSKEY from DSA private key.
    * bugfix #562: ldns-keygen match DSA key maximum size with library.
      And check keysizes with all algorithms.
    * ldns-verify-zone accepts only one single zonefile as argument.
    * bugfix #573: ldns-keygen write private keys with mode 0600.
    * Fix configure to make ldns compile with LibreSSL 2.0
    * drill now also accepts dig style -y option
      (-y <[algo:]name:key> i.s.o. -y <name:key[:algo]>)
    * OPENPGPKEY draft rr types. Enable with: --enable-rrtype-openpgpkey
    * bugfix #608: Correct comment about escaped characters
    * CDS and CDNSKEY rr type from RFC 7344. --enable-rrtype-cds configure
      option removed
    * fix: Memory leak in ldns_pkt_rr_list_by_name()
    * fix: Memory leak in ldns_dname2buffer_wire_compress()
    * bugfix #613: Allow tab as whitespace too in last rdata field of types
      of variable length.
    * bugfix: strip trailing whitespace from $ORIGIN lines in zone files
    * Let ldns-keygen output .ds files only for KSK keys
    * Parse RFC7218 TLSA mnemonics, but do not output them
    * Let ldns-dane use SPKI as the default selector i.s.o. Cert
    * bugfix: Fit left over NSEC3s once more before adding empty non terminals
    * bugfix #605: Determine default trust anchor location at compile time
    * bugfix #697: Double free with ldns-dane create
    * bugfix #623: Do not redefine bool type and boolean values
    * bugfix #570: Add TLSA, CDS, CDNSKEY and OPENPGPKEY RR types to ldnsx
    * bugfix #575: ldns_pkt_clone() does not copy timestamp field
    * bugfix #584: ldns-update fixes.  Send update to port 53, bring manpage
      in sync with the usage text, and don't alter the ldns_resolver passed
      to ldns_update_soa_zone_mname(). Created a ldns_resolver_clone()
      function in the process.
    * bugfix #633: ldns_pkt_clone() parameter isn't const.
    * bugfix: ldns-dane manpage correction
    * RFC7553 RR Type URI is supported by default.
    * Fix ECDSA signature generation, do not omit leading zeroes.
    * bugfix: Get rid of superfluous newline in ldns-keyfetcher
    * bugfix: -U option to ldns-signzone to sign with every algorithm
    * const function parameters whenever possible.
    * bugfix #725: allow RR-types on the type bitmap window border
    * Add type CSYNC support, RFC 7477.
    * Prepare for ED25519, ED448 support: todo convert* routines in dnssec.h,
      once openssl has support for signing with these algorithms. The dns
      algorithm number is not yet allocated. These features are not fully
      implemented yet, openssl (1.1) does not support the algorithms enough
      to generate keys and sign and verify with them.
    * Fix drill axfr ipv4/ipv6 queries.
    * Fix for openssl 1.1.0 API changes.
    * bugfix #825: Module import breaks with newer SWIG versions.
    * bugfix #769: Add support for :: in an IPv6 address
    * bugfix #708: warnings and errors with xcode 6.1/7.0
    * bugfix #754: Memory leak in ldns_str2rdf_ipseckey
    * bugfix #661: Fail NSEC3 signing when NSEC domainname length would
      overflow.
    * bugfix #771: hmac-sha224, hmac-sha384 and hmac-sha512 keys.
    * bugfix #680: ldns fails to reject invalidly formatted RFC 7553 URI RRs.
    * bugfix #678: Use poll i.s.o. select to support > 1024 fds
    * Use OpenSSL DANE functions for verification (unless explicitly disabled
      with --disable-dane-ta-usage).
    * Bumb .so version
    * Include OPENPGPKEY RR type by default
    * rdata processing for SMIMEA RR type
    * Fix crash in displaying TLSA RR's.
    * Update ldns-key2ds man page to mention GOST and SHA384 hash functions.
    * Add sha384 and sha512 tsig algorithm.
    * Clarify data ownership with consts for tsig parameters.
    * bugfix: Fix detection of DSA support with OpenSSL >= 1.1.0
    * bugfix #1160: Provide sha256 for release tarballs
    * --enable-gost-anyway compiles GOST support with OpenSSL >= 1.1.0 even
      when the GOST engine is not available.
  - Dropped patch ldns-perl-5.22.patch
* Tue May 10 2016 mrueckert@suse.de
  - disable python because the bindings dont match the old python
    version either

Files

/usr/bin/ldns-config
/usr/include/ldns
/usr/include/ldns/buffer.h
/usr/include/ldns/common.h
/usr/include/ldns/dane.h
/usr/include/ldns/dname.h
/usr/include/ldns/dnssec.h
/usr/include/ldns/dnssec_sign.h
/usr/include/ldns/dnssec_verify.h
/usr/include/ldns/dnssec_zone.h
/usr/include/ldns/duration.h
/usr/include/ldns/edns.h
/usr/include/ldns/error.h
/usr/include/ldns/higher.h
/usr/include/ldns/host2str.h
/usr/include/ldns/host2wire.h
/usr/include/ldns/keys.h
/usr/include/ldns/ldns.h
/usr/include/ldns/net.h
/usr/include/ldns/packet.h
/usr/include/ldns/parse.h
/usr/include/ldns/radix.h
/usr/include/ldns/rbtree.h
/usr/include/ldns/rdata.h
/usr/include/ldns/resolver.h
/usr/include/ldns/rr.h
/usr/include/ldns/rr_functions.h
/usr/include/ldns/sha1.h
/usr/include/ldns/sha2.h
/usr/include/ldns/str2host.h
/usr/include/ldns/tsig.h
/usr/include/ldns/update.h
/usr/include/ldns/util.h
/usr/include/ldns/wire2host.h
/usr/include/ldns/zone.h
/usr/lib64/libldns.so
/usr/lib64/pkgconfig/ldns.pc
/usr/share/doc/packages/ldns-devel
/usr/share/doc/packages/ldns-devel/README
/usr/share/doc/packages/ldns-devel/README-Travis.md
/usr/share/doc/packages/ldns-devel/README.git
/usr/share/doc/packages/ldns-devel/README.snapshots
/usr/share/doc/packages/ldns-devel/libdns.vim
/usr/share/man/man3/ldns_algorithm.3.gz
/usr/share/man/man3/ldns_axfr_abort.3.gz
/usr/share/man/man3/ldns_axfr_complete.3.gz
/usr/share/man/man3/ldns_axfr_last_pkt.3.gz
/usr/share/man/man3/ldns_axfr_next.3.gz
/usr/share/man/man3/ldns_axfr_start.3.gz
/usr/share/man/man3/ldns_b32_ntop_calculate_size.3.gz
/usr/share/man/man3/ldns_b32_pton_calculate_size.3.gz
/usr/share/man/man3/ldns_b64_ntop_calculate_size.3.gz
/usr/share/man/man3/ldns_b64_pton_calculate_size.3.gz
/usr/share/man/man3/ldns_bget_token.3.gz
/usr/share/man/man3/ldns_bgetc.3.gz
/usr/share/man/man3/ldns_bskipcs.3.gz
/usr/share/man/man3/ldns_bubblebabble.3.gz
/usr/share/man/man3/ldns_buffer.3.gz
/usr/share/man/man3/ldns_buffer2pkt_wire.3.gz
/usr/share/man/man3/ldns_buffer2str.3.gz
/usr/share/man/man3/ldns_buffer_at.3.gz
/usr/share/man/man3/ldns_buffer_available.3.gz
/usr/share/man/man3/ldns_buffer_available_at.3.gz
/usr/share/man/man3/ldns_buffer_begin.3.gz
/usr/share/man/man3/ldns_buffer_capacity.3.gz
/usr/share/man/man3/ldns_buffer_clear.3.gz
/usr/share/man/man3/ldns_buffer_copy.3.gz
/usr/share/man/man3/ldns_buffer_current.3.gz
/usr/share/man/man3/ldns_buffer_end.3.gz
/usr/share/man/man3/ldns_buffer_export.3.gz
/usr/share/man/man3/ldns_buffer_export2str.3.gz
/usr/share/man/man3/ldns_buffer_flip.3.gz
/usr/share/man/man3/ldns_buffer_free.3.gz
/usr/share/man/man3/ldns_buffer_limit.3.gz
/usr/share/man/man3/ldns_buffer_new.3.gz
/usr/share/man/man3/ldns_buffer_new_frm_data.3.gz
/usr/share/man/man3/ldns_buffer_position.3.gz
/usr/share/man/man3/ldns_buffer_printf.3.gz
/usr/share/man/man3/ldns_buffer_read.3.gz
/usr/share/man/man3/ldns_buffer_read_at.3.gz
/usr/share/man/man3/ldns_buffer_read_u16.3.gz
/usr/share/man/man3/ldns_buffer_read_u16_at.3.gz
/usr/share/man/man3/ldns_buffer_read_u32.3.gz
/usr/share/man/man3/ldns_buffer_read_u32_at.3.gz
/usr/share/man/man3/ldns_buffer_read_u8.3.gz
/usr/share/man/man3/ldns_buffer_read_u8_at.3.gz
/usr/share/man/man3/ldns_buffer_remaining.3.gz
/usr/share/man/man3/ldns_buffer_remaining_at.3.gz
/usr/share/man/man3/ldns_buffer_reserve.3.gz
/usr/share/man/man3/ldns_buffer_rewind.3.gz
/usr/share/man/man3/ldns_buffer_set_capacity.3.gz
/usr/share/man/man3/ldns_buffer_set_limit.3.gz
/usr/share/man/man3/ldns_buffer_set_position.3.gz
/usr/share/man/man3/ldns_buffer_skip.3.gz
/usr/share/man/man3/ldns_buffer_status.3.gz
/usr/share/man/man3/ldns_buffer_status_ok.3.gz
/usr/share/man/man3/ldns_buffer_write.3.gz
/usr/share/man/man3/ldns_buffer_write_at.3.gz
/usr/share/man/man3/ldns_buffer_write_string.3.gz
/usr/share/man/man3/ldns_buffer_write_string_at.3.gz
/usr/share/man/man3/ldns_buffer_write_u16.3.gz
/usr/share/man/man3/ldns_buffer_write_u16_at.3.gz
/usr/share/man/man3/ldns_buffer_write_u32.3.gz
/usr/share/man/man3/ldns_buffer_write_u32_at.3.gz
/usr/share/man/man3/ldns_buffer_write_u8.3.gz
/usr/share/man/man3/ldns_buffer_write_u8_at.3.gz
/usr/share/man/man3/ldns_calc_keytag.3.gz
/usr/share/man/man3/ldns_calc_keytag_raw.3.gz
/usr/share/man/man3/ldns_create_nsec.3.gz
/usr/share/man/man3/ldns_dane_cert2rdf.3.gz
/usr/share/man/man3/ldns_dane_create_tlsa_owner.3.gz
/usr/share/man/man3/ldns_dane_create_tlsa_rr.3.gz
/usr/share/man/man3/ldns_dane_select_certificate.3.gz
/usr/share/man/man3/ldns_dane_verify.3.gz
/usr/share/man/man3/ldns_dane_verify_rr.3.gz
/usr/share/man/man3/ldns_dname2canonical.3.gz
/usr/share/man/man3/ldns_dname_cat.3.gz
/usr/share/man/man3/ldns_dname_cat_clone.3.gz
/usr/share/man/man3/ldns_dname_compare.3.gz
/usr/share/man/man3/ldns_dname_interval.3.gz
/usr/share/man/man3/ldns_dname_is_subdomain.3.gz
/usr/share/man/man3/ldns_dname_label.3.gz
/usr/share/man/man3/ldns_dname_label_count.3.gz
/usr/share/man/man3/ldns_dname_left_chop.3.gz
/usr/share/man/man3/ldns_dname_new.3.gz
/usr/share/man/man3/ldns_dname_new_frm_data.3.gz
/usr/share/man/man3/ldns_dname_new_frm_str.3.gz
/usr/share/man/man3/ldns_dname_str_absolute.3.gz
/usr/share/man/man3/ldns_dnssec_build_data_chain.3.gz
/usr/share/man/man3/ldns_dnssec_data_chain.3.gz
/usr/share/man/man3/ldns_dnssec_data_chain_deep_free.3.gz
/usr/share/man/man3/ldns_dnssec_data_chain_free.3.gz
/usr/share/man/man3/ldns_dnssec_data_chain_new.3.gz
/usr/share/man/man3/ldns_dnssec_data_chain_print.3.gz
/usr/share/man/man3/ldns_dnssec_data_chain_struct.3.gz
/usr/share/man/man3/ldns_dnssec_derive_trust_tree.3.gz
/usr/share/man/man3/ldns_dnssec_derive_trust_tree_dnskey_rrset.3.gz
/usr/share/man/man3/ldns_dnssec_derive_trust_tree_ds_rrset.3.gz
/usr/share/man/man3/ldns_dnssec_derive_trust_tree_no_sig.3.gz
/usr/share/man/man3/ldns_dnssec_derive_trust_tree_normal_rrset.3.gz
/usr/share/man/man3/ldns_dnssec_name.3.gz
/usr/share/man/man3/ldns_dnssec_name_add_rr.3.gz
/usr/share/man/man3/ldns_dnssec_name_cmp.3.gz
/usr/share/man/man3/ldns_dnssec_name_find_rrset.3.gz
/usr/share/man/man3/ldns_dnssec_name_free.3.gz
/usr/share/man/man3/ldns_dnssec_name_name.3.gz
/usr/share/man/man3/ldns_dnssec_name_new.3.gz
/usr/share/man/man3/ldns_dnssec_name_new_frm_rr.3.gz
/usr/share/man/man3/ldns_dnssec_name_node_next_nonglue.3.gz
/usr/share/man/man3/ldns_dnssec_name_print.3.gz
/usr/share/man/man3/ldns_dnssec_name_set_name.3.gz
/usr/share/man/man3/ldns_dnssec_name_set_nsec.3.gz
/usr/share/man/man3/ldns_dnssec_remove_signatures.3.gz
/usr/share/man/man3/ldns_dnssec_rrs.3.gz
/usr/share/man/man3/ldns_dnssec_rrs_add_rr.3.gz
/usr/share/man/man3/ldns_dnssec_rrs_free.3.gz
/usr/share/man/man3/ldns_dnssec_rrs_new.3.gz
/usr/share/man/man3/ldns_dnssec_rrs_print.3.gz
/usr/share/man/man3/ldns_dnssec_rrsets.3.gz
/usr/share/man/man3/ldns_dnssec_rrsets_add_rr.3.gz
/usr/share/man/man3/ldns_dnssec_rrsets_free.3.gz
/usr/share/man/man3/ldns_dnssec_rrsets_new.3.gz
/usr/share/man/man3/ldns_dnssec_rrsets_print.3.gz
/usr/share/man/man3/ldns_dnssec_rrsets_set_type.3.gz
/usr/share/man/man3/ldns_dnssec_rrsets_type.3.gz
/usr/share/man/man3/ldns_dnssec_trust_tree.3.gz
/usr/share/man/man3/ldns_dnssec_trust_tree_add_parent.3.gz
/usr/share/man/man3/ldns_dnssec_trust_tree_contains_keys.3.gz
/usr/share/man/man3/ldns_dnssec_trust_tree_depth.3.gz
/usr/share/man/man3/ldns_dnssec_trust_tree_free.3.gz
/usr/share/man/man3/ldns_dnssec_trust_tree_new.3.gz
/usr/share/man/man3/ldns_dnssec_trust_tree_print.3.gz
/usr/share/man/man3/ldns_dnssec_trust_tree_print_sm.3.gz
/usr/share/man/man3/ldns_dnssec_verify_denial.3.gz
/usr/share/man/man3/ldns_dnssec_verify_denial_nsec3.3.gz
/usr/share/man/man3/ldns_dnssec_zone.3.gz
/usr/share/man/man3/ldns_dnssec_zone_add_empty_nonterminals.3.gz
/usr/share/man/man3/ldns_dnssec_zone_add_rr.3.gz
/usr/share/man/man3/ldns_dnssec_zone_create_nsecs.3.gz
/usr/share/man/man3/ldns_dnssec_zone_create_rrsigs.3.gz
/usr/share/man/man3/ldns_dnssec_zone_find_rrset.3.gz
/usr/share/man/man3/ldns_dnssec_zone_free.3.gz
/usr/share/man/man3/ldns_dnssec_zone_mark_glue.3.gz
/usr/share/man/man3/ldns_dnssec_zone_names_print.3.gz
/usr/share/man/man3/ldns_dnssec_zone_new.3.gz
/usr/share/man/man3/ldns_dnssec_zone_print.3.gz
/usr/share/man/man3/ldns_dnssec_zone_sign.3.gz
/usr/share/man/man3/ldns_dnssec_zone_sign_nsec3.3.gz
/usr/share/man/man3/ldns_duration2string.3.gz
/usr/share/man/man3/ldns_duration2time.3.gz
/usr/share/man/man3/ldns_duration_cleanup.3.gz
/usr/share/man/man3/ldns_duration_compare.3.gz
/usr/share/man/man3/ldns_duration_create.3.gz
/usr/share/man/man3/ldns_duration_create_from_string.3.gz
/usr/share/man/man3/ldns_duration_type.3.gz
/usr/share/man/man3/ldns_fget_token.3.gz
/usr/share/man/man3/ldns_fskipcs.3.gz
/usr/share/man/man3/ldns_get_errorstr_by_id.3.gz
/usr/share/man/man3/ldns_get_rr_class_by_name.3.gz
/usr/share/man/man3/ldns_get_rr_list_addr_by_name.3.gz
/usr/share/man/man3/ldns_get_rr_list_hosts_frm_file.3.gz
/usr/share/man/man3/ldns_get_rr_list_hosts_frm_fp.3.gz
/usr/share/man/man3/ldns_get_rr_list_hosts_frm_fp_l.3.gz
/usr/share/man/man3/ldns_get_rr_list_name_by_addr.3.gz
/usr/share/man/man3/ldns_get_rr_type_by_name.3.gz
/usr/share/man/man3/ldns_getaddrinfo.3.gz
/usr/share/man/man3/ldns_init_random.3.gz
/usr/share/man/man3/ldns_is_rrset.3.gz
/usr/share/man/man3/ldns_key.3.gz
/usr/share/man/man3/ldns_key2buffer_str.3.gz
/usr/share/man/man3/ldns_key2rr.3.gz
/usr/share/man/man3/ldns_key2str.3.gz
/usr/share/man/man3/ldns_key_algo_supported.3.gz
/usr/share/man/man3/ldns_key_algorithm.3.gz
/usr/share/man/man3/ldns_key_buf2dsa.3.gz
/usr/share/man/man3/ldns_key_buf2rsa.3.gz
/usr/share/man/man3/ldns_key_deep_free.3.gz
/usr/share/man/man3/ldns_key_dsa_key.3.gz
/usr/share/man/man3/ldns_key_expiration.3.gz
/usr/share/man/man3/ldns_key_flags.3.gz
/usr/share/man/man3/ldns_key_free.3.gz
/usr/share/man/man3/ldns_key_hmac_key.3.gz
/usr/share/man/man3/ldns_key_inception.3.gz
/usr/share/man/man3/ldns_key_keytag.3.gz
/usr/share/man/man3/ldns_key_list_free.3.gz
/usr/share/man/man3/ldns_key_list_key.3.gz
/usr/share/man/man3/ldns_key_list_key_count.3.gz
/usr/share/man/man3/ldns_key_list_new.3.gz
/usr/share/man/man3/ldns_key_list_pop_key.3.gz
/usr/share/man/man3/ldns_key_list_push_key.3.gz
/usr/share/man/man3/ldns_key_list_set_key_count.3.gz
/usr/share/man/man3/ldns_key_new.3.gz
/usr/share/man/man3/ldns_key_new_frm_algorithm.3.gz
/usr/share/man/man3/ldns_key_new_frm_fp.3.gz
/usr/share/man/man3/ldns_key_new_frm_fp_dsa.3.gz
/usr/share/man/man3/ldns_key_new_frm_fp_dsa_l.3.gz
/usr/share/man/man3/ldns_key_new_frm_fp_l.3.gz
/usr/share/man/man3/ldns_key_new_frm_fp_rsa.3.gz
/usr/share/man/man3/ldns_key_new_frm_fp_rsa_l.3.gz
/usr/share/man/man3/ldns_key_origttl.3.gz
/usr/share/man/man3/ldns_key_print.3.gz
/usr/share/man/man3/ldns_key_pubkey_owner.3.gz
/usr/share/man/man3/ldns_key_rr2ds.3.gz
/usr/share/man/man3/ldns_key_rsa_key.3.gz
/usr/share/man/man3/ldns_key_set_algorithm.3.gz
/usr/share/man/man3/ldns_key_set_dsa_key.3.gz
/usr/share/man/man3/ldns_key_set_expiration.3.gz
/usr/share/man/man3/ldns_key_set_flags.3.gz
/usr/share/man/man3/ldns_key_set_hmac_key.3.gz
/usr/share/man/man3/ldns_key_set_inception.3.gz
/usr/share/man/man3/ldns_key_set_keytag.3.gz
/usr/share/man/man3/ldns_key_set_origttl.3.gz
/usr/share/man/man3/ldns_key_set_pubkey_owner.3.gz
/usr/share/man/man3/ldns_key_set_rsa_key.3.gz
/usr/share/man/man3/ldns_native2rdf_int16.3.gz
/usr/share/man/man3/ldns_native2rdf_int16_data.3.gz
/usr/share/man/man3/ldns_native2rdf_int32.3.gz
/usr/share/man/man3/ldns_native2rdf_int8.3.gz
/usr/share/man/man3/ldns_octet.3.gz
/usr/share/man/man3/ldns_pkt.3.gz
/usr/share/man/man3/ldns_pkt2buffer_str.3.gz
/usr/share/man/man3/ldns_pkt2buffer_wire.3.gz
/usr/share/man/man3/ldns_pkt2str.3.gz
/usr/share/man/man3/ldns_pkt2wire.3.gz
/usr/share/man/man3/ldns_pkt_aa.3.gz
/usr/share/man/man3/ldns_pkt_ad.3.gz
/usr/share/man/man3/ldns_pkt_additional.3.gz
/usr/share/man/man3/ldns_pkt_ancount.3.gz
/usr/share/man/man3/ldns_pkt_answer.3.gz
/usr/share/man/man3/ldns_pkt_answerfrom.3.gz
/usr/share/man/man3/ldns_pkt_arcount.3.gz
/usr/share/man/man3/ldns_pkt_authority.3.gz
/usr/share/man/man3/ldns_pkt_cd.3.gz
/usr/share/man/man3/ldns_pkt_edns.3.gz
/usr/share/man/man3/ldns_pkt_edns_data.3.gz
/usr/share/man/man3/ldns_pkt_edns_extended_rcode.3.gz
/usr/share/man/man3/ldns_pkt_edns_udp_size.3.gz
/usr/share/man/man3/ldns_pkt_edns_version.3.gz
/usr/share/man/man3/ldns_pkt_edns_z.3.gz
/usr/share/man/man3/ldns_pkt_free.3.gz
/usr/share/man/man3/ldns_pkt_get_opcode.3.gz
/usr/share/man/man3/ldns_pkt_get_rcode.3.gz
/usr/share/man/man3/ldns_pkt_get_section_clone.3.gz
/usr/share/man/man3/ldns_pkt_id.3.gz
/usr/share/man/man3/ldns_pkt_new.3.gz
/usr/share/man/man3/ldns_pkt_nscount.3.gz
/usr/share/man/man3/ldns_pkt_print.3.gz
/usr/share/man/man3/ldns_pkt_qdcount.3.gz
/usr/share/man/man3/ldns_pkt_qr.3.gz
/usr/share/man/man3/ldns_pkt_query_new.3.gz
/usr/share/man/man3/ldns_pkt_query_new_frm_str.3.gz
/usr/share/man/man3/ldns_pkt_querytime.3.gz
/usr/share/man/man3/ldns_pkt_question.3.gz
/usr/share/man/man3/ldns_pkt_ra.3.gz
/usr/share/man/man3/ldns_pkt_rd.3.gz
/usr/share/man/man3/ldns_pkt_reply_type.3.gz
/usr/share/man/man3/ldns_pkt_rr_list_by_name.3.gz
/usr/share/man/man3/ldns_pkt_rr_list_by_name_and_type.3.gz
/usr/share/man/man3/ldns_pkt_rr_list_by_type.3.gz
/usr/share/man/man3/ldns_pkt_section.3.gz
/usr/share/man/man3/ldns_pkt_set_aa.3.gz
/usr/share/man/man3/ldns_pkt_set_ad.3.gz
/usr/share/man/man3/ldns_pkt_set_ancount.3.gz
/usr/share/man/man3/ldns_pkt_set_answerfrom.3.gz
/usr/share/man/man3/ldns_pkt_set_arcount.3.gz
/usr/share/man/man3/ldns_pkt_set_cd.3.gz
/usr/share/man/man3/ldns_pkt_set_edns_data.3.gz
/usr/share/man/man3/ldns_pkt_set_edns_extended_rcode.3.gz
/usr/share/man/man3/ldns_pkt_set_edns_udp_size.3.gz
/usr/share/man/man3/ldns_pkt_set_edns_version.3.gz
/usr/share/man/man3/ldns_pkt_set_edns_z.3.gz
/usr/share/man/man3/ldns_pkt_set_flags.3.gz
/usr/share/man/man3/ldns_pkt_set_id.3.gz
/usr/share/man/man3/ldns_pkt_set_nscount.3.gz
/usr/share/man/man3/ldns_pkt_set_opcode.3.gz
/usr/share/man/man3/ldns_pkt_set_qdcount.3.gz
/usr/share/man/man3/ldns_pkt_set_qr.3.gz
/usr/share/man/man3/ldns_pkt_set_querytime.3.gz
/usr/share/man/man3/ldns_pkt_set_ra.3.gz
/usr/share/man/man3/ldns_pkt_set_rcode.3.gz
/usr/share/man/man3/ldns_pkt_set_rd.3.gz
/usr/share/man/man3/ldns_pkt_set_section_count.3.gz
/usr/share/man/man3/ldns_pkt_set_size.3.gz
/usr/share/man/man3/ldns_pkt_set_tc.3.gz
/usr/share/man/man3/ldns_pkt_set_tsig.3.gz
/usr/share/man/man3/ldns_pkt_size.3.gz
/usr/share/man/man3/ldns_pkt_tc.3.gz
/usr/share/man/man3/ldns_pkt_tsig.3.gz
/usr/share/man/man3/ldns_pkt_tsig_sign.3.gz
/usr/share/man/man3/ldns_pkt_tsig_verify.3.gz
/usr/share/man/man3/ldns_pkt_type.3.gz
/usr/share/man/man3/ldns_pkt_verify.3.gz
/usr/share/man/man3/ldns_pktheader2buffer_str.3.gz
/usr/share/man/man3/ldns_rdf.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_a.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_aaaa.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_alg.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_apl.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_b64.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_class.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_hex.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_int16.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_int16_data.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_ipseckey.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_loc.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_nsap.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_nsec.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_period.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_str.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_tsigtime.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_type.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_unknown.3.gz
/usr/share/man/man3/ldns_rdf2buffer_str_wks.3.gz
/usr/share/man/man3/ldns_rdf2buffer_wire.3.gz
/usr/share/man/man3/ldns_rdf2native_int16.3.gz
/usr/share/man/man3/ldns_rdf2native_int32.3.gz
/usr/share/man/man3/ldns_rdf2native_int8.3.gz
/usr/share/man/man3/ldns_rdf2native_sockaddr_storage.3.gz
/usr/share/man/man3/ldns_rdf2native_time_t.3.gz
/usr/share/man/man3/ldns_rdf2str.3.gz
/usr/share/man/man3/ldns_rdf2wire.3.gz
/usr/share/man/man3/ldns_rdf_address_reverse.3.gz
/usr/share/man/man3/ldns_rdf_clone.3.gz
/usr/share/man/man3/ldns_rdf_compare.3.gz
/usr/share/man/man3/ldns_rdf_data.3.gz
/usr/share/man/man3/ldns_rdf_deep_free.3.gz
/usr/share/man/man3/ldns_rdf_free.3.gz
/usr/share/man/man3/ldns_rdf_get_type.3.gz
/usr/share/man/man3/ldns_rdf_new.3.gz
/usr/share/man/man3/ldns_rdf_new_frm_data.3.gz
/usr/share/man/man3/ldns_rdf_new_frm_fp.3.gz
/usr/share/man/man3/ldns_rdf_new_frm_str.3.gz
/usr/share/man/man3/ldns_rdf_print.3.gz
/usr/share/man/man3/ldns_rdf_set_data.3.gz
/usr/share/man/man3/ldns_rdf_set_size.3.gz
/usr/share/man/man3/ldns_rdf_set_type.3.gz
/usr/share/man/man3/ldns_rdf_size.3.gz
/usr/share/man/man3/ldns_rdf_type.3.gz
/usr/share/man/man3/ldns_rr.3.gz
/usr/share/man/man3/ldns_rr2buffer_str.3.gz
/usr/share/man/man3/ldns_rr2buffer_wire.3.gz
/usr/share/man/man3/ldns_rr2canonical.3.gz
/usr/share/man/man3/ldns_rr2str.3.gz
/usr/share/man/man3/ldns_rr2wire.3.gz
/usr/share/man/man3/ldns_rr_class.3.gz
/usr/share/man/man3/ldns_rr_compare.3.gz
/usr/share/man/man3/ldns_rr_compare_ds.3.gz
/usr/share/man/man3/ldns_rr_compress.3.gz
/usr/share/man/man3/ldns_rr_descript.3.gz
/usr/share/man/man3/ldns_rr_descriptor.3.gz
/usr/share/man/man3/ldns_rr_descriptor_field_type.3.gz
/usr/share/man/man3/ldns_rr_descriptor_maximum.3.gz
/usr/share/man/man3/ldns_rr_descriptor_minimum.3.gz
/usr/share/man/man3/ldns_rr_dnskey_algorithm.3.gz
/usr/share/man/man3/ldns_rr_dnskey_flags.3.gz
/usr/share/man/man3/ldns_rr_dnskey_key.3.gz
/usr/share/man/man3/ldns_rr_dnskey_protocol.3.gz
/usr/share/man/man3/ldns_rr_dnskey_set_algorithm.3.gz
/usr/share/man/man3/ldns_rr_dnskey_set_flags.3.gz
/usr/share/man/man3/ldns_rr_dnskey_set_key.3.gz
/usr/share/man/man3/ldns_rr_dnskey_set_protocol.3.gz
/usr/share/man/man3/ldns_rr_free.3.gz
/usr/share/man/man3/ldns_rr_get_class.3.gz
/usr/share/man/man3/ldns_rr_label_count.3.gz
/usr/share/man/man3/ldns_rr_list.3.gz
/usr/share/man/man3/ldns_rr_list2buffer_str.3.gz
/usr/share/man/man3/ldns_rr_list2str.3.gz
/usr/share/man/man3/ldns_rr_list_cat.3.gz
/usr/share/man/man3/ldns_rr_list_clone.3.gz
/usr/share/man/man3/ldns_rr_list_free.3.gz
/usr/share/man/man3/ldns_rr_list_new.3.gz
/usr/share/man/man3/ldns_rr_list_pop_rr.3.gz
/usr/share/man/man3/ldns_rr_list_push_rr.3.gz
/usr/share/man/man3/ldns_rr_list_rr_count.3.gz
/usr/share/man/man3/ldns_rr_list_set_rr_count.3.gz
/usr/share/man/man3/ldns_rr_list_sort.3.gz
/usr/share/man/man3/ldns_rr_mx_exchange.3.gz
/usr/share/man/man3/ldns_rr_mx_preference.3.gz
/usr/share/man/man3/ldns_rr_new.3.gz
/usr/share/man/man3/ldns_rr_new_frm_fp.3.gz
/usr/share/man/man3/ldns_rr_new_frm_str.3.gz
/usr/share/man/man3/ldns_rr_new_frm_type.3.gz
/usr/share/man/man3/ldns_rr_ns_nsdname.3.gz
/usr/share/man/man3/ldns_rr_owner.3.gz
/usr/share/man/man3/ldns_rr_pop_rdf.3.gz
/usr/share/man/man3/ldns_rr_print.3.gz
/usr/share/man/man3/ldns_rr_push_rdf.3.gz
/usr/share/man/man3/ldns_rr_rd_count.3.gz
/usr/share/man/man3/ldns_rr_rdata2buffer_wire.3.gz
/usr/share/man/man3/ldns_rr_rdf.3.gz
/usr/share/man/man3/ldns_rr_rrsig_algorithm.3.gz
/usr/share/man/man3/ldns_rr_rrsig_expiration.3.gz
/usr/share/man/man3/ldns_rr_rrsig_inception.3.gz
/usr/share/man/man3/ldns_rr_rrsig_keytag.3.gz
/usr/share/man/man3/ldns_rr_rrsig_labels.3.gz
/usr/share/man/man3/ldns_rr_rrsig_origttl.3.gz
/usr/share/man/man3/ldns_rr_rrsig_set_algorithm.3.gz
/usr/share/man/man3/ldns_rr_rrsig_set_expiration.3.gz
/usr/share/man/man3/ldns_rr_rrsig_set_inception.3.gz
/usr/share/man/man3/ldns_rr_rrsig_set_keytag.3.gz
/usr/share/man/man3/ldns_rr_rrsig_set_labels.3.gz
/usr/share/man/man3/ldns_rr_rrsig_set_origttl.3.gz
/usr/share/man/man3/ldns_rr_rrsig_set_sig.3.gz
/usr/share/man/man3/ldns_rr_rrsig_set_signame.3.gz
/usr/share/man/man3/ldns_rr_rrsig_set_typecovered.3.gz
/usr/share/man/man3/ldns_rr_rrsig_sig.3.gz
/usr/share/man/man3/ldns_rr_rrsig_signame.3.gz
/usr/share/man/man3/ldns_rr_rrsig_typecovered.3.gz
/usr/share/man/man3/ldns_rr_set_class.3.gz
/usr/share/man/man3/ldns_rr_set_owner.3.gz
/usr/share/man/man3/ldns_rr_set_pop_rr.3.gz
/usr/share/man/man3/ldns_rr_set_push_rr.3.gz
/usr/share/man/man3/ldns_rr_set_rd_count.3.gz
/usr/share/man/man3/ldns_rr_set_rdf.3.gz
/usr/share/man/man3/ldns_rr_set_ttl.3.gz
/usr/share/man/man3/ldns_rr_set_type.3.gz
/usr/share/man/man3/ldns_rr_ttl.3.gz
/usr/share/man/man3/ldns_rr_type.3.gz
/usr/share/man/man3/ldns_rr_uncompressed_size.3.gz
/usr/share/man/man3/ldns_rrsig2buffer_wire.3.gz
/usr/share/man/man3/ldns_send.3.gz
/usr/share/man/man3/ldns_sign_public.3.gz
/usr/share/man/man3/ldns_sign_public_dsa.3.gz
/usr/share/man/man3/ldns_sign_public_rsamd5.3.gz
/usr/share/man/man3/ldns_sign_public_rsasha1.3.gz
/usr/share/man/man3/ldns_status.3.gz
/usr/share/man/man3/ldns_str2period.3.gz
/usr/share/man/man3/ldns_tcp_connect.3.gz
/usr/share/man/man3/ldns_tcp_read_wire.3.gz
/usr/share/man/man3/ldns_tcp_send_query.3.gz
/usr/share/man/man3/ldns_update_adcount.3.gz
/usr/share/man/man3/ldns_update_pkt_new.3.gz
/usr/share/man/man3/ldns_update_pkt_tsig_add.3.gz
/usr/share/man/man3/ldns_update_prcount.3.gz
/usr/share/man/man3/ldns_update_set_adcount.3.gz
/usr/share/man/man3/ldns_update_set_prcount.3.gz
/usr/share/man/man3/ldns_update_set_upcount.3.gz
/usr/share/man/man3/ldns_update_set_zocount.3.gz
/usr/share/man/man3/ldns_update_upcount.3.gz
/usr/share/man/man3/ldns_update_zocount.3.gz
/usr/share/man/man3/ldns_verify.3.gz
/usr/share/man/man3/ldns_verify_notime.3.gz
/usr/share/man/man3/ldns_verify_rrsig.3.gz
/usr/share/man/man3/ldns_verify_rrsig_dsa.3.gz
/usr/share/man/man3/ldns_verify_rrsig_keylist.3.gz
/usr/share/man/man3/ldns_verify_rrsig_keylist_notime.3.gz
/usr/share/man/man3/ldns_verify_rrsig_rsamd5.3.gz
/usr/share/man/man3/ldns_verify_rrsig_rsasha1.3.gz
/usr/share/man/man3/ldns_version.3.gz
/usr/share/man/man3/ldns_wire2dname.3.gz
/usr/share/man/man3/ldns_wire2pkt.3.gz
/usr/share/man/man3/ldns_wire2rdf.3.gz
/usr/share/man/man3/ldns_wire2rr.3.gz
/usr/share/man/man3/ldns_zone.3.gz
/usr/share/man/man3/ldns_zone_deep_free.3.gz
/usr/share/man/man3/ldns_zone_free.3.gz
/usr/share/man/man3/ldns_zone_glue_rr_list.3.gz
/usr/share/man/man3/ldns_zone_new.3.gz
/usr/share/man/man3/ldns_zone_new_frm_fp.3.gz
/usr/share/man/man3/ldns_zone_new_frm_fp_l.3.gz
/usr/share/man/man3/ldns_zone_print.3.gz
/usr/share/man/man3/ldns_zone_print_fmt.3.gz
/usr/share/man/man3/ldns_zone_push_rr.3.gz
/usr/share/man/man3/ldns_zone_push_rr_list.3.gz
/usr/share/man/man3/ldns_zone_rr_count.3.gz
/usr/share/man/man3/ldns_zone_rrs.3.gz
/usr/share/man/man3/ldns_zone_set_rrs.3.gz
/usr/share/man/man3/ldns_zone_set_soa.3.gz
/usr/share/man/man3/ldns_zone_sign.3.gz
/usr/share/man/man3/ldns_zone_sign_nsec3.3.gz
/usr/share/man/man3/ldns_zone_soa.3.gz
/usr/share/man/man3/ldns_zone_sort.3.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024