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
/
fastd.c
Age
Commit message (
Expand
)
Author
2016-02-21
Print UID and GID as unsigned in log message
Matthias Schiffer
2016-02-21
Replace setuid/setgid with setresuid/setresgid (or setreuid/setregid)
Matthias Schiffer
2015-12-21
Don't block fatal signals
Matthias Schiffer
2015-12-21
Terminate with the received signal
Matthias Schiffer
2015-11-10
Implement generic task queue to handle handshakes and maintenance
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-20
Improve include_directories to prevent conflicts between system and fastd hea...
Matthias Schiffer
2015-10-18
config: make on_up/down/establish/disestablish commands configurable per peer...
Matthias Schiffer
2015-03-23
Move ifname logic from peer to iface
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
Some Android fixes for issues introduced by multi-interface support
Matthias Schiffer
2015-03-23
iface: add ifname argument
Matthias Schiffer
2015-03-23
Don't reset peers twice on start in TUN mode
Matthias Schiffer
2015-03-23
iface: make fastd_iface_open() gracefully (at least on Linux, for now)
Matthias Schiffer
2015-03-23
Use peer-specific interface in TUN mode
Matthias Schiffer
2015-03-23
Configure static peers before capabilities are dropped
Matthias Schiffer
2015-03-22
Rename tuntap to iface to match struct name
Matthias Schiffer
2015-03-22
First work towards multi-interface support
Matthias Schiffer
2015-03-22
Refactor poll API
Matthias Schiffer
2015-01-20
Implement new hash table to keep track of unknown peers handshakes have been ...
Matthias Schiffer
2015-01-14
Refactor handling of platforms without user/group settings (Android)
Matthias Schiffer
2015-01-14
Update copyright years
Matthias Schiffer
2015-01-14
Add Android 4.1+ support. See doc/README-Android.md for build HOWTO.
Rick Lei
2015-01-14
Reset all connections on SIGUSR2
Matthias Schiffer
2014-09-15
status: add uptime and established times
Matthias Schiffer
2014-09-06
Fix async command waitpid error handling (again...)
Matthias Schiffer
2014-09-05
Add status socket to get the current status as JSON
Matthias Schiffer
2014-09-04
Support dynamic binds with extra options (interface binds, specific addresses...
Matthias Schiffer
2014-09-01
Remove old state dump feature
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
Fix waitpid EINTR error on SIGCHLD
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
2014-08-18
Unify enabled and dynamic flags into a config_state flag
Matthias Schiffer
2014-08-18
Rename WITH_VERIFY CMake option to WITH_DYNAMIC_PEERS
Matthias Schiffer
2014-08-18
peer: add a flag `dynamic' instead of checking the config field for NULL
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
Encapsulate semaphore handling
Matthias Schiffer
2014-08-02
Introduce and use alloc helpers
Matthias Schiffer
2014-08-01
Use srandom/random instead of rand_r
Matthias Schiffer
2014-06-14
Limit the number of concurrent on-verify runs
Matthias Schiffer
2014-06-05
Simplify systemd notify socket handling
Matthias Schiffer
2014-06-03
Create threads in detached state
Matthias Schiffer
2014-05-31
dump_state(): used unsigned instead of size_t to ensure correct variadic func...
Matthias Schiffer
2014-05-31
Fix dump_state()
Matthias Schiffer
[next]