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
/
protocols
Age
Commit message (
Expand
)
Author
2016-02-22
Update copyright years
Matthias Schiffer
2015-11-17
Use task queue for peer resets and keepalives
Matthias Schiffer
2015-10-25
Update libuecc dependency to v6 and remove use of deprecated API
Matthias Schiffer
2015-10-18
peer_group: add fastd_peer_group_lookup_peer_shell_command macro to simplify ...
Matthias Schiffer
2015-10-18
config: make on_up/down/establish/disestablish commands configurable per peer...
Matthias Schiffer
2015-10-18
peer_group: move to a new header, add recursive lookup macros
Matthias Schiffer
2015-09-04
config: allow moving the 'on verify' clause into a peer group
Matthias Schiffer
2015-03-24
Make build dependencies more configurable
Matthias Schiffer
2015-03-24
Add support for defining the MTU per peer
Matthias Schiffer
2015-03-23
peer: create interface when the connection has been established and no interf...
Matthias Schiffer
2015-03-23
ec25519-fhmqvc: call fastd_peer_reset to setup newly added dynamic peers
Matthias Schiffer
2015-03-23
Improve sync/async execution of up/down scripts
Matthias Schiffer
2015-03-23
Set the default interface for all peers
Matthias Schiffer
2015-01-23
ec25519-fhmqvc: comment update
Matthias Schiffer
2015-01-23
ec25519-fhmqvc: add sender's public key to a few debug messages
Matthias Schiffer
2015-01-23
ec25519-fhmqvc: use new hexdump logging feature for unknown keys
Matthias Schiffer
2015-01-22
ec25519-fhmqvc: use reduced-bitlength scalar multiplication
Matthias Schiffer
2015-01-21
Downgrade "verification failed" message from verbose to debug2
Matthias Schiffer
2015-01-20
handshake: delay method parsing until the sender key has been handled
Matthias Schiffer
2015-01-14
Update copyright years
Matthias Schiffer
2015-01-14
Allow to configure methods per peer group
Matthias Schiffer
2015-01-09
Comment typo fix
Matthias Schiffer
2015-01-09
ec25519-fhmqvc: don't check group order of peers' public keys
Matthias Schiffer
2015-01-09
ec25519-fhmqvc: optimize handshake by using embedded group element verification
Matthias Schiffer
2015-01-09
Move protocol-specific TLV specifications to main handshake record enum
Matthias Schiffer
2015-01-09
ec25519-fhmqvc: unpack peers' keys only once
Matthias Schiffer
2015-01-09
Add support for a new big-endian handshake format
Matthias Schiffer
2015-01-08
ecc25519-fhmqvc: add doxygen comments to the key check functions
Matthias Schiffer
2015-01-06
ec25519-fhmqvc: additional key checks
Matthias Schiffer
2014-11-15
ec25519-fhmqvc: extend describe_peer to return the whole key
Matthias Schiffer
2014-11-15
Fix segfault when checking peer addresses
Matthias Schiffer
2014-11-11
ec25519-fhmqvc: add missing Doxygen comment
Matthias Schiffer
2014-10-13
ec25519-fhmqvc: improve unknown key message
Matthias Schiffer
2014-09-16
More fixes for zero-length VLAs
Matthias Schiffer
2014-09-10
ec25519-fhmqvc: refactor old session check code
Matthias Schiffer
2014-09-09
Add current method of connections to status output
Matthias Schiffer
2014-09-08
Make stats of reordered packets
Matthias Schiffer
2014-09-06
Move UNUSED attribute to the start of arguments to help editors understand th...
Matthias Schiffer
2014-08-31
Replace memcmp with a constant-time version in some places
Matthias Schiffer
2014-08-24
Coding style: always add a space between a pointer's type and the *
Matthias Schiffer
2014-08-24
Use simple int64_t timestamps in ms instead of timespecs
Matthias Schiffer
2014-08-24
Merge peer config into peer structure
Matthias Schiffer
2014-08-19
Create peer structures for disabled peers as well
Matthias Schiffer
2014-08-18
Dynamically create peer configs for dynamic peers
Matthias Schiffer
2014-08-18
Rename WITH_VERIFY CMake option to WITH_DYNAMIC_PEERS
Matthias Schiffer
2014-08-18
Rename "temporary peers" to "dynamic peers"
Matthias Schiffer
2014-08-09
Move fastd_config_t.peers to fastd_context_t.peer_configs
Matthias Schiffer
2014-08-02
Introduce and use alloc helpers
Matthias Schiffer
2014-06-08
Allow async verify for handshake responses
Matthias Schiffer
2014-05-31
Make log levels verbose and info more useful
Matthias Schiffer
[next]