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

« back to all changes in this revision

Viewing changes to lib/isc/win32/netdb.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, 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
 
2
 * Copyright (C) 2004, 2006, 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: netdb.h,v 1.7 2007/06/19 23:47:19 tbox Exp $ */
 
18
/* $Id: netdb.h,v 1.7.332.2 2009/01/18 23:47:41 tbox Exp $ */
19
19
 
20
20
#ifndef NETDB_H
21
21
#define NETDB_H 1
22
22
 
23
 
#include <stddef.h>     
 
23
#include <stddef.h>
24
24
#include <winsock2.h>
25
25
 
26
26
/*
60
60
#define NETDB_INTERNAL  -1      /* see errno */
61
61
#define NETDB_SUCCESS   0       /* no problem */
62
62
#define HOST_NOT_FOUND  1 /* Authoritative Answer Host not found */
63
 
#define TRY_AGAIN       2 /* Non-Authoritive Host not found, or SERVERFAIL */
 
63
#define TRY_AGAIN       2 /* Non-Authoritative Host not found, or SERVERFAIL */
64
64
#define NO_RECOVERY     3 /* Non recoverable errors, FORMERR, REFUSED, NOTIMP */
65
65
#define NO_DATA         4 /* Valid name, no data record of requested type */
66
66
#define NO_ADDRESS      NO_DATA         /* no address, look for MX record */