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-09-16
More fixes for zero-length VLAs
Matthias Schiffer
2014-09-16
Fix undefined behaviour due to zero length VLAs in null+* methods
Matthias Schiffer
2014-09-16
Add status socket option to OpenWrt example files
Matthias Schiffer
2014-09-15
Add status.pl example script
Matthias Schiffer
2014-09-15
Don't try to poll on invalid status socket FD
Matthias Schiffer
2014-09-15
Reorder fields of the peer structure
Matthias Schiffer
2014-09-15
status: add uptime and established times
Matthias Schiffer
2014-09-12
Add per-peer stats
Matthias Schiffer
2014-09-12
Restructure traffics stats to keep all stats in a single structure
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-09
Fix copyright of the OpenWrt init script
Matthias Schiffer
2014-09-08
Move systemd unit to a new doc/examples dir, add OpenWrt example config and i...
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-09-06
Don't count stats when WITH_STATUS_SOCKET is not set
Matthias Schiffer
2014-09-06
Fix async command waitpid error handling (again...)
Matthias Schiffer
2014-09-06
Fix poll initialization on systems without epoll
Matthias Schiffer
2014-09-05
Add status socket to get the current status as JSON
Matthias Schiffer
2014-09-05
Dynamically grow hashtable when there are more than twice as many entries as ...
Matthias Schiffer
2014-09-04
Support dynamic binds with extra options (interface binds, specific addresses...
Matthias Schiffer
2014-09-04
Nicer handshake error messages instead of "unacceptable value"
Matthias Schiffer
2014-09-04
Add user manual as Sphinx doc
Matthias Schiffer
2014-09-03
Fix UHASH build on MacOS X
Matthias Schiffer
2014-09-03
Fix clock_gettime() on MacOS X
Matthias Schiffer
2014-09-03
Fix UHASH build on *BSD
Matthias Schiffer
2014-09-01
Remove old state dump feature
Matthias Schiffer
2014-09-01
Add missing docs to secure_memequal and block_equal
Matthias Schiffer
2014-09-01
Add alloc helpers for aligned allocations
Matthias Schiffer
2014-09-01
Add missing stdbool.h include to dlist.h
Matthias Schiffer
2014-09-01
Ensure peer add/delete messages are printed for the same peers
Matthias Schiffer
2014-08-31
Replace memcmp with a constant-time version in some places
Matthias Schiffer
2014-08-28
Add generic-umac and composed-umac methods based on UMAC
Matthias Schiffer
2014-08-28
Add UHASH implementation
Matthias Schiffer
2014-08-28
Revert "Experimental HMAC-SHA1 implementation"
Matthias Schiffer
2014-08-25
Move some utility funtions to a new header
Matthias Schiffer
2014-08-25
Experimental HMAC-SHA1 implementation
Matthias Schiffer
2014-08-25
MAC: rename hash() to digest() and change length unit from blocks to bytes
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
Exit if invalid peers are configured on the command line
Matthias Schiffer
2014-08-24
Don't output "adding peer" messages for static peers
Matthias Schiffer
2014-08-24
Improve error messages for invalid static peers
Matthias Schiffer
2014-08-24
Fix function name in comment
Matthias Schiffer
2014-08-24
Instead of replacing changed peers, delete and re-add them
Matthias Schiffer
2014-08-24
Fix waitpid EINTR error on SIGCHLD
Matthias Schiffer
2014-08-24
Fix connections to peers with static addresses
Matthias Schiffer
2014-08-24
Merge peer config into peer structure
Matthias Schiffer
2014-08-22
Remove VECTOR_ALLOC
Matthias Schiffer
2014-08-19
Create peer structures for disabled peers as well
Matthias Schiffer
[prev]
[next]