682 Commits (90bf8da3f54e3e329edd965a566cb34986aa49aa)
 

Author SHA1 Message Date
emanuele-f 49fd9fc5da Discard idle known_peers to avoid connection blocking on disconnection 5 years ago
emanuele-f 824b45a808 Add linux termination handler and print stats on shutdown 5 years ago
emanuele-f d5387945b4 Add the -i option to specify registration interval on edge nodes 5 years ago
emanuele-f 856dbae44c Cosmetic changes to improve edge registration tracing 5 years ago
Luca Deri fbc3754601 Compilation fix 5 years ago
Emanuele Faranda 87bf4ca298
Merge pull request #100 from emanuele-f/transop-rework 5 years ago
Luca Deri 18388c8e05 Added service dependency 5 years ago
emanuele-f c89ece71ca Code rework changes 5 years ago
emanuele-f f577d997a7 Drop keyschedule support 5 years ago
emanuele-f e757f94efa Initial code rework (wip) 5 years ago
emanuele-f 08b992cbb7 Add more detailed error message when TAP open fails 5 years ago
emanuele-f fc16352198 Add decryption test in benchmark 5 years ago
emanuele-f c702ca8686 Move AES IV out of struct sa_aes 5 years ago
emanuele-f 84593a2254 memcpy fix 6 years ago
emanuele-f bb07f0426e Properly initialize AES IV and hash the AES key 6 years ago
emanuele-f d689691599 n2n.h cleanup 6 years ago
emanuele-f 3149a77753 Replace fprintf with traceEvent 6 years ago
emanuele-f 49d5ecf2a8 Reduce duplicated code in quick_edge_init 6 years ago
emanuele-f 50bc1492e2 Remove unnecessary structures in AES encryption 6 years ago
emanuele-f e3951631b9 Improve benchmark 6 years ago
emanuele-f d4205d36fd Additional fix for missing SO_REUSEPORT 6 years ago
emanuele-f e989f475a1 Fix invalid initializations 6 years ago
emanuele-f f5b2d00b06 Show multicast group join error code 6 years ago
emanuele-f 03761fc84c Handle WSAECONNRESET to avoid stopping the supernode on Windows 6 years ago
emanuele-f 03dbedd52b Change supernode registration messages log to info 6 years ago
emanuele-f c71f629d1b Fix encryption key being zeroed by AES initialization 6 years ago
emanuele-f 9e2aa47bf0 Add Centos packaging instructions 6 years ago
emanuele-f 7e5fd863a8 Improve Windows compilation instructions 6 years ago
emanuele-f 327a847681 Version fix 6 years ago
emanuele-f 77392f8e53 Add check for SO_REUSEPORT 6 years ago
emanuele-f 5742ef978f Add Windows compilation instructions 6 years ago
Emanuele Faranda d7b3b2c06b
Merge pull request #66 from csheely/windows-cmake-build 6 years ago
Emanuele Faranda 585ed22a5d
Merge pull request #67 from emanuele-f/fix_aes_multiedge 6 years ago
Emanuele Faranda c4b96bea42
Merge pull request #71 from emanuele-f/udp_timeout 6 years ago
emanuele-f 5f4dfdc683 Reduce the registration timeout to keep the connection open 6 years ago
emanuele-f 37233553a4 Fixes packet drops while communicating with multiple nodes in AES PSK 6 years ago
Chris Sheely ba0ecabbf6 Submit minor changes to enable Windows CMake builds w/o further mods. 6 years ago
emanuele-f 5feb00bcf8 Create gitignore 6 years ago
Luca dcf96a0809 Added #ifdef's for AES 6 years ago
Luca Deri d275965e00
Merge pull request #60 from emanuele-f/enable_aes 6 years ago
emanuele-f 200cfd24a3 Fix benchmark AES lib 6 years ago
emanuele-f 5d7db5f332 Add transopts benchmarks 6 years ago
emanuele-f e4601590aa Add -A option to enable AES CBC psk encryption 6 years ago
Luca Deri 63e74ccc6a Added support for ARM64 platforms 6 years ago
emanuele-f a96237f83d Use systemd helpers to honor system wide preferences on service enable/start 6 years ago
Luca Deri 1e8b61806d Added note to fix /dev/tap problems 6 years ago
emanuele-f f02b68f5af Use after network-online to avoid DNS resolve and multicast bind issues 6 years ago
Emanuele Faranda d896a9c3e8 Fix missing n2n-ntopng in configure 6 years ago
emanuele-f 3bd4e2c335 Add n2n-ntopng to bind the services lifetimes 6 years ago
Luca Deri 55d5392cd2 Added check for missing argument (-l) 6 years ago