Commit graph

6099 commits

Author SHA1 Message Date
Sean OMeara
ec8c3d610b
kicking 2023-03-28 10:50:17 +02:00
Sean OMeara
a8176fdbff
kicking 2023-03-28 10:50:17 +02:00
Sean OMeara
e598ce4544
kicking 2023-03-28 10:50:17 +02:00
Sean OMeara
4df4586cd0
tweaking 2023-03-28 10:50:17 +02:00
Sean OMeara
5493d10530
tweaking 2023-03-28 10:50:17 +02:00
Sean OMeara
0294d699d1
tweaking 2023-03-28 10:50:16 +02:00
Sean OMeara
a86ad06e48
tweaking 2023-03-28 10:50:16 +02:00
Sean OMeara
1fb0500662
tweaking 2023-03-28 10:50:16 +02:00
Sean OMeara
f49a3b9c78
updating spec 2023-03-28 10:50:13 +02:00
Sean OMeara
8407a2ed23
tweaking 2023-03-28 10:49:25 +02:00
Sean OMeara
87c444aacb
tweaking 2023-03-28 10:49:25 +02:00
Sean OMeara
99677e6861
moving docker/stuff back into root 2023-03-28 10:49:25 +02:00
Sean OMeara
51aa44742a
kicking 2023-03-28 10:49:25 +02:00
Sean OMeara
471ac0c5cc
updating dockerfiles 2023-03-28 10:49:24 +02:00
Sean OMeara
87247eb44e
kicking 2023-03-28 10:49:24 +02:00
Sean OMeara
7f540ee8ca
kicking 2023-03-28 10:49:24 +02:00
Sean OMeara
ed63678bba
tweaking 2023-03-28 10:49:24 +02:00
Sean OMeara
91006bde1f
kicking 2023-03-28 10:49:24 +02:00
Sean OMeara
6f7d4c679e
tweaking 2023-03-28 10:49:24 +02:00
Sean OMeara
d2c54759f9
tweaking 2023-03-28 10:49:23 +02:00
Sean OMeara
e4206a1c77
tweaking 2023-03-28 10:49:23 +02:00
Sean OMeara
6604983267
putting Dockerfiles under docker/ 2023-03-28 10:49:23 +02:00
Sean OMeara
e529f1b9f3
tweaking 2023-03-28 10:49:23 +02:00
Sean OMeara
0da47f0c3f
kicking 2023-03-28 10:49:23 +02:00
Sean OMeara
2a306c9484
adding fc38 to rpmspec 2023-03-28 10:49:23 +02:00
Sean OMeara
a0c0391b2e
kicking 2023-03-28 10:49:22 +02:00
Sean OMeara
3e567d088e
tweaking 2023-03-28 10:49:22 +02:00
Sean OMeara
d069d5b1af
tweaking 2023-03-28 10:49:22 +02:00
Sean OMeara
1c32a4b8a6
kicking 2023-03-28 10:49:22 +02:00
Sean OMeara
4e6c436daf
tweaking 2023-03-28 10:49:22 +02:00
Sean OMeara
85f2881089
tweaking 2023-03-28 10:49:22 +02:00
Sean OMeara
8507506fe0
tweaking 2023-03-28 10:49:21 +02:00
Sean OMeara
915d49b1ad
tweaking 2023-03-28 10:49:21 +02:00
Sean OMeara
fa8e8d2891
bytey -> zerotier 2023-03-28 10:49:21 +02:00
Sean OMeara
d25ca34919
tweaking 2023-03-28 10:49:21 +02:00
Sean OMeara
4fc573e60d
kicking 2023-03-28 10:49:21 +02:00
Sean OMeara
eadb6bdebe
kicking 2023-03-28 10:49:21 +02:00
Sean OMeara
0f86e871d8
tweaking 2023-03-28 10:49:20 +02:00
Sean OMeara
3dc5f730f5
byte 2023-03-28 10:49:20 +02:00
dependabot[bot]
4ac3e7b864
Bump openssl from 0.10.45 to 0.10.48 in /zeroidc (#1938)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.45...openssl-v0.10.48)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 18:52:29 -04:00
Grant Limberg
03bd96d1d1
move begin/commit into try/catch block (#1932)
Thread was exiting in some cases
2023-03-24 13:03:15 -07:00
Travis LaDuke
4a85cf5e74
Change if_def again so ios can build (#1937)
All apple's variables are "defined"
but sometimes they are defined as "0"
2023-03-24 13:02:52 -07:00
Joseph Henry
a8fde9e530
Minor tweak to Synology Docker image script (#1936) 2023-03-24 11:58:34 -07:00
Travis LaDuke
1f9a15dd18
Release notes for 1.10.6 (#1931) 2023-03-23 12:13:53 -07:00
Adam Ierymenko
646147c275
1.10.6 (#1929)
* 1.10.5 bump

* 1.10.6

* 1.10.6 AIP for Windows.
2023-03-23 13:38:22 -04:00
Travis LaDuke
314099a267
fix binding temporary ipv6 addresses on macos (#1910)
The check code wasn't running.

I don't know why !defined(TARGET_OS_IOS) would exclude code on
desktop macOS. I did a quick search and changed it to defined(TARGET_OS_MAC).
Not 100% sure what the most correct solution there is.

You can verify the old and new versions with

`ifconfig | grep temporary`

plus

`zerotier-cli info -j` -> listeningOn
2023-03-21 15:25:01 -04:00
Joseph Henry
ce9330e9bb
Prevent path-learning loops (#1914)
* Prevent path-learning loops

* Only allow new overwrite if not bonded
2023-03-21 13:18:21 -04:00
Adam Ierymenko
b2a981f353
1.10.5 (#1905)
* 1.10.5 bump

* 1.10.5 for Windows

* 1.10.5
2023-03-10 11:45:15 -05:00
Travis LaDuke
a372619fee
Fix addIp being called with applied ips (#1897)
This was getting called outside of the check for existing ips
Because of the added ifdef and a brace getting moved to the
wrong place.

```
if (! n.tap()->addIp(*ip)) {
	fprintf(stderr, "ERROR: unable to add ip address %s" ZT_EOL_S, ip->toString(ipbuf));
}
WinFWHelper::newICMPRule(*ip, n.config().nwid);

```
2023-03-10 10:57:54 -05:00
Brenton Bostick
12cdf39165 actual fix for ANDROID-56: crash inside newNetworkConfig
cast all arguments to varargs functions as good style
2023-03-09 06:51:29 -05:00