Yukino Song
a32c6bf1d1
Report 0 permission if unpaired or requested serverinfo from HTTP
2024-09-24 00:24:22 +08:00
Yukino Song
102c7b266e
Add UUID to app list response
2024-09-23 05:25:24 +08:00
Yukino Song
2c3a08574b
Add fallback mode config
2024-09-19 23:42:27 +08:00
Reimu NotMoe
f8c57be702
Fix use-after-free when exiting w/ a pairing session
2024-09-19 23:42:26 +08:00
Yukino Song
8e8f89d514
Launch apps from web UI
2024-09-19 23:42:25 +08:00
Yukino Song
d59fafebf6
Fix status code
2024-09-17 15:07:26 +08:00
Yukino Song
db5790b374
Implement permission manage web UI
2024-09-16 23:10:19 +08:00
Yukino Song
2e7bde8958
Implement permission for stream
2024-09-15 22:40:38 +08:00
Yukino Song
aa4d38e992
Implement permission management for nvhttp
2024-09-15 18:42:54 +08:00
Yukino Song
306b252205
Get device name from local value for vdisplay
2024-09-15 17:19:33 +08:00
Yukino Song
4a0d425b7c
Get device UUID from local assigned value
2024-09-15 13:10:36 +08:00
Yukino Song
aac75c08d8
Prepare for adding permission system
2024-09-15 13:10:35 +08:00
Yukino Song
b29ed4c67e
Prepare for adding permission system
2024-09-14 13:43:25 +08:00
Yukino Song
2617b17aab
Add option to disable pairing
2024-09-14 04:26:03 +08:00
Yukino Song
df7c742ca8
Implement server commands through control stream
2024-09-11 08:16:45 +08:00
Yukino Song
2d084ed6f5
Add notification for OTP pair
2024-09-10 18:21:49 +08:00
Yukino Song
ff6315d541
Merge remote-tracking branch 'origin/master'
2024-09-10 17:59:34 +08:00
Cameron Gutman
fd7e68457a
Merge commit from fork
...
PR #2042 introduced another location for storing authorized clients
but did not correctly consider how the load/store logic should differ
for those places. One location (named_devices) could contain clients
which had not completed pairing, while the other (certs) had only
fully paired clients.
Despite differences in trust level of clients in each list, the logic
for loading/saving config treated them identically. The result is that
clients that had not successfully completed pairing would be treated
as fully paired after a state reload.
Fix this state confusion by consolidating to a single location for
authorized client state and ensuring it only contains information on
fully paired clients.
2024-09-09 19:13:54 -05:00
Yukino Song
36b1a15676
Fix security risk in pairing process w/ add device name for OTP pair
2024-08-28 23:52:02 +08:00
Yukino Song
184f5d8af0
Save device correctly when pairing with OTP
2024-08-28 04:26:59 +08:00
Yukino Song
b8d3ebb248
Implement OTP page in config
...
a
2024-08-28 03:05:09 +08:00
Yukino Song
420bf13e88
Merge remote-tracking branch 'origin/master'
2024-08-27 21:47:20 +08:00
Yukino Song
70fbd26906
Add server one time pin support to nvhttp
2024-08-27 21:36:45 +08:00
Cameron Gutman
f048510ef7
fix(nvhttp): wrap TLS socket to ensure graceful closure ( #3077 )
2024-08-25 17:52:48 -04:00
Yukino Song
8db50446a7
Support headless mode
2024-08-21 23:39:41 +08:00
Yukino Song
8fa306d51c
Finalize scale factor implementation
2024-08-20 19:24:03 +08:00
Yukino Song
79c4b15b1a
More detailed vdisplay driver state
2024-08-20 13:01:49 +08:00
Yukino Song
bb88a3c314
Add scale factor w/ use server UUID for monitor GUID if client uid not present
2024-08-20 03:48:20 +08:00
Yukino Song
6fa277ec0b
Try add sudovda driver support
2024-08-18 06:09:07 +08:00
ns6089
25919a9a89
feat(win/video): support native YUV 4:4:4 encoding ( #2533 )
2024-08-17 01:52:36 +08:00
ns6089
bfdfcebc80
feat(win/video): support native YUV 4:4:4 encoding ( #2533 )
2024-08-16 13:41:27 -04:00
Yukino Song
fe0a032b67
Fetch device name and uniqueid from connection (require Moonlight Noir)
2024-08-16 07:47:50 +08:00
ReenigneArcher
04df80ff6b
feat!: drop advertised resolutions and fps ( #2924 )
2024-08-08 02:10:19 +00:00
ReenigneArcher
1dd4b68e1c
docs(src): add examples alias and general cleanup ( #2763 )
2024-06-28 08:34:14 -04:00
Mariotaku
17e0f1a816
feat(audio): custom surround-params ( #2424 )
2024-05-31 22:50:34 -04:00
Xander Frangos
5fcd07ecb1
Name and unpair individual clients ( #2042 )
2024-05-27 20:43:08 +00:00
Tejas Rao
7fb8c76590
Use C++20. ( #2322 )
2024-04-26 15:49:15 -04:00
ReenigneArcher
b7aa8119f1
fix(security): ensure unpairing takes effect without restart ( #2365 )
2024-04-06 16:39:16 -04:00
ReenigneArcher
8689469ea8
refactor(main): move remaining entry related code ( #2127 )
2024-02-11 14:15:45 -05:00
Cameron Gutman
65493d09e8
Cloak MAC address from unpaired clients
2024-02-10 13:47:51 -06:00
ReenigneArcher
cd2153f340
refactor(main): move file operation functions to new source ( #2124 )
2024-02-10 07:37:27 -05:00
ReenigneArcher
1c50bc502b
refactor(main): move map_port to network ( #2115 )
2024-02-09 09:15:47 -05:00
ReenigneArcher
0aa4f06c39
refactor(logging): separate logging from main ( #2110 )
2024-02-07 09:59:24 -05:00
Cameron Gutman
3578727ff9
Require RTSP encryption when encryption mode is set to mandatory
...
This also lets us provide a friendly error to the client when it is rejected.
2024-02-03 15:05:43 -06:00
Cameron Gutman
f80b23750b
Implement RTSP encryption support
...
RTSP encryption is mandatory for client that report core version 1 or later.
2024-02-03 15:05:43 -06:00
Cameron Gutman
ca29eac53a
Refactor RTSP handling to be session-based rather than socket-based
...
This is required to support per-session attributes like encryption keys during RTSP message processing.
2024-02-03 15:05:43 -06:00
Cameron Gutman
2f80145b8e
Change crypto::aes_t to variable size and cleanup some crypto code
2024-01-19 18:57:58 -06:00
ReenigneArcher
937d0d810c
fix: add additional pin validation ( #2007 )
2024-01-13 22:03:49 -05:00
Cameron Gutman
a9f2679a49
Implement new protocol extension to match client connections together
...
Fixes #1804
Fixes #1862
Fixes #1852
2023-12-30 11:26:53 -06:00
Cameron Gutman
3b9e37e1dd
Don't hardcode the signature length to RSA-2048 ( #1872 )
2023-11-30 23:51:45 -06:00