fastd/src
2012-12-08 17:46:34 +01:00
..
CMakeLists.txt Nicely encapsulate different crypto algorithm implementations 2012-09-21 15:10:28 +02:00
config.c Don't allow global config statements in peer groups 2012-11-10 14:55:41 +01:00
config.l Implement peer limit constraints 2012-11-05 22:24:42 +01:00
config.y Don't allow global config statements in peer groups 2012-11-10 14:55:41 +01:00
crypto.c Nicely encapsulate different crypto algorithm implementations 2012-09-21 15:10:28 +02:00
crypto.h Nicely encapsulate different crypto algorithm implementations 2012-09-21 15:10:28 +02:00
crypto_linux.c Move unistd.h include to fastd.h 2012-11-01 15:11:25 +01:00
fastd.c Keep track of configured peer count correctly on dynamic reloads 2012-11-10 15:20:39 +01:00
fastd.h Increment version for new development 2012-12-08 12:54:10 +01:00
handshake.c Dynamically create and destroy sockets without fixed binds 2012-11-01 15:11:40 +01:00
handshake.h Dynamically create and destroy sockets without fixed binds 2012-11-01 15:11:40 +01:00
method_aes128_gcm.c Move unistd.h include to fastd.h 2012-11-01 15:11:25 +01:00
method_null.c Rework some parts of the AES128-GCM method 2012-09-15 06:01:11 +02:00
method_xsalsa20_poly1305.c Rework some parts of the AES128-GCM method 2012-09-15 06:01:11 +02:00
packet.h Improve data alignment 2012-09-15 03:52:08 +02:00
peer.c Revert "Fix crash occuring under certain circumstances on resolve failure" 2012-12-08 17:46:34 +01:00
peer.h Implement peer limit constraints 2012-11-05 22:24:42 +01:00
printf.c Fix bind error messages 2012-10-29 22:45:08 +01:00
protocol_ec25519_fhmqvc.c Implement peer limit constraints 2012-11-05 22:24:42 +01:00
queue.c Trigger handshake when unexpected data is received from a floating peer 2012-03-31 21:18:07 +02:00
queue.h Trigger handshake when unexpected data is received from a floating peer 2012-03-31 21:18:07 +02:00
random.c Move unistd.h include to fastd.h 2012-11-01 15:11:25 +01:00
resolve.c Move unistd.h include to fastd.h 2012-11-01 15:11:25 +01:00
task.c Get rid of some annoyances with peer limits 2012-11-05 23:46:27 +01:00
task.h Reduce task queue usage 2012-04-14 16:59:54 +02:00
types.h Implement peer groups 2012-11-05 18:26:55 +01:00