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-06 16:53:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e5f61c49967a96d818a914b4895ab1bc3fb096ee
DnsServer
/
DnsServerCore
/
Dhcp
History
Shreyas Zare
a12c132c37
DhcpServer: Implemented scope changes. Added IsAddressReserved() check while renewing dynamic lease. Updated FindScope() to allow finding scope for DECLINE messages.
2021-09-18 17:53:23 +05:30
..
Options
ClientFullyQualifiedDomainNameOption: updated ParseOptionValue() method to ignore null termination caused by buggy clients.
2021-06-12 13:47:20 +05:30
DhcpMessage.cs
DhcpMessage: added VendorClassIdentifier property.
2020-10-31 14:13:30 +05:30
DhcpOption.cs
DhcpOption: added parsing entry for VendorSpecificInformation and VendorClassIdentifier.
2020-10-31 14:13:04 +05:30
DhcpServer.cs
DhcpServer: Implemented scope changes. Added IsAddressReserved() check while renewing dynamic lease. Updated FindScope() to allow finding scope for DECLINE messages.
2021-09-18 17:53:23 +05:30
DhcpServerException.cs
DhcpServer: added working dhcp server with basic tests done for all scope options.
2019-06-09 20:51:54 +05:30
Exclusion.cs
Exclusion: updated validation condition to allow single address exclusion.
2021-02-06 18:10:34 +05:30
Lease.cs
Lease: minor refactoring changes.
2021-06-26 15:50:29 +05:30
Scope.cs
Scope: Implemented ping check feature. Added RemoveLease() method. Code refactoring done.
2021-09-18 17:29:36 +05:30