atomia / atomiadns

Atomia DNS
http://www.atomiadns.com/
ISC License
360 stars 101 forks source link

Refactor AXFR code #92

Open nemanja-zivkovic-atomia opened 2 years ago

nemanja-zivkovic-atomia commented 2 years ago

Refactored AXFR code to not use domainmetadata_change table anymore. Added new trigger and new trigger function on domainmetadata. Added TSIG key handling trough change and slavezone_change tables. Added GetChangedZonesBatchWithTSIG and GetChangedSlaveZonesWithTSIG. Added a new return type changedzonewithtsig. Other minor changes.

Partially resolves PROD-2760 (1/2).