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 00:36:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fb29d181c33e7796847734ed50e4f30bd4f5b6df
DnsServer
/
DnsServerCore
/
Dhcp
History
Shreyas Zare
fb29d181c3
DhcpServer: updated no offer handling in ProcessDhcpMessage() for Discover request. Fixed issue with space in host name option. Removed using hostname from reserved lease since hostname field will be removed from UI. Added hostname check in UpdateDnsAuthZone() to fix DHCP server failing to activate scope bug if client has not hostname. Added error handling in ActivateScope() to avoid partial binding of scope causing inconsistent state.
2019-07-27 12:34:12 +05:30
..
Options
removed unused dhcp option
2019-06-15 13:23:03 +05:30
DhcpMessage.cs
minor changes
2019-06-09 20:52:04 +05:30
DhcpOption.cs
removed unused dhcp option parsing.
2019-06-15 13:23:27 +05:30
DhcpServer.cs
DhcpServer: updated no offer handling in ProcessDhcpMessage() for Discover request. Fixed issue with space in host name option. Removed using hostname from reserved lease since hostname field will be removed from UI. Added hostname check in UpdateDnsAuthZone() to fix DHCP server failing to activate scope bug if client has not hostname. Added error handling in ActivateScope() to avoid partial binding of scope causing inconsistent state.
2019-07-27 12:34:12 +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
DhcpServer: added working dhcp server with basic tests done for all scope options.
2019-06-09 20:51:54 +05:30
Lease.cs
Lease: added LeaseType option. Changed ResetLeaseTime() to ExtendLease() to keep leased obtained time unchanged. Minor refactoring done.
2019-06-22 15:34:24 +05:30
Scope.cs
Scope: throwing error in GetOffer() to allow correctly logging the reason for no offer.
2019-07-27 12:27:57 +05:30