~andreserl/ubuntu/lucid/bind9/bind9-apport-533601

« back to all changes in this revision

Viewing changes to lib/dns/include/dns/view.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2009-01-26 10:33:42 UTC
  • mfrom: (1.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090126103342-zfv3z8v6jgci62tg
* New upstream patch release
  - supportable version of fix from 9.5.0.dfsg.P2-5.1
  - CVE-2009-0025:  Closes: #511936
  - 2475: Overly agressive cache entry removal.  Closes: #511768
  - other bug fixes worthy of patch-release inclusion

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * PERFORMANCE OF THIS SOFTWARE.
16
16
 */
17
17
 
18
 
/* $Id: view.h,v 1.107.128.4 2008/04/03 06:20:34 tbox Exp $ */
 
18
/* $Id: view.h,v 1.107.128.5 2008/05/29 22:54:02 each Exp $ */
19
19
 
20
20
#ifndef DNS_VIEW_H
21
21
#define DNS_VIEW_H 1
123
123
        dns_acl_t *                     recursionacl;
124
124
        dns_acl_t *                     recursiononacl;
125
125
        dns_acl_t *                     sortlist;
 
126
        dns_acl_t *                     notifyacl;
 
127
        dns_acl_t *                     transferacl;
 
128
        dns_acl_t *                     updateacl;
 
129
        dns_acl_t *                     upfwdacl;
126
130
        isc_boolean_t                   requestixfr;
127
131
        isc_boolean_t                   provideixfr;
128
132
        isc_boolean_t                   requestnsid;