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
2019-07-25
resolve: fix segmentation fault with musl >1.1.20
HEAD
master
David Bauer
2018-05-12
status: fix segfault in tun/multitap mode with persist iface no
Matthias Schiffer
2017-10-18
cipher: remove aes128-ctr NaCl implementation
Matthias Schiffer
2017-10-18
build: remove outdated CMake policy
Matthias Schiffer
2017-05-19
Remove unnecessary OpenSSL initialization and cleanup
Matthias Schiffer
2017-05-19
cipher: aes128-ctr: openssl: fix compatiblity with OpenSSL 1.1
Matthias Schiffer
2017-03-25
status: correctly align sockaddr_un buffer
Matthias Schiffer
2017-03-02
CMakeList: do not overwrite module path
Yann E. MORIN
2016-11-21
typo: there is no word >chosed<, should be >chosen<.
Christof Schulze
2016-10-10
time, compat: don't redefine clock_gettime on MacOS
Matthias Schiffer
2016-10-10
fastd: fix documentation of fastd_context_t.now
Matthias Schiffer
2016-09-15
Use raise(...) instead of kill(getpid(), ...)
Matthias Schiffer
2016-09-15
handshake: fix fastd_handshake_add_uint logic
Matthias Schiffer
2016-08-08
fastd: doc: mtu description - fix wrong packet size for ipv4+null
lemoer
2016-05-03
peer: fix potential integer overflows in fastd_peer_eth_addr_add
Matthias Schiffer
2016-05-03
vector: catch overflows of the alloc counter
Matthias Schiffer
2016-05-03
alloc: check multiplications for overflows
Matthias Schiffer
2016-03-28
Development version
Matthias Schiffer
2016-03-28
fastd v18
v18
Matthias Schiffer
2016-03-27
doc: update build instructions
Matthias Schiffer
2016-03-27
android: update libuecc to v7, libsodium to 1.0.8
Matthias Schiffer
2016-03-27
build: fix build with nonstandard libsodium include path
Matthias Schiffer
2016-03-26
build: fix nacl dependency (without libsodium)
Matthias Schiffer
2016-03-26
build: fix removal of previously required dependencies
Matthias Schiffer
2016-03-26
poll: fix epoll support
Matthias Schiffer
2016-03-26
iface: improve error handling, especially on non-Linux systems
Matthias Schiffer
2016-03-26
iface: improve handling of name field
Matthias Schiffer
2016-03-26
doc: update build dependencies
Matthias Schiffer
2016-03-25
doc: build-fastd-android: fix fastd build dir existence check
Matthias Schiffer
2016-03-25
build: always try to find libraries without CMAKE_FIND_ROOT_PATH first
Matthias Schiffer
2016-03-25
Remove gcc-{ar,nm,ranlib} hack
Matthias Schiffer
2016-03-25
doc: add preliminary v18 release notes
Matthias Schiffer
2016-03-20
doc: update with new configuration options
Matthias Schiffer
2016-03-20
doc: examples/openwrt: update init script and example config with new options
Matthias Schiffer
2016-03-20
doc: examples/openwrt/fastd.init: print error message when used without insta...
Matthias Schiffer
2016-03-20
doc: examples/openwrt/fastd.init: add help text for custom commands
Matthias Schiffer
2016-03-20
Add missing doxygen comments
Matthias Schiffer
2016-03-20
ec25519_fhmqvc: simplify protocol_handle_recv control flow
Matthias Schiffer
2016-03-19
ec25519_fhmqvc: update to follow new libuecc recommendations
Matthias Schiffer
2016-02-22
capabilities: guard packet mark check with USE_PACKET_MARK
Matthias Schiffer
2016-02-22
capabilities: print message about retained capabilities
Matthias Schiffer
2016-02-22
Retain CAP_NET_ADMIN if a packet mark is configured and dynamic binds are req...
Matthias Schiffer
2016-02-22
Add "drop privileges force" option which allows to drop CAP_NET_ADMIN even wh...
Matthias Schiffer
2016-02-22
Improve capability handling, retain required capabilities
Matthias Schiffer
2016-02-22
Update copyright years
Matthias Schiffer
2016-02-22
socket: improve and simplify error handling
Matthias Schiffer
2016-02-22
peer: remove dead code in fastd_peer_reset_socket()
Matthias Schiffer
2016-02-22
types: replace static consts with defines
Matthias Schiffer
2016-02-22
Handle optional features (capabilities, status socket) more consistently
Matthias Schiffer
2016-02-21
Print UID and GID as unsigned in log message
Matthias Schiffer
[next]