Age | Commit message (Collapse) | Author |
|
|
|
These new helpers will terminate fastd on allocation failures and add some
additional convenience (allow strdup with NULL; typesafe new(type) macros).
|
|
This will lead to a bit strange handshake as a handshake response is answered
with another handshake response, but it won't lead to loops because of the
verification and handshake backoff intervals.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will hopefully lead to an async verify implementation...
|
|
established peers
|
|
they aren't configured statically
|
|
|
|
The new poll code has made this second peer list obsolete.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
various buffers on the stack
|
|
|
|
|
|
backoff timeout
|
|
|
|
reflect their function better
|
|
|
|
|
|
|
|
invalid aliasing (hopefully)
|
|
|
|
|
|
CMake 2.8.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 81a329682b2035dc56f7c6c21815bac590f34b52. As many handshake
parameters depend on the handshake direction, crossed handshakes will generate
completely different keys anyways.
|