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.c
Age
Commit message (
Expand
)
Author
2013-08-29
Don't initialize monotone timestamps with zero
Matthias Schiffer
2013-08-29
Replace old task queue
Matthias Schiffer
2013-08-28
ec25519: ensure that there is always a handshake enqueued after sending a han...
Matthias Schiffer
2013-08-20
Use v4-mapped addresses for IPv4 peers on IPv6 sockets
Matthias Schiffer
2013-08-20
Fix lots of -Wextra warnings
Matthias Schiffer
2013-08-07
Add sys/wait.h includes where necessary on FreeBSD
Matthias Schiffer
2013-07-25
Move _GNU_SOURCE define to types.h
Matthias Schiffer
2013-07-25
Improve handling of similar remote resolves
Matthias Schiffer
2013-07-24
Fix remote record memory leak
Matthias Schiffer
2013-07-24
Fix fastd_peer_claim_address for peers with different addresses
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-07-17
Use calloc to allocate peer configs
Matthias Schiffer
2013-04-24
Initialize local address on peer creation
Matthias Schiffer
2013-04-20
Greatly improve handling of hosts with multiple IP addresses
Matthias Schiffer
2013-04-17
Fix handling of the local address in shell commands
Matthias Schiffer
2013-03-08
Disable peer configs by default, enable on peer creation
Matthias Schiffer
2013-03-03
Make 'peer limit 0' allow no connections
Matthias Schiffer
2013-02-27
Don't set the peer address for temporary peers before the session is actually...
Matthias Schiffer
2013-02-27
Refactor fastd_peer_claim_address
Matthias Schiffer
2013-02-26
Don't reset "seen" timestamp on peer reset
Matthias Schiffer
2013-02-26
Experimental support for accepting connections from unknown peers
Matthias Schiffer
2013-02-25
Get rid of some duplicate code for calling shell commands
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-12-08
Free socket before handshake if no address is set to avoid crash
Matthias Schiffer
2012-12-08
Revert "Fix crash occuring under certain circumstances on resolve failure"
Matthias Schiffer
2012-12-08
Fix crash occuring under certain circumstances on resolve failure
Matthias Schiffer
2012-11-10
Keep track of configured peer count correctly on dynamic reloads
Matthias Schiffer
2012-11-05
Only delay initial handshakes for groups with constraints
Matthias Schiffer
2012-11-05
Add randomized initial handshake delays
Matthias Schiffer
2012-11-05
Implement peer limit constraints
Matthias Schiffer
2012-11-05
Implement peer groups
Matthias Schiffer
2012-11-05
Fix some more bugs in fastd_peer_claim_address
Matthias Schiffer
2012-11-04
Reset dynamic peer if there is an established session and resolve fails
Matthias Schiffer
2012-11-02
Keep track of corresonding peers in associated sockets
Matthias Schiffer
2012-11-01
Dynamically create and destroy sockets without fixed binds
Matthias Schiffer
2012-11-01
Move unistd.h include to fastd.h
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-15
Avoid using the same handshake key to establish more than one session
Matthias Schiffer
2012-06-07
Limit handshake frequency where possible
Matthias Schiffer
2012-06-06
Limit resolve frequency
Matthias Schiffer
2012-06-06
Improve some log levels
Matthias Schiffer
2012-05-18
Don't consider enable state on peer config change detection
Matthias Schiffer
2012-05-17
Fix handling of unsuccessful resolve
Matthias Schiffer
2012-04-27
Automatically set interface MTU
Matthias Schiffer
[next]