Commit Graph

551 Commits

Author SHA1 Message Date
Logan007
7a52718cc8 merged additional building information 2020-08-16 01:49:49 +05:45
Logan007
bbcce17b77 merged additional building information 2020-08-16 01:46:35 +05:45
Luca Deri
052127734e Merge compilation fix 2020-08-12 14:45:08 +02:00
Luca Deri
fb2b55874e
Merge pull request #349 from Logan007/prepReg
added regular expression support
2020-08-12 14:41:20 +02:00
Luca Deri
d4e9df013e
Merge branch 'dev' into prepReg 2020-08-12 14:41:09 +02:00
Luca Deri
9928ccaeea
Merge pull request #355 from fengdaolong/dev
Added DHCP function embedded in sn.
2020-08-12 14:37:17 +02:00
Luca Deri
e7470e26aa Updated contributors 2020-08-12 12:21:07 +02:00
Luca Deri
c3743c1cf7 Moved to 2.9 dev 2020-08-12 12:20:01 +02:00
Luca Deri
b47890921b
Merge pull request #354 from Logan007/patch-2
updated CHANGELOG.md
2020-08-12 12:01:12 +02:00
Logan007
1d048c59a9 polished reg exp handling and fixed bugs 2020-08-08 22:45:34 +05:45
fengdaolong
92dfa67e22 Added DHCP function embedded in sn.
1. Automatically assign IP addresses to the edge through the DHCP function that comes with sn, the default IP address pool is 172.17.12.0/24.
2. The -d parameter is added to sn, and the IP address pool of the embedded DHCP can be customized.
3. Now edge does not need to add -a and -s parameters to automatically obtain the IP address.
4. The IP automatically obtained by the cross-community edge can be the same, because the communities are isolated from each other and do not interfere with each other.
5. On the management side of sn (127.0.0.1:5645), you can now view the IP address of the tutap adapter of each edge.
6. Fix many bugs that have a certain chance of causing memory leaks.
7. Note: This version is not fully compatible with the previous version.
2020-08-08 22:40:45 +08:00
Logan007
dece8d787e freed reg exp on exit, counted reg exp, warned on empty community list file, returned early from packet handling on non-matching reg exp 2020-08-08 14:51:05 +05:45
Logan oos Even
82d98a2bc2
updated CHANGELOG.md
added missing new-line
2020-08-07 22:26:32 +05:45
Logan007
8ac86635e1 equalized handling of non-matching communities 2020-08-07 20:37:45 +05:45
Logan007
e97cf4aa28 added detailed regular expression explanation to community.list 2020-08-07 20:24:42 +05:45
Logan007
94434ec25e added regular expression example to community.list 2020-08-07 20:13:47 +05:45
Logan oos Even
66383a8078
updated CHANGELOG.md
reversed order
2020-08-07 11:23:52 +05:45
Logan oos Even
c22ab1c7c0
updated CHANGELOG.md 2020-08-07 02:38:19 +05:45
Logan oos Even
413f7032c4
updated CHANGELOG.md
added 2.6 and prepared 2.8
2020-08-07 01:55:58 +05:45
Logan007
30e2594de9 sharpened condition guarding reg ex loop 2020-08-07 01:21:11 +05:45
Luca Deri
96c05490e9 ompilation fixes 2020-08-06 19:28:39 +02:00
Logan007
fed02348aa guarded ITERation through patterns by if-clause for it only gets performed in case of still unknown community 2020-08-06 16:06:50 +05:45
Logan007
099f178d0e adopted re_match for the sake of completeness, too 2020-08-06 15:59:35 +05:45
Logan007
f7e50e12c0 allowed full matches only 2020-08-06 01:58:09 +05:45
Luca Deri
29dd405b3c
Merge pull request #351 from Logan007/patch-1
updated Crypto.md
2020-08-05 21:49:59 +02:00
Logan007
e481942bf0 instantiated reg exp pattern 2020-08-06 00:34:17 +05:45
Logan oos Even
de320da026
updated Crypto.md
grammar
2020-08-05 12:58:35 +05:45
Logan oos Even
1292bc7c94
update Crypto.md
…with corrections I found noteworthy while digging deeper into Twofish
2020-08-05 12:55:51 +05:45
Logan007
1b3e485da6 typo in comment 2020-08-04 19:06:30 +05:45
Logan007
b5b18443af added regular expression checking 2020-08-04 18:49:12 +05:45
Logan007
7311efa35a planned regular expression preparation 2020-08-04 16:09:09 +05:45
Logan007
9fba63dfb4 added per-community locking 2020-08-04 15:46:09 +05:45
Logan007
e4b33a2656 data structures 2020-08-04 15:18:58 +05:45
Luca Deri
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
Luca Deri
7da8a3c279
Merge pull request #345 from Logan007/docsRev
revised readme and crypto docs
2020-08-04 10:03:04 +02:00
Luca Deri
aa998c6f2e
Merge pull request #347 from skyformat99/fix_win
On Windows, the Edge node exits when the network card is disabled and…
2020-08-04 10:02:48 +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
Logan007
d6de7ca0a5 revised readme and crypto docs 2020-08-03 13:02:47 +05:45
Logan007
48b240cfc5 revised readme and crypto docs 2020-08-03 03:31:28 +05:45
Luca Deri
2ea8dd53b7
Merge pull request #339 from Logan007/cmpMac
added MAC comparison for REGISTER_SUPER_ACK
2020-07-29 14:24:27 +02:00
Luca Deri
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 Deri
c8bbc251e0
Merge pull request #337 from Logan007/mvDef
moved some #DEFs to central n2n_define.h
2020-07-29 14:19:14 +02:00
Luca Deri
6efa411717
Merge pull request #340 from Logan007/typoRdme
typo
2020-07-29 14:18:13 +02:00
Logan007
549133e1e3 typo 2020-07-29 18:01:46 +05:45
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
Luca Deri
a515823885
Merge pull request #336 from Logan007/editReadme
revised documentation
2020-07-29 11:47:01 +02:00
Luca Deri
4dea4a7bed
Merge pull request #335 from skyformat99/dev
Indicates successful connection between the edge and SN nodes
2020-07-29 11:46:47 +02:00