aboutsummaryrefslogtreecommitdiffstats
path: root/common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement faked allocations, server sideLinus Nordberg2019-05-261-5/+30
| | | | | | | | | | Reject clients not connecting from an IPv6 address. Reject clients not connecting from the correct port. Fake address allocation. Update allowed-ips with leases handed out. Send response messages. Extend protocol to include lease start and lease time, errno and errmsg. Move common code to common.[ch].
* Match incoming IP with pubkeyThomas Gschwantner2019-02-251-1/+3
|
* Implement key=value parsingThomas Gschwantner2019-02-091-0/+56
|
* Fix licensing headersThomas Gschwantner2019-01-271-2/+2
|
* Implement basic validation and I/O multiplexingThomas Gschwantner2019-01-261-0/+16