From 9d88b26a7c891df599cb180a3c1ade41d036b474 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Fri, 26 Jul 2013 23:09:56 +0200 Subject: [PATCH] remove unused files --- .../Kexample.com.+005.65490.private | 10 ---- regression-tests/results | 59 ------------------- 2 files changed, 69 deletions(-) delete mode 100644 regression-tests/Kexample.com.+005.65490.private delete mode 100644 regression-tests/results diff --git a/regression-tests/Kexample.com.+005.65490.private b/regression-tests/Kexample.com.+005.65490.private deleted file mode 100644 index e79ccee3d4..0000000000 --- a/regression-tests/Kexample.com.+005.65490.private +++ /dev/null @@ -1,10 +0,0 @@ -Private-key-format: v1.2 -Algorithm: 5 (RSASHA1) -Modulus: qtOIeE+C8PbxYI3xQFdwRx/x/44X539sSg3rNO4eX+hWtrn+p+ieFgr9GMjvhHMdzbCWL1Olc5bJxBXdhJ+kVn3P4YH9tuy8GifVczI1/kpe47BF0dlchmHVyS7cBwjI2ugPbow+RsUsdjT7FEj7u7s6xDqdhw8GmoOImcHYEyE= -PublicExponent: AQAB -PrivateExponent: mmT/5kVvAp0ewnboApBE4XPlBGYIAuqvFCuKV1eUSniyzwpCOL5NC305DgqmOJ7W5A5jXzkJw/QYPkrI4NJs82kdb9+9UHdT/B/5vUCOwjEtudI8aGIm01wGB/0QOMoKN9FiPkw3Q5ioAh4+juUKBkazF9cXmF5KQPkGfT0oasU= -Prime1: 2Ewdws840KxTxict0npwsCTGpkcQ2oGPPrMkn29+ocrC2YqiNrUat//pwYCA6v+PKktofz12frdljCXJbpJLLw== -Prime2: yi630Us/76OXUyEjS1vsVs9Pbay/SBkRr/sD3vw09libw7TEu/VeIlgvBNJnrtXhbBWyGaxZTVJEA5kEoXCyrw== -Exponent1: F2LzfNLHA9j+HdiynaVbddAkImpgqh+EC3V3Kj315Sx1MOxKabvfLbHf5moshjwnkJ0iqU9N9pmBw0t6ohfzRQ== -Exponent2: x49rUkLTHca8A4pu2uAlm93OCXP77b8IzUmXHY6U/B6jyHzxvpBG1OFzr2+6dUCY2uVjQKH0FzS++0oa3vps8w== -Coefficient: lo1LspowL7kWYGWHfpBP63amoSc5UZtTCPvnIdjZooIZE0PedkzUyLOcUrxjMTqRC1Z6pV/EiH5ej3j/LsO1mg== diff --git a/regression-tests/results b/regression-tests/results deleted file mode 100644 index 764c215c54..0000000000 --- a/regression-tests/results +++ /dev/null @@ -1,59 +0,0 @@ -basic-a-resolution: -This test tries to resolve a straight A record that is directly available in -the database. - Passed test basic-a-resolution - -multi-step-cname-resolution: -CNAMEs can be chained and an authoritative nameserver should follow an -arbitrary number of CNAME chains internally. This test uses 3 chains for -four records. - Passed test multi-step-cname-resolution - -one-step-cname-resolution: -Tries to resolve the A for www.example.com, which is a CNAME to -outpost.example.com, which has an A record, and which should appear in the -additional section. - Passed test one-step-cname-resolution - -non-existing-record-other-types-exist: -When asking for a record/type combination which does not exist, but the -record in question does have other types available, a nameserver should -return an authoritative empty no-error packet, and NOT set NXDOMAIN. - Passed test non-existing-record-other-types-exist - -nxdomain-for-unknown-record: -When authoritative for a domain and sure that the entire record does not -exist, an no referral NS is available, send an empty packet with 'NXDOMAIN' -in the flags ('data error'). - Passed test nxdomain-for-unknown-record - -mx-with-simple-additional-processing: -Example.com has two MX records, one of which is out-of-bailiwick and should -not receive additional processing. The other is internal to the zone and has -three A records, which should all be in the additional section - Passed test mx-with-simple-additional-processing - -too-big-for-udp-query: -UDP dns packets can only be 512 bytes long - when they are longer, they need -to get truncated, and have the 'TC' bit set, to inform the client that they -need to requery over TCP. This query has debugging information from dig -turned on so the script can check that the switch to TCP is happening. - Failed test too-big-for-udp-query - -pretty-big-packet: -DNS employs label compression to fit big answers in a small packet. This -test performs a query that without proper compression would not fit. Runs -dig in debug mode which makes proper operation very dependent on your -version of dig. - Passed test pretty-big-packet - -any-query: -An ANY query should return in the answer section all records with a certain -qname. All these queries should receive, if applicable, additional -processing and further records in the additional section. - Passed test any-query - -cname-loop-breakout: -A CNAME loop should return a SERVFAIL pretty rapidly, and terminate. - Passed test cname-loop-breakout - -- 2.47.3