summaryrefslogtreecommitdiff
path: root/external/mpl/bind/dist/lib/dns/tests/testdata/dbiterator/zone1.data
blob: c380d39cddffec6bf1d961bd1aebad732e5e1ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, you can obtain one at https://mozilla.org/MPL/2.0/.
;
; See the COPYRIGHT file distributed with this work for additional
; information regarding copyright ownership.

$TTL 600
@		in	soa	localhost. postmaster.localhost. (
				2011080901	;serial
				3600		;refresh
				1800		;retry
				604800		;expiration
				600 )		;minimum
 		in	ns	ns
 		in	ns	ns2
ns		in	a	10.0.0.1
ns2		in	a	10.0.0.2

a		in	txt	"test"
b		in	txt	"test"
c		in	txt	"test"
d.e.f		in	txt	"test"
e		in	txt	"test"
f.g.h		in	txt	"test"
f.g.i		in	txt	"test"
f.g.j		in	txt	"test"
k		in	txt	"test"
v 2014-03-18Merge riastradh-drm2 to HEAD.riastradh 2013-07-20Use Mt for email addresses.wiz 2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem 2009-01-18fix -Wsign-compare issueslukem 2007-12-15convert __attribute__s to applicable cdefs.h macrosperry 2006-10-22- add volatilechristos 2006-04-09Coverity CID 2355: Checking event for NULL is supefluous; restructure thechristos 2006-04-09Pass lint. Also fix errx/err confusion.christos 2005-06-02Improve argument error checking.lukem 2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv 2003-06-23Add NetBSD RCS Ids.agc 2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz 2002-10-16fix coredump when "command" is omitted.yamt 2002-09-30New sentence, new line.grant 2002-06-07Some more Athlon counter names.gmcgarry 2002-06-07Athlon support.gmcgarry 2002-06-07Support i586 counters.gmcgarry 2002-06-06Add a DIAGNOSTIC section to clarify potential problems.gmcgarry 2002-06-06The most likely failure of i386_pmc_info() is that the kernel doesn'tgmcgarry 2002-02-07Edit -mdoc usage.ross 2002-01-03Due to a typo, the kernel and user counters were getting swapped. Makebriggs 2001-12-31Need <string.h> for memset() and strcmp() prototypes (noticed bythorpej 2001-06-05Don't give .Os an argument, not even 'NetBSD' (default includes version).wiz