/bind-9.6-ESV-R11/bin/tests/system/emptyzones/ns1/ |
H A D | rfc1918.zones | 17 zone "10.IN-ADDR.ARPA" { type master; file "empty.db"; }; 18 zone "16.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 19 zone "17.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 20 zone "18.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 21 zone "19.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 22 zone "20.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 23 zone "21.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 24 zone "22.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 25 zone "23.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 26 zone "24.172.IN-ADDR.ARPA" { type master; file "empt [all...] |
/bind-9.6-ESV-R11/contrib/zkt/examples/flat/ |
H A D | zone.conf | 4 file "example.net/zone.db.signed"; 9 file "sub.example.net/zone.db.signed";
|
H A D | named.conf | 12 file "/var/log/named" versions 3 size 2m; 19 file "/var/log/named"; 26 # file "/var/log/named-dnssec" ; 27 file "/var/log/named" ; 46 dump-file "/var/log/named_dump.db"; 47 statistics-file "/var/log/named.stats"; 86 file "root.hint"; 91 file "localhost.zone"; 96 file "127.0.0.zone"; 103 file "exampl [all...] |
/bind-9.6-ESV-R11/contrib/zkt/examples/hierarchical/ |
H A D | zone.conf | 4 file "de/example.de/zone.db.signed"; 9 file "de/example.de/sub.example.de/zone.db.signed";
|
H A D | named.conf | 12 file "/var/log/named" versions 3 size 2m; 19 file "/var/log/named"; 26 # file "/var/log/named-dnssec" ; 27 file "/var/log/named" ; 46 dump-file "/var/log/named_dump.db"; 47 statistics-file "/var/log/named.stats"; 89 file "root.hint"; 94 file "localhost.zone"; 99 file "127.0.0.zone";
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zfparse.h | 3 ** @(#) zfparse.h -- headerfile for a zone file parser 40 extern int parsezonefile (const char *file, long *pminttl, long *pmaxttl, const char *keydbfile); 41 extern int addkeydb (const char *file, const char *keydbfile);
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/ |
H A D | testutil.c | 9 * By using this file, you agree to the terms and conditions set forth bellow. 23 * appear in each source code file, this License Terms and Conditions. 56 FILE *file; local 61 file = fopen(filename, "w"); 62 if (file == NULL) { 63 fprintf(stderr, "failed to create config file `%s'\n", 75 fputc('\n', file); 76 fputs(arg, file); 79 fputc('\n', file); 81 fclose(file); [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | sanity.c | 63 atf_sanity_inv(const char *file, int line, const char *cond) argument 65 fail("Invariant check failed at %s:%d: %s", file, line, cond); 69 atf_sanity_pre(const char *file, int line, const char *cond) argument 71 fail("Precondition check failed at %s:%d: %s", file, line, cond); 75 atf_sanity_post(const char *file, int line, const char *cond) argument 77 fail("Postcondition check failed at %s:%d: %s", file, line, cond);
|
/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | missing | 23 # distribute this file as part of a program that contains a 54 # a file that requires a minimum version. In this case we 76 aclocal touch file 'aclocal.m4' 77 autoconf touch file 'configure' 78 autoheader touch file 'config.h.in' 79 autom4te touch the output file, or create a stub one 83 help2man touch the output file 85 makeinfo touch the output file 195 file=`echo "$*" | sed -n "$sed_output"` 196 test -z "$file" [all...] |
H A D | compile | 23 # distribute this file as part of a program that contains a 27 # This file is maintained in Automake, please report 41 # Convert a $build file to $host form and store it in $file 47 file=$1 48 case $file in 49 / | /[!/]*) # absolute file, and not a UNC file 68 file=`cmd //C echo "$file " | se [all...] |
/bind-9.6-ESV-R11/bin/tests/system/dnssec/ns3/ |
H A D | named.conf | 29 pid-file "named.pid"; 49 file "../../common/root.hint"; 55 file "example.bk"; 60 file "secure.example.db.signed"; 66 file "bogus.example.db.signed"; 72 file "dynamic.example.db.signed"; 78 file "insecure.example.db"; 84 file "insecure.nsec3.example.db"; 90 file "insecure.optout.example.db"; 96 file "keyles [all...] |
/bind-9.6-ESV-R11/lib/isc/ |
H A D | error.c | 20 /*! \file */ 61 isc_error_unexpected(const char *file, int line, const char *format, ...) { argument 65 (unexpected_callback)(file, line, format, args); 70 isc_error_fatal(const char *file, int line, const char *format, ...) { argument 74 (fatal_callback)(file, line, format, args); 80 isc_error_runtimecheck(const char *file, int line, const char *expression) { argument 81 isc_error_fatal(file, line, "RUNTIME_CHECK(%s) %s", expression, 87 default_unexpected_callback(const char *file, int line, const char *format, argument 90 fprintf(stderr, "%s:%d: ", file, line); 97 default_fatal_callback(const char *file, in argument [all...] |
H A D | assertions.c | 20 /*! \file */ 46 isc_assertion_failed(const char *file, int line, isc_assertiontype_t type, argument 49 isc_assertion_failed_cb(file, line, type, cond); 98 default_callback(const char *file, int line, isc_assertiontype_t type, argument 102 file, line, isc_assertion_typetotext(type), cond,
|
/bind-9.6-ESV-R11/bin/tests/system/dlv/ns3/ |
H A D | named.conf | 26 pid-file "named.pid"; 34 zone "." { type hint; file "hints"; }; 35 zone "dlv.utld" { type master; file "dlv.signed"; }; 36 zone "child1.utld" { type master; file "child1.signed"; }; // dlv 37 zone "child3.utld" { type master; file "child3.signed"; }; // dlv 38 zone "child4.utld" { type master; file "child4.signed"; }; // dlv 39 zone "child5.utld" { type master; file "child5.signed"; }; // dlv 40 zone "child7.utld" { type master; file "child7.signed"; }; // no dlv 41 zone "child8.utld" { type master; file "child8.signed"; }; // no dlv 42 zone "child9.utld" { type master; file "child [all...] |
/bind-9.6-ESV-R11/win32utils/ |
H A D | updateopenssl.pl | 43 foreach $file (@filelist) { 44 print "Updating file $file\n"; 45 updatefile($file, $substr); 53 my($file, $name); 63 # Now see if we have a directory or just a file. 65 foreach $file (sort {uc($a) cmp uc($b)} @namelist) { 66 if (-d $path.$file) { 67 $name = $file; 91 open (RFILE, $filename) || die "Can't open file [all...] |
/bind-9.6-ESV-R11/bin/tests/system/dlv/ns6/ |
H A D | named.conf | 26 pid-file "named.pid"; 34 zone "." { type hint; file "hints"; }; 35 zone "grand.child1.utld" { type master; file "grand.child1.signed"; }; 36 zone "grand.child3.utld" { type master; file "grand.child3.signed"; }; 37 zone "grand.child4.utld" { type master; file "grand.child4.signed"; }; 38 zone "grand.child5.utld" { type master; file "grand.child5.signed"; }; 39 zone "grand.child7.utld" { type master; file "grand.child7.signed"; }; 40 zone "grand.child8.utld" { type master; file "grand.child8.signed"; }; 41 zone "grand.child9.utld" { type master; file "grand.child9.signed"; }; 42 zone "grand.child10.utld" { type master; file "gran [all...] |
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/ |
H A D | mkinstalldirs | 11 for file 13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
|
/bind-9.6-ESV-R11/ |
H A D | mkinstalldirs | 11 for file 13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | journalprint.c | 20 /*! \file */ 48 destination.file.stream = errout; 49 destination.file.name = NULL; 50 destination.file.versions = ISC_LOG_ROLLNEVER; 51 destination.file.maximum_size = 0; 65 char *file; local 75 file = argv[1]; 80 result = dns_journal_print(mctx, file, stdout);
|
/bind-9.6-ESV-R11/bin/tests/system/allow_query/ns2/ |
H A D | named40.conf | 37 pid-file "named.pid"; 47 file "../../common/root.hint"; 52 file "normal.db"; 57 file "any.db"; 63 file "none.db"; 69 file "addrallow.db"; 75 file "addrnotallow.db"; 81 file "addrdisallow.db"; 87 file "aclallow.db"; 93 file "aclnotallo [all...] |
/bind-9.6-ESV-R11/bin/tests/system/formerr/ |
H A D | formerr.pl | 20 # arbitrary address and port. The packet is specified in a file or on 44 # to udp, and file to stdin. 56 print ("Usage: packet.pl [-a address] [-p port] [file]\n"); 69 my $file = "STDIN"; 73 $file = "FH"; 77 while (defined(my $line = <$file>) ) { 102 close $file;
|
/bind-9.6-ESV-R11/bin/tests/system/ |
H A D | packet.pl | 20 # arbitrary address and port. The packet is specified in a file or on 44 # to udp, and file to stdin. 56 print ("Usage: packet.pl [-a address] [-p port] [-t (tcp|udp)] [file]\n"); 73 my $file = "STDIN"; 77 $file = "FH"; 81 while (defined(my $line = <$file>) ) { 107 close $file;
|
/bind-9.6-ESV-R11/bin/win32/BINDInstall/ |
H A D | BINDInstall.h | 41 #error include 'stdafx.h' before including this file for PCH
|
/bind-9.6-ESV-R11/bin/tests/system/dnssec/ns2/ |
H A D | named.conf | 29 pid-file "named.pid"; 40 file "../../common/root.hint"; 45 file "dlv.db.signed"; 50 file "example.db.signed"; 56 file "private.secure.example.db.signed"; 62 file "insecure.secure.example.db"; 68 file "rfc2335.example.db"; 73 file "child.nsec3.example.db"; 79 file "child.optout.example.db"; 85 file "badpara [all...] |
/bind-9.6-ESV-R11/bin/tests/system/logfileconfig/ns1/ |
H A D | named.dirconf | 24 pid-file "named.pid"; 35 file "named_dir"; 55 file "root.db";
|