[PR #8] [MERGED] Dev #1195

Closed
opened 2026-03-16 01:53:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/8
Author: @bluejekyll
Created: 2/21/2016
Status: Merged
Merged: 2/21/2016
Merged by: @bluejekyll

Base: masterHead: dev


📝 Commits (10+)

  • f0792d7 hashing and pkey signing working
  • 3f3ffb5 canonical ordering of Name and fixed \. bug
  • 9557135 canonical ordering of resource records and rdata complete
  • ec44ac9 canonical ordering tests in place
  • 6f4d747 canonical ordering tests for resource records
  • 9b3d9b0 initial SIG0 signing done, still need tests
  • 2c27c02 EDNS parsing complete, need to tie into SIG0
  • d3b3152 Removed warnings and test fixes.
  • 032f954 fix for AXFR SOA ordering issue
  • adf9654 Edns Response support

📊 Changes

55 files changed (+5358 additions, -454 deletions)

View changed files

.coveralls.yml (+2 -0)
📝 .travis.yml (+6 -0)
📝 Cargo.lock (+148 -49)
📝 Cargo.toml (+8 -2)
📝 README.md (+41 -9)
run_with_example.sh (+3 -0)
📝 src/authority/authority.rs (+36 -12)
📝 src/authority/catalog.rs (+84 -17)
src/authority/rr_set.rs (+8 -0)
📝 src/error/client_error.rs (+12 -0)
📝 src/error/decode_error.rs (+35 -0)
📝 src/lib.rs (+4 -2)
src/op/edns.rs (+379 -0)
📝 src/op/header.rs (+58 -15)
📝 src/op/message.rs (+198 -19)
📝 src/op/mod.rs (+3 -0)
📝 src/op/response_code.rs (+48 -7)
📝 src/rr/dns_class.rs (+34 -4)
src/rr/dnssec/algorithm.rs (+356 -0)
src/rr/dnssec/digest_type.rs (+55 -0)

...and 35 more files

📄 Description

Merging Dev into master... going to move to a single mainline. don't need the added complexity of the dev branch.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/8 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 2/21/2016 **Status:** ✅ Merged **Merged:** 2/21/2016 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`f0792d7`](https://github.com/hickory-dns/hickory-dns/commit/f0792d77a0b07f962fedef1026473bbb469f2189) hashing and pkey signing working - [`3f3ffb5`](https://github.com/hickory-dns/hickory-dns/commit/3f3ffb568b426f9005a2c92d9a57ba57fd43b5f8) canonical ordering of Name and fixed \\. bug - [`9557135`](https://github.com/hickory-dns/hickory-dns/commit/95571354c9234354b569c6a704036e48a9c91c8c) canonical ordering of resource records and rdata complete - [`ec44ac9`](https://github.com/hickory-dns/hickory-dns/commit/ec44ac9a4b5cfb5eba69842139102476cf363547) canonical ordering tests in place - [`6f4d747`](https://github.com/hickory-dns/hickory-dns/commit/6f4d7475a7f4070dc54deab30dd0b72213ed8581) canonical ordering tests for resource records - [`9b3d9b0`](https://github.com/hickory-dns/hickory-dns/commit/9b3d9b09ee2344216a9b9f84e641c7ffcc85e9ac) initial SIG0 signing done, still need tests - [`2c27c02`](https://github.com/hickory-dns/hickory-dns/commit/2c27c02fedeb4076d0874025d76113cc95822f21) EDNS parsing complete, need to tie into SIG0 - [`d3b3152`](https://github.com/hickory-dns/hickory-dns/commit/d3b31520883ebed61f24f1930dacf406ba29574d) Removed warnings and test fixes. - [`032f954`](https://github.com/hickory-dns/hickory-dns/commit/032f954fb9ad267d68e1dccaf6d20166a5b60ecc) fix for AXFR SOA ordering issue - [`adf9654`](https://github.com/hickory-dns/hickory-dns/commit/adf9654aab90c2260b36064a7dced50254f3960a) Edns Response support ### 📊 Changes **55 files changed** (+5358 additions, -454 deletions) <details> <summary>View changed files</summary> ➕ `.coveralls.yml` (+2 -0) 📝 `.travis.yml` (+6 -0) 📝 `Cargo.lock` (+148 -49) 📝 `Cargo.toml` (+8 -2) 📝 `README.md` (+41 -9) ➕ `run_with_example.sh` (+3 -0) 📝 `src/authority/authority.rs` (+36 -12) 📝 `src/authority/catalog.rs` (+84 -17) ➕ `src/authority/rr_set.rs` (+8 -0) 📝 `src/error/client_error.rs` (+12 -0) 📝 `src/error/decode_error.rs` (+35 -0) 📝 `src/lib.rs` (+4 -2) ➕ `src/op/edns.rs` (+379 -0) 📝 `src/op/header.rs` (+58 -15) 📝 `src/op/message.rs` (+198 -19) 📝 `src/op/mod.rs` (+3 -0) 📝 `src/op/response_code.rs` (+48 -7) 📝 `src/rr/dns_class.rs` (+34 -4) ➕ `src/rr/dnssec/algorithm.rs` (+356 -0) ➕ `src/rr/dnssec/digest_type.rs` (+55 -0) _...and 35 more files_ </details> ### 📄 Description Merging Dev into master... going to move to a single mainline. don't need the added complexity of the dev branch. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:53:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1195
No description provided.