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-02-09 17:33:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
042a88918f8a77be901cf2af14155bbe93b53c18
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
cc2e546678
DnsServer: fixed minor issue and code refactoring changes done.
2022-02-19 13:09:38 +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
minor changes
2021-11-06 13:29:21 +05:30