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

« back to all changes in this revision

Viewing changes to lib/dns/sdlz.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
 
 * Portions Copyright (C) 2005-2009  Internet Systems Consortium, Inc. ("ISC")
 
2
 * Portions Copyright (C) 2005-2010  Internet Systems Consortium, Inc. ("ISC")
3
3
 * Portions Copyright (C) 1999-2001  Internet Software Consortium.
4
4
 *
5
5
 * Permission to use, copy, modify, and/or distribute this software for any
50
50
 * USE OR PERFORMANCE OF THIS SOFTWARE.
51
51
 */
52
52
 
53
 
/* $Id: sdlz.c,v 1.22 2009/09/01 00:22:26 jinmei Exp $ */
 
53
/* $Id: sdlz.c,v 1.22.162.2 2010/02/25 05:26:27 tbox Exp $ */
54
54
 
55
55
/*! \file */
56
56
 
1211
1211
        NULL,
1212
1212
        NULL,
1213
1213
        NULL,
 
1214
        NULL,
 
1215
        NULL,
1214
1216
        NULL
1215
1217
};
1216
1218