Grant Limberg
|
b44a9b8b62
|
Merge pull request #2443 from zerotier:gl/onelogin-fix
Fix AuthInfo Provider not being set
|
2025-03-10 16:20:06 -07:00 |
|
Grant Limberg
|
f5b0fc6a8f
|
Fix AuthInfo Provider not being set
|
2025-03-10 16:04:06 -07:00 |
|
dependabot[bot]
|
a20bc772f2
|
Bump ring from 0.17.8 to 0.17.13 in /rustybits
Bumps [ring](https://github.com/briansmith/ring) from 0.17.8 to 0.17.13.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)
---
updated-dependencies:
- dependency-name: ring
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-03-07 17:04:31 +00:00 |
|
Travis LaDuke
|
010c4b0d64
|
Merge pull request #2441 from zerotier/laduke/update-actions
Run CI on pull requests
|
2025-03-05 09:18:20 -08:00 |
|
Joseph Henry
|
dcb4bc5ef4
|
Fix path typo: 3rdpatry
|
2025-03-04 11:18:13 -08:00 |
|
Joseph Henry
|
47e05d5a23
|
Disable peer metrics for ExtOSDep builds
|
2025-03-04 10:34:57 -08:00 |
|
Joseph Henry
|
17abb58651
|
Add missing include to ExtOsDep.hpp
|
2025-03-04 10:26:31 -08:00 |
|
Joseph Henry
|
05b60bd818
|
Fix typo
|
2025-03-04 10:25:06 -08:00 |
|
travisladuke
|
5998f1497a
|
Run CI on pull requests
If the PR is from an external repo,
the action won't run without approval.
right now we can't run the actions on external PRs.
|
2025-03-03 10:01:33 -08:00 |
|
Joseph Henry
|
269c8d415a
|
Style match
|
2025-02-26 11:16:03 -08:00 |
|
Joseph Henry
|
cd191778c2
|
Add custom management plane for 3rd party vendors
|
2025-02-26 10:27:23 -08:00 |
|
Joseph Henry
|
3e7aacf301
|
Expose routing() method in httplib so changes can be made in OneService
|
2025-02-26 09:56:08 -08:00 |
|
Joseph Henry
|
6b113c8270
|
Add auto-detection of platform integer size in prometheus
|
2025-02-26 09:55:08 -08:00 |
|
Grant Limberg
|
a2162c01e3
|
Merge pull request #2430 from zerotier/dependabot/cargo/rustybits/openssl-0.10.70
Bump openssl from 0.10.68 to 0.10.70 in /rustybits
|
2025-02-04 15:45:25 -08:00 |
|
Grant Limberg
|
870c221690
|
Merge branch 'dev' into dependabot/cargo/rustybits/openssl-0.10.70
|
2025-02-04 15:38:52 -08:00 |
|
Grant Limberg
|
87ad848202
|
Merge pull request #2432 from zerotier:ci-update
Update upload-artifact action to use v4
|
2025-02-04 15:38:14 -08:00 |
|
Grant Limberg
|
b736b6835d
|
Update upload-artifact action to use v4
V3 is no longer supported and throws an error on use
|
2025-02-04 15:30:25 -08:00 |
|
dependabot[bot]
|
91bec01da8
|
Bump openssl from 0.10.68 to 0.10.70 in /rustybits
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.68 to 0.10.70.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...openssl-v0.10.70)
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-03 18:50:34 +00:00 |
|
William Yates
|
a0c3f432c4
|
Sort active backup paths
|
2025-01-24 17:52:17 -07:00 |
|
Grant Limberg
|
b5c51796b9
|
Merge pull request #2417 from zerotier/rust-deps
update rust dependencies
|
2024-12-04 14:46:54 -08:00 |
|
Grant Limberg
|
724002f142
|
update rust dependencies
|
2024-12-04 13:43:34 -08:00 |
|
Grant Limberg
|
377a9d6f41
|
Merge pull request #2409 from zerotier/dependabot/cargo/rustybits/rustls-0.23.18
Bump rustls from 0.23.15 to 0.23.18 in /rustybits
|
2024-11-25 11:27:22 -08:00 |
|
dependabot[bot]
|
003b4cf876
|
Bump rustls from 0.23.15 to 0.23.18 in /rustybits
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.15 to 0.23.18.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.23.15...v/0.23.18)
---
updated-dependencies:
- dependency-name: rustls
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-25 17:00:23 +00:00 |
|
Joseph Henry
|
b12dd19d44
|
Merge pull request #2405 from zerotier/jh-fix-openbsd-tap
Build fix for OpenBSD - See ticket #2397
|
2024-11-13 15:12:18 -08:00 |
|
Joseph Henry
|
82c6454950
|
Fix broken ifdef on OpenBSD
|
2024-11-13 09:01:09 -08:00 |
|
Joseph Henry
|
969c0ee6e3
|
Omit CPU pinning code on OpenBSD
|
2024-11-12 14:40:24 -08:00 |
|
Joseph Henry
|
c092b63987
|
Merge pull request #2365 from zerotier/laduke/2361-phy-mtu
Lower ZT_MIN_PHYSMTU
|
2024-11-12 09:38:11 -08:00 |
|
Joseph Henry
|
47efee1df4
|
Merge branch 'dev' into laduke/2361-phy-mtu
|
2024-11-12 06:20:29 -08:00 |
|
Joseph Henry
|
18a5452de8
|
Merge pull request #2395 from zerotier/core-objs
Move osutils/OSUtils.o into CORE_OBJS
|
2024-11-12 06:20:04 -08:00 |
|
Joseph Henry
|
c3794ba8d4
|
Merge branch 'dev' into core-objs
|
2024-11-12 06:05:51 -08:00 |
|
Joseph Henry
|
75a5b4438b
|
Build fix for OpenBSD - See ticket #2397
|
2024-11-12 05:59:49 -08:00 |
|
Adam Ierymenko
|
185a3a2c76
|
Merge pull request #2396 from zerotier/1.14.2
1.14.2
|
2024-10-25 14:37:17 -04:00 |
|
Adam Ierymenko
|
3fcef51137
|
Windows installer version bump.
|
2024-10-25 14:14:01 -04:00 |
|
Grant Limberg
|
f959c2f4ca
|
Move osutils/OSUtils.o into CORE_OBJS
When building via `make core` to make libzerotiercore.a, you can't link unless OSUtils.cpp is also built & linked.
|
2024-10-25 09:32:13 -07:00 |
|
Adam Ierymenko
|
b7a6e106fd
|
Version increments.
|
2024-10-23 14:08:57 -04:00 |
|
Adam Ierymenko
|
7dca7fac11
|
Bump Rust library versions.
|
2024-10-23 11:03:18 -04:00 |
|
Adam Ierymenko
|
4ef2d4cc8e
|
Merge pull request #2376 from sh1ve/patch-1
Fix build error under certain character sets in Windows
|
2024-10-23 10:09:40 -04:00 |
|
travisladuke
|
55bbd2aec6
|
Lower ZT_MIN_PHYSMTU
regarding #2361
|
2024-10-18 15:44:34 -07:00 |
|
Grant Limberg
|
36b4659f77
|
Merge pull request #2379 from zerotier/docker-release
add `make docker-release` command & update dockerfile
|
2024-10-02 13:21:20 -07:00 |
|
Grant Limberg
|
0b5666bde2
|
Merge remote-tracking branch 'origin/dev' into docker-release
|
2024-10-02 13:07:23 -07:00 |
|
Grant Limberg
|
e1c72e6d51
|
add make docker-release command & update dockerfile
|
2024-10-02 12:59:21 -07:00 |
|
sh1ve
|
5799d9a15b
|
Fix build error under certain character sets
Add some padding after non-ASCII comment
|
2024-09-29 23:49:38 +08:00 |
|
Adam Ierymenko
|
74404f56ee
|
Actually invoke extended armor
|
2024-09-27 17:52:43 -04:00 |
|
Adam Ierymenko
|
e53abe8bde
|
Bump RPM version for build.
|
2024-09-27 17:27:01 -04:00 |
|
Adam Ierymenko
|
29ef10e759
|
Bump version to an intermediate (odd) number.
|
2024-09-27 17:00:38 -04:00 |
|
Adam Ierymenko
|
1e679cc94d
|
Bug fix in extended armor.
|
2024-09-26 20:13:10 -04:00 |
|
Adam Ierymenko
|
96ba1079b2
|
Clang-format!!!
|
2024-09-26 08:52:29 -04:00 |
|
Adam Ierymenko
|
f190df8621
|
Restrict usage to when encryption is not active.
|
2024-09-25 20:12:19 -04:00 |
|
Adam Ierymenko
|
6b078ee935
|
Implement extended armor throughout system but not turned on yet.
|
2024-09-25 19:51:15 -04:00 |
|
Adam Ierymenko
|
3de5cbd105
|
Change indent
|
2024-09-24 10:31:31 -04:00 |
|