Commit Graph

21043 Commits

Author SHA1 Message Date
akallabeth
dd0fc9c2e0 [ci,alt-arch] enable source uris 2025-03-14 12:04:08 +01:00
akallabeth
91cf4e01e1 Merge pull request #11348 from akallabeth/ci-repair
[ci,alt-arch] modify mk-build-deps command
2025-03-14 11:47:35 +01:00
akallabeth
2714175bd6 [ci,alt-arch] modify mk-build-deps command 2025-03-14 11:46:28 +01:00
akallabeth
8df2f554f6 Merge pull request #11347 from akallabeth/ci-repair
[ci,alt-arch] fix dependency install commands
2025-03-14 11:13:07 +01:00
akallabeth
ff082851e5 [ci,alt-arch] fix dependency install commands 2025-03-14 11:09:17 +01:00
akallabeth
60c109bf7c Merge pull request #11345 from akallabeth/ci-repair
[ci,alt-arch] request sudo for package installation
2025-03-14 10:57:12 +01:00
akallabeth
d7f8e50812 [ci,nightly] add opencl dependencies to debian nightly 2025-03-14 10:54:13 +01:00
akallabeth
e0a82e7ab3 [ci,clang-tidy] use own fork 2025-03-14 10:37:42 +01:00
akallabeth
9d41ea72fe [ci,alt-arch] request sudo for package installation 2025-03-14 10:18:33 +01:00
akallabeth
2879b4f984 Merge pull request #11346 from mfleisz/fix-channel-instance
core: Set instance pointer after channel reload
2025-03-14 10:18:16 +01:00
Martin Fleisz
75166df167 core: Set instance pointer after channel reload 2025-03-14 10:10:00 +01:00
akallabeth
215a64ec00 Merge pull request #11342 from akallabeth/cliprdr-log
Cliprdr log
2025-03-14 09:05:41 +01:00
akallabeth
e8709d829d [packaging,deb] add zlib1g-dev as dependency 2025-03-14 09:04:00 +01:00
akallabeth
7bfcca8ede [ci,workflows] fix alt-architectures mk-build-deps 2025-03-14 08:57:33 +01:00
akallabeth
14f927e352 [client,sdl] improve clipboard
* Improve clipboard cache, now only request data from remote if the
  format can not be synthesized from existing data.
* Only add bitmap formats that are compiled in (webp, png, jpeg)
2025-03-14 08:49:02 +01:00
akallabeth
38a006839f [channels,cliprdr] improve logging
* use a dynamic logger
* log clipboard formats announced by server
2025-03-14 08:48:59 +01:00
akallabeth
253b2b71a2 [winpr,clipboard] add logging to Clipboard[GS]etData 2025-03-14 08:48:57 +01:00
akallabeth
beae583dbd [winpr,clipboard] fix image conversion routines
properly define guard the functions to be available for all combinations
of image formats (un)supported
2025-03-14 08:48:55 +01:00
akallabeth
adf37397b6 [cmake] fix preload options
WINPR_UTILS_IMAGE_* options were incorrectly named in config files
2025-03-14 08:48:52 +01:00
akallabeth
2720e23292 Merge pull request #11344 from akallabeth/workflow-simplify
[ci,workflow] add equivs dependency
2025-03-14 08:48:18 +01:00
akallabeth
0ab01928bf [ci,workflow] add equivs dependency 2025-03-14 08:45:58 +01:00
akallabeth
2124f47135 Merge pull request #11343 from akallabeth/workflow-simplify
[ci,workflow] use mk-build-deps to install deps
2025-03-14 08:40:25 +01:00
akallabeth
9eba3a87a4 [ci,workflow] use mk-build-deps to install deps 2025-03-14 08:39:27 +01:00
akallabeth
2f29f67b0c Merge pull request #11341 from akallabeth/rpc-log
[core,gateway] additional RTS checks
2025-03-13 15:40:26 +01:00
akallabeth
41b6d85a8e [core,gateway] additional RTS checks 2025-03-13 15:15:48 +01:00
akallabeth
dbd6b3d778 Merge pull request #11340 from akallabeth/rpc-gateway
[core,gateway] add rts parser checks
2025-03-13 12:41:32 +01:00
akallabeth
ee7e607562 [channels,rdpear] Enforce kerberos string length limits 2025-03-13 12:18:56 +01:00
akallabeth
da049b2f96 [winpr,registry] limit REG_SZ value length
Add a (sensible) upper limit for entries and add a warning should some
value be truncated
2025-03-13 12:18:49 +01:00
akallabeth
264e8e8ab2 [core,info] limit user and domain length to UNLEN 2025-03-13 11:53:26 +01:00
akallabeth
d42cdd656d [winpr,utils] limit debug string length 2025-03-13 11:47:14 +01:00
akallabeth
37b5fa6562 [codec,dsp] fix missing integer casts 2025-03-13 11:39:15 +01:00
akallabeth
3ecbb7120e [core,gateway] add rts parser checks
Add some additional checks to [MS-RPCH] command parsing
2025-03-13 11:24:31 +01:00
akallabeth
885d3aa56f [codec,region] fix noinline warning 2025-03-13 11:24:27 +01:00
akallabeth
339811ef43 Merge pull request #11333 from akallabeth/release-3.14.0
Release 3.14.0
2025-03-13 09:39:44 +01:00
Armin Novak
fc92a25748 start 3.14.1-dev0 cycle 2025-03-13 09:09:27 +01:00
Armin Novak
cd0a17f860 release 3.14.0 2025-03-13 09:09:25 +01:00
Armin Novak
316576d902 changelog 2025-03-13 09:09:23 +01:00
akallabeth
2528a19dfb Merge pull request #11338 from dev-ddoe/fix#11335
[channels,drive] Prefer using handle from IRP_CREATE when possible
2025-03-13 09:07:28 +01:00
akallabeth
7e461a0327 [codec,progressive] fix region cleanup 2025-03-13 08:45:42 +01:00
David Lechevalier
f301e2b222 [channels,drive] Prefer using handle from IRP_CREATE when possible
Windows can query information on a file recently renamed using a
handle created before the rename
2025-03-13 08:43:36 +01:00
akallabeth
f450b30aed Merge pull request #11336 from akallabeth/android-clip-fixes
[client,android] fix clipboard warnings
2025-03-12 21:47:47 +01:00
akallabeth
d485803547 [client,android] fix clipboard warnings 2025-03-12 21:27:19 +01:00
akallabeth
ad084d0f67 Merge pull request #11334 from akallabeth/array-bound-checks
[warnings] improve array bound checks
2025-03-12 20:03:56 +01:00
Armin Novak
64a7b665f6 [codec,region] code cleanup 2025-03-12 19:49:50 +01:00
Armin Novak
c79f080e8d [warnings] improve array bound checks 2025-03-12 15:04:38 +01:00
akallabeth
34576a658d Merge pull request #11327 from akallabeth/tsg-simplify
[core,gateway] unify TSG_PACKET_MSG_RESPONSE
2025-03-12 13:46:05 +01:00
Armin Novak
8fb49b0abe [warnings] fix coverity warnings 2025-03-12 13:44:59 +01:00
Armin Novak
3e6707c443 [warnings] fix issues from ci builder 2025-03-12 12:02:04 +01:00
Armin Novak
9aecba9357 [core,gateway] add trace log for messages sent 2025-03-12 11:23:45 +01:00
akallabeth
7af2343477 [core,gateway] unify TSG_PACKET_MSG_RESPONSE 2025-03-12 11:09:33 +01:00