Skip to content

Commit

Permalink
Merge branch 'dev' of http://10.95.0.64/zerotier/ZeroTierOne into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
adamierymenko committed Jun 27, 2022
2 parents 02270e0 + cb692d7 commit 651f45f
Show file tree
Hide file tree
Showing 685 changed files with 174,376 additions and 403 deletions.
7 changes: 7 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
ZeroTier Release Notes
======

# 2022-06-27 -- Version 1.10.1

* Fix an issue that could cause SSO clients to get "stuck" on stale auth URLs.
* A few other SSO related bug fixes.

# 2022-06-07 -- Version 1.10.0

* Fix formatting problem in `zerotier-cli` when using SSO networks.
* Fix a few other minor bugs in SSO signin to prepare for general availability.
* Remove requirement for webview in desktop UI and instead just make everything available via the tray pulldown/menu. Use [libui-ng](https://github.com/libui-ng/libui-ng) for minor prompt dialogs. Saves space and eliminates installation headaches on Windows.
* Fix SSO "spam" bug in desktop UI.
* Use system default browser for SSO login so all your plugins, MFA devices, password managers, etc. will work as you have them configured.
* Minor fix for bonding/multipath.

# 2022-05-10 -- Version 1.8.10

Expand Down
2 changes: 2 additions & 0 deletions controller/EmbeddedNetworkController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,9 @@ void EmbeddedNetworkController::_request(
Utils::scopy(nc->centralAuthURL, sizeof(nc->centralAuthURL), info.centralAuthURL.c_str());
}
if (!info.issuerURL.empty()) {
#ifdef ZT_DEBUG
fprintf(stderr, "copying issuerURL to nc: %s\n", info.issuerURL.c_str());
#endif
Utils::scopy(nc->issuerURL, sizeof(nc->issuerURL), info.issuerURL.c_str());
}
if (!info.ssoNonce.empty()) {
Expand Down
Loading

0 comments on commit 651f45f

Please sign in to comment.