Commit Graph

1621 Commits

Author SHA1 Message Date
Shreyas Zare
ba7caa1ef2 AuthZoneManager: code refactoring changes. 2022-11-26 11:50:10 +05:30
Shreyas Zare
5c0f0e3975 DnsApplication: added support for reading app description from assembly. Fixed app loading issue due to .NET 7 migration. 2022-11-26 11:49:43 +05:30
Shreyas Zare
dd1f2220c6 main.js: removed cloudflare doh-json code. Added ECS support. 2022-11-20 16:41:07 +05:30
Shreyas Zare
7324adee52 webapp: removed cloudflare doh-json url. Added ECS support. 2022-11-20 16:40:08 +05:30
Shreyas Zare
6a62e308a8 PrimaryZone: updated SignZone() to remove added records and add back deleted records when signing fails for any reason. 2022-11-20 16:39:07 +05:30
Shreyas Zare
f58371baa9 LogManager: added ECS info in logs. 2022-11-20 16:36:37 +05:30
Shreyas Zare
06b8c090c7 WebServiceZonesApi: updated API for ECS support. 2022-11-20 16:36:12 +05:30
Shreyas Zare
93eb2424c9 DnsWebService: updated API for ECS support. Updated config code for ECS support. 2022-11-20 16:30:03 +05:30
Shreyas Zare
d82293c688 DnsServer: implemented ECS support. 2022-11-20 16:28:07 +05:30
Shreyas Zare
b9c6f412c3 CacheZoneManager: implemented ECS support. 2022-11-20 16:05:29 +05:30
Shreyas Zare
79c57f6c73 CacheZone: implemented ECS support. 2022-11-20 16:00:26 +05:30
Shreyas Zare
a4a00e20ac DnsResourceRecordInfo: added EDnsClientSubnet property for use with cached records. 2022-11-20 15:27:24 +05:30
Shreyas Zare
58ca4dd789 Scope: added macOS explicit check. 2022-11-12 18:04:48 +05:30
Shreyas Zare
9c025f077a DnsApplication: updated code to replace depricated method usage. 2022-11-12 18:01:39 +05:30
Shreyas Zare
e36fb906da DnsServer: updated PostProcessQueryAsync() to return response without EDNS when request does not have EDNS. 2022-11-12 17:19:43 +05:30
Shreyas Zare
7c42ed0afe using configured udp payload size. 2022-11-12 17:18:08 +05:30
Shreyas Zare
5158ec77b7 DnsServerInternal: implemented new interface changes. 2022-11-12 17:17:09 +05:30
Shreyas Zare
180f5515d9 WebServiceDhcpApi: updated EnableDhcpScopeAsync() and DisableDhcpScope() to allow throwing the exception directly. 2022-11-12 15:26:36 +05:30
Shreyas Zare
2770baf82f DhcpServer: updated ActivateScopeAsync() and DeactivateScope() to allow optional throwing of exception. Updated EnableScopeAsync() and DisableScope() to support the same. 2022-11-12 15:25:52 +05:30
Shreyas Zare
6f7d1865c9 apps.js: added support for new IDnsPostProcessor interface. 2022-11-12 15:24:18 +05:30
Shreyas Zare
b7c3d65e24 zone.js: added support for SSHFP and TLSA records. 2022-11-12 15:23:31 +05:30
Shreyas Zare
20577547f6 dhcp.js: implemented support for new dhcp options. 2022-11-12 15:16:27 +05:30
Shreyas Zare
d229934a6e webapp: updated html to support new DHCP options, and new SSHFP and TLSA records. Other minor changes done. 2022-11-12 15:15:41 +05:30
Shreyas Zare
1cb9f42d1b DnsWebService: minor change in Start() to configure dhcp server done. 2022-11-12 15:13:56 +05:30
Shreyas Zare
111bf71f0c WebServiceAppsApi: updated api to support new IDnsPostProcessor interface. 2022-11-12 15:13:22 +05:30
Shreyas Zare
39e757c31a WebServiceZonesApi: updated api to support SSHFP and TLSA records. Other minor code refactoring changes done. 2022-11-12 15:12:44 +05:30
Shreyas Zare
b32933c5d6 WebServiceDhcpApi: updated api to support new DHCP options. 2022-11-12 15:11:36 +05:30
Shreyas Zare
a66531a942 DnsServer: implemented support for new IDnsPostProcessor interface in PostProcessQueryAsync(). Updated ProcessAPPAsync() implementation to allow APP record to return null response when used with Forwarder zones so that the DNS server processes FWD records in such case. Other minor code refactoring changes done. 2022-11-12 15:10:42 +05:30
Shreyas Zare
a1c2e7c241 DnsApplicationManager: implemented support for new IDnsPostProcessor interface. 2022-11-12 15:07:20 +05:30
Shreyas Zare
11a08c6a2d DnsApplication: implemented support for new IDnsPostProcessor interface. 2022-11-12 15:06:42 +05:30
Shreyas Zare
3e521a6dda CacheZoneManager: minor refactoring changes. 2022-11-12 15:04:22 +05:30
Shreyas Zare
9b69cc2ba5 AuthZoneManager: minor refactoring changes. 2022-11-12 15:03:43 +05:30
Shreyas Zare
6887dacb85 AuthZoneInfo: renamed GetRecords() to GetApexRecords(). 2022-11-12 15:02:51 +05:30
Shreyas Zare
7a4b3d4388 CacheZone: updated SetRecords() implementation to copy extended dns errors from existing non-stale failure records. 2022-11-12 15:02:11 +05:30
Shreyas Zare
bdd6629bf3 DomainTree: updated to add '/' as valid char to support classless in-addr.arpa usage. 2022-11-12 14:59:48 +05:30
Shreyas Zare
3c92a51b8f DhcpServer: Updated code to support new Scope implementation changes. 2022-11-12 14:58:35 +05:30
Shreyas Zare
6f89326acd Scope: implemented domain search and CAPWAPAP option support. Added option to disable dns updates. Added feature to support using domain names for NTP option. Added missing validation checks in properties. 2022-11-12 14:57:08 +05:30
Shreyas Zare
f092bf266b DhcpOption: implemented support for option 119 and 138. 2022-11-12 14:53:48 +05:30
Shreyas Zare
4bcbda7aae DomainSearchOption: added support for option 119. 2022-11-12 14:52:58 +05:30
Shreyas Zare
036ba54c29 CAPWAPAccessControllerOption: added support for option 138. 2022-11-12 14:52:27 +05:30
Shreyas Zare
6e63ac5bcb WebServiceZonesApi: updated GetZoneOptions() and SetZoneOptions() to support dynamic updates security policies feature. Updated WriteRecordAsJson() to support SSHFP and TLSA record types. 2022-10-30 19:13:48 +05:30
Shreyas Zare
a616324ac2 webapp: Updated to add dynamic updates security policy support. Added more opendns servers and forwarders. Added SSHFP and TLSA support. 2022-10-30 19:10:54 +05:30
Shreyas Zare
c2a4c95b6e zone.js: updated implementation to support dynamic updates security policy feature. 2022-10-30 19:09:14 +05:30
Shreyas Zare
673ad97d7c common.js: updated serializeTableData() to allow specifying different alert placeholder. 2022-10-30 19:07:09 +05:30
Shreyas Zare
211eadc3dd main.js: added support for more opendns forwarders. Updated refreshDashboard() to use ISO datetime format. 2022-10-30 19:05:56 +05:30
Shreyas Zare
047edb1054 logs.js: using ISO datetime format for query logs. 2022-10-30 19:04:33 +05:30
Shreyas Zare
a9c4b70c23 DnsServer: Updated ProcessUpdateQueryAsync() to support dynamic updates security policy. Updated ProcessCNAMEAsync() to detect CNAME loops. Updated ProcessANAMEAsync() to detect loops. 2022-10-30 19:03:47 +05:30
Shreyas Zare
508187fcf5 AuthZoneInfo: updated code to add dynamic updates policies support. 2022-10-30 19:00:46 +05:30
Shreyas Zare
b1431de3a7 ApexZone: renamed _updateTsigKeyNames to _updateSecurityPolicies and added support for dynamic updates policies. 2022-10-30 18:59:21 +05:30
Shreyas Zare
fcca68801a SecondaryZone: added override for Update property so stop the zone type to support updates. 2022-10-30 18:58:14 +05:30