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.y
Age
Commit message (
Expand
)
Author
2013-08-20
Fix lots of -Wextra warnings
Matthias Schiffer
2013-08-16
Fix segfault on single peer includes without name
Matthias Schiffer
2013-08-12
Add pre-up and post-down handlers
Matthias Schiffer
2013-08-12
Improve integer checks
Matthias Schiffer
2013-08-12
config: check (and fix) some integer limits
Matthias Schiffer
2013-08-07
Guard socket options not available on FreeBSD
Matthias Schiffer
2013-07-29
char* constness cleanup in config parser
Matthias Schiffer
2013-07-25
Move _GNU_SOURCE define to types.h
Matthias Schiffer
2013-07-25
Make PMTU discovery configurable
Matthias Schiffer
2013-07-24
Allow specifying multiple remote entries for a single peer
Matthias Schiffer
2013-07-19
Generalize float attribute, deprecate old float syntax
Matthias Schiffer
2013-07-17
More whitespace fixes
Matthias Schiffer
2013-03-09
Add options to hide IP and MAC addresses from log output
Matthias Schiffer
2013-03-04
Load peer dirs in the last step of the configuration
Matthias Schiffer
2013-02-26
Experimental support for accepting connections from unknown peers
Matthias Schiffer
2013-01-05
Adjust copyright years
Matthias Schiffer
2012-12-25
Remove capability locking feature
Matthias Schiffer
2012-12-24
Add user switching and capability support
Matthias Schiffer
2012-12-18
Convert type names to _t convention
Matthias Schiffer
2012-12-13
Always convert v4-mapped IPv6 addresses to IPv4 addresses
Matthias Schiffer
2012-11-10
Don't allow global config statements in peer groups
Matthias Schiffer
2012-11-05
Implement peer limit constraints
Matthias Schiffer
2012-11-05
Implement peer groups
Matthias Schiffer
2012-11-01
Refactor bind address configuration
Matthias Schiffer
2012-10-29
Allow setting IPv[46] default bind addresses
Matthias Schiffer
2012-10-29
Allow setting bind interface
Matthias Schiffer
2012-10-29
Add support for multiple binds
Matthias Schiffer
2012-09-21
Nicely encapsulate different crypto algorithm implementations
Matthias Schiffer
2012-09-16
Make implementations used for AES128-CTR and GHASH configurable.
Matthias Schiffer
2012-06-15
Allow setting dynamic peers to flaoting
Matthias Schiffer
2012-05-18
New logging facilities
Matthias Schiffer
2012-04-16
Rename peer-to-peer to forward; remove now useless peer command line option
v0.4-rc1
Matthias Schiffer
2012-04-16
Add support for peers specified by hostnames
Matthias Schiffer
2012-04-14
Separate handshake from encryption method
Matthias Schiffer
2012-04-05
Add on-establish and on-disestablish commands
v0.2
Matthias Schiffer
2012-04-05
Cleanly shutdown; add on-down command
Matthias Schiffer
2012-04-05
Implement reconfiguration on SIGHUP
Matthias Schiffer
2012-04-03
Keep track of peer dirs
Matthias Schiffer
2012-04-03
Ignore peer configs with errors in peer dirs instead of exiting
Matthias Schiffer
2012-04-03
Keep list of strings allocated by the lexer
Matthias Schiffer
2012-04-02
Allow peer-to-peer forwarding
Matthias Schiffer
2012-04-01
Add log level configuration
Matthias Schiffer
2012-04-01
Require port with peer specfication, remove default port
Matthias Schiffer
2012-03-29
Add support for Tinc-like peer directory configurations
Matthias Schiffer
2012-03-29
Config parse: add location tracking for nice error messages
Matthias Schiffer
2012-03-29
Implement on-up commands; also fix log print conditions
Matthias Schiffer
2012-03-28
Add license headers to Flex and Bison files; also remove Quicktun note as we ...
Matthias Schiffer
2012-03-28
Add single peer config options; also fix string handling in lexer
Matthias Schiffer
2012-03-27
Use configured peer names
Matthias Schiffer
2012-03-26
Allow initating and accepting handshake instances to coexist; fix some memory...
Matthias Schiffer
[next]