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-11-30
Make crypto implementation configurable (and update a few error messages)
Matthias Schiffer
2013-11-30
config: update and sort keyword list
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-11-02
Convert ghash to the new crypto algorithm scheme
Matthias Schiffer
2013-11-02
Implement the first step towards a more flexible way to support crypto methods
Matthias Schiffer
2013-10-16
Add `secure handshakes' option (without effect for now)
Matthias Schiffer
2013-08-28
Introduce constants for tristate values
Matthias Schiffer
2013-08-27
Introduce new log level debug2 for potentially very frequent messages
Matthias Schiffer
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
[next]