Logan oos Even
3574865bf0
disabled SPECK defaulting to NEON support on ARM ( #602 )
4 years ago
Logan oos Even
2fbbafc88d
fixed conf file parsing
allowing space character inside parameter option, .e.g. `-d Windows TAP` (between "Windows" and "TAP").
4 years ago
Logan oos Even
9fe1c5a91e
fixed conf file option parsing
analogous to 18107bcb7c
4 years ago
Logan oos Even
5f34baf9b9
clarified authentication error ( #600 )
4 years ago
Logan oos Even
c0c472b4aa
revised bootstrap ( #599 )
4 years ago
Logan oos Even
5cd1c9030c
added self-monitoring time stamp accuracy ( #595 )
4 years ago
Logan oos Even
dd9491aa9c
removed two non-ASCII characters
Fixes #598 .
4 years ago
Logan oos Even
910478417c
fixed a null_mac bug ( #592 )
4 years ago
Logan oos Even
a639e1d735
properly handled supernodes' timestamps ( #591 )
4 years ago
Logan oos Even
e4e6efacf0
enhanced header encryption to full 128 bit iv ( #589 )
4 years ago
Logan oos Even
773123f7a9
removed duplicate field for supernode socket from edge ( #587 )
4 years ago
Logan oos Even
0e29d695ee
quick-fixed auto ip ( #586 )
4 years ago
Logan oos Even
18107bcb7c
fixed conf file option parsing
4 years ago
Logan oos Even
e1b66aeb96
fix bug/typo introduced with latest mac handling change
4 years ago
Logan oos Even
7eeca3d78f
cleaned up mac type usage ( #583 )
4 years ago
Logan oos Even
4e2548a98c
simplified conf file parsing ( #582 )
4 years ago
Logan oos Even
8761ae849b
added optional rtt based supernode selection: federation ( #580 )
4 years ago
Logan oos Even
9ee62d7415
rebased time stamp format: header encryption ( #579 )
* rebased time stamp format (header encryption)
* rearranged time stamp fields
4 years ago
fengdaolong
3a480a4a21
solved the problem that Windows cannot multicast ( #576 )
* Solve the problem that Windows cannot multicast.
* Better git judgment logic.
4 years ago
Logan oos Even
c99f610f73
fix AES default ( #575 )
* fix AES default
* fix AES default
4 years ago
Logan oos Even
9152526bf2
allowed auto IP address feature a higher chance to re-assign the same IP address upon re-connect ( #574 )
4 years ago
Logan oos Even
623299770f
fix federation feature ( #573 )
4 years ago
Logan oos Even
bda11d3e99
fix AES default ( #572 )
4 years ago
Logan oos Even
808920089d
switched to Pearson B. Hashing ( #570 )
* switched to Pearson B. Hashing
* switched to Pearson B. Hashing
4 years ago
Logan oos Even
9bbf7d95f6
hardware-accelerated header encryption ( #565 )
* hardware-accelerated header encryption
* hardware-accelerated header encryption
* hardware-accelerated header encryption
4 years ago
Francesco Carli
244b1bef95
Change space indention ( #556 )
* readability code clean-up
* readability code clean-up
* change space indention
* change space indention
* Update sn_utils.c
4 years ago
Francesco Carli
ef2d3a5237
readability code clean-up ( #552 )
* readability code clean-up
* readability code clean-up
* change space indention
* Revert "change space indention"
This reverts commit 067f675faa
.
4 years ago
Logan oos Even
df14d54a29
readability code clean-up ( #551 )
4 years ago
Logan oos Even
71065278fa
readability code clean-up ( #550 )
* readability code clean-up
* readability code clean-up
4 years ago
Francesco Carli
de92fab878
readability code clean-up ( #549 )
4 years ago
Logan oos Even
ab4f507012
readability code clean-up ( #548 )
* readability code clean-up
* readability code clean-up
4 years ago
Francesco Carli
4e6d9a8f43
readability code clean-up ( #547 )
4 years ago
Francesco Carli
bd48a5c34d
readability code clean-up ( #546 )
4 years ago
Francesco Carli
646da54915
readability code clean-up ( #545 )
4 years ago
Francesco Carli
24b2f2762f
readability code clean-up ( #544 )
4 years ago
Logan oos Even
30a1ff9313
readability code clean-up ( #543 )
4 years ago
Francesco Carli
e71de330e5
readability code clean-up ( #542 )
4 years ago
Logan oos Even
df716c9da5
readability code clean-up, added 64-bit hash ( #538 )
4 years ago
Logan oos Even
599e424b5d
Revert "changed timer source ( #522 )" ( #536 )
This reverts commit 0298efa36e
.
4 years ago
Logan oos Even
1c29fbee8a
readability code clean-up ( #532 )
4 years ago
Logan oos Even
d063cf3088
readability code clean-up ( #531 )
* readability code clean-up
* readability code clean-up
4 years ago
Logan oos Even
9fbe941511
readability code clean-up ( #530 )
4 years ago
Logan oos Even
3252231ecb
readability code clean-up ( #529 )
4 years ago
fengdaolong
d7654397a8
Fix the problem of running edge, IP or domain name resolution failure under Windows system. ( #527 )
4 years ago
Logan oos Even
0298efa36e
changed timer source ( #522 )
* changed timer source
* changed timer source
* changed timer source
* changed timer source
* changed timer source
* changed timer source
4 years ago
Francesco Carli
bde819700d
Protection mechanism against MAC spoofing ( #512 )
* Implement MAC spoofing protection mechanism
* Update edge_utils.c
* Fix compile errors
* Update edge_utils.c
* Update edge_utils.c
* Update edge_utils.c
4 years ago
joshuafc
e66f913e81
Deal with warnings at `network_traffic_filter.c` ( #508 )
* Add new file 'network_traffic_filter.c/.h"
* Add feature to drop or accept specific packet transmit over edge network interface by rules.
* fix CMakeLists.txt typo
* Update Rule String Format
* replace -F (filter) with -R (rule) for traffic restrictions.
* Update edge help (-h) message. Update documents.
* Pass Build on CircleCI and local Windows 10 VS2019
* Fix cmake build failed because of sn_selection
* fix operate void* cause vs2016 build failed
* Fix typo to pass build on windows.
* add inttypes.h for n2n_typedefs.h to pass windows build
* modify headers to pass build on windows.
* Deal with warnings at `network_traffic_filter.c`
* network filter without type cast
4 years ago
Francesco Carli
3bd4635f04
Protection mechanism against duplicated MACs ( #509 )
* Prevent duplicated MACs
* Prevent duplicated MACs
* Fix compile errors
* Fix compile errors
* Implement auth scheme
* Fix compile errors
* Add auth_edge
* Add auth_edge
* Implement REGISTER_SUPER forwarding
* Add argument to update_edge
* Add auth field to supernode struct
* Add REGISTER_SUPER_NAK handling
* Fix issues
* Code clean-up
* Move auth token initialization
4 years ago
Logan oos Even
c89dc584ab
send gratuitous arp only upon first registration ( #502 )
4 years ago
Logan oos Even
bac807c472
use payload struct for assembly ( #503 )
* use payload struct for assembly
* use payload struct for assembly
4 years ago