Shreyas Zare
|
1868d3b219
updated change log
|
2 years ago |
Shreyas Zare
|
baded4012d
inno: updated version for release
|
2 years ago |
Shreyas Zare
|
6787984e33
assembly version updated for release
|
2 years ago |
Shreyas Zare
|
648a28cc2e
DnsServer: Updated ProcessANAMEAsync() to correctly handle NO DATA and error responses.
|
2 years ago |
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 years ago |
Shreyas Zare
|
aa87040726
added root-anchors.xml file
|
2 years ago |
Shreyas Zare
|
a39162749c
DnsResourceRecordInfo: fixed issue of missing null check causing error when saving SOA record without comments or when changing server name.
|
2 years ago |
Shreyas Zare
|
0dd0f0fd3d
updated readme
|
2 years ago |
Shreyas Zare
|
0d60cf2551
updated changelog
|
2 years ago |
Shreyas Zare
|
d8793001fa
updated solution
|
2 years ago |
Shreyas Zare
|
53fdb7eeae
updated docker file for .NET 6 runtime
|
2 years ago |
Shreyas Zare
|
bf4920caf6
inno: updated config for release
|
2 years ago |
Shreyas Zare
|
eb7951e5bd
app assembly version updated for release
|
2 years ago |
Shreyas Zare
|
1615e7705a
assembly version updated for release
|
2 years ago |
Shreyas Zare
|
2cd9532124
updated API docs.
|
2 years ago |
Shreyas Zare
|
297a05ff2d
zone.js: Updated code for auto key rollover feature implementation changes. Updated code for DNSSEC API changes.
|
2 years ago |
Shreyas Zare
|
b7a7adb919
other-zones.js: Updated code to support flush option for cache, allowed and blocked zones. Other minor changes done.
|
2 years ago |
Shreyas Zare
|
8150dc7af7
main.js: Updated checkForReverseProxy() check to correctly detect reverse proxy when TLS is disabled.
|
2 years ago |
Shreyas Zare
|
8fd3e4e8a7
webapp: Updated html to add Flush option for Cache, Allowed and Blocked zone tabs. Added warning message for NTP issue for DNSSEC validation option. Updated UI for rollover feature implementation changes. Other minor changes done.
|
2 years ago |
Shreyas Zare
|
7699dd7ce8
WebServiceZonesApi: Updated API code for rollover feature implementation changes. Minor refactoring done.
|
2 years ago |
Shreyas Zare
|
4a4119ac9e
DnsWebService: Added API support for flushing Allowed and Blocked zones. Removed `updateDnsKeyRollover` API and added `updatePrivateKey` API. Updated LoadConfigFile() to create forwarder zone for ntp.org when enabling DNSSEC by default.
|
2 years ago |
Shreyas Zare
|
91f76d4138
WebServiceOtherZonesApi: implemented API support for flushing Allowed and Blocked zones.
|
2 years ago |
Shreyas Zare
|
6dd36ae304
updated named.root
|
2 years ago |
Shreyas Zare
|
c5af5988df
LogManager: minor change done.
|
2 years ago |
Shreyas Zare
|
9d69359d66
PrimaryZone: Added validation to prevent disabling records for signed zones. Removed zskRolloverDays implementation and implemented rolloverDays for DnssecPrivateKey. Updated SignRRSet() to not sign NS refererrer records.
|
2 years ago |
Shreyas Zare
|
e30d451c6b
PrimarySubDomainZone: Added validation to prevent disabling records for signed zones.
|
2 years ago |
Shreyas Zare
|
39f60523b3
ForwarderZone: Updated constructor to allow setting FWD record comments.
|
2 years ago |
Shreyas Zare
|
45aa092620
AuthZoneInfo: Removed zskRolloverDays related code to revert to previous version.
|
2 years ago |
Shreyas Zare
|
70be2f4fff
BlockedZoneManager: implemented Flush().
|
2 years ago |
Shreyas Zare
|
7eb773b0eb
AllowedZoneManager: implemented Flush().
|
2 years ago |
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 years ago |
Shreyas Zare
|
ace736b1f1
AuthZoneTree: Updated FindNSecProofOfNonExistenceNxDomain() for the DnsNSECRecordData.GetWildcardFor() changes.
|
2 years ago |
Shreyas Zare
|
fc98e63e05
ZoneTree: refactored param names for KeysMatch() and updated logic to check wildcard only for main key. Fixed minor bug in IsKeySubDomain(). Updated FindZoneNode() to correctly handle wildcard cases.
|
2 years ago |
Shreyas Zare
|
8b5a4af2f9
DnsResourceRecordInfo: Added validation for Comments.
|
2 years ago |
Shreyas Zare
|
09f3f90ae7
DnssecPrivateKey: implemented rolloverDays option for each private key.
|
2 years ago |
Shreyas Zare
|
64dcb48f08
PrimaryZone: fixed issues in key rollover with multiple active keys.
|
2 years ago |
Shreyas Zare
|
d0146d4229
CacheZone: Updated SetRecords() to use DnsSpecialCacheRecord.IsFailureOrBadCache in condition check to cover both failure and bad cache cases.
|
2 years ago |
Shreyas Zare
|
312cfb11ec
DnsServer: updated min thread count based on load test.
|
2 years ago |
Shreyas Zare
|
e7cfea172b
uninstall.sh: minor changes done.
|
2 years ago |
Shreyas Zare
|
9785cf2e45
removing testing url.
|
2 years ago |
Shreyas Zare
|
095e29cb1b
install.sh: Updated installer script for .NET 6 runtime.
|
2 years ago |
Shreyas Zare
|
800cf9ab66
inno setup: updated dotnet version to 6.0.3.
|
2 years ago |
Shreyas Zare
|
a49d58442a
MainApplicationContext: Minor changes done.
|
2 years ago |
Shreyas Zare
|
d0fb1617c1
updated publish profiles.
|
2 years ago |
Shreyas Zare
|
859567e182
DnsServiceWorker: Updated code to read optional config folder path to allow running multiple instances of the DNS server.
|
2 years ago |
Shreyas Zare
|
26244f0286
updated apidocs.
|
2 years ago |
Shreyas Zare
|
72ac65297d
zone.js: Updated code to allow dnssec validation option for FWD `this-server`. Implemented zsk auto rollover option.
|
2 years ago |
Shreyas Zare
|
ad622eea98
main.js: implemented new dns server options in settings.
|
2 years ago |
Shreyas Zare
|
b4d5146846
webapp: updated html to add DNS server new options, zsk auto rollover options, and other minor fixes.
|
2 years ago |
Shreyas Zare
|
2d974cb647
WebServiceZonesApi: Updated API for zsk auto rollover option. Updated API to allow adding FWD records with `this-server` option to also use DNSSEC validation option. Minor fixes done.
|
2 years ago |