Grant Limberg
1c464c2da1
fix potential cstring leaks
4 years ago
Grant Limberg
c2cfb4d1dc
remove stray #endif
4 years ago
Grant Limberg
23ef742e08
Fix for #1626
...
Port used for PortMapping was not properly randomized causing multiple clients on the same lan to request the same UPnP port, and not all routers handle this gracefully.
Also fixes issue where the portmapper wasn't started at all if a secondary port wasn't specified, or if the tertiary port was manually specified.
4 years ago
Joseph Henry
1294767b44
Fix ZT_SSO_SUPPORTED flag behavior. Allow disabling for embedded targets.
4 years ago
Joseph Henry
04b77773c4
Remove Synology-specific IP add block
4 years ago
Joseph Henry
6f4a69703b
Fix ZT_SSO_SUPPORTED flag behavior. Allow disabling for embedded targets.
4 years ago
Grant Limberg
73ec8cddd7
Show sso errors on the last step of the oidc process
4 years ago
Grant Limberg
3f19e7d73c
Show sso errors on the last step of the oidc process
4 years ago
Adam Ierymenko
93076dde56
Fix merged OneService.
4 years ago
Grant Limberg
ecde26c823
fix http return value from one service when nework list is empty
4 years ago
Adam Ierymenko
567969d33c
1.8.6 with a UI non-responsiveness fix.
4 years ago
Grant Limberg
3cbea6c898
make TCP fallback relay address configurable
4 years ago
Joseph Henry
8148c658cf
Remove bonds for peers that have fully expired. Remove notion of bond health
4 years ago
Joseph Henry
926b2e168e
Add external listening addr/port pairs to status output (ticket #1555 )
4 years ago
Grant Limberg
f511c9c938
fix compile errors on non-sso platforms
4 years ago
Grant Limberg
aa97aabb4e
for now, only enable sso on certain platforms
...
mac, windows, linux x86/x86_64/aarch64
4 years ago
Grant Limberg
d719137565
temp workaround for oidc auth dropping issue
...
Add a method to "kick" the refresh thread and re-post the tokens in the case where the thread is somehow still running & controller pushes out an AUTH_REQUIRED. This situation happens in a corner case still under investigation where the controller pushes out many copies of the network config repeatedly
4 years ago
Grant Limberg
953e62f103
Clean up some extraneous output in release mode
4 years ago
staphen
1c956494a4
Use lowercase when including Windows headers
4 years ago
Grant Limberg
057356a725
Just some comments
4 years ago
Grant Limberg
2435ab70ab
remove some extra verbose logging
...
... and baby you got a full flow goin on
4 years ago
Grant Limberg
f489862500
update final page text a smidge
4 years ago
Grant Limberg
2642fa1ee2
Return HTML instead of blank page when auth is successful!
4 years ago
Grant Limberg
2293b0703f
Can get Central JSON bundle back to zerotier-one window
4 years ago
Grant Limberg
b567e91f68
fix
4 years ago
Grant Limberg
df9a7497b1
refactor out the separate AuthInfo struct
...
consolidated everything into the single IDC struct. Should help keep from rotating the pkce token as often & causing issues with the login window flapping
4 years ago
Joseph Henry
1c6fd4125d
Fix custom policy parsing bug mentioned in issue #1507
4 years ago
Travis LaDuke
afdc91f21f
Convince macOS to do ipv6 dns lookups
...
Puts a value into System Config, similar to how DNS push works.
closes #1466
https://apple.stackexchange.com/questions/309430/ipv6-dns-resolution-on-macos-high-sierra
4 years ago
Grant Limberg
2d4fe9e6d0
Get oidc lib compiled into main binary on Windows
4 years ago
Grant Limberg
1192b1b422
refresh token run loop
...
Need central-side work to complete
4 years ago
Grant Limberg
43c528fdb6
Get expiry time out of access token & propagate
4 years ago
Grant Limberg
4ce810b421
On our way to processing tokens
4 years ago
Grant Limberg
730482e62f
encode network ID into sso state param
4 years ago
Grant Limberg
663a09b38d
oidc stuff coming across the wire properly and generating a working login URL
4 years ago
Grant Limberg
eaccce743f
moar plumbing progress
4 years ago
Grant Limberg
7cce23ae79
wip
4 years ago
Grant Limberg
a33d7c64fe
more fixin
4 years ago
Grant Limberg
d15516f0ef
query fix & controller build fix
4 years ago
Grant Limberg
4a1d6f4cc8
get central controller docker builds working again
4 years ago
Grant Limberg
6393a4beec
progress
4 years ago
Grant Limberg
5f548705dd
lots more refactoring
4 years ago
Grant Limberg
87fdd644d4
cleanup some ifdef'd things
4 years ago
Grant Limberg
2e356613ec
Refactor NetworkState into object with accessor methods
4 years ago
Joseph Henry
b277e04efa
Remove vestigial bonding parameters
4 years ago
Adam Ierymenko
75a45eeb27
Revert "Backport guts of 1.8 to 1.6 tree so we can point release without waiting for UI quirks to be fixed."
...
This reverts commit 48ce7632fa .
5 years ago
Adam Ierymenko
48ce7632fa
Backport guts of 1.8 to 1.6 tree so we can point release without waiting for UI quirks to be fixed.
5 years ago
Grant Limberg
3b375b55c2
fix central docker launch without redis
5 years ago
Grant Limberg
27ce787fbd
fix central docker launch without redis
5 years ago
Adam Ierymenko
1b8917a57c
Fix for MacOS interface setup and config timing bugs.
5 years ago
Adam Ierymenko
d7ba2957cd
Tear down routes before devices when leaving a network or shutting down.
5 years ago