Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1420)

Side by Side Diff: net/data/fuzzer_dictionaries/net_host_resolver_impl_fuzzer.dict

Issue 2128583006: [libfuzzer] Add or update dictionaries for //net fuzzers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # Fuzzer dictionary targetting DNS responses.
6
7 # Some 16-bit big-endian values. Useful in a number of fields. Includes
8 # A, AAAA, and CNAME IDs, low values for record counts, and multiples of
9 # lengths of A and AAAA data fields.
10 "\x00\x00"
11 "\x00\x01"
12 "\x00\x02"
13 "\x00\x03"
14 "\x00\x04"
15 "\x00\x05"
16 "\x00\x08"
17 "\x00\x0C"
18 "\x00\x10"
19 "\x00\x1C"
20 "\x00\x20"
21 "\x00\x30"
22
23 # Some encoded domain names.
24 "\x03foo\x00"
25 "\x03foo\x03com\x00"
26 "\x01a\x03foo\x03com\x00"
27 "\x03bar\x00"
28
29 # Message headers (Without message ID field).
30 "\x81\x80\x00\x01\x00\x01\x00\x00\x00\x00"
31 # Truncated message, requiring TCP fallback.
32 "\x83\x80\x00\x01\x00\x01\x00\x00\x00\x00"
33 # Varying number of answers
34 "\x81\x80\x00\x01\x00\x00\x00\x00\x00\x00"
35 "\x81\x80\x00\x01\x00\x02\x00\x00\x00\x00"
36 "\x81\x80\x00\x01\x00\x10\x00\x00\x00\x00"
37
38 # A, AAAA, and CNAME request suffixes - appear after domain name.
39 "\x00\x01\x00\x01"
40 "\x00\x1c\x00\x01"
41 "\x00\x05\x00\x01"
42
43 # A, AAAA, and CNAME requests for foo and foo.com.
44 "\x03foo\x00\x00\x01\x00\x01"
45 "\x03foo\x00\x00\x1c\x00\x01"
46 "\x03foo\x00\x00\x05\x00\x01"
47 "\x03foo\x03com\x00\x00\x01\x00\x01"
48 "\x03foo\x03com\x00\x00\x1c\x00\x01"
49 "\x03foo\x03com\x00\x00\x05\x00\x01"
50
51 # All of the answers below are missing the name field, which should appear
52 # first.
53
54 # A answer suffixes, two different IP and TTLs.
55 "\x00\x01\x00\x01\x00\x00\x00\x00\x00\x04\x01\x02\x03\x04"
56 "\x00\x01\x00\x01\x00\x00\x00\xFF\x00\x04\x02\x03\x04\x05"
57
58 # AAAA answer suffixes, two different IPs and TTLs.
59 "\x00\x1C\x00\x01\x00\x00\x00\x00\x00\x08\x01\x02\x03\x04\x05\x06\x07\x08"
60 "\x00\x1C\x00\x01\x00\x00\x00\xFF\x00\x08\x02\x03\x04\x05\x06\x07\x08\x09"
61
62 # CDATA answer suffixes, first two truncated as well.
63 "\x00\x05\x00\x01\x00\x00\x00\xFF"
64 "\x00\x05\x00\x01\x00\x00\x00\xFF\x00\x05"
65 "\x00\x05\x00\x01\x00\x00\x00\xFF\x00\x05\x03foo\x00"
66 "\x00\x05\x00\x01\x00\x00\x00\xFF\x00\x05\x03bar\x00"
67 "\x00\x05\x00\x01\x00\x00\x00\xFF\x00\x09\x03foo\x03com\x00"
68
69
70 # This part has been generated with testing/libfuzzer/dictionary_generator.py
71 # using net_host_resolver_impl_fuzzer binary, RFC 1034 and RFC 1035.
72 "EXPIRE"
73 "all"
74 "code"
75 "QNAME=ISI.EDU.,"
76 "chain"
77 "C.ISI.EDU,"
78 "C.ISI.EDU."
79 "results"
80 "existing"
81 "INTRODUCTION"
82 "52.0.0.10.IN-ADDR.ARPA."
83 "QCLASS"
84 "[RFC-799]"
85 "follow"
86 "XX.LCS.MIT.EDU."
87 "(which"
88 "C.ISI.EDU:"
89 "content"
90 "A.B.X,"
91 "pointing"
92 "zone"
93 "A.B.C.D"
94 "CPU"
95 "(RCODE)"
96 "send"
97 "IN-ADDR.ARPA"
98 "0"
99 "Host"
100 "program"
101 "under"
102 "\"*.X\","
103 "exit."
104 "resources"
105 "TOPS20"
106 "labels"
107 "string"
108 "advantage"
109 "returning"
110 "very"
111 "none"
112 "C.ISI.EDU)"
113 "AXFR"
114 "YALE.ARPA."
115 "difference"
116 "Experimental"
117 "entire"
118 "did"
119 "supports"
120 "list"
121 "large"
122 "CNAME,"
123 "-1"
124 "delegate"
125 "small"
126 "ASCII"
127 "C."
128 "M."
129 "YALE.EDU."
130 "direct"
131 "past"
132 "likely"
133 "\"A\""
134 "\"IN-ADDR.ARPA\"."
135 "XX.LCS.MIT.EDU,"
136 "HINFO"
137 "RFC-1031,"
138 "IN,"
139 "particular,"
140 "Z."
141 "errors"
142 "appear"
143 "ARPANET"
144 "QNAME=65.0.6.26.IN-ADDR.ARPA.,QCLASS=IN,QTYPE=PTR"
145 "QCLASS=*"
146 "section"
147 "51.0.0.10.IN-ADDR.ARPA."
148 "children"
149 "current"
150 "DEC-2060"
151 "waiting"
152 "version"
153 "above"
154 "TTL"
155 "[RFC-742]"
156 "shared"
157 "method"
158 "QTYPE=NS"
159 "FTP"
160 "*.A.X.COM"
161 "hash"
162 "EDU."
163 "exchange"
164 "QTYPE=CNAME,"
165 "never"
166 "[RFC-"
167 "here"
168 "\"HOSTNAME"
169 "RFC-793,"
170 "address"
171 "SNAME,"
172 "path"
173 "Distribution"
174 "\"NAME/FINGER\","
175 "change"
176 "search"
177 "SRI-NIC.ARPA."
178 "[RFC-952,"
179 "SRI-NIC.ARPA,"
180 "MB"
181 "receive"
182 "changed"
183 "SRI-NIC.ARPA:"
184 "prior"
185 "amount"
186 "QTYPE=CNAME"
187 "RFC-822."
188 "here."
189 "published"
190 "NOT"
191 "Serial"
192 "J.,"
193 "error,"
194 "MX"
195 "error."
196 "composed"
197 "named"
198 "via"
199 "useful"
200 "addresses"
201 "case."
202 "ARPA"
203 "When"
204 "private"
205 "*.X.COM"
206 "total"
207 "gateway"
208 "select"
209 "Status"
210 "SRI-NIC.ARPA"
211 "use"
212 "SNAME"
213 "from"
214 "would"
215 "to"
216 "positive"
217 "contains"
218 "(QCLASS)"
219 "two"
220 "[RFC-1032]."
221 "(DNS),"
222 "TELNET,"
223 "call"
224 "B.X,"
225 "memory"
226 "type"
227 "until"
228 "used."
229 "more"
230 "sort"
231 "QNAME=SIR-NIC.ARPA,"
232 "MILNET"
233 "name."
234 "Domain"
235 "[IEN-116,"
236 "PTR)."
237 "HOSTS.TXT,"
238 "COMSAT,"
239 "EXPIRE."
240 "known"
241 "cases"
242 "must"
243 "EVEN"
244 "account"
245 "include"
246 "QCLASS=IN."
247 "QNAME=USC-ISIC.ARPA.,"
248 "this"
249 "CNAME."
250 "work"
251 "EDU,"
252 "can"
253 "evolved"
254 "EDU"
255 "following"
256 "original"
257 "root"
258 "example"
259 "F."
260 "history"
261 "type."
262 "stream"
263 "Organizations"
264 "process"
265 "pieces"
266 "high"
267 "minimum"
268 "[RFC-953]"
269 "numbers"
270 "want"
271 "allowed"
272 "serial"
273 "keep"
274 "IEN-116,"
275 "returned"
276 "class."
277 "information"
278 "class,"
279 "end"
280 "goal"
281 "[RFC-1033]."
282 "divided"
283 "holds"
284 "write"
285 "located"
286 "NOSC"
287 "VENERA.ISI.EDU.|"
288 "plus"
289 "Z.X"
290 "A"
291 "map"
292 "[RFC-810]"
293 "QTYPE."
294 "may"
295 "after"
296 "Request"
297 "containing"
298 "RFC-1032,"
299 "date"
300 "such"
301 "[RFC-1035]."
302 "data"
303 "response"
304 "types"
305 "\"A"
306 "a"
307 "FTP,"
308 "All"
309 "short"
310 "attempt"
311 "IF"
312 "After"
313 "UDEL.EDU."
314 "SRI,"
315 ")"
316 "RFC-953,"
317 "so"
318 "TELNET)."
319 "MIT.EDU"
320 "order"
321 "(HOSTS.TXT)"
322 "ACHILLES"
323 "ISI.EDU"
324 "MIL"
325 "over"
326 "move"
327 "vary"
328 "Z.X),"
329 "RFC-830,"
330 "through"
331 "V."
332 "during"
333 "still"
334 "pointer"
335 "its"
336 "STYPE"
337 "before"
338 "25"
339 "style"
340 "HAS"
341 "group"
342 "RR"
343 "HOSTMASTER.SRI-NIC.ARPA."
344 "65.0.6.26.IN-ADDR.ARPA,"
345 "fix"
346 "65.0.6.26.IN-ADDR.ARPA."
347 "28"
348 "actually"
349 "RD"
350 "NAMES"
351 "YALE"
352 "policy"
353 "mail"
354 "QNAME=BRL.MIL,"
355 "it."
356 "them"
357 "good"
358 "return"
359 "greater"
360 "combination"
361 "B.C.D,"
362 "matches"
363 "RA,"
364 "ACM,"
365 "9"
366 "ARPA."
367 "they"
368 "half"
369 "not"
370 "However,"
371 "parsing"
372 "[RFC-973]"
373 "instructions"
374 "OPCODE=SQUERY,RESPONSE"
375 "term"
376 "name"
377 "RFC,"
378 "always"
379 "Authority"
380 "THIS"
381 "RFC."
382 "mode"
383 "timeout"
384 "RFC-799,"
385 "found"
386 "|"
387 "mean"
388 "RESOLVERS"
389 "status"
390 "domain"
391 "From"
392 "Network"
393 "QTYPE,"
394 "series"
395 "SOME"
396 "idea"
397 "related"
398 "CNAME"
399 "UDEL"
400 "happen"
401 "beyond"
402 "RFC-882"
403 "special"
404 "out"
405 "try"
406 "E."
407 "space"
408 "open"
409 "since"
410 "stub"
411 "L."
412 "MINIMUM"
413 "RFC-768,"
414 "RDATA"
415 "get"
416 "cause"
417 "REFRESH,"
418 "HOSTMASTER@SRI-NIC.ARPA."
419 "SERVERS"
420 "This"
421 "SLIST:"
422 "free"
423 "RFC"
424 "reason"
425 "base"
426 "put"
427 "byte"
428 "RFC-952"
429 "received."
430 "generate"
431 "SLIST,"
432 "RFC-883,"
433 "definition"
434 "DATA."
435 "thread"
436 "YALE-BULLDOG.ARPA."
437 "could"
438 "transition"
439 "QCLASS,"
440 "times"
441 "MIT"
442 "length"
443 "place"
444 "ICS.UCI"
445 "HOSTMASTER@SRI-NIC.ARPA"
446 "first"
447 "origin"
448 "already"
449 "RD."
450 "CONFIGURED"
451 "number"
452 "one"
453 "RFC-"
454 "Start"
455 "ISI"
456 "RFC-953."
457 "construct"
458 "another"
459 "owner"
460 "message"
461 "QTYPE=*"
462 "Local"
463 "CSNET"
464 "size"
465 "doesn't"
466 "given"
467 "\""
468 "X."
469 "A.ISI.EDU"
470 "service"
471 "set,"
472 "introduction"
473 "unknown"
474 "top"
475 "system"
476 "least"
477 "parallel"
478 "their"
479 "intermediate"
480 "master"
481 "listed"
482 "passed"
483 "QTYPE"
484 "ignored."
485 "scheme"
486 "Data"
487 "store"
488 "gives"
489 "BBN"
490 "that"
491 "completed"
492 "UDP"
493 "XX"
494 "part"
495 "too"
496 "RFC-953]."
497 "(CNAME)"
498 "translation"
499 "copy"
500 "than"
501 "population"
502 "wide"
503 "Set"
504 "K."
505 "target"
506 "DNS,"
507 "16"
508 "was"
509 "require"
510 "second"
511 "matter"
512 "See"
513 "classes"
514 "were"
515 "[RFC-1031]"
516 "result"
517 "and"
518 "Information"
519 "[RFC-805]"
520 "QNAME"
521 "[RFC-811]"
522 "[RFC-1032]"
523 "say"
524 "have"
525 "need"
526 "Mail"
527 "1"
528 "null"
529 "RETRY"
530 "any"
531 "contents"
532 "|(SRI-NIC.ARPA,"
533 "SOMEONE"
534 "RESOURCE"
535 "73.0.0.26.IN-ADDR.ARPA."
536 "min"
537 "DARPA"
538 "database."
539 "responsible"
540 "able"
541 "RFC-812,"
542 "mechanism"
543 "client"
544 "also"
545 "(AA)"
546 "contact"
547 "take"
548 "which"
549 "MIL."
550 "MIL,"
551 "="
552 "UCI"
553 "added"
554 "multiple"
555 "Name"
556 "USC-ISIC.ARPA."
557 "QCLASS=IN,"
558 "track"
559 "object"
560 "most"
561 "detect"
562 "connected"
563 "services"
564 "The"
565 "]"
566 "model"
567 "domain."
568 "D."
569 "RFC-1010,"
570 "D,"
571 "[RFC-1010]"
572 "RFC-805,"
573 "AA,"
574 "sometimes"
575 "Some"
576 "VAXA.ISI.EDU."
577 "QNAME=ISI.EDU,"
578 "MG)."
579 "error"
580 "If"
581 "fact"
582 "QNAME=SRI-NIC.ARPA,"
583 "particularly"
584 "text"
585 "supported"
586 "terminate"
587 "VENERA"
588 "attempts"
589 "relation"
590 "RFC-1033,"
591 "Under"
592 "|(VAXA.ISI.EDU,VENERA.ISI.EDU,"
593 "USC-ISIC.ARPA,"
594 "find"
595 "cache."
596 "Z"
597 "based"
598 "advanced"
599 "RECORDS"
600 "implementation"
601 "("
602 "cache"
603 "[RFC-768]"
604 "outside"
605 "should"
606 "XX.LCS.MIT.EDU"
607 "only"
608 "PVM@ISI.EDU."
609 "RETRY,"
610 "local"
611 "do"
612 "[RFC-1031]."
613 "means"
614 "there"
615 "While"
616 "cannot"
617 "new"
618 "2"
619 "LOUIE.UDEL.EDU."
620 "IN-ADDR"
621 "processes"
622 "resource"
623 "A.ISI"
624 "cached"
625 "NIC"
626 "generally"
627 "(via"
628 "ROME.UCI"
629 "Zones"
630 "RFC-920,"
631 "J."
632 "RFC-920."
633 "common"
634 "mapped"
635 "including"
636 "where"
637 "valid"
638 "set"
639 "For"
640 "configured"
641 "we"
642 "QNAME=SRI-NIC.ARPA.,"
643 "up"
644 "relative"
645 "depends"
646 "individual"
647 "are"
648 "RFC-883]."
649 "close"
650 "A.ISI.EDU."
651 "said"
652 "A.ISI.EDU)"
653 "purpose"
654 "TCP"
655 "label"
656 "PC"
657 "3"
658 "unable"
659 "between"
660 "probably"
661 "boundary"
662 "C.D,"
663 "numerous"
664 "across"
665 "available"
666 "C"
667 "terms"
668 "ability"
669 "parent"
670 "RFC-830]."
671 "LCS.MIT.EDU"
672 "negotiated"
673 "REFRESH"
674 "UNIX"
675 "CH)."
676 "key"
677 "March"
678 "configuration"
679 "come"
680 "classes."
681 "AND"
682 "both"
683 "RFC-1002,"
684 "OPCODE=SQUERY"
685 "last"
686 "LCS"
687 "deals"
688 "PDP-11/70"
689 "equal"
690 "against"
691 "ISI.EDU."
692 "MAILB"
693 "[RFC-974]"
694 "opcode"
695 "RFC-742,"
696 "C.ISI.EDU"
697 "expression"
698 "can't"
699 "load"
700 "among"
701 "[RFC-920]"
702 "point"
703 "simple"
704 "had"
705 "period"
706 "header"
707 "[IEN-116]"
708 "DNS."
709 "52.0.0.10.IN-ADDR.ARPA"
710 "table"
711 "poll"
712 "UMN-REI-UC.ARPA."
713 "["
714 "[RFC-883]"
715 "RFC-974,"
716 "RFC-1002"
717 "addition"
718 "P."
719 "create"
720 "S.,"
721 "political"
722 "copies"
723 "been"
724 "."
725 "Early"
726 "Introduction"
727 "describes"
728 "expected"
729 "empty"
730 "RA"
731 "SLIST."
732 "CH"
733 "(RD)"
734 "VENERA.ISI.EDU."
735 "with"
736 "SRI"
737 "PVM@ISI.EDU"
738 "[RFC-821]"
739 "Using"
740 "an"
741 "case"
742 "exception"
743 "has"
744 "NAME"
745 "these"
746 "appearance"
747 "value"
748 "will"
749 "while"
750 "replaced"
751 "many"
752 "loop"
753 "SOA,"
754 "RFC-1001,"
755 "\"NICNAME/WHOIS\","
756 "is"
757 "CACHE"
758 "it"
759 "encountered"
760 "FACILITIES"
761 "in"
762 "|(XX.LCS.MIT.EDU,"
763 "RESPONSE,"
764 "if"
765 "SOA"
766 "binary"
767 "different"
768 "perhaps"
769 "[RFC-819]"
770 "perform"
771 "make"
772 "hostname"
773 "same"
774 "orders"
775 "QNAME."
776 "QNAME,"
777 "parts"
778 "widely"
779 "of:"
780 "several"
781 "Types"
782 "(NE)."
783 "development"
784 "fairly"
785 "used"
786 "Institute"
787 "IP"
788 "\"."
789 "CONCEPTS"
790 "effect"
791 "user"
792 "IN"
793 "infinite"
794 "frequently"
795 "ID"
796 "recent"
797 "task"
798 "SCENARIO"
799 "database"
800 "makes"
801 "depending"
802 "well"
803 "It"
804 "HOSTS.TXT"
805 "without"
806 "thought"
807 "edge"
808 "Names"
809 "RFC-811,"
810 "In"
811 "organization"
812 "the"
813 "ACC.ARPA."
814 "left"
815 "United"
816 "protocol"
817 "less"
818 "being"
819 "-"
820 "rest"
821 "A,"
822 "Access"
823 "CSNET."
824 "stored"
825 "RFC-882,"
826 "Internet"
827 "followed"
828 "(QTYPE),"
829 "previous"
830 "RFC-952,"
831 "|ACHILLES.MIT.EDU)"
832 "majority"
833 "XX.COM."
834 "|(C.ISI.EDU,SRI-NIC.ARPA"
835 "character"
836 "capabilities"
837 "(RDATA)"
838 "source"
839 "add"
840 "internal"
841 "TTL)"
842 "4"
843 "Although"
844 "RCODE=NE"
845 "5"
846 "save"
847 "administrative"
848 "remaining"
849 "match"
850 "build"
851 "around"
852 "ACHILLES.MIT.EDU."
853 "format"
854 "read"
855 "Of"
856 "possible"
857 "required."
858 "alias"
859 "ISIC.ARPA,"
860 "integer"
861 "bit"
862 "VAXA.ISI"
863 "found,"
864 "desire"
865 "SLIST"
866 "sorting"
867 "OPCODE=SQUERY,"
868 "OF"
869 "AUTHORITY"
870 "server"
871 "specific"
872 "popular"
873 "output"
874 "OS"
875 "Before"
876 "STATUS"
877 "DOMAIN"
878 "because"
879 "old"
880 "often"
881 "deal"
882 "sequence"
883 "RFC-821,"
884 "SRI-NIC.ARPA.|"
885 "Since"
886 "some"
887 "System"
888 "growth"
889 "equivalent"
890 "examples"
891 "loaded"
892 "INCORRECTLY"
893 "unless"
894 "reasons"
895 "TCP/IP"
896 "happens"
897 "ignore"
898 "for"
899 "W."
900 "RFC-883"
901 "X.COM"
902 "avoid"
903 "QTYPE=MX"
904 "does"
905 "allocate"
906 "COM"
907 "assuming"
908 "BRL"
909 "PTR"
910 "[RFC-793]"
911 "refer"
912 "be"
913 "example,"
914 "MIT.EDU."
915 "broken"
916 "host"
917 "become"
918 "by"
919 "SRI-NIC"
920 "on"
921 "about"
922 "actual"
923 "socket"
924 "SCLASS"
925 "RFC-810,"
926 "of"
927 "FTP)"
928 "US"
929 "compatible"
930 "extensions"
931 "\"A\"."
932 "UK"
933 "referred"
934 "or"
935 "ACC"
936 "SBELT."
937 "SBELT,"
938 "No"
939 "(SBELT)"
940 "into"
941 "within"
942 "A.X.COM."
943 "Two"
944 "A.X.COM,"
945 "negative"
946 "included"
947 "REFERENCES"
948 "determine"
949 "USC-ISIC.ARPA"
950 "file."
951 "[RFC-1001]"
952 "[RFC-830]"
953 "RESPONSE"
954 "fast"
955 "additional"
956 "[RFC-812]"
957 "transfer"
958 "support"
959 "*"
960 "question"
961 "NE"
962 "long"
963 "class"
964 "start"
965 "SERIAL"
966 "TTL,"
967 "User"
968 "A.X.COM"
969 "forward"
970 "RD,"
971 "\"4.3.2.1.IN-ADDR.ARPA\"."
972 "NS"
973 "sections"
974 "function"
975 "RR."
976 "RR,"
977 "QTYPE=A"
978 "complete"
979 "form"
980 "MEMO"
981 "but"
982 "back"
983 "failure"
984 "link"
985 "DNS"
986 "SNAME."
987 "encoded"
988 "line"
989 "trying"
990 "true"
991 "TCP/UDP"
992 "[RFC-1033]"
993 "count"
994 "SBELT"
995 "made"
996 "[RFC-952]"
997 "algorithm"
998 "used,"
999 "(NIC)"
1000 "official"
1001 "this,"
1002 "classes:"
1003 "experimental"
1004 "ISI.EDU,"
1005 "limit"
1006 "critical"
1007 "VAXA"
1008 "distribution"
1009 "NETBIOS"
1010 "similar"
1011 "called"
1012 "[RFC-1001,"
1013 "delete"
1014 "CIC"
1015 "USC-"
1016 "units"
1017 "ad"
1018 "RECORDS,"
1019 "defined"
1020 "request"
1021 "specified"
1022 "influence"
1023 "general"
1024 "To"
1025 "as"
1026 "exist"
1027 "at"
1028 "file"
1029 "MX."
1030 "check"
1031 "physical"
1032 "X.COM,"
1033 "functions"
1034 "QNAME=USC-ISIC.ARPA,"
1035 "no"
1036 "[RFC-882,"
1037 "when"
1038 "QTYPE=MX,"
1039 "virtual"
1040 "details."
1041 "field"
1042 "RFC-952."
1043 "other"
1044 "role"
1045 "test"
1046 "you"
1047 "(QNAME),"
1048 "IP/TCP"
1049 "formats"
1050 "AA"
1051 "requested"
1052 "[RFC-974"
1053 "SPACE"
1054 "QNAME=SIR-NIC.ARPA.,"
1055 "RFC-819,"
1056 "important"
1057 "variable"
1058 "[RFC-882]"
1059 "[RFC-1002]"
1060 "structure"
1061 "\"DOD"
1062 "BIBLIOGRAPHY"
1063 "lead"
1064 "using"
1065 "US."
1066 "\"MILNET"
1067 "103.0.3.26.IN-ADDR.ARPA."
1068 "together"
1069 "An"
1070 "As"
1071 "RFC-973,"
1072 "time"
1073 "failures"
1074 "starting"
1075 "having"
1076 "V"
1077 "FOO.F.ISI.ARPA,"
1078 "Assuming"
1079 "[RFC-1034]."
1080 "calculate"
1081 "IMPLEMENTATION"
1082 "Not"
1083 "ANCOUNT"
1084 "Secondary"
1085 "@"
1086 "ALL"
1087 "P"
1088 "TXT-DATA"
1089 "namespaces"
1090 "entries"
1091 "RMAILBX"
1092 "prevent"
1093 "QDCOUNT"
1094 "[RFC-1010]."
1095 "EMAILBX"
1096 "IN-"
1097 "OPCODE=IQUERY,"
1098 "MX)"
1099 "implemented"
1100 "port"
1101 "Available"
1102 "ID=997"
1103 "[RFC-1034],"
1104 "\"VENERA.ISI.EDU\";"
1105 "OPCODE"
1106 "MILNET-GW.ISI.EDU."
1107 ";"
1108 "body"
1109 "52.0.2.10.IN-ADDR.ARPA."
1110 "reported"
1111 "objects"
1112 "strong"
1113 "UNIX\""
1114 "MD"
1115 "MF"
1116 "QNAME=10.IN-ADDR.ARPA."
1117 "serialize"
1118 "<SUBSYS>ISI-MAILBOXES.TXT"
1119 "X,"
1120 "Too"
1121 "77.0.0.10.IN-ADDR.ARPA."
1122 "spawned"
1123 "exception."
1124 "permitted"
1125 "RDLENGTH"
1126 "few"
1127 "duplicate"
1128 "QTYPE=PTR,"
1129 "CURLEY"
1130 "MD,"
1131 "F"
1132 "[RFC-974]."
1133 "MGMNAME"
1134 "validity"
1135 "GW.LCS.MIT.EDU,"
1136 "Time"
1137 "(back"
1138 "\\DDD"
1139 "10.IN-ADDR.ARPA."
1140 "closing"
1141 "requested,"
1142 "reserved"
1143 "EXCHANGE."
1144 "HIS"
1145 "reject"
1146 "ensure"
1147 "(MD)"
1148 "QTYPES"
1149 "PROTOCOL"
1150 "description"
1151 "26.IN-ADDR.ARPA"
1152 "NSCOUNT"
1153 "(MR)"
1154 "derived"
1155 "Foreign"
1156 "OWN"
1157 "26.IN-ADDR.ARPA."
1158 "TC"
1159 "map."
1160 "cases."
1161 "PREFERENCE"
1162 "don't"
1163 "VENERA.ISI.EDU"
1164 "held"
1165 "X"
1166 "below:"
1167 "$INCLUDE."
1168 "forms"
1169 "MR)"
1170 "VAXA.ISI.EDU"
1171 "main"
1172 "pending"
1173 "timestamp"
1174 "Ignoring"
1175 "MADNAME."
1176 "\\"
1177 "$ORIGIN"
1178 "\"IBM-PC"
1179 "document"
1180 "$INCLUDE"
1181 "SERVER"
1182 "ADDRESS"
1183 "identifier"
1184 "Check"
1185 "reduce"
1186 "static"
1187 "expect"
1188 "MASTER"
1189 "GW.ISI.EDU."
1190 "(QNAME)."
1191 "is:"
1192 "GW.ISI.EDU,"
1193 "F.ISI.ARPA,"
1194 "F.ISI.ARPA."
1195 "time."
1196 "PTRDNAME"
1197 "HOSTMASTER@SRI-"
1198 "(STATUS)"
1199 "possibility"
1200 "|QTYPE=A,"
1201 "(MINFO)"
1202 "initialize"
1203 "beginning"
1204 "compression"
1205 "(MG)"
1206 "created"
1207 "QCLASS."
1208 "encoding"
1209 "(HS)"
1210 "MNAME"
1211 "ports"
1212 "QNAME=VENERA.ISI.EDU"
1213 "(IN)"
1214 "Response"
1215 "KNOWS."
1216 "|QR|"
1217 "VAXA.ISI.EDU,"
1218 "Reserved"
1219 "14"
1220 "1)"
1221 "SOA."
1222 "ARCOUNT"
1223 "Other"
1224 "RCODE"
1225 "NEWNAME"
1226 "22.0.2.10.IN-ADDR.ARPA."
1227 "With"
1228 "CLASS"
1229 "begin"
1230 "(MF)."
1231 "Common"
1232 "<RDATA>"
1233 "Responses"
1234 "EGP."
1235 "average"
1236 "R"
1237 "QNAME=6.0.0.10.IN-ADDR.ARPA,"
1238 "WKS"
1239 "SYSTEM,"
1240 "ARPANET,"
1241 "MINFO"
1242 "participate"
1243 "DEFINITIONS"
1244 "failed"
1245 "[RFC-1034]"
1246 "mixture"
1247 "SPECIFICATION"
1248 "THE"
1249 "MILNET."
1250 "MILNET-"
1251 "<BIT"
1252 "bytes"
1253 "(MX)"
1254 "10.IN-ADDR.ARPA"
1255 "4.0.10.18.IN-ADDR.ARPA."
1256 "FOO.F.ISI.ARPA"
1257 "(QUERY)"
1258 "maximum"
1259 "existence"
1260 "|AA|TC|RD|RA|"
1261 "MADNAME"
1262 "subject"
1263 "QTYPE=A,"
1264 "FILES"
1265 "reading"
1266 "0."
1267 "corruption"
1268 "0,"
1269 "Sending"
1270 "MF,"
1271 "connection."
1272 "Server"
1273 "entries."
1274 "suggested"
1275 "reverse"
1276 "AXFR,"
1277 "according"
1278 "connection"
1279 "MAILA"
1280 "(QCLASS),"
1281 "exceeds"
1282 "ISI.EDU:"
1283 "103.0.0.26.IN-ADDR.ARPA."
1284 "[RFC-822]."
1285 "NAMEDROPPERS@SRI-NIC.ARPA"
1286 "RESOLVER"
1287 "respect"
1288 "throughout"
1289 "S"
1290 "FOO"
1291 "define"
1292 "enable"
1293 "EXCHANGE"
1294 "SMTP"
1295 "MG"
1296 "QCLASS=*,"
1297 "CS"
1298 "$ORIGIN,"
1299 "(MB,"
1300 "TYPE"
1301 "Any"
1302 "Size"
1303 "rename"
1304 "almost"
1305 "parse"
1306 "ADDR.ARPA"
1307 "(SMTP)."
1308 "key."
1309 "MAP>"
1310 "expired"
1311 "member"
1312 "Address"
1313 "DDD."
1314 "MB."
1315 "NS,"
1316 "I"
1317 "MR"
1318 "read,"
1319 "OPCODE=RESPONSE,"
1320 "person"
1321 "entry"
1322 "WITHIN"
1323 "LARRY"
1324 "front"
1325 "tables"
1326 "loading"
1327 "unsigned"
1328 "aspects"
1329 "D"
1330 "CHAOS"
1331 "WHICH"
1332 "(IQUERY)"
1333 "QCLASS=IN"
1334 "6.0.0.10.IN-ADDR.ARPA."
1335 "S."
1336 "QTYPE=MAILB"
1337 "HS"
1338 "SUPPORT"
1339 "A.X,"
1340 "STOOGES"
1341 "discarded"
1342 "done."
1343 "literals"
1344 "X.Y"
1345 "However"
1346 "/"
1347 "(SLIST)."
1348 "X.Y,"
1349 "integer."
1350 "ARPA,"
1351 "who"
1352 "18.IN-ADDR.ARPA."
1353 "B.X"
1354 "expansion"
1355 "OS,"
1356 "offset"
1357 "F.ISI.ARPA"
1358 "GGP"
1359 "O"
1360 "Communications"
1361 "RR),"
1362 "location"
1363 "MOE"
1364 "range"
1365 "value."
1366 "Message"
1367 "block"
1368 "$INCLUDE,"
1369 "guard"
1370 "[<TTL>]"
1371 "QR"
1372 "CRLF"
1373 "Error"
1374 "ERRORS-TO:"
1375 "he"
1376 "default"
1377 "MESSAGES"
1378 "signed"
1379 "storing"
1380 "MULTICS.MIT.EDU."
1381 "New"
1382 "NULL"
1383 "application"
1384 "OFFSET"
1385 "holding"
1386 "TXT"
1387 "NSDNAME"
1388 "PROTOCOL=TCP"
1389 "UDP."
1390 "UDP,"
1391 "RNAME"
1392 "GW.LCS.MIT.EDU."
1393 "(EXPERIMENTAL)"
1394 "\\X"
1395 "MAIL"
1396 "NIC.ARPA"
1397
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698