summaryrefslogtreecommitdiffstats
path: root/src/config.c
AgeCommit message (Expand)Author
2016-03-20Add missing doxygen commentsMatthias Schiffer
2016-02-22Improve capability handling, retain required capabilitiesMatthias Schiffer
2016-02-22Update copyright yearsMatthias Schiffer
2015-10-20Improve include_directories to prevent conflicts between system and fastd hea...Matthias Schiffer
2015-10-18config: make on_up/down/establish/disestablish commands configurable per peer...Matthias Schiffer
2015-10-18peer_group: move to a new header, add recursive lookup macrosMatthias Schiffer
2015-05-12config: allow on-verify configuration without any other peersMatthias Schiffer
2015-03-24Add support for defining the MTU per peerMatthias Schiffer
2015-03-24config: add missing Doxygen commentMatthias Schiffer
2015-03-24iface: add support for interface name patternsMatthias Schiffer
2015-03-23Some Android fixes for issues introduced by multi-interface supportMatthias Schiffer
2015-03-23config: move packet mark support check to Bison fileMatthias Schiffer
2015-03-23Improve ifname configuration handlingMatthias Schiffer
2015-03-23config: add Doxygen comment to fastd_config_single_iface()Matthias Schiffer
2015-03-23config: lift peer count restrictions in TUN modeMatthias Schiffer
2015-03-23peer: make interface name configurable per peerMatthias Schiffer
2015-03-23Don't reset peers twice on start in TUN modeMatthias Schiffer
2015-03-23Configure static peers before capabilities are droppedMatthias Schiffer
2015-03-22Add iface_persist config option (always true for now)Matthias Schiffer
2015-01-28Fix build on non-Linux systemsMatthias Schiffer
2015-01-14Refactor handling of platforms without user/group settings (Android)Matthias Schiffer
2015-01-14Update copyright yearsMatthias Schiffer
2015-01-14Add Android 4.1+ support. See doc/README-Android.md for build HOWTO.Rick Lei
2015-01-14Allow to configure methods per peer groupMatthias Schiffer
2014-09-05Add status socket to get the current status as JSONMatthias Schiffer
2014-08-24Fix function name in commentMatthias Schiffer
2014-08-24Merge peer config into peer structureMatthias Schiffer
2014-08-18Rename WITH_VERIFY CMake option to WITH_DYNAMIC_PEERSMatthias Schiffer
2014-08-09Move fastd_config_t.peers to fastd_context_t.peer_configsMatthias Schiffer
2014-08-02Add support for Mac OS XMatthias Schiffer
2014-08-02Introduce and use alloc helpersMatthias Schiffer
2014-07-10config: fix basic config checks in TUN modeMatthias Schiffer
2014-06-10Clean up peer config loadingMatthias Schiffer
2014-05-31Split main functionMatthias Schiffer
2014-05-29Document *everything*Matthias Schiffer
2014-05-29Simplify configuration of cipher and MAC implementationsMatthias Schiffer
2014-05-25Unify fastd_peer_group_t and fastd_peer_group_config_t into a single structureMatthias Schiffer
2014-05-25Make a few struct fields that are not supposed to be changed defines insteadMatthias Schiffer
2014-05-22Move fastd_loglevel_t to log.hMatthias Schiffer
2014-05-01Remove support for log filesMatthias Schiffer
2014-04-26Make on-verify support optionalMatthias Schiffer
2014-04-26Implement async verifyMatthias Schiffer
2014-04-24config: remove support for deprecated float syntaxMatthias Schiffer
2014-04-21Fix peer group tree traversal when reading peer dirsMatthias Schiffer
2014-04-20Make ctx globalMatthias Schiffer
2014-04-20Make conf globalMatthias Schiffer
2014-04-19Free on-connect handler on exitMatthias Schiffer
2014-04-19Optimize maintenance routine (and don't run it more often than necessary)Matthias Schiffer
2014-04-11Improve shell command config handlingMatthias Schiffer
2014-03-20Enable secure handshakes by defaultMatthias Schiffer