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
2015-11-18
Clean up peer task handling
Matthias Schiffer
2015-11-17
Use task queue for peer resets and keepalives
Matthias Schiffer
2015-11-16
Call ethernet address cleanup from generic maintenance task
Matthias Schiffer
2015-11-10
Add lots of missing doxygen comments
Matthias Schiffer
2015-11-10
Implement generic task queue to handle handshakes and maintenance
Matthias Schiffer
2015-11-10
pqueue: remove some unnessasary assignments
Matthias Schiffer
2015-11-10
Remove now unused doubly-linked list implementation
Matthias Schiffer
2015-11-10
Use heap-based priority queue to schedule handshakes instead of a linked list
Matthias Schiffer
2015-11-10
Add efficient priority queue implementation
Matthias Schiffer
2015-11-09
Destroy interfaces on OpenBSD as well
Matthias Schiffer
2015-11-09
Implement interface cleanup on FreeBSD
Matthias Schiffer
2015-11-09
Add generic interface cleanup infrastructure
Matthias Schiffer
2015-11-09
Check return value of sodium_init()
Matthias Schiffer
2015-11-09
Use a global ioctl socket
Matthias Schiffer
2015-10-25
Update libuecc dependency to v6 and remove use of deprecated API
Matthias Schiffer
2015-10-20
Improve include_directories to prevent conflicts between system and fastd hea...
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-10-18
status: ensure that the status socket is unlinked when fastd exits with an error
Matthias Schiffer
2015-09-04
config: allow moving the 'on verify' clause into a peer group
Matthias Schiffer
2015-06-25
Use __attribute__((packed)) instead of __attribute__((__packed__)) consistently
Matthias Schiffer
2015-06-25
Don't depend on net/if_ether.h
Matthias Schiffer
2015-06-22
salsa20{,12}/xmm: avoid symbol conflicts with libnacl
Matthias Schiffer
2015-05-16
build: update minimum required CMake version
Matthias Schiffer
2015-05-12
config: allow on-verify configuration without any other peers
Matthias Schiffer
2015-03-24
Add some MTU-related Doxygen comments
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-24
peer: fix segfault on on-connect with unknown peer
Matthias Schiffer
2015-03-24
config: add missing Doxygen comment
Matthias Schiffer
2015-03-24
iface: add support for interface name patterns
Matthias Schiffer
2015-03-24
log: allow escaping % patterns
Matthias Schiffer
2015-03-23
Move ifname logic from peer to iface
Matthias Schiffer
2015-03-23
peer: compare interface names when checking peer config equality
Matthias Schiffer
2015-03-23
Make iface_persist configurable
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
peer: set peer name in on-up environment for peer-specific interfaces
Matthias Schiffer
2015-03-23
Add interface information to status socket output
Matthias Schiffer
2015-03-23
COPYRIGHT: add libancillary copyright
Matthias Schiffer
2015-03-23
Rename android_ctrl_sock.c to android.c
Matthias Schiffer
2015-03-23
Some Android fixes for issues introduced by multi-interface support
Matthias Schiffer
2015-03-23
peer: fix indentation
Matthias Schiffer
2015-03-23
config: move packet mark support check to Bison file
Matthias Schiffer
2015-03-23
Improve ifname configuration handling
Matthias Schiffer
2015-03-23
Add multitap mode
Matthias Schiffer
2015-03-23
config: add Doxygen comment to fastd_config_single_iface()
Matthias Schiffer
2015-03-23
peer: free ifname
Matthias Schiffer
[next]