Shreyas Zare
|
5692e5e166
PrimaryZone: code refactoring changes.
|
1 year ago |
Shreyas Zare
|
bad83253f5
minor refactoring changes
|
1 year ago |
Shreyas Zare
|
6a62e308a8
PrimaryZone: updated SignZone() to remove added records and add back deleted records when signing fails for any reason.
|
2 years ago |
Shreyas Zare
|
3c403722ac
PrimaryZone: moved zone history and tsig code to ApexZone. Added dynamic update support.
|
2 years ago |
Shreyas Zare
|
046a957827
PrimaryZone: updated SetRecords() to add more validation checks for updating SOA record.
|
2 years ago |
Shreyas Zare
|
9b98860e1f
PrimaryZone: Updated AddRecord() to commit change only when record was added to rrset. Updated constructor with minor SOA related changes.
|
2 years ago |
Shreyas Zare
|
ae0f215650
PrimaryZone: fixed minor issue with Notify and ZoneTransfer properties.
|
2 years ago |
Shreyas Zare
|
e0c39e41c3
PrimaryZone: Updated AddRecord() and UpdateRecord() to correctly get the added and deleted records to commit to history.
|
2 years ago |
Shreyas Zare
|
e0f9c2fc83
PrimaryZone: correctly implemented DNSSEC key retire timings and other related implementation issues. Code refactoring done.
|
2 years ago |
Shreyas Zare
|
53b92a28c2
PrimaryZone: moved NOTIFY code to ApexZone. Correctly implemented DNSSEC key rollover timing as per rfc7583. Fixed issue in GetDSPublishedPrivateKeys() by deleting cache entry before fetching new DS record. Fixed UpdateDnsKeyTtl() to replace RRSIG when changing TTL and added missing notify trigger.
|
2 years ago |
Shreyas Zare
|
cda4d493ac
PrimaryZone: updated RevokeKskDnsKeys() to fix issue of duplicate DNSKEY entry into zone history.
|
2 years ago |
Shreyas Zare
|
c282a5d56f
PrimaryZone: updated RevokeKskDnsKeys() and UnpublishDnsKeys() to fix issue of missing dnskey in zone history.
|
2 years ago |
Shreyas Zare
|
11600e6699
PrimaryZone: fixed bug causing issue with ixfr history when soa record is updated with out of date serial.
|
2 years ago |
Shreyas Zare
|
e1dc278ff3
PrimaryZone: updated GetZoneSoaMinimum() to get the minimum value only. Updated SetRecords() to use the minimum property directly.
|
2 years ago |
Shreyas Zare
|
64fcbf3525
PrimaryZone: added RefreshNSec() and RefreshNSec3() to allow refreshing the records when SOA minimum TTL value changes.
|
2 years ago |
Shreyas Zare
|
9d69359d66
PrimaryZone: Added validation to prevent disabling records for signed zones. Removed zskRolloverDays implementation and implemented rolloverDays for DnssecPrivateKey. Updated SignRRSet() to not sign NS refererrer records.
|
2 years ago |
Shreyas Zare
|
64dcb48f08
PrimaryZone: fixed issues in key rollover with multiple active keys.
|
2 years ago |
Shreyas Zare
|
4a8d994602
PrimaryZone: Implemented zsk automatic rollover feature. Fixed nsec3 hashed owner name issue.
|
2 years ago |
Shreyas Zare
|
fa417216f3
major code refactoring done.
|
2 years ago |
Shreyas Zare
|
af88ea9e5d
PrimaryZone: Fixed minor issue with zone signing. Added missing notify trigger calls when converting between NSEC and NSEC3. Updated GetDSPublishedPrivateKeys() to use DirectQueryAsync() to get DS records. Updated implementation to validate if the RRSet type supports signing. Code refactoring done.
|
2 years ago |
Shreyas Zare
|
35a8a46004
PrimaryZone: fixed multiple DNSSEC implementation issues.
|
2 years ago |
Shreyas Zare
|
98491afde7
PrimaryZone: implemented DNSSEC signed primary zone support with NSEC and NSEC3.
|
2 years ago |
Shreyas Zare
|
e300ef1efd
PrimaryZone: inheriting ApexZone. Fixed issue in UpdateRecord() by handling the error case correctly.
|
2 years ago |
Shreyas Zare
|
8b157fd11b
PrimaryZone: minor log message changes.
|
3 years ago |
Shreyas Zare
|
b005d46693
PrimaryZone: updated tsig support implementation.
|
3 years ago |
Shreyas Zare
|
84cd671712
PrimaryZone: added tsig support.
|
3 years ago |
Shreyas Zare
|
59b139f43e
PrimaryZone: implemented zone history for IXFR support. Implemented notify trigger flag. Implemented CommitAndIncrementSerial(). Implemented UpdateRecord().
|
3 years ago |
Shreyas Zare
|
3c500d2af9
PrimaryZone: added disabled check in TriggerNotify()
|
3 years ago |
Shreyas Zare
|
3f095df4a8
PrimaryZone: updated code for zone transfer and notify options.
|
3 years ago |
Shreyas Zare
|
96aedcd8d8
PrimaryZone: updated SetRecords() to support comments for SOA record.
|
3 years ago |
Shreyas Zare
|
53943007d5
PrimaryZone: added support for APP record.
|
3 years ago |
Shreyas Zare
|
59f8daab1d
PrimaryZone: fixed issue when creating primary zone for root ".".
|
3 years ago |
Shreyas Zare
|
92e5aa38e1
minor edit
|
4 years ago |
Shreyas Zare
|
e8ed7bd966
fixed issue of allowed and blocked zone not being marked as internal.
|
4 years ago |
Shreyas Zare
|
4ffe2cc139
PrimaryZone: implemented async methods.
|
4 years ago |
Shreyas Zare
|
ee0847d316
timeout values updated as per DnsClient implementation changes.
|
4 years ago |
Shreyas Zare
|
9e78fbca34
PrimaryZone: using GetSecondaryNameServerAddresses() call. Updated SetRecords() to remove any attached info data.
|
4 years ago |
Shreyas Zare
|
870937f390
PrimaryZone: using GetAllNameServerAddresses() method to get secondary name server addresses.
|
4 years ago |
Shreyas Zare
|
0ac4b61f28
minor code refactoring.
|
4 years ago |
Shreyas Zare
|
84d30a295e
AuthZone: made Disabled property virtual and overrided it in primary, secondary and stub zone to correctly start or stop timer events.
|
4 years ago |
Shreyas Zare
|
07c7a8c5b7
renamed MasterNameServer to PrimaryNameServer.
|
4 years ago |
Shreyas Zare
|
752958102b
PrimaryZone: reduced notify trigger interval to 10sec. Included SOA record in notify request.
|
4 years ago |
Shreyas Zare
|
a965e69d93
code refactoring done.
|
4 years ago |
Shreyas Zare
|
e6deed2031
PrimaryZone: updated constructors to correctly create zone.
|
4 years ago |
Shreyas Zare
|
3cd55a614e
PrimaryZone: implemented DNS NOTIFY [RFC 1996]. Overrided methods to correctly manipulate entries for primary zone.
|
4 years ago |
Shreyas Zare
|
6763bdd5fa
added licence info.
|
4 years ago |
Shreyas Zare
|
69e10fc375
added new Zone classes
|
4 years ago |