index
:
fastd
master
Fast and Secure Tunnelling Daemon
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2014-04-11
Add support for async commands
Matthias Schiffer
2014-04-11
Improve shell command config handling
Matthias Schiffer
2014-04-10
Add support for multiple async message types
Matthias Schiffer
2014-04-10
Move handling of resolve returns requests to a new source file
Matthias Schiffer
2014-04-10
Use #pragma once
Matthias Schiffer
2014-04-06
Set IP_FREEBIND
Matthias Schiffer
2014-03-25
Various fixes in --bind command line option
Matthias Schiffer
2014-03-25
Don't depend on libsystemd-daemon for systemd integration, always use systemd...
Matthias Schiffer
2014-03-20
Enable secure handshakes by default
Matthias Schiffer
2014-03-20
peer: add assertion to ensure no addresses are learned on unestablished peers
Matthias Schiffer
2014-03-20
Flood forwarded unicast frames the same way as locally generated ones
Matthias Schiffer
2014-03-20
Flood unicasts for unknown addresses
Matthias Schiffer
2014-03-14
Adjust copyright years
Matthias Schiffer
2014-03-13
Better systemd integration (enable with ENABLE_SYSTEMD cmake flag)
Matthias Schiffer
2014-03-13
Rename USE_LIBSODIUM and USE_OPENSSL cmake flags to ENABLE_LIBSODIUM and ENAB...
Matthias Schiffer
2014-03-10
Remove aligned data_t type again
Matthias Schiffer
2014-03-10
Make --verify-config option more flexible
Matthias Schiffer
2014-03-10
Add --verify-config option
Matthias Schiffer
2014-01-27
Add an aligned uint8_t type data_t and use it to ensure the alignment of vari...
Matthias Schiffer
2014-01-27
options: make definition of "spaces" more readable
Matthias Schiffer
2014-01-26
Don't use atoi for interface indexes
Matthias Schiffer
2014-01-26
Nicer log message on failed link-local binds
Matthias Schiffer
2014-01-26
Add support for link-local bind addresses
Matthias Schiffer
2014-01-26
Allow scoped IPv6 addresses for remotes using the usual notation
Matthias Schiffer
2014-01-26
Apply the unknown peer handshake timeout to all peers
Matthias Schiffer
2014-01-26
Switch to the new timeout helpers where possible
Matthias Schiffer
2014-01-26
Get rid of long_ago variable, use timeout helpers
Matthias Schiffer
2014-01-26
Add timeout helpers
Matthias Schiffer
2014-01-26
Add support for setting packet marks
Matthias Schiffer
2014-01-26
lex: add support for octal and hexadecimal integer literals
Matthias Schiffer
2014-01-26
lex: use array_size for keywords
Matthias Schiffer
2014-01-26
Add minimum handshake interval for unknown addresses (handles up to 8 address...
Matthias Schiffer
2014-01-26
ec25519-fhmqvc/handshake: use min_handshake_interval instead of hardcoding ba...
Matthias Schiffer
2014-01-26
Add debug2 log level to usage output
Matthias Schiffer
2014-01-26
Remove unused REPLY_TYPES
Matthias Schiffer
2014-01-25
Mark assembler files as not needing executable stack
Matthias Schiffer
2013-12-26
Only fail due to missing pclmul support if the pclmulqdq GHASH implementation...
Matthias Schiffer
2013-12-26
Check if the compiler supports -mpclmul
Matthias Schiffer
2013-12-26
resolve: avoid using alloca as OpenBSD doesn't find it with -std=c99
Matthias Schiffer
2013-12-26
Change fastd_cpuid back to use inline assembly to support non-Linux systems a...
Matthias Schiffer
2013-12-25
main: reorder a few initialization calls to initialize as little as possible ...
Matthias Schiffer
2013-12-24
Fix invalid memory accesses after failed resolves
Matthias Schiffer
2013-12-24
Fix segfault on session refresh for peers without remotes
Matthias Schiffer
2013-12-23
Remove a pointless assert
Matthias Schiffer
2013-12-23
After a peer was ignored because of a peer limit, always re-resolve the first...
Matthias Schiffer
2013-12-23
Always reset to the first address of the first remote
Matthias Schiffer
2013-12-16
config: don't check configuration before logging has been set up
Matthias Schiffer
2013-12-16
resolve: consider all addresses returned for a hostname
Matthias Schiffer
2013-12-16
Revert "resolve: save a timestamp in the resolve return to ensure we don't co...
Matthias Schiffer
2013-12-16
resolve: save a timestamp in the resolve return to ensure we don't confuse re...
Matthias Schiffer
[prev]
[next]