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
/
config.c
Age
Commit message (
Expand
)
Author
2015-03-23
Some Android fixes for issues introduced by multi-interface support
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
config: add Doxygen comment to fastd_config_single_iface()
Matthias Schiffer
2015-03-23
config: lift peer count restrictions in TUN mode
Matthias Schiffer
2015-03-23
peer: make interface name configurable per peer
Matthias Schiffer
2015-03-23
Don't reset peers twice on start in TUN mode
Matthias Schiffer
2015-03-23
Configure static peers before capabilities are dropped
Matthias Schiffer
2015-03-22
Add iface_persist config option (always true for now)
Matthias Schiffer
2015-01-28
Fix build on non-Linux systems
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
Allow to configure methods per peer group
Matthias Schiffer
2014-09-05
Add status socket to get the current status as JSON
Matthias Schiffer
2014-08-24
Fix function name in comment
Matthias Schiffer
2014-08-24
Merge peer config into peer structure
Matthias Schiffer
2014-08-18
Rename WITH_VERIFY CMake option to WITH_DYNAMIC_PEERS
Matthias Schiffer
2014-08-09
Move fastd_config_t.peers to fastd_context_t.peer_configs
Matthias Schiffer
2014-08-02
Add support for Mac OS X
Matthias Schiffer
2014-08-02
Introduce and use alloc helpers
Matthias Schiffer
2014-07-10
config: fix basic config checks in TUN mode
Matthias Schiffer
2014-06-10
Clean up peer config loading
Matthias Schiffer
2014-05-31
Split main function
Matthias Schiffer
2014-05-29
Document *everything*
Matthias Schiffer
2014-05-29
Simplify configuration of cipher and MAC implementations
Matthias Schiffer
2014-05-25
Unify fastd_peer_group_t and fastd_peer_group_config_t into a single structure
Matthias Schiffer
2014-05-25
Make a few struct fields that are not supposed to be changed defines instead
Matthias Schiffer
2014-05-22
Move fastd_loglevel_t to log.h
Matthias Schiffer
2014-05-01
Remove support for log files
Matthias Schiffer
2014-04-26
Make on-verify support optional
Matthias Schiffer
2014-04-26
Implement async verify
Matthias Schiffer
2014-04-24
config: remove support for deprecated float syntax
Matthias Schiffer
2014-04-21
Fix peer group tree traversal when reading peer dirs
Matthias Schiffer
2014-04-20
Make ctx global
Matthias Schiffer
2014-04-20
Make conf global
Matthias Schiffer
2014-04-19
Free on-connect handler on exit
Matthias Schiffer
2014-04-19
Optimize maintenance routine (and don't run it more often than necessary)
Matthias Schiffer
2014-04-11
Improve shell command config handling
Matthias Schiffer
2014-03-20
Enable secure handshakes by default
Matthias Schiffer
2014-03-14
Adjust copyright years
Matthias Schiffer
2014-03-10
Make --verify-config option more flexible
Matthias Schiffer
2014-01-26
Add support for link-local bind addresses
Matthias Schiffer
2014-01-26
Add support for setting packet marks
Matthias Schiffer
2013-12-16
config: don't check configuration before logging has been set up
Matthias Schiffer
2013-11-30
Make crypto implementation configurable (and update a few error messages)
Matthias Schiffer
2013-11-30
Clean up some parts of the configuration handling (and fix a few little bugs)
Matthias Schiffer
2013-11-30
Rename methods to methods providers and method contexts to methods to reflect...
Matthias Schiffer
2013-11-30
Perform string-based lookup of method-related information only once
Matthias Schiffer
2013-11-29
Reorder check: avoid undefined behaviour due to negative or to long shifts
Matthias Schiffer
[next]