-
Notifications
You must be signed in to change notification settings - Fork 251
Master issue295 tsig fix #296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fixing the remaining code formatting issues makes it a bit harder to see what I've changed vs the original. |
Thank you! I'll need some time to work on this. Could you in the meantime please help me out to make this easier:
If that's too complicated, then some sample code and zone file with keys pasted or attached here would also help a lot. |
I'll give the unit test a shot on Tuesday; these sorts of gory-DNS details are a little outside my experience, though. My current testing has been against an NSD server in our staging environment. Also tomorrow, I'll work on targetting the 3.5.x branch. |
I've created: https://github.com/frankarinnet/axfr Which might be helpful for testing this. It was the simplest program I could write to demonstrate this bug for manual testing. But you will still need to:
For zone sizes, I've been using:
|
Great, thank you! |
Since my fix branched from master, I may need to create a third PR properly branched from 3.5.x. |
Created #298, properly pointed against 3.5.x. Any objections to me closing this (obselete) PR? |
Kudos, SonarCloud Quality Gate passed! |
Closing. |
This pull request is in reference to: #295
There are still some TODOs, however, because I need some guidance on how to deal with thread safety in the TSIG.
So, don't merge this without commenting.