Master issue295 tsig fix#296
Master issue295 tsig fix#296frankarinnet wants to merge 5 commits intodnsjava:masterfrom arineng:master_issue295_tsig_fix
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.