This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
DnsServer
Watch
1
Star
0
Fork
0
You've already forked DnsServer
mirror of
https://github.com/fergalmoran/DnsServer.git
synced
2026-01-04 15:55:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
33894261bfb521ebb5e9784407c88f4e0fd75c7e
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
e6b2615693
StatsManager: Updated DoMaintenance() to unload not required minute stats from cached hourly stats data for objects older than 1 hour to free memory.
2022-02-20 17:54:39 +05:30
..
Applications
DnsServerInternal: updated DirectQueryAsync() implementation.
2022-01-23 17:04:48 +05:30
Dnssec
added DnssecEcdsaPrivateKey
2022-02-19 12:47:23 +05:30
ResourceRecords
DnsResourceRecordInfo: added properties to get and set rrsig & nsec records for use by cache zone.
2022-01-23 17:06:04 +05:30
Trees
AuthZoneTree: fixed issues in implementation for GetPreviousSubDomainZoneNode(), GetNextSubDomainZoneNode(), and GetAuthZoneFromNode(). Added FindPreviousSubDomainZone() and FindNextSubDomainZone(). Fixed issues in FindNSecProofOfNonExistenceNxDomain() and FindNSec3ProofOfNonExistenceNxDomain(). Code refactoring done.
2022-02-19 12:57:30 +05:30
ZoneManagers
AuthZoneManager: added GetZoneWithSubDomainZones(), FindZone(), FindNextSubDomainZone(), FindPreviousSubDomainZone(), and RemoveSubDomainZone() internal methods for use with DNSSEC implementation. Implemented DNSSEC related methods to allow access to API. Implemented FindAuthZoneInfo() and GetAuthZoneInfo(). Updated Query() with DNSSEC related changes. Code refactoring done.
2022-02-19 13:03:02 +05:30
Zones
PrimaryZone: implemented DNSSEC signed primary zone support with NSEC and NSEC3.
2022-02-19 13:08:55 +05:30
DnsServer.cs
DnsServer: fixed minor issue and code refactoring changes done.
2022-02-19 13:09:38 +05:30
DnsServerException.cs
dns server code refactoring done.
2019-06-15 13:28:39 +05:30
ResolverDnsCache.cs
ResolverDnsCache: updated Query() to correctly find authority record. Updated CacheResponse() implementation.
2022-01-23 17:23:31 +05:30
ResolverPrefetchDnsCache.cs
ResolverPrefetchDnsCache: updated DnsApplicationQueryClosestDelegation() and Query() to correctly find authority record.
2022-01-23 17:25:51 +05:30
StatsManager.cs
StatsManager: Updated DoMaintenance() to unload not required minute stats from cached hourly stats data for objects older than 1 hour to free memory.
2022-02-20 17:54:39 +05:30