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-01 14:30:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
02c8ae8400276879eef86fd66e6881e809c53369
DnsServer
/
DnsServerCore
History
Shreyas Zare
02c8ae8400
AuthZone: added checks in GetNameServerAddresses() to prevent exceptions. Made GetPrimaryNameServerAddresses() public, used GetRecords() for getting NS records and updated implementation to use addresses from NS record and from glue records. Made GetSecondaryNameServerAddresses() public and used GetRecords() for getting NS records. Updated GetRecords() to return empty array if no records are found. Optimized ContainsNameServerRecords() code.
2020-06-28 19:38:34 +05:30
..
Dhcp
DhcpServer: implemented waitForInterface option in ActivateScope() to allow waiting upto 30 sec for activating scope on server startup. Implemented stopping option in UnloadScope() to avoid closing socket when server is stopping to prevent from getting indefinitely blocked due to .NET Core bug on linux.
2020-06-20 14:05:43 +05:30
Dns
AuthZone: added checks in GetNameServerAddresses() to prevent exceptions. Made GetPrimaryNameServerAddresses() public, used GetRecords() for getting NS records and updated implementation to use addresses from NS record and from glue records. Made GetSecondaryNameServerAddresses() public and used GetRecords() for getting NS records. Updated GetRecords() to return empty array if no records are found. Optimized ContainsNameServerRecords() code.
2020-06-28 19:38:34 +05:30
www
webapp: fixed issue with updateRecordState() causing NS records to lose glue addresses.
2020-06-28 16:37:04 +05:30
DnsServerCore.csproj
assembly version updated to v4.1 for release
2020-01-04 14:03:38 +05:30
InvalidTokenWebServiceException.cs
WebService: refactored name from DnsWebService. Added DHCP api calls.
2019-06-15 13:30:03 +05:30
LogManager.cs
LogManager: minor fix done.
2020-06-06 16:44:57 +05:30
SocketExtension.cs
Fixed socket dispose getting blocked issue with work around. More info on the issue:
https://github.com/dotnet/runtime/issues/37873
2020-06-14 19:57:21 +05:30
UserSession.cs
WebService: refactored name from DnsWebService. Added DHCP api calls.
2019-06-15 13:30:03 +05:30
WebService.cs
WebService: using new DnsCache property in ResolveQuery(). Minor refactoring changes done.
2020-06-27 12:05:03 +05:30
WebServiceException.cs
WebService: refactored name from DnsWebService. Added DHCP api calls.
2019-06-15 13:30:03 +05:30