~ubuntu-branches/ubuntu/natty/bind9/natty-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Internet Software Consortium, Inc
  • Date: 2010-03-17 08:06:42 UTC
  • mfrom: (1.6.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100317080642-k7us37vn1mpgagmv
Tags: 1:9.7.0.dfsg.P1-1
[Internet Software Consortium, Inc]

* 9.7.0-P1
  - 2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
 
2
 * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
3
3
 * Copyright (C) 2000-2003  Internet Software Consortium.
4
4
 *
5
5
 * Permission to use, copy, modify, and/or distribute this software for any
15
15
 * PERFORMANCE OF THIS SOFTWARE.
16
16
 */
17
17
 
18
 
/* $Id: validator.h,v 1.44 2009/01/17 13:20:45 fdupont Exp $ */
 
18
/* $Id: validator.h,v 1.44.244.2 2010/02/25 05:26:27 tbox Exp $ */
19
19
 
20
20
#ifndef DNS_VALIDATOR_H
21
21
#define DNS_VALIDATOR_H 1
159
159
        isc_boolean_t                   mustbesecure;
160
160
        unsigned int                    dlvlabels;
161
161
        unsigned int                    depth;
 
162
        unsigned int                    authcount;
 
163
        unsigned int                    authfail;
162
164
};
163
165
 
164
166
/*%