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
/
peer.h
Age
Commit message (
Expand
)
Author
2013-07-25
Improve handling of similar remote resolves
Matthias Schiffer
2013-07-24
Allow specifying multiple remote entries for a single peer
Matthias Schiffer
2013-07-24
Don't let resolves delay handshakes
Matthias Schiffer
2013-07-23
Prepare for improved peer state handling
Matthias Schiffer
2013-07-19
Generalize float attribute, deprecate old float syntax
Matthias Schiffer
2013-04-20
Greatly improve handling of hosts with multiple IP addresses
Matthias Schiffer
2013-02-27
Don't set the peer address for temporary peers before the session is actually...
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-18
Convert type names to _t convention
Matthias Schiffer
2012-12-13
Add helper function to simplify v4-mapped addresses
Matthias Schiffer
2012-11-05
Implement peer limit constraints
Matthias Schiffer
2012-11-05
Implement peer groups
Matthias Schiffer
2012-11-01
Dynamically create and destroy sockets without fixed binds
Matthias Schiffer
2012-10-29
Add support for multiple binds
Matthias Schiffer
2012-06-15
Allow setting dynamic peers to flaoting
Matthias Schiffer
2012-06-07
Limit handshake frequency where possible
Matthias Schiffer
2012-06-06
Limit resolve frequency
Matthias Schiffer
2012-04-19
Don't regenerate session handshake keypair for every handshake so a global st...
Matthias Schiffer
2012-04-16
Lots of fixes and improvements on the resolver code
Matthias Schiffer
2012-04-16
Add support for peers specified by hostnames
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
Save source dirs with peer configs
Matthias Schiffer
2012-04-03
Ignore peer configs with errors in peer dirs instead of exiting
Matthias Schiffer
2012-04-02
Add sending of keep-alive packets
Matthias Schiffer
2012-04-01
Don't stop repeating handshakes until valid data using the new key is received
Matthias Schiffer
2012-03-31
ecfxp: refresh session key periodically
Matthias Schiffer
2012-03-31
Change how handshakes are triggered
Matthias Schiffer
2012-03-30
Correctly update seen time when data is received from a peer
Matthias Schiffer
2012-03-30
Rework handshake... again. ecfxp protocol broken, will be fixed with next com...
Matthias Schiffer
2012-03-28
Add license headers to Flex and Bison files; also remove Quicktun note as we ...
Matthias Schiffer
2012-03-28
Make peer takeover work
Matthias Schiffer
2012-03-28
Make crypto handshake with floating peers work
Matthias Schiffer
2012-03-27
Use configured peer names
Matthias Schiffer
2012-03-26
Move around some structure fields
Matthias Schiffer
2012-03-26
Initial implementation of the FHMQV-C handshake
Matthias Schiffer
2012-03-25
Add keypair config
Matthias Schiffer
2012-03-24
Rename methods to protocols; fix some command line parse bugs; implement most...
Matthias Schiffer
2012-03-14
Require libuecc; rename cfxp to ecfxp; add some basic infrastructure for cryp...
Matthias Schiffer
2012-03-08
Moved some code
Matthias Schiffer
2012-03-08
New and improved handshake
Matthias Schiffer
2012-03-07
Forget old peers and addresses
Matthias Schiffer
2012-03-06
Reorganized type definitions
Matthias Schiffer
2012-03-06
Simplify fastd_peer_config_is_floating
Matthias Schiffer
2012-03-06
Implement tunneling over IPv6
Matthias Schiffer
2012-03-02
Allow floating peers
Matthias Schiffer
2012-02-29
Only send packets to the right host in ethernet mode
Matthias Schiffer