Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
2014-08-14 | test: dhcp-server - fix test | Tom Gundersen | |
Reported by Corey Hammerton on G+ | |||
2014-08-04 | sd-dhcp-server: always send out ROUTER and SUBNET_MASK | Tom Gundersen | |
For now we simply take these values from the server's address. | |||
2014-06-13 | sd-dhcp-server: test - skip when lacking perms | Tom Gundersen | |
2014-06-13 | sd-dhcp-server: track bound leases | Tom Gundersen | |
Make sure we don't hand out the same IP twice. We still don't handle lease expiry. | |||
2014-06-13 | sd-dhcp-server: add basic NAK support | Tom Gundersen | |
2014-06-13 | sd-dhcp-server: add basic REQUEST/ACK support | Tom Gundersen | |
2014-06-13 | sd-dhcp-server: add basic DISCOVER/OFFER support | Tom Gundersen | |
2014-06-13 | sd-dhcp-server: add support for setting the server address | Tom Gundersen | |
2014-06-13 | sd-dhcp-server: add basic message handling and verification | Tom Gundersen | |
2014-06-13 | sd-dhcp-server: bind to a given interface | Tom Gundersen | |
We will (at least at first), restrict our focus to running the server on at most one interface. | |||
2014-06-13 | sd-dhcp-server: add basic functionality for starting/stopping server | Tom Gundersen | |
Bind to UDP socket and listen for messages, discarding anything we receive. | |||
2014-06-13 | sd-dhcp-server: add basic functionality for creating/destroying server instance | Tom Gundersen | |