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-04-05 04:09:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d12a45cff46e733b2850cd19bf818090e50cc3d0
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
d12a45cff4
AuthZone: updated dns record versioning method implementation to support DNSSEC. Added methods for DNSSEC related operations. Minor code refactoring done.
2022-02-19 13:05:26 +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
AuthZone: updated dns record versioning method implementation to support DNSSEC. Added methods for DNSSEC related operations. Minor code refactoring done.
2022-02-19 13:05:26 +05:30
DnsServer.cs
DnsServer: implemented DNSSEC. Implemented new conditional forwarder changes.
2022-01-23 17:58: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