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
Age
Commit message (
Expand
)
Author
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-27
fastd v11
v11
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
2013-12-16
Implement proper double-fork with --daemon
Matthias Schiffer
2013-12-16
Never write to syslog/log files during key generation
Matthias Schiffer
2013-12-14
Remove blowfish-ctr cipher, it's much slower than Salsa20 and probably less s...
Matthias Schiffer
2013-12-05
Add support for <cipher>+<cipher>+gmac methods
Matthias Schiffer
2013-12-05
Merge generic-gcm method into generic-gmac
Matthias Schiffer
2013-12-04
Change xor and xor_a back to work on pointers
Matthias Schiffer
2013-12-01
Add fast SSE2 implementations "xmm" for Salsa20 and Salsa20/12
Matthias Schiffer
2013-12-01
xsalsa20-poly1305: swap nonce byte order to make it backwards compatible
Matthias Schiffer
2013-12-01
Change common packet header: flags comes first, nonce is big endian
Matthias Schiffer
2013-12-01
Remove a few `aligned' attributes that don't make sense
Matthias Schiffer
2013-11-30
xsalsa20-poly1305: partly convert to the new method helpers
Matthias Schiffer
2013-11-30
generic-gcm: drop compat support
Matthias Schiffer
2013-11-30
composed-gmac: convert to the new common method helpers
Matthias Schiffer
2013-11-30
generic-gmac: convert to the new common method helpers
Matthias Schiffer
2013-11-30
generic-gcm: convert to the new common method helpers
Matthias Schiffer
2013-11-30
cipher-test: use the new common header helpers
Matthias Schiffer
2013-11-30
generic-poly1305: add helper functions to handle the common header
Matthias Schiffer
2013-11-30
generic-poly1305: use the new buffer helpers
Matthias Schiffer
2013-11-30
Move buffer-related functions to a new header and add some more utility funct...
Matthias Schiffer
[prev]
[next]