~ubuntu-branches/ubuntu/trusty/opendkim/trusty

« back to all changes in this revision

Viewing changes to libvbr/vbr.3

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-06-08 14:38:25 UTC
  • mfrom: (1.2.14) (3.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20120608143825-ehz9xxdvii6podhh
Tags: 2.6.0-1
* New upstream release (now DFSG free so tarball repacking no longer
  required)
  - Rename libopendkim6 to libopendkim7 to match new soname
    - Update package and dependencies in debian/control
    - Rename .install and .doc files
  - Drop --enable-xtags from configure in debian/rules since it is now on by
    default
  - Update debian/copyright
  - Remove dversionmangle from debian/watch
  - Update README.Debian to reflect documentation no longer being stripped
* Correct copyright/license information in libar/ar-strl.h based on feedback
  from upstream (correction already implemented upstream for the next
  relese)
* Set --sysconfdir=/etc in configure so that generated man pages refer to
  the correct configuration file locations

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
.B vbr_setdnscallback(), vbr_dns_set_query_service(),
7
7
.B vbr_dns_set_query_start(), vbr_dns_set_query_cancel(),
8
8
.B vbr_dns_set_query_waitreply()
 
9
\- Vouch By Reference service facility
9
10
.SH SYNOPSIS
10
11
#include
11
12
.I <vbr.h>
272
272
library handle as its first argument, and the obvious parameter for its second.
273
273
 
274
274
By default, the library will use the stock system resolver to conduct DNS
275
 
queries.  If alternates should be used, these can be specifed using the
 
275
queries.  If alternates should be used, these can be specified using the
276
276
following functions:
277
277
 
278
278
.B vbr_dns_set_query_service()
375
375
one for each single wait request; this code indicates the former timeout
376
376
expired.
377
377
.SH COPYRIGHT
378
 
Copyright (c) 2010, The OpenDKIM Project.  All rights reserved.
 
378
Copyright (c) 2010, 2012, The OpenDKIM Project.  All rights reserved.
379
379
.SH SEE ALSO
380
380
.I intro(2)