Shreyas Zare
|
f7a7011225
AuthZoneManager: Updated LoadZoneFrom() to handle empty zone issue and unload the zone. Code refactoring changes done.
|
2 недель назад |
Shreyas Zare
|
cd64c04a1e
AuthZoneManager: updated UpdateServerDomain() to support blocking answer ttl feature. Added GetZones() and GetCatalogZones() methods. Removed GetZonesPage() method and moved pagination task to api code.
|
3 недель назад |
Shreyas Zare
|
c721a0ba33
AuthZoneManager: Added GetApexZone() method. Updated CreateStubZoneAsync() to support ignoreSoaFailure option. Updated AddCatalogMemberZone() to support ignoreValidationErrors option. Fixed minor issues in ConvertZoneType() for SecondaryForwarder zone. Minor code refactoring done.
|
1 месяц назад |
Shreyas Zare
|
34acd56ea8
AuthZoneManager: updated CreateEmptyApexZone() to add missing secondary catalog ZoneRemoved event handler.
|
2 месяцев назад |
Shreyas Zare
|
e92132820f
AuthZoneManager: implemented support for Secondary Forwarder, Catalog, and Secondary Catalog zones. Updated implementation to save zone file on zone creation and other zone feature functions. Added CreateInternalPrimaryZone() for internal zone creation. Updated DeleteZone() with option to delete zone file. Added EnumerateAllRecords() to allow record enumeration. Implemented support for Query Access feature with IsQueryAllowedAsync() method. Implemented support for record expiry feature.
|
2 месяцев назад |
Shreyas Zare
|
ede25a29e0
AuthZoneManager: updated CreateSecondaryZoneAsync() to add validate zone option.
|
4 месяцев назад |
Shreyas Zare
|
5a12bbb231
AuthZoneManager: fixed issue in SaveZoneFileInternal() to prevent generating empty zone file.
|
5 месяцев назад |
Shreyas Zare
|
1000133e7e
AuthZoneManager: added retry mechanism for delayed save. Updated CloneZone() to copy record info as per new implementation. Added ListAllRecords() to list all records in zone for a given specific record type. Code refactoring changes done.
|
5 месяцев назад |
Shreyas Zare
|
f0c24092fc
AuthZoneManager: implemented delayed save feature. Code refactoring done.
|
5 месяцев назад |
Shreyas Zare
|
de6a630c47
AuthZoneManager: Updated ImportRecords() to add overwriteSoaSerial support to allow setting SOA serial from imported SOA record.
|
9 месяцев назад |
Shreyas Zare
|
7469613663
AuthZoneManager: code refactoring done.
|
9 месяцев назад |
Shreyas Zare
|
79e1ae9a3a
AuthZoneManager: Updated ResolveAdditionalRecords() to use FindZone call for resolving additional records for correctness and wildcard support. Updated Query() to check for DNAME in closest and apex zones when zone exists.
|
10 месяцев назад |
Shreyas Zare
|
e70bbfd2c1
AuthZoneManager: added default soa serial date scheme option. Fixed issues in CloneZone(). Updated ImportRecords() implementation for allowing zone file import. Fixed issues in Query(). Added support for ALIAS record.
|
1 год назад |
Shreyas Zare
|
d4352680b3
AuthZoneManager: updated CloneZone() to copy zone options from source.
|
1 год назад |
Shreyas Zare
|
93e0416c69
AuthZoneManager: added CreateForwarderZone() to create empty forwarder zone. Implemented CloneZone() feature. Fixed minor issues with ConvertZoneType().
|
1 год назад |
Shreyas Zare
|
11d95dc60f
AuthZoneManager: updated code for FWD record proxy type changes and zone last modified feature.
|
1 год назад |
Shreyas Zare
|
4a7e770d2f
AuthZoneManager: fixed issue in IXFR which caused empty node to remain in the zone tree.
|
1 год назад |
Shreyas Zare
|
9cf6168aa8
AuthZoneManager: fixed minor issues in ConvertZoneType().
|
1 год назад |
Shreyas Zare
|
350f982d5f
AuthZoneManager: updated ResolveAdditionalRecords() to prevent duplicate entries. Implemented ConvertZoneType() to allow converting zone types. Updated Query() to fix issue with how APP records being queried for closest/apex when not needed.
|
1 год назад |
Shreyas Zare
|
abf7435be7
AuthZoneManager: updated GetAdditionalRecords() and ResolveAdditionalRecords() to support SVCB and HTTPS records. Updated DeleteRecord() and DeleteRecords() to return bool. Updated Query() to support SVCB and HTTPS glue records.
|
1 год назад |
Shreyas Zare
|
1fc615eeb8
AuthZoneManager: Added LoadSpecialPrimaryZones() methods to allow bulk loading/importing zones. Updated Query() to add isRecursionAllowed parameter to be used to set expected RA flag value. Minor code refactoring changes done.
|
1 год назад |
Shreyas Zare
|
ec8dce21cf
AuthZoneManager: fixed minor issue when there are no zones.
|
1 год назад |
Shreyas Zare
|
6338ee25b9
AuthZoneManager: setting correct RA flag. Code refactoring done.
|
1 год назад |
Shreyas Zare
|
06282fc8c0
AuthZoneManager: Implemented zone index to allow paginated access to zones list.
|
1 год назад |
Shreyas Zare
|
ba48a63eb1
AuthZoneManager: split ListAllRecords() into ListAllZoneRecords() and ListAllRecords() for different usages. Code refactoring done.
|
1 год назад |
Shreyas Zare
|
a9e457fa6e
AuthZoneManager: updated code as per refactoring changes for record info.
|
1 год назад |
Shreyas Zare
|
bad83253f5
minor refactoring changes
|
1 год назад |
Shreyas Zare
|
ba7caa1ef2
AuthZoneManager: code refactoring changes.
|
2 лет назад |
Shreyas Zare
|
9b69cc2ba5
AuthZoneManager: minor refactoring changes.
|
2 лет назад |
Shreyas Zare
|
2bdef61f35
AuthZoneManager: updated ResolveCNAME() to detect CNAME loops.
|
2 лет назад |
Shreyas Zare
|
c514cc55ec
AuthZoneManager: updated GetAuthZoneInfo() to check for null. Added NameExists(), GetAllRecords() and SetRecords().
|
2 лет назад |
Shreyas Zare
|
e1bdfd151a
AuthZoneManager: updated Query() to allow APP records processing for forwarder zones, minor update to return referral response when zone found is a delegation.
|
2 лет назад |
Shreyas Zare
|
b24be82552
AuthZoneManager: updated GetReferralResponse() to set last used on value for stub authority records.
|
2 лет назад |
Shreyas Zare
|
05a1853734
AuthZoneManager: updated Query() to return SOA in authority for ANAME queries to allow DNS server to respond with NO DATA response correctly.
|
2 лет назад |
Shreyas Zare
|
dad7bbcac6
AuthZoneManager: Updated CreateForwarderZone() to allow setting comments for FWD record. Updated code for DNSSEC private key related changes and other minor changes done.
|
2 лет назад |
Shreyas Zare
|
2712434144
AuthZoneManager: Updated GetForwarderResponse() implementation to check for NS records first to work as a stub zone. Other minor implementation changes done.
|
2 лет назад |
Shreyas Zare
|
fa417216f3
major code refactoring done.
|
2 лет назад |
Shreyas Zare
|
8696566c48
AuthZoneManager: Updated GetOrAddSubDomainZone() to use TryGet to directly get the apex zone. Updated implementation to allow multiple PTR records. Code refactoring done.
|
2 лет назад |
Shreyas Zare
|
79282be643
AuthZoneManager: updated LoadTrustAnchorsTo() to skip revoked dns keys.
|
2 лет назад |
Shreyas Zare
|
5e7dbe38cb
AuthZoneManager: updated code for DNSSEC implementation. Added LoadTrustAnchorsTo() to load trust anchors for locally hosted auth zones.
|
2 лет назад |
Shreyas Zare
|
2dd993c707
AuthZoneManager: added GetZoneWithSubDomainZones(), FindZone(), FindNextSubDomainZone(), FindPreviousSubDomainZone(), and RemoveSubDomainZone() internal methods for use with DNSSEC implementation. Implemented DNSSEC related methods to allow access to API. Implemented FindAuthZoneInfo() and GetAuthZoneInfo(). Updated Query() with DNSSEC related changes. Code refactoring done.
|
2 лет назад |
Shreyas Zare
|
2730c914ff
minor refactoring changes done.
|
2 лет назад |
Shreyas Zare
|
bb6582faa9
AuthZoneManager: implemented AuthZoneTree. Implemented DNSSEC support. Added ImportRecords() to use with DNS Client import feature.
|
2 лет назад |
Shreyas Zare
|
5e6e9eee94
AuthZoneManager: tsig implementation changes.
|
3 лет назад |
Shreyas Zare
|
e4b4b6abb8
AuthZoneManager: Triggering zone refresh immediately for secondary and stub zones after creation.
|
3 лет назад |
Shreyas Zare
|
267888e2ed
AuthZoneManager: fixed issue of slow XFR responses for secondary root zones or large zones.
|
3 лет назад |
Shreyas Zare
|
aae7f27052
AuthZoneManager: implemented xfr protocol support for secondary zone.
|
3 лет назад |
Shreyas Zare
|
008a706a04
AuthZoneManager: added TSIG support. Fixed implementation for zone transfer AXFR and IXFR. Fixed issue with missing zone history for secondary zone file.
|
3 лет назад |
Shreyas Zare
|
a3d843e791
AuthZoneManager: fixed code in SyncIncrementalZoneTransferRecords() to use correct SyncRecords() method. Updated Query() to not add authority and additional records.
|
3 лет назад |
Shreyas Zare
|
c0a23703e7
AuthZoneManager: implemented CondenseIncrementalZoneTransferRecords(). Implemented IXFR query support. Implemented IXFR sync support. Code refactoring done.
|
3 лет назад |