[Midnightbsd-cvs] src: dns/dns: Update for bind 9.4.2
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Apr 27 22:14:04 EDT 2008
Log Message:
-----------
Update for bind 9.4.2
Modified Files:
--------------
src/lib/bind/dns/dns:
enumclass.h (r1.4 -> r1.5)
enumtype.h (r1.4 -> r1.5)
rdatastruct.h (r1.5 -> r1.6)
-------------- next part --------------
Index: rdatastruct.h
===================================================================
RCS file: /home/cvs/src/lib/bind/dns/dns/rdatastruct.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -L lib/bind/dns/dns/rdatastruct.h -L lib/bind/dns/dns/rdatastruct.h -u -r1.5 -r1.6
--- lib/bind/dns/dns/rdatastruct.h
+++ lib/bind/dns/dns/rdatastruct.h
@@ -1,5 +1,8 @@
+/* $MidnightBSD$ */
+/* $FreeBSD: src/lib/bind/dns/dns/rdatastruct.h,v 1.5 2007/06/02 23:24:14 dougb Exp $ */
+
/*
- * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -96,6 +99,40 @@
#endif /* IN_1_A_1_H */
/*
+ * Copyright (C) 2005 Internet Systems Consortium, Inc. ("ISC")
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+ * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+ * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+ * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+ * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ * PERFORMANCE OF THIS SOFTWARE.
+ */
+
+/* $Id: a_1.h,v 1.2.2.2 2005/06/05 00:02:22 marka Exp $ */
+
+/* by Bjorn.Victor at it.uu.se, 2005-05-07 */
+/* Based on generic/mx_15.h */
+
+#ifndef CH_3_A_1_H
+#define CH_3_A_1_H 1
+
+typedef isc_uint16_t ch_addr_t;
+
+typedef struct dns_rdata_ch_a {
+ dns_rdatacommon_t common;
+ isc_mem_t *mctx;
+ dns_name_t ch_addr_dom; /* ch-addr domain for back mapping */
+ ch_addr_t ch_addr; /* chaos address (16 bit) network order */
+} dns_rdata_ch_a_t;
+
+#endif /* CH_3_A_1_H */
+/*
* Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001 Internet Software Consortium.
*
Index: enumclass.h
===================================================================
RCS file: /home/cvs/src/lib/bind/dns/dns/enumclass.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -L lib/bind/dns/dns/enumclass.h -L lib/bind/dns/dns/enumclass.h -u -r1.4 -r1.5
--- lib/bind/dns/dns/enumclass.h
+++ lib/bind/dns/dns/enumclass.h
@@ -1,5 +1,8 @@
+/* $MidnightBSD$ */
+/* $FreeBSD: src/lib/bind/dns/dns/enumclass.h,v 1.5 2007/06/02 23:24:13 dougb Exp $ */
+
/*
- * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -33,6 +36,10 @@
((dns_rdataclass_t)dns_rdataclass_reserved0)
dns_rdataclass_in = 1,
#define dns_rdataclass_in ((dns_rdataclass_t)dns_rdataclass_in)
+ dns_rdataclass_chaos = 3,
+#define dns_rdataclass_chaos ((dns_rdataclass_t)dns_rdataclass_chaos)
+ dns_rdataclass_ch = 3,
+#define dns_rdataclass_ch ((dns_rdataclass_t)dns_rdataclass_ch)
dns_rdataclass_hs = 4,
#define dns_rdataclass_hs ((dns_rdataclass_t)dns_rdataclass_hs)
dns_rdataclass_none = 254,
Index: enumtype.h
===================================================================
RCS file: /home/cvs/src/lib/bind/dns/dns/enumtype.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -L lib/bind/dns/dns/enumtype.h -L lib/bind/dns/dns/enumtype.h -u -r1.4 -r1.5
--- lib/bind/dns/dns/enumtype.h
+++ lib/bind/dns/dns/enumtype.h
@@ -1,5 +1,8 @@
+/* $MidnightBSD$ */
+/* $FreeBSD: src/lib/bind/dns/dns/enumtype.h,v 1.5 2007/06/02 23:24:13 dougb Exp $ */
+
/*
- * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
More information about the Midnightbsd-cvs
mailing list