Logan oos Even
6a831879d3
make edge restore original metric value (-x) at program's end ( #742 )
3 years ago
Logan oos Even
e09f3a4875
added federation support to user/password auth scheme ( #741 )
3 years ago
Logan oos Even
72d372cd04
updated scratchpad
3 years ago
skyformat99
6f63f401fe
updated for compilation with VS2015 ( #739 )
3 years ago
Logan oos Even
c35129b8e2
added 'reload_communities' command to supernode management port ( #740 )
3 years ago
skyformat99
fe4dfc5a7a
updated for compilation with VS2015
3 years ago
Logan oos Even
c394726928
narrowed sn's edge-last-seen update mechanism ( #734 )
* fortified user/pw auth scheme
* narrowed sn's edge-last-seen update mechanism
3 years ago
Logan oos Even
9a7d05ebeb
updated Authentication doc
3 years ago
Logan oos Even
5a1c837f88
updated FAQ
3 years ago
Logan oos Even
84d0991977
fortified user/pw auth scheme ( #731 )
3 years ago
Logan oos Even
045f6a7386
updated Faq.md
3 years ago
Hamish Coleman
2892764670
updated supernode man page with the same info as the --help ( #729 )
3 years ago
small_5
5c1c65cd5a
updated openwrt makefile ( #728 )
3 years ago
Logan oos Even
1f51aa1d5c
conditionally downgraded one ERROR msg to DEBUG msg ( #725 )
3 years ago
small_5
037914daf0
fixed segfault ( #722 )
3 years ago
Logan oos Even
b648872c1f
modified route setup ( #717 )
3 years ago
Logan oos Even
39aa50b4cd
added manual MAC/IP address spoofing protection override at supernode (-M) ( #716 )
3 years ago
small_5
3a7ce700f2
updated Makefile ( #715 )
3 years ago
Logan oos Even
54f39e9eb0
fixed supernode's detetcion of orderly remote tcp connection closure ( #713 )
3 years ago
small_5
d8c383eb95
updated openwrt makefile ( #712 )
3 years ago
Logan oos Even
701befe6df
fixed superfluous message ( #708 )
3 years ago
Logan oos Even
aac58a88ec
fixed supernode's federation behavior (auth error) ( #707 )
3 years ago
Logan oos Even
2e1991ecf3
added compiler check for special intrinsic ( #706 )
3 years ago
Logan oos Even
1586ae62a7
made n2n react more swiftly to (D)DNS changes ( #705 )
3 years ago
Logan oos Even
75ab1fc5aa
made internal changes to cli parameter processing ( #702 )
3 years ago
Logan oos Even
3c6ab56d3f
allowed (temporarily) initially non-resolving supernode names ( #701 )
3 years ago
Logan oos Even
c55e3e3246
multithreaded supernode name resolution ( #645 )
3 years ago
Logan oos Even
7e0cbb10dc
updated CMakeLists.txt ( #700 )
3 years ago
Logan oos Even
a28327a0af
added user-password edge authentication ( #673 )
3 years ago
Logan oos Even
1a523f5e1a
fixed supernode segmentation fault ( #697 )
4 years ago
Logan oos Even
667b7df083
added memrnd() ( #685 )
4 years ago
randomize00
cfa92d28d8
add callback function for hin2n to protect socket ( #684 )
4 years ago
randomize00
e2c687558f
fix potential memory leak ( #682 )
authored-by: randomize00 <randomize00@users.noreply.github.com>
4 years ago
Luca Deri
d2ddc479c7
Added missing configure
4 years ago
Logan oos Even
12e81c6be3
typo
'0' is legit load or ping
4 years ago
Luca Deri
aa18bd3036
Warning fixes
4 years ago
Sven Roederer
23c18e349f
drop non portable SOL_TCP / fix MacOS v2 ( #680 )
* Revert "Fix compilation on MacOS"
in order to another solution
* src: use IPPROTO_TCP in place of SOL_TCP
* use the more specific IPPROTO_TCP type for setsockopt
* fixes build on MacOS
src/edge_utils.c:891:31: error: use of undeclared identifier 'SOL_TCP'; did you mean 'FPP_TCP'?
setsockopt(eee->sock, SOL_TCP, TCP_NODELAY, &value, sizeof(value));
src/edge_utils.c:894:31: error: use of undeclared identifier 'SOL_TCP'
setsockopt(eee->sock, SOL_TCP, TCP_CORK, &value, sizeof(value));
^
src/edge_utils.c:894:40: error: use of undeclared identifier 'TCP_CORK'
setsockopt(eee->sock, SOL_TCP, TCP_CORK, &value, sizeof(value));
* include/n2n.h: drop redefiniton of SOL_TCP for WIN32, as we don't use it anywhere now
* src: only use TCP_CORK on LINUX
* it's LINUX only and fails on Win32 and MacOS (man 7 tcp)
4 years ago
Sven Roederer
90c2364b6d
CI: build on Linux, Windows and MacOS via GitHubAction ( #679 )
* create GitHubAction to build via cmake on ubuntu
make just with the assistant
* GHA/cmake: build via matrix for different OS
* build for Linux-x86, Linux-arm and MacOS
* code taken from https://github.community/t/create-matrix-with-multiple-os-and-env-for-each-one/16895/6
* GHA: add a build on Windows
4 years ago
Sven Roederer
e36fac8f52
Update packaging for debian ( #677 )
* packages/debian: remove some autogenerate files from repo
* packages/debian/configure
* packages/debian/debian/n2n.debhelper.log
* packages/debian/debian/n2n.postrm.debhelper
are all autogenerated by autoconf or the deb-helper. So there is no need to keep them
in the repo, as it will cause conflicts.
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
* packages/debian: rules: use dh_prep in place of deprecated "dh_clean -k"
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
* packages/debian: also provide example communities.list file
4 years ago
small_5
aab34acd3f
Update autogen.sh ( #655 )
4 years ago
VergLsm
35dc670a5f
Update OpenWRT Makefile ( #678 )
4 years ago
Alfredo Cardigliano
53e930db10
Fix compilation on MacOS
4 years ago
Logan oos Even
dcd3801df5
honed tcp implementation ( #676 )
4 years ago
Logan oos Even
a23b459738
fixed memory issue ( #675 )
4 years ago
Logan oos Even
7c3951a10f
revised tcp implementation ( #674 )
4 years ago
Logan oos Even
b949b23e2a
narrowed multicast determination ( #669 )
4 years ago
Logan oos Even
edc6f53ca0
prevented transmission of QUERY_PEER on multicast MAC addresses ( #668 )
4 years ago
Logan oos Even
c9a610dbd9
updated Scratchpad.md
4 years ago
Logan oos Even
048fd3e128
fixed another memory issue ( #667 )
4 years ago
Logan oos Even
1c1a9f5058
fixed small memory issue ( #666 )
4 years ago