Luca Deri
0825bfb16b
Compilation fixes
4 years ago
Luca Deri
052127734e
Merge compilation fix
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
Logan007
8ac86635e1
equalized handling of non-matching communities
4 years ago
Logan007
30e2594de9
sharpened condition guarding reg ex loop
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
f7e50e12c0
allowed full matches only
4 years ago
Logan007
e481942bf0
instantiated reg exp pattern
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
switch_st
7285f2a1bc
add set uid/gid command option to supernode
4 years ago
Logan007
75317acaf3
added sorting of encrypted communities
4 years ago
Luca Deri
4e592dd82e
Minor cleanup
4 years ago
Logan007
0776e06912
added replay protection
4 years ago
switch_st
d59b977840
add management port command option to supernode
4 years ago
Logan007
b976379125
added data structures for replay protection
4 years ago
Logan007
895bbc2844
added time stamp blending and sending
4 years ago
switch_st
4d88fef4e2
update log word in sendto_mgmt
4 years ago
switch_st
ee46e3e86b
Revert "fix supernode coredump when accessing management socket"
This reverts commit 66d73b0713
.
4 years ago
switch_st
81516d8d8c
Update purge logic of communities and edges for supernode
4 years ago
switch_st
37bc520db2
fix supernode coredump when accessing management socket
4 years ago
switch_st
66d73b0713
fix supernode coredump when accessing management socket
4 years ago
fengdaolong
485cab2afa
Fix pointer assignment error
4 years ago
fengdaolong
16b1c7c065
Clean up redundant code in sn.c
Clean up redundant code contained in both sn.c and sn_utils.c
4 years ago
Logan007
6fc9890e55
added MAC to management port output
4 years ago
Logan007
65be75dbe2
enabled packet checksum
4 years ago
Logan007
a84d03a6a6
quick fix for header encryption, also disabling checksum check
4 years ago
Logan007
8fb553ab03
initialized hash in sn, too
4 years ago
Logan007
eaa1acb543
no payload with REGISTER
4 years ago
Logan007
0e0d662dbb
added decryption step
4 years ago
Logan007
e8d5e939a7
added encryption step
4 years ago
Logan007
033b1890f2
blended checksum into header iv
4 years ago
Logan007
789dd90272
Header Encryption
4 years ago
Luca Deri
3eb82b2a32
Code reorganization
4 years ago
Logan007
2f00b21d43
having supernode running again (unencryptedly)
4 years ago
Logan007
2ce891748d
new communities have no header encryption
4 years ago
Logan007
5972f5ddff
made header encryption indicator 8-bit type
4 years ago
Logan007
9a829edb15
woke up from a nightmare of missing typedefs
4 years ago
Logan007
9d62263eca
having supernode running again (unencryptedly)
4 years ago
Logan007
a553c8fe38
new communities have no header encryption
4 years ago
Logan007
ec635aefa9
made header encryption indicator 8-bit type
4 years ago
Logan007
e6e4999f19
woke up from a nightmare of missing typedefs
4 years ago
Felix Pojtinger
62815e61f8
Don't use implicit `extern` keyword and use `static`
5 years ago
Felix Pojtinger
2058ab93c8
Add more embedding examples and initally decomposed sn_utils
5 years ago