~ubuntu-branches/ubuntu/lucid/bind9/lucid-updates

« back to all changes in this revision

Viewing changes to lib/dns/sdb.c

  • 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, 2001, 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: sdb.c,v 1.71 2009/10/08 23:13:07 marka Exp $ */
 
18
/* $Id: sdb.c,v 1.71.112.2 2010/02/25 05:26:27 tbox Exp $ */
19
19
 
20
20
/*! \file */
21
21
 
1387
1387
        NULL,
1388
1388
        NULL,
1389
1389
        NULL,
 
1390
        NULL,
 
1391
        NULL,
1390
1392
        NULL
1391
1393
};
1392
1394