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-02 23:05:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
73232bae0a7d99ff87ca025a7a502df9185ff450
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
73232bae0a
AuthZoneTree: Fixed implementation issues with GetPreviousSubDomainZoneNode(), FindPreviousSubDomainZone(), FindNextSubDomainZone() and GetNextSubDomainZoneNode(). Updated FindZone() implementation. Fixed minor issues in FindNSecProofOfNonExistenceNxDomain(). Implemented FindNSec3ProofOfNonExistenceNxDomain(). Added FindNSecProofOfNonExistenceNoData() and FindNSec3ProofOfNonExistenceNoData().
2022-02-27 18:12:17 +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 implementation issues with GetPreviousSubDomainZoneNode(), FindPreviousSubDomainZone(), FindNextSubDomainZone() and GetNextSubDomainZoneNode(). Updated FindZone() implementation. Fixed minor issues in FindNSecProofOfNonExistenceNxDomain(). Implemented FindNSec3ProofOfNonExistenceNxDomain(). Added FindNSecProofOfNonExistenceNoData() and FindNSec3ProofOfNonExistenceNoData().
2022-02-27 18:12:17 +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