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
/
options.c
Age
Commit message (
Expand
)
Author
2016-02-22
Update copyright years
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-09-04
config: allow moving the 'on verify' clause into a peer group
Matthias Schiffer
2015-03-23
Improve ifname configuration handling
Matthias Schiffer
2015-03-23
Add multitap mode
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
Coding style: always add a space between a pointer's type and the *
Matthias Schiffer
2014-08-24
Exit if invalid peers are configured on the command line
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
Introduce and use alloc helpers
Matthias Schiffer
2014-06-10
Clean up peer config loading
Matthias Schiffer
2014-05-29
Document *everything*
Matthias Schiffer
2014-04-26
Make on-verify support optional
Matthias Schiffer
2014-04-20
Make ctx global
Matthias Schiffer
2014-04-20
Make conf global
Matthias Schiffer
2014-04-13
Add on-connect hook
Matthias Schiffer
2014-04-11
Add support for async commands
Matthias Schiffer
2014-04-11
Improve shell command config handling
Matthias Schiffer
2014-03-25
Various fixes in --bind command line option
Matthias Schiffer
2014-03-14
Adjust copyright years
Matthias Schiffer
2014-03-10
Add --verify-config option
Matthias Schiffer
2014-01-27
options: make definition of "spaces" more readable
Matthias Schiffer
2013-11-30
Clean up some parts of the configuration handling (and fix a few little bugs)
Matthias Schiffer
2013-11-30
Perform string-based lookup of method-related information only once
Matthias Schiffer
2013-11-02
Move a few prototypes from fastd.h into a new config.h
Matthias Schiffer
2013-11-02
Change error message for methods from `invalid' to `unsupported'
Matthias Schiffer
2013-10-29
Allow using libsodium instead of NaCl
Matthias Schiffer
2013-10-28
Organize method and protocol source files into distinct source directories
Matthias Schiffer
2013-08-27
Introduce new log level debug2 for potentially very frequent messages
Matthias Schiffer
2013-08-26
options: change `config error' to `command line error' messages
Matthias Schiffer
2013-08-20
Fix lots of -Wextra warnings
Matthias Schiffer
2013-08-14
Allow disabling redundant command line options
Matthias Schiffer
2013-08-14
Change the order of the option handlers to match the option definion
Matthias Schiffer
2013-08-14
Reorder command line options in usage message and add separating empty lines
Matthias Schiffer
2013-08-12
Add pre-up and post-down handlers
Matthias Schiffer
2013-08-12
Improve integer checks
Matthias Schiffer
2013-07-25
Move command line handling out of config.c
Matthias Schiffer