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

« back to all changes in this revision

Viewing changes to lib/isc/include/isc/platform.h.in

  • 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-2008  Internet Systems Consortium, Inc. ("ISC")
 
2
 * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
3
3
 * Copyright (C) 1999-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: platform.h.in,v 1.45.60.3 2008/06/24 00:09:12 jinmei Exp $ */
 
18
/* $Id: platform.h.in,v 1.48.84.2 2009/02/16 23:47:15 tbox Exp $ */
19
19
 
20
20
#ifndef ISC_PLATFORM_H
21
21
#define ISC_PLATFORM_H 1
94
94
@ISC_PLATFORM_NEEDPTON@
95
95
 
96
96
/*! \brief
97
 
 * If this system needs inet_aton(), ISC_PLATFORM_NEEDATON will be defined.
98
 
 */
99
 
@ISC_PLATFORM_NEEDATON@
100
 
 
101
 
/*! \brief
102
97
 * If this system needs in_port_t, ISC_PLATFORM_NEEDPORTT will be defined.
103
98
 */
104
99
@ISC_PLATFORM_NEEDPORTT@