Commit Graph
93 Commits
Author SHA1 Message Date
Luca DeriandGitHub 6295519339 Cherry pick of PR 373 2020-08-23 14:14:52 +02:00
Luca Deri 96c05490e9 ompilation fixes 2020-08-06 19:28:39 +02:00
Luca DeriandGitHub 2b59850b77 Merge pull request #346 from skyformat99/fix_edge_register_super
fix register supernode loop - Another way
2020-08-04 10:04:32 +02:00
ygg e0b48f133d On Windows, the Edge node exits when the network card is disabled and opened again 2020-08-04 13:37:01 +08:00
ygg f737390dbc fix register supernode loop - Another way 2020-08-04 10:20:43 +08:00
Luca DeriandGitHub 2ea8dd53b7 Merge pull request #339 from Logan007/cmpMac
added MAC comparison for REGISTER_SUPER_ACK
2020-07-29 14:24:27 +02:00
Luca DeriandGitHub 5067d22587 Merge pull request #338 from switch-iot/feature_sn_uid_gid
add set uid/gid command option to supernode
2020-07-29 14:24:02 +02:00
Luca DeriandGitHub c8bbc251e0 Merge pull request #337 from Logan007/mvDef
moved some #DEFs to central n2n_define.h
2020-07-29 14:19:14 +02:00
Logan007 d28f476b17 added MAC comparison for REGISTER_SUPER_ACK 2020-07-29 17:41:22 +05:45
switch_st 7285f2a1bc add set uid/gid command option to supernode 2020-07-29 18:30:32 +08:00
Logan007 3549936b48 moved some #DEFs to n2n_define.h 2020-07-29 15:32:04 +05:45
ygg 62b3957cfb Hide the duplicate trace message 2020-07-29 13:50:00 +08:00
ygg 64857218a5 Indicates successful connection between the edge and SN nodes 2020-07-29 13:24:36 +08:00
Luca DeriandGitHub c5fe6201c0 Merge pull request #332 from Logan007/snSortCmn
sorting encrypted communities
2020-07-28 19:29:01 +02:00
Luca DeriandGitHub f02a5c91c6 Merge pull request #331 from Logan007/rndSeedLoop
retrying syscall and calls to hardware random number generators
2020-07-28 19:28:26 +02:00
Logan007 75317acaf3 added sorting of encrypted communities 2020-07-28 00:55:07 +05:45
Logan007 dc9b1449ab retrying syscall and calls to hardware rng 2020-07-27 20:55:36 +05:45
ygg a81f4054cd Adds a trace message to mark connection type between edges. 2020-07-27 15:01:55 +08:00
Luca Deri 4e592dd82e Minor cleanup 2020-07-27 07:02:11 +02:00
Luca DeriandGitHub e635926d2c Merge branch 'dev' into rp 2020-07-27 06:57:36 +02:00
Luca DeriandGitHub 1284e5662c Merge pull request #325 from switch-iot/feature_sn_mgmt_port
add management port command option to supernode
2020-07-27 06:55:52 +02:00
Luca DeriandGitHub ea01c45582 Merge pull request #324 from switch-iot/fix_build_warning
fix build warning of edge_init_routes
2020-07-27 06:55:14 +02:00
Luca DeriandGitHub ceace349c6 Merge pull request #322 from switch-iot/fix_sn_purge_cmnt
Update purge logic of communities and edges for supernode
2020-07-27 06:54:53 +02:00
Luca DeriandGitHub c21d2f47c6 Merge pull request #320 from switch-iot/fix_sn_mgmt_core
fix supernode coredump when accessing management socket
2020-07-27 06:53:58 +02:00
Logan oos EvenandGitHub 5ceb839b63 Merge branch 'dev' into rp 2020-07-25 18:54:33 +05:45
Logan007 0776e06912 added replay protection 2020-07-25 18:13:20 +05:45
switch_st 40f39caaac change the management port command order 2020-07-24 11:52:44 +08:00
switch_st d59b977840 add management port command option to supernode 2020-07-24 11:23:12 +08:00
Logan007 b976379125 added data structures for replay protection 2020-07-23 20:34:54 +05:45
Logan007 895bbc2844 added time stamp blending and sending 2020-07-23 16:06:54 +05:45
switch_st ca804b3a55 fix build warning of edge_init_routes 2020-07-23 10:05:29 +08:00
Logan007 d3e823af98 removed branchless code 2020-07-23 02:17:08 +05:45
Logan007 36eb807fca added time stamp handling functions 2020-07-23 01:55:02 +05:45
Luca Deri 235f55bda5 Compilation fixes 2020-07-22 16:01:54 +02:00
Luca DeriandGitHub 8d76e7e576 Merge pull request #321 from switch-iot/fix_sn_daemon
fix build error for supernode when declared N2N_HAVE_DAEMON
2020-07-22 12:13:23 +02:00
Luca DeriandGitHub 4939403fec Merge pull request #319 from switch-iot/fixlog
close syslog in function closeTraceFile
2020-07-22 12:12:02 +02:00
Luca DeriandGitHub b17719383f Merge pull request #318 from switch-iot/hin2n_arp
add main loop callback and move android arp code to this callback
2020-07-22 12:11:30 +02:00
switch_st 4d88fef4e2 update log word in sendto_mgmt 2020-07-22 17:18:00 +08:00
switch_st 81516d8d8c Update purge logic of communities and edges for supernode 2020-07-22 15:49:45 +08:00
switch_st 37bc520db2 fix supernode coredump when accessing management socket 2020-07-22 13:41:48 +08:00
switch_st e24ad06a24 fix build error for supernode when declared N2N_HAVE_DAEMON 2020-07-22 12:15:56 +08:00
Logan007 252ce9779a moved windows-gettimeofday() from benchmark.c to n2n.c 2020-07-21 19:11:31 +05:45
switch_st a149fa9404 close syslog in function closeTraceFile 2020-07-21 15:37:39 +08:00
switch_st 72701a5e83 add main loop callback and move android arp code to this callback 2020-07-21 15:04:16 +08:00
ygg 07c1e40416 add -n option (route) for windows 2020-07-21 11:38:22 +08:00
Luca DeriandGitHub 0ab9f3229e Merge pull request #315 from switch-iot/hin2n_arp
delete android define and log code
2020-07-20 17:15:04 +02:00
Luca DeriandGitHub 7d573823e7 Merge pull request #313 from fengdaolong/dev
Clean up redundant code in sn.c
2020-07-20 17:13:48 +02:00
switch_st 8a1bcf0fa6 close trace file if needed 2020-07-20 12:08:13 +08:00
switch_st 21122df969 delete android define and log code 2020-07-20 11:13:46 +08:00
fengdaolong 485cab2afa Fix pointer assignment error 2020-07-18 19:52:41 +08:00