Commit Graph

2216 Commits

Author SHA1 Message Date
Shreyas Zare
103c638adf logs.js: Updated API paths and using new session data token. 2022-09-18 18:10:52 +05:30
Shreyas Zare
e7dc216e17 dhcp.js: updated API paths and using session data token. Added support for small loader for table row menu actions. 2022-09-18 18:10:04 +05:30
Shreyas Zare
89ca472a49 added loader-small.gif 2022-09-18 18:08:43 +05:30
Shreyas Zare
313e6cc1b7 common.js: updated HTTPRequest() implementation. Updated serializeTableData() to support checkbox and hidden input tags. 2022-09-18 18:08:24 +05:30
Shreyas Zare
1007491c7a apps.js: updated code to use new session data token. 2022-09-18 18:07:30 +05:30
Shreyas Zare
ed1f2f301e webapp: added auth.js to for multi-user support. 2022-09-18 18:06:40 +05:30
Shreyas Zare
d767fd5e27 webapp: updated html for multi-user support. 2022-09-18 18:05:11 +05:30
Shreyas Zare
adbf13d4cc DnsWebService: updated implementation to add multi-user support. API paths updated to reflect the permission section each call belongs. Added support to stop block list automatic update. Updated dns config file format. 2022-09-18 18:04:28 +05:30
Shreyas Zare
6752f95469 WebServiceZonesApi: Updated implementation to support zone permissions. 2022-09-18 18:00:21 +05:30
Shreyas Zare
4ca330e4a1 WebServiceOtherZonesApi: updated ImportAllowedZonesAsync() and ImportBlockedZonesAsync() to unescape POST parameter values. 2022-09-18 17:52:00 +05:30
Shreyas Zare
eef2315fd8 WebServiceLogsApi: added DownloadLogAsync() implementation. 2022-09-18 17:50:58 +05:30
Shreyas Zare
a5b1e859e3 WebServiceDhcpApi: added AddReservedLease() and RemoveReservedLease() API support. 2022-09-18 17:50:30 +05:30
Shreyas Zare
b801ae6f9f WebServiceAppsApi: updated implementation to support automatic updates for DNS apps. Updated DownloadAndInstallAppAsync() to not use system proxy. Updated SetAppConfigAsync() to unescape config data. 2022-09-18 17:49:36 +05:30
Shreyas Zare
4da5842bac added WebServiceAuthApi implementation 2022-09-18 17:46:50 +05:30
Shreyas Zare
2da7eca963 updated named.root 2022-09-18 17:45:56 +05:30
Shreyas Zare
a99287e865 Added AuthManager implementation 2022-09-18 17:45:38 +05:30
Shreyas Zare
cddf99c771 Added Permission implementation 2022-09-18 17:44:47 +05:30
Shreyas Zare
5e1a684549 added Group implementation 2022-09-18 17:44:05 +05:30
Shreyas Zare
ffd1c25845 added User implementation 2022-09-18 17:43:31 +05:30
Shreyas Zare
822f789874 UserSession: updated implementation for user session. 2022-09-18 17:42:43 +05:30
Shreyas Zare
18915a196f DhcpServer: updated UpdateDnsAuthZone() to set permissions for the created primary zones and to allow updating records into a forwarder zone. 2022-09-18 17:41:41 +05:30
Shreyas Zare
50cbbc9fe1 Scope: minor refactoring changes done. Added AddReservedLease() and RemoveReservedLease() methods. 2022-09-18 17:37:41 +05:30
Shreyas Zare
9df8beb2d4 Lease: minor refactoring change 2022-09-18 17:36:29 +05:30
Shreyas Zare
f2ffc891a0 DnsServer: updated ProcessAPPAsync() to support new APP interface changes. Updated ProcessCNAMEAsync() to use the correct DO flag in new request. 2022-09-18 17:35:44 +05:30
Shreyas Zare
016f7551d6 StatsManager: minor refactoring changes. 2022-09-18 17:34:02 +05:30
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. 2022-09-18 17:33:23 +05:30
Shreyas Zare
e800afd3a0 BlockListZoneManager: updated UpdateBlockListsAsync() to not use default system proxy. 2022-09-18 17:29:25 +05:30
Shreyas Zare
32b57db960 ForwarderSubDomainZone: updated code to allow adding/updating APP records. 2022-09-18 17:28:44 +05:30
Shreyas Zare
e43068f78a ForwarderZone: updated code to allow adding/updating APP records. 2022-09-18 17:28:19 +05:30
Shreyas Zare
b4e7781ac0 AuthZoneInfo: minor refactoring changes 2022-09-18 17:27:30 +05:30
Shreyas Zare
10719e0410 Merge pull request #454 from galenguyer/patch-1
Fix missing code block end
2022-09-14 11:16:06 +05:30
Galen Guyer
24d0f000b3 Fix missing code block end 2022-09-13 16:37:46 -04:00
Shreyas Zare
87b3d0e457 Merge branch 'change-log-update' into develop 2022-08-30 13:08:03 +05:30
Shreyas Zare
536f9a1bbb updated changelog for CVE-2022-30257 (V1) and CVE-2022-30258 (V2) disclosure. 2022-08-30 13:07:31 +05:30
Shreyas Zare
6522a6e901 Merge branch 'split-horizon-app-update' into develop 2022-08-21 15:53:54 +05:30
Shreyas Zare
a80a473d3e SplitHorizonApp: updated version to v3.1 for release 2022-08-21 15:53:07 +05:30
Shreyas Zare
f05dafeecc SplitHorizon: updated example config. 2022-08-21 15:45:04 +05:30
Shreyas Zare
d97ea55614 SplitHorizon.SimpleCNAME: Updated ProcessRequestAsync() to match the network name with the loaded networks list. 2022-08-21 15:44:37 +05:30
Shreyas Zare
969e05d803 SplitHorizon.SimpleAddress: updated InitializeAsync() to read config for loading collection of networks. Updated ProcessRequestAsync() to match the network name with the loaded networks list. 2022-08-21 15:44:09 +05:30
Shreyas Zare
ec2695b6a9 Merge branch 'develop' of https://github.com/TechnitiumSoftware/DnsServer into develop 2022-08-11 13:35:16 +05:30
Shreyas Zare
b0efe25335 WebServiceDashboardApi: updated code for stats manager related changes. 2022-08-11 13:34:03 +05:30
Shreyas Zare
8e2cec124a DnsServer: updated code for stats manager related changes. 2022-08-11 13:33:15 +05:30
Shreyas Zare
2c3b2ed052 StatsManager: upgraded all int counters to long. 2022-08-11 13:32:45 +05:30
Shreyas Zare
a46173f111 minor update to apidocs 2022-07-31 15:37:12 +05:30
Shreyas Zare
c0d7761523 Update APIDOCS.md
fixed typo
2022-07-30 11:35:28 +05:30
Shreyas Zare
d3371361d3 CacheZoneManager: Added AddRRSIGRecords() to allow reusing the code. Updated QueryClosestDelegation() and Query() to return only validated records when request has DO flag set. Updated Query() to fix issue that failed to return RRSIG when returning DNAME. 2022-07-16 12:38:04 +05:30
Shreyas Zare
dee72b02f1 updated readme with new blog post links 2022-07-10 18:01:31 +05:30
Shreyas Zare
8187977542 webapp: updated html with new help blog links 2022-07-10 17:56:15 +05:30
Shreyas Zare
15c1e4d902 updated moment.min.js 2022-07-10 15:11:25 +05:30
Shreyas Zare
e69ca3cd99 Merge pull request #429 from Alcazer/missing
Missing Windows Service Globalization Invariant
2022-07-10 15:03:38 +05:30