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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Internet Software Consortium, Inc, InterNIC, LaMont Jones
  • Date: 2009-07-28 22:03:14 UTC
  • mfrom: (1.6.1 upstream) (10.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090728220314-9wztcj047dxvvhdh
Tags: 1:9.6.1.dfsg.P1-1
[Internet Software Consortium, Inc]

* A specially crafted update packet will cause named to exit. 
  CVE-2009-0696, CERT VU#725188.  Closes: #538975

[InterNIC]

* Update db.root hints file.

[LaMont Jones]

* Move default zone definitions from named.conf to named.conf.default-zones.
   Closes: #492308
* use start-stop-daemon if rndc stop fails.  Closes: #536487
* lwresd: pidfile name was wrong in init script.  Closes: #527137

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
 
2
 * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
3
3
 * Copyright (C) 2000, 2001  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.h,v 1.21 2007/06/19 23:47:17 tbox Exp $ */
 
18
/* $Id: sdb.h,v 1.21.332.2 2009/01/18 23:47:41 tbox Exp $ */
19
19
 
20
20
#ifndef DNS_SDB_H
21
21
#define DNS_SDB_H 1
127
127
 * The allnodes function, if non-NULL, fills in an opaque structure to be
128
128
 * used by a database iterator.  This allows the zone to be transferred.
129
129
 * This may use a considerable amount of memory for large zones, and the
130
 
 * zone transfer may not be fully RFC1035 compliant if the zone is 
 
130
 * zone transfer may not be fully RFC1035 compliant if the zone is
131
131
 * frequently changed.
132
132
 *
133
133
 * The create function will be called for each zone configured
134
134
 * into the name server using this database type.  It can be used
135
 
 * to create a "database object" containg zone specific data,
 
135
 * to create a "database object" containing zone specific data,
136
136
 * which can make use of the database arguments specified in the
137
137
 * name server configuration.
138
138
 *