Commit graph

7 commits

Author SHA1 Message Date
schnoebe
4db582a811 trying to use -O2 on alpha does not work.. :( Drop back to -O1. 2013-01-26 21:25:12 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
cheusov
439684c0ab Add CONFLICTS between mail/rblcheck and net/udns 2012-10-21 17:37:03 +00:00
adam
79a39f0e55 Changes 0.2:
* bugfix: SRV RR handling: fix domain name parsing and crash in case
  if no port is specified on input for SRV record query
* (trivial api) dns_set_opts() now returns number of unrecognized
  options instead of always returning 0
* dnsget: combine -f and -o options in dnsget (and stop documenting -f),
  and report unknown/invalid -o options (and error out)
* dnsget: pretty-print SSHFP RRs
2012-05-12 05:38:00 +00:00
adam
124a38a304 Switch to INSTALL_LIB 2011-01-28 09:09:40 +00:00
adam
f80a1361f1 Changes 0.1:
* bugfix: udns_new(old) - when actually cloning another context -
  makes the new context referencing memory from old, which leads
  to crashes when old is modified later
* use random queue IDs (the 16bit qID) in queries instead of sequentional
  ones, based on simple pseudo-random RNG by Bob Jenkins (udns_jran.[ch]).
  Some people believe that this improves security (CVE-2008-1447).  I'm
  still not convinced (see comments in udns_resolver.c), but it isn't
  difficult to add after all.
* deprecate dns_random16() function which was declared in udns.h
  (not anymore) but never documented.  In order to keep ABI compatible
  it is still exported.
* library has a way now to set query flags (DNS_SET_DO; DNS_SET_CD).
* dnsget now prints non-printable chars in all strings in DNS RRs using
  decimal escape sequences (\%03u) instead of hexadecimal (\%02x) when
  before - other DNS software does it like this.
* recognize a few more record types in dnsget, notable some DNSSEC RRs;
  add -f option for dnsget to set query flags.
* udns is not a Debian native package anymore (was a wrong idea)
2011-01-28 08:29:34 +00:00
schnoebe
c2d2fd7e78 UDNS is a stub DNS resolver library with ability to perform both
synchronous and asynchronous DNS queries.
2009-08-01 02:41:22 +00:00