Commit Graph
568 Commits
Author SHA1 Message Date
Luca Deri 0825bfb16b Compilation fixes 2020-08-16 10:46:11 +02:00
Luca DeriandGitHub ed5b793379 Merge pull request #363 from Logan007/edgMgmtPrt
extended edge's management port output
2020-08-16 10:37:15 +02:00
Luca DeriandGitHub 8d40b59b2c Merge pull request #362 from Logan007/scrPd
consolidated bullet-point styled documents
2020-08-16 10:36:50 +02:00
Luca DeriandGitHub b5c6a5214b Merge pull request #361 from Logan007/bldDoc
merged additional building information
2020-08-16 10:36:36 +02:00
Luca DeriandGitHub 8f9ccce9bf Merge pull request #360 from Logan007/rpLzo
updated minilzo
2020-08-16 10:36:02 +02:00
Luca DeriandGitHub 5354cd79d7 Merge pull request #359 from Logan007/pktFlds
split PACKET's transform field to give way for separate compression field
2020-08-16 10:35:44 +02:00
Luca DeriandGitHub 3be0a009b0 Merge pull request #358 from Logan007/rmMinCryptoVersn
removed minor transform version
2020-08-16 10:35:03 +02:00
Luca DeriandGitHub 074004a650 Merge pull request #357 from Logan007/tfKeyHandling
simplified twofish's key handling
2020-08-16 10:34:10 +02:00
Logan007 038c5971b7 extended management port output 2020-08-16 14:02:25 +05:45
Logan007 3ed3f4e826 merged additional building information 2020-08-16 02:10:43 +05:45
Logan007 a6332d896e consolidated bullet-point styled documents 2020-08-16 02:00:32 +05:45
Logan007 b954cc3868 merged additional building information 2020-08-16 01:52:02 +05:45
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
Logan007 e0266bfe5f updated minilzo 2020-08-15 23:26:21 +05:45
Logan007 1d8b9d83b0 split PACKET's transform field to give way for separate compression field 2020-08-15 22:58:15 +05:45
Logan007 9c10116d51 split PACKET's transform field to give way for seperate compression field 2020-08-15 22:48:57 +05:45
Logan007 c2cae9d02e removed minor tranform version 2020-08-15 21:14:24 +05:45
Logan007 ece0c91ef1 simplified twofish's key handling 2020-08-12 19:59:58 +05:45
Luca Deri 052127734e Merge compilation fix 2020-08-12 14:45:08 +02:00
Luca DeriandGitHub fb2b55874e Merge pull request #349 from Logan007/prepReg
added regular expression support
2020-08-12 14:41:20 +02:00
Luca DeriandGitHub d4e9df013e Merge branch 'dev' into prepReg 2020-08-12 14:41:09 +02:00
Luca DeriandGitHub 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 DeriandGitHub 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 EvenandGitHub 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 EvenandGitHub 66383a8078 updated CHANGELOG.md
reversed order
2020-08-07 11:23:52 +05:45
Logan oos EvenandGitHub c22ab1c7c0 updated CHANGELOG.md 2020-08-07 02:38:19 +05:45
Logan oos EvenandGitHub 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 DeriandGitHub 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 EvenandGitHub de320da026 updated Crypto.md
grammar
2020-08-05 12:58:35 +05:45
Logan oos EvenandGitHub 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