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-07 01:04:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a89bb85b52134c9f4224a9b886d718a6be60fe0f
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
a89bb85b52
DnssecPrivateKey: minor changes done.
2022-02-27 17:53:38 +05:30
..
Applications
DnsServerInternal: updated DirectQueryAsync() implementation.
2022-01-23 17:04:48 +05:30
Dnssec
DnssecPrivateKey: minor changes done.
2022-02-27 17:53:38 +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