Logan007
9c10116d51
split PACKET's transform field to give way for seperate compression field
4 years ago
Logan007
c2cae9d02e
removed minor tranform version
4 years ago
Logan007
ece0c91ef1
simplified twofish's key handling
4 years ago
Luca Deri
052127734e
Merge compilation fix
4 years ago
Luca Deri
fb2b55874e
Merge pull request #349 from Logan007/prepReg
added regular expression support
4 years ago
Luca Deri
d4e9df013e
Merge branch 'dev' into prepReg
4 years ago
Luca Deri
9928ccaeea
Merge pull request #355 from fengdaolong/dev
Added DHCP function embedded in sn.
4 years ago
Luca Deri
e7470e26aa
Updated contributors
4 years ago
Luca Deri
c3743c1cf7
Moved to 2.9 dev
4 years ago
Luca Deri
b47890921b
Merge pull request #354 from Logan007/patch-2
updated CHANGELOG.md
4 years ago
Logan007
1d048c59a9
polished reg exp handling and fixed bugs
4 years ago
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.
4 years ago
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
4 years ago
Logan oos Even
82d98a2bc2
updated CHANGELOG.md
added missing new-line
4 years ago
Logan007
8ac86635e1
equalized handling of non-matching communities
4 years ago
Logan007
e97cf4aa28
added detailed regular expression explanation to community.list
4 years ago
Logan007
94434ec25e
added regular expression example to community.list
4 years ago
Logan oos Even
66383a8078
updated CHANGELOG.md
reversed order
4 years ago
Logan oos Even
c22ab1c7c0
updated CHANGELOG.md
4 years ago
Logan oos Even
413f7032c4
updated CHANGELOG.md
added 2.6 and prepared 2.8
4 years ago
Logan007
30e2594de9
sharpened condition guarding reg ex loop
4 years ago
Luca Deri
96c05490e9
ompilation fixes
4 years ago
Logan007
fed02348aa
guarded ITERation through patterns by if-clause for it only gets performed in case of still unknown community
4 years ago
Logan007
099f178d0e
adopted re_match for the sake of completeness, too
4 years ago
Logan007
f7e50e12c0
allowed full matches only
4 years ago
Luca Deri
29dd405b3c
Merge pull request #351 from Logan007/patch-1
updated Crypto.md
4 years ago
Logan007
e481942bf0
instantiated reg exp pattern
4 years ago
Logan oos Even
de320da026
updated Crypto.md
grammar
4 years ago
Logan oos Even
1292bc7c94
update Crypto.md
…with corrections I found noteworthy while digging deeper into Twofish
4 years ago
Logan007
1b3e485da6
typo in comment
4 years ago
Logan007
b5b18443af
added regular expression checking
4 years ago
Logan007
7311efa35a
planned regular expression preparation
4 years ago
Logan007
9fba63dfb4
added per-community locking
4 years ago
Logan007
e4b33a2656
data structures
4 years ago
Luca Deri
2b59850b77
Merge pull request #346 from skyformat99/fix_edge_register_super
fix register supernode loop - Another way
4 years ago
Luca Deri
7da8a3c279
Merge pull request #345 from Logan007/docsRev
revised readme and crypto docs
4 years ago
Luca Deri
aa998c6f2e
Merge pull request #347 from skyformat99/fix_win
On Windows, the Edge node exits when the network card is disabled and…
4 years ago
ygg
e0b48f133d
On Windows, the Edge node exits when the network card is disabled and opened again
4 years ago
ygg
f737390dbc
fix register supernode loop - Another way
4 years ago
Logan007
d6de7ca0a5
revised readme and crypto docs
4 years ago
Logan007
48b240cfc5
revised readme and crypto docs
4 years ago
Luca Deri
2ea8dd53b7
Merge pull request #339 from Logan007/cmpMac
added MAC comparison for REGISTER_SUPER_ACK
4 years ago
Luca Deri
5067d22587
Merge pull request #338 from switch-iot/feature_sn_uid_gid
add set uid/gid command option to supernode
4 years ago
Luca Deri
c8bbc251e0
Merge pull request #337 from Logan007/mvDef
moved some #DEFs to central n2n_define.h
4 years ago
Luca Deri
6efa411717
Merge pull request #340 from Logan007/typoRdme
typo
4 years ago
Logan007
549133e1e3
typo
4 years ago
Logan007
d28f476b17
added MAC comparison for REGISTER_SUPER_ACK
4 years ago
switch_st
7285f2a1bc
add set uid/gid command option to supernode
4 years ago
Logan007
3549936b48
moved some #DEFs to n2n_define.h
4 years ago
Luca Deri
a515823885
Merge pull request #336 from Logan007/editReadme
revised documentation
4 years ago