Commit Graph

3085 Commits

Author SHA1 Message Date
Shreyas Zare
fb22196bed ForwarderZone: overrided Disabled property to control notify. Updated Notify property to only allow catalog zones to use new notify option. 2024-10-19 16:49:17 +05:30
Shreyas Zare
5361533ae0 AuthZoneInfo: updated code to support new notify option for catalog zones. 2024-10-19 16:47:48 +05:30
Shreyas Zare
b5d9f46423 ApexZone: implemented new notify option for separate name servers for catalog and member zones for use with catalog zones. 2024-10-19 16:45:28 +05:30
Shreyas Zare
3f74d95d70 BlockListZoneManager: updated UpdateServerDomain() and Query() to support blocking answer ttl feature. 2024-10-19 16:43:58 +05:30
Shreyas Zare
58fa6c9580 BlockedZoneManager: updated UpdateServerDomain() to support blocking answer ttl feature. 2024-10-19 16:42:00 +05:30
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. 2024-10-19 16:41:17 +05:30
Shreyas Zare
f9edcd67a1 DhcpServer: Updated GetSanitizedHostName() to allow period char. 2024-10-19 16:38:30 +05:30
Shreyas Zare
4ec02fb762 updated changelog for v13.0.2 release. 2024-09-28 17:39:50 +05:30
Shreyas Zare
968e702d12 assembly version updated to v13.0.2 for release. 2024-09-28 17:39:15 +05:30
Shreyas Zare
c75c3965c8 inno: updated version to 13.0.2 2024-09-28 17:38:46 +05:30
Shreyas Zare
23b1c17c0b updated docker env vars to add new parameter. 2024-09-28 16:18:03 +05:30
Shreyas Zare
789ee5af11 updated docker-compose to add new parameter. 2024-09-28 16:17:13 +05:30
Shreyas Zare
4ca65bd123 webapp: updated help instructions. 2024-09-28 16:16:22 +05:30
Shreyas Zare
bdb01b26b7 main.js: fixed dashboard main chart label issue which displayed wrong labels for last week, last month, and last year for some timezones. 2024-09-28 16:15:04 +05:30
Shreyas Zare
9ce324a377 DnsServer: fixed null ref issue in ProcessZoneTransferQueryAsync() by removing log entries that are not really required. 2024-09-28 16:13:43 +05:30
Shreyas Zare
ceae2bbab0 Scope: updated GetClientFullyQualifiedDomainNameOption() to sanitize hostname before using it to generate client domain name. 2024-09-28 16:11:51 +05:30
Shreyas Zare
8bd1ec3b75 DhcpServer: implemented GetSanitizedHostName() method to sanitize hostname before using it to generate client domain name. 2024-09-28 16:10:59 +05:30
Shreyas Zare
fe0f6de9db Merge pull request #1044 from elias314/fix-UseSpecifiedNetworks
Change remaining references of UseSpecifiedNetworks to UseSpecifiedNetworkACL
2024-09-25 13:21:09 +05:30
Elias Alvord
9b1de8681a Change remaining references of UseSpecifiedNetworks to UseSpecifiedNetworkACL 2024-09-24 11:43:34 -07:00
Shreyas Zare
632e2b210d Merge branch 'develop' 2024-09-23 19:11:00 +05:30
Shreyas Zare
44df9d4094 updated changelogs for v13.0.1 release. 2024-09-23 19:10:43 +05:30
Shreyas Zare
4a03a0bd9e inno: updated version to v13.0.1. 2024-09-23 19:10:21 +05:30
Shreyas Zare
6cab012a6b assembly version updated to v13.0.1 for release. 2024-09-23 19:10:01 +05:30
Shreyas Zare
418ccb9a7f DnsServer: updated forwarding code to ignore forwarder domain resolution when proxy is configured. Updated StopAsync() and StopDoHAsync() to ignore any errors while stopping. 2024-09-23 19:09:25 +05:30
Shreyas Zare
19a9a66232 Merge branch 'develop' 2024-09-22 17:15:12 +05:30
Shreyas Zare
94ae2c1d67 updated readme 2024-09-22 17:14:17 +05:30
Shreyas Zare
934f73865c updated changelog for v13.0 release 2024-09-22 17:14:03 +05:30
Shreyas Zare
5c9830f3ba assembly version updated to v13.0 for release 2024-09-22 17:13:32 +05:30
Shreyas Zare
c02f73fc8b solution file updated 2024-09-22 17:13:00 +05:30
Shreyas Zare
0f2059ecbb assembly version updated for release 2024-09-22 17:12:51 +05:30
Shreyas Zare
c83070e4d6 app store json updated 2024-09-22 17:12:28 +05:30
Shreyas Zare
7e57fef85a app assembly version updated for release. 2024-09-22 17:12:00 +05:30
Shreyas Zare
e7a1e11733 inno: upgraded dotnet version to v8.0.8 2024-09-22 17:11:09 +05:30
Shreyas Zare
bdf7567547 inno: updated version to v13.0 2024-09-22 17:10:45 +05:30
Shreyas Zare
88118e5f70 updated apidocs 2024-09-22 17:10:22 +05:30
Shreyas Zare
93b3b60222 updated root-anchors.xml 2024-09-22 17:10:05 +05:30
Shreyas Zare
5aeb3f0d37 updated named.root 2024-09-22 17:09:50 +05:30
Shreyas Zare
16623101ce DnsServer: Updated ProcessAuthoritativeQueryAsync() to use ProcessRecursiveQueryAsync() call for blocking support. 2024-09-21 17:47:32 +05:30
Shreyas Zare
76b8112745 updated moment.min.js 2024-09-21 12:57:46 +05:30
Shreyas Zare
5d9fc8a74d zone.js: updated code for zone options implementation changes and other minor features. 2024-09-21 12:57:28 +05:30
Shreyas Zare
aa77004418 webapp: updated html for minor feature. 2024-09-21 12:56:30 +05:30
Shreyas Zare
1fa35e6ace WebServiceZonesApi: updated zone options api implementation as per implementation changes. 2024-09-21 12:55:52 +05:30
Shreyas Zare
618d2577b1 WebServiceSettingsApi: Fixed minor bugs in RestoreSettingsAsync(). 2024-09-21 12:54:05 +05:30
Shreyas Zare
e834bd9cf0 ResolverDnsCache: updated implementation to prefer auth zone response over app response. 2024-09-21 12:53:06 +05:30
Shreyas Zare
565b6d53d0 DnsServer: updated ProcessZoneTransferQueryAsync() to check for secondary catalog properties and update notify failed list by removing current client from it. Updated validation checks in properties. Code refactoring changes done. 2024-09-21 12:51:58 +05:30
Shreyas Zare
d73f971d02 SubDomainZone: minor code refactoring. 2024-09-21 12:49:18 +05:30
Shreyas Zare
764edb1bec StubZone: updated CreateAsync() to add support for ignoreSoaFailure option. Added validation for PrimaryNameServerAddresses property. Code refactoring changes done. 2024-09-21 12:48:58 +05:30
Shreyas Zare
0b018e5e10 SecondaryZone: Updated RefreshZoneAsync() to probe with SOA only before AXFR. Code refactoring changes done. 2024-09-21 12:46:59 +05:30
Shreyas Zare
14f1a00222 SecondaryForwarderZone: minor changes done. 2024-09-21 12:45:18 +05:30
Shreyas Zare
12717ddf33 SecondaryCatalogZone: updated implementation to support minimal provisioning for IXFR. Updated implementation to store global custom properties in secondary catalog zone itself. Code refactoring changes done. 2024-09-21 12:44:42 +05:30