Commit Graph

2011 Commits

Author SHA1 Message Date
Shreyas Zare
8a4dfe9e67 WebServiceApi: updated ResolveQueryAsync() for ImportRecord() changes. 2024-02-17 18:13:54 +05:30
Shreyas Zare
3e3c3ed2bb WebServiceDhcpApi: updated code for Scope implementation change. 2024-02-17 18:12:54 +05:30
Shreyas Zare
cd34a686b6 WebServiceZonesApi: updated Import Zone API to add support for overwriteSoaSerial option. 2024-02-17 18:12:13 +05:30
Shreyas Zare
c00a2a15a6 DnsServer: updated ProcessConnectionAsync() to read server domain name from TLS request to set it as request local EP. Updated ProcessQuicConnectionAsync() to read target hostname from the QUIC connection to set it as request local EP. 2024-02-17 18:08:04 +05:30
Shreyas Zare
55e51a88b9 SecondaryZone: code refactoring changes done. 2024-02-17 18:05:40 +05:30
Shreyas Zare
872e825189 PrimaryZone: Added SetSoaSerial() to allow setting custom SOA serial. Code refactoring changes done. 2024-02-17 18:05:20 +05:30
Shreyas Zare
9e7d8cde79 ApexZone: code refactoring changes. 2024-02-17 18:04:25 +05:30
Shreyas Zare
de6a630c47 AuthZoneManager: Updated ImportRecords() to add overwriteSoaSerial support to allow setting SOA serial from imported SOA record. 2024-02-17 18:03:39 +05:30
Shreyas Zare
0b5d018968 DhcpServer: updated code for Scope implementation changes. 2024-02-17 18:01:47 +05:30
Shreyas Zare
cc820c7be1 Scope: updated FindThisDnsServerAddress() implementation to check the DNS server local endpoints for selecting This Server address. 2024-02-17 18:00:59 +05:30
Shreyas Zare
7e3ea9a5a6 assembly version updated to v12.0.1 for release 2024-02-08 19:28:55 +05:30
Shreyas Zare
765723c264 webapp: minor change. 2024-02-08 19:08:18 +05:30
Shreyas Zare
7ed733e8aa ZoneTree: fixed issue with wildcard matching conditions with ENT entries. 2024-02-08 19:07:51 +05:30
Shreyas Zare
3bd70f6d2d assembly version updated for release 2024-02-04 21:59:54 +05:30
Shreyas Zare
2e473e1d39 webapp: updated html for new feature support. 2024-02-04 18:11:21 +05:30
Shreyas Zare
98b526e89a zone.js: updated code for ddns support for forwarders. 2024-02-04 18:10:42 +05:30
Shreyas Zare
cc91f87bc1 main.js: updated code for new feature support. 2024-02-04 18:10:04 +05:30
Shreyas Zare
1f91fa3c04 main.css: updated css for dashboard changes. 2024-02-04 18:08:54 +05:30
Shreyas Zare
1175be2f51 WebServiceZonesApi: Added ddns support for forwarder zones. Code refactoring changes done. 2024-02-04 18:08:15 +05:30
Shreyas Zare
16a591c3ed WebServiceSettingsApi: updated API to support new settings options. Fixed issue of block list not reloading immediately in certain cases. Code refactoring changes done. 2024-02-04 18:07:08 +05:30
Shreyas Zare
a811e7ffc6 WebServiceDhcpApi: code refactoring changes done. 2024-02-04 18:05:11 +05:30
Shreyas Zare
844dc7717e WebServiceDashboardApi: updated api to add dropped stats and protocol type chart support. 2024-02-04 18:04:43 +05:30
Shreyas Zare
742cc54240 WebServiceAuthApi: code refactoring changes done. 2024-02-04 18:03:57 +05:30
Shreyas Zare
3e2066b137 WebServiceAppsApi: updated ListInstalledAppsAsync() to log error on app store data download. 2024-02-04 18:03:37 +05:30
Shreyas Zare
16f666feb0 WebServiceApi: code refactoring changes done. 2024-02-04 18:02:59 +05:30
Shreyas Zare
a04a6038a4 updated named.root file 2024-02-04 18:02:32 +05:30
Shreyas Zare
8f70029d43 LogManager: code refactoring changes done. 2024-02-04 18:02:19 +05:30
Shreyas Zare
615d3dbe61 DnsWebService: updated implementation to support new features. Code refactoring done. 2024-02-04 18:01:49 +05:30
Shreyas Zare
ff525d7d30 DnsServer: Added notify allowed networks feature. Updated default config values for mitigating pulsing DoS attack. Added qpm bypass list feature. Updated ProcessUdpRequestAsync() to use buffer from array pool. Updated ProcessUpdateQueryAsync() to find closest zone to update and added support for forwarder zones. Updated ProcessCNAMEAsync() to prevent duplicate entries in response. Updated RecursiveResolveAsync() to simplify serve stale implementation. Updated PrepareRecursiveResolveResponse() to set correct AD flag value. Updated StartAsync() to update root servers list by priming query. Code refactoring changes done. 2024-02-04 17:59:51 +05:30
Shreyas Zare
4912e03f41 StatsManager: Added in-memory stats feature. Added support for dropped requests stats and protocol type stats. Code refactoring done. 2024-02-04 17:52:59 +05:30
Shreyas Zare
8fab5101ff PrimaryZone: fixed minor null ref issue. Fixed issue in revert code in SignZone() which missed to remove RRSIG records in subdomains. Code refactoring done. 2024-02-04 17:50:37 +05:30
Shreyas Zare
2781ba6f18 ForwarderZone: added support for ddns. 2024-02-04 17:40:31 +05:30
Shreyas Zare
d8a63be205 AuthZoneInfo: updated implementation for ddns support in forwarder zones. 2024-02-04 17:39:53 +05:30
Shreyas Zare
4d78973b31 AuthZone: code refactoring done. 2024-02-04 17:38:53 +05:30
Shreyas Zare
60036cf047 ApexZone: fixed minor issue. 2024-02-04 17:38:16 +05:30
Shreyas Zare
8a0ef72f7a CacheZoneManager: code refactoring done. 2024-02-04 17:31:55 +05:30
Shreyas Zare
b71d564815 BlockListZoneManager: updated implementation for local file lists to update while reading. Fixes issues when list wont reload for certain conditions. Code refactoring done. 2024-02-04 17:29:56 +05:30
Shreyas Zare
7469613663 AuthZoneManager: code refactoring done. 2024-02-04 17:27:33 +05:30
Shreyas Zare
818b0c31c6 removed obsolete code. 2024-02-04 17:26:37 +05:30
Shreyas Zare
9f0d574a1f DomainTree: code refactoring done. 2024-02-04 17:25:47 +05:30
Shreyas Zare
e5e5c5460f AuthZoneTree: code refactoring changes done. 2024-02-04 17:24:43 +05:30
Shreyas Zare
ef459b2f96 CacheRecordInfo: code refactoring changes done. 2024-02-04 17:24:06 +05:30
Shreyas Zare
b9ea43c583 Scope: added support for providing hostname option. 2024-02-04 17:23:32 +05:30
Shreyas Zare
fbf46a0054 Lease: code refactoring done. 2024-02-04 17:22:08 +05:30
Shreyas Zare
e3c154a407 DhcpServerException: removed obsolete code. 2024-02-04 17:21:38 +05:30
Shreyas Zare
f283c3b928 DhcpServer: minor changes done. 2024-02-04 17:20:43 +05:30
Shreyas Zare
69c72073e1 DhcpOption: code refactoring done. 2024-02-04 17:19:13 +05:30
Shreyas Zare
527378f0f0 DhcpMessage: code refactoring changes done. 2024-02-04 17:18:37 +05:30
Shreyas Zare
c927dbe95e code refactoring changes done. 2024-02-04 17:17:20 +05:30
Shreyas Zare
11be590121 UserSession: code refactoring done. 2024-02-04 17:12:55 +05:30