aboutsummaryrefslogtreecommitdiffstats
path: root/wg-dynamic-server.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do blindly honour clients ask for addressesln/poc1Linus Nordberg2019-04-081-2/+0
| | | | Remove that code we added for testing something once.
* Address three issues from review by TharreLinus Nordberg2019-04-081-21/+0
| | | | | | 1. print_to_buf() return int 2. print_to_buf() don't fatal() without errno 3. data_attr_cb() don't duplicate
* WIP poc0Linus Nordberg2019-04-041-83/+266
|
* Accept multiple connections in one goThomas Gschwantner2019-02-251-12/+28
|
* Match incoming IP with pubkeyThomas Gschwantner2019-02-251-10/+87
|
* Implement key=value parsingThomas Gschwantner2019-02-091-41/+64
|
* Fix licensing headersThomas Gschwantner2019-01-271-3/+2
|
* Implement basic validation and I/O multiplexingThomas Gschwantner2019-01-261-25/+292
|
* Initialize project with scafolding and embeddable-wg-libraryJason A. Donenfeld2019-01-241-0/+40