Commit Graph

1946 Commits

Author SHA1 Message Date
Henrik Andersson
6616a6b2b3 Merge pull request #78 from abrasive/hwheel
Support horizontal scroll with mouse wheel
2016-12-05 07:21:40 +01:00
James Laird-Wah
37a2206347 Support horizontal scroll with mouse wheel 2016-12-05 10:40:31 +11:00
Henrik Andersson
45f757612f Merge pull request #74 from uglym8/fix_double_free
Fix double free
2016-11-18 08:35:42 +01:00
Alexander Zakharov
48058efcdf Fix double free 2016-11-17 16:16:29 +03:00
Henrik Andersson
c6e8e1074b Fix crash in rdssl_cert_to_rkey.
This crash was introduced by merging OpenSSL 1.1 PR done on
commit 50b39d11. Where algor was overwritten with return value
of X509_PUBKEY_get0_param(). I also added additional error
handling for X509_get_X509_PUBKEY.

Thanks to TingPing that found this error in PR.
2016-10-24 10:24:35 +02:00
Henrik Andersson
c7369052cc Regression in RDP_V4 logon packet introduced by commit 78a4f41.
Commit 78a4f41, forces the caller to handle the write of empty string byte
where protocol needs it. This commit fixes the RDP V4 logon packet which needs
a mandatory 2 bytes null terminator to be written if strings are empty.

Fixes issue #67
2016-10-14 13:27:09 +02:00
Henrik Andersson
18ac3acdb3 Disable smartcard build for travis 2016-09-20 11:06:05 +02:00
Henrik Andersson
f1386189b9 Disable credssp build for travis 2016-09-20 11:02:25 +02:00
Henrik Andersson
fd25312043 Cleanup travis.yml 2016-09-20 09:53:17 +02:00
Henrik Andersson
30da55f885 Fix typo in travis.yml 2016-09-20 09:32:07 +02:00
Henrik Andersson
7f7567d735 Add travis-ci configuration. 2016-09-20 09:06:36 +02:00
Henrik Andersson
50b39d114a Merge pull request #44 from jjhoo/master
Fix OpenSSL 1.1 compability issues
2016-09-20 08:53:16 +02:00
Henrik Andersson
d952852629 Enable FontSmoothing per default
FontSmoothing is now enabled per default or if experience selected by lan or broadband.
2016-08-23 12:43:15 +02:00
Henrik Andersson
188a569fbd Merge pull request #51 from dajohi/warning
Fix crash due to missing argument
2016-08-22 08:31:16 +02:00
David Hill
b3eeca3da0 Fix crash due to missing argument 2016-07-21 12:39:56 -04:00
Henrik Andersson
44df869e70 Merge pull request #42 from remijouannet/master
Add support to specify percentage for both with and height as geomoetry
2016-06-16 16:21:07 +02:00
Henrik Andersson
e62ad7cee9 Fix crash in rdp_in_unistr() issue #25 2016-06-16 16:06:36 +02:00
Jani Hakala
bd6aa6acdd Fix OpenSSL 1.1 compability issues
Some data types have been made opaque in OpenSSL version 1.1 so
stack allocation and accessing struct fields directly does not work.
2016-06-16 15:11:28 +03:00
Henrik Andersson
a9deb66c1b Merge pull request #40 from HenryJacques/disk_fix
Fix segfault when using a relative folder name with disk redirection
2016-06-16 08:40:01 +02:00
remijouannet
b46639ad3c indent-all.sh 2016-05-24 18:02:22 +02:00
remijouannet
0f0f64a97e fixing indent 2016-05-24 17:55:28 +02:00
remijouannet
3140824be3 -g 70%x90% 2016-05-24 17:47:03 +02:00
HenryJacques
dcfcf59f60 Fix segfault when using a relative folder name with disk redirection
Until this commit using "-r disk:floppy=my_floppy" causes a segfault.
You had to use "-r disk:floppy=./my_floppy" to use a folder in the current path.
2016-05-03 16:13:27 +02:00
Henrik Andersson
2140da0c3f Update copyright year. 2016-03-18 08:08:16 +01:00
Henrik Andersson
3aad10e2a1 Merge pull request #12 from englishm/patch-1
Fix typo in usage message
2015-10-21 10:49:34 +02:00
Mike English
2ebe07c2b1 Fix typo in usage message
s/remotly/remotely/
2015-10-20 13:51:59 -04:00
Henrik Andersson
d529a86a17 Clarify how to build from source snapshot. 2015-10-02 11:29:20 +02:00
Henrik Andersson
2a6298ac63 Add support for _NET_WM_PING to be used by Window Managers. 2015-09-15 14:31:16 +02:00
Henrik Andersson
49a67bdfce Add _NET_WM_PID and required WM_CLIENT_MACHINE properties to windows. 2015-09-15 12:38:28 +02:00
Henrik Andersson
c843a3237f Reset clip at window resize. 2015-09-15 09:31:44 +02:00
Henrik Andersson
f8d725847b Fixed a typo 2015-08-22 19:44:21 +02:00
Henrik Andersson
079758d92b Update instructions for release. 2015-08-21 14:30:01 +02:00
Henrik Andersson
b76f12515b Merge pull request #4 from hean01-cendio/fixes
Update working Windows versions.
2015-08-21 09:06:00 +02:00
Henrik Andersson
6a6e01ae7c Update working Windows versions. 2015-08-21 09:03:02 +02:00
Peter Åstrand
f95ae65dcb Update the visible copyright year.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1847 423420c4-83ab-492f-b58f-81f9feb106b5
2015-03-13 08:57:20 +00:00
Henrik Andersson
378b10f296 Make sure to break out of inner loop when pending resize
is triggered. This will make a reconnect happen as fast as
possible and prevent waiting for any xwin inputs or data
on rdp channel.



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1846 423420c4-83ab-492f-b58f-81f9feb106b5
2015-02-11 14:33:57 +00:00
Peter Åstrand
0db1aeac1f Modern versions of binutils requires that you list all DSOs. libcrypto
normally requires libdl.



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1843 423420c4-83ab-492f-b58f-81f9feb106b5
2015-02-10 08:48:58 +00:00
Henrik Andersson
e71e7f8d8c Apply patch #218
Fixes compilation of rdesktop on IRIX



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1842 423420c4-83ab-492f-b58f-81f9feb106b5
2014-11-19 07:44:18 +00:00
Henrik Andersson
c577bc1d59 Use correct uri's in example.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1840 423420c4-83ab-492f-b58f-81f9feb106b5
2014-11-03 11:35:37 +00:00
Henrik Andersson
82d8b8fdc6 Bump trunk version to 1.8.3post
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1839 423420c4-83ab-492f-b58f-81f9feb106b5
2014-11-03 11:34:49 +00:00
Henrik Andersson
b793a87e6d Updated CHangeLog and bumped version to 1.8.3
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1837 423420c4-83ab-492f-b58f-81f9feb106b5
2014-10-31 11:39:04 +00:00
Henrik Andersson
761cc053e2 Fixes a bug with Windows Server 2012 r2 and smartcard
redirection were the RDPDR channel is shutdown by server.

The RDPDR channel is shutdown by server when responses from
abdonend iorequests are received on a reinitialized RDPDR
channel. This fix adds epochs for RDPDR channel and tags 
iorequest to specific epoch to handle abdonend iorequest.



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1836 423420c4-83ab-492f-b58f-81f9feb106b5
2014-09-11 11:54:46 +00:00
Henrik Andersson
fffb479e0c Workaround for bug in pcsc lite where timeout value 0
for SCardGetStatusChange() behaves just like INFINIT.



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1835 423420c4-83ab-492f-b58f-81f9feb106b5
2014-09-11 11:15:46 +00:00
Henrik Andersson
03c53c48bd Fix implementation of DR_CORE_CLIENT_NAME_REQ packet.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1834 423420c4-83ab-492f-b58f-81f9feb106b5
2014-09-11 08:58:40 +00:00
Henrik Andersson
ae54605c8d - Clarification of client and server announce
- Make sure to use server supplied ClientID if
  server VersionMinor is >= 12.



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1833 423420c4-83ab-492f-b58f-81f9feb106b5
2014-09-11 08:54:31 +00:00
Henrik Andersson
388cec747d - Clarification of code.
- Make sure to send DR_CORE_CAPABILITY_RSP as response
  to DR_CORE_SERVER_ANNOUNCE_REQ.



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1832 423420c4-83ab-492f-b58f-81f9feb106b5
2014-09-11 08:38:27 +00:00
Henrik Andersson
0858a6c9a7 Clarify implementation to match MS-RDPEFS spec.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1831 423420c4-83ab-492f-b58f-81f9feb106b5
2014-09-11 08:19:23 +00:00
Henrik Andersson
ace6c10a5b Remove dead code.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1830 423420c4-83ab-492f-b58f-81f9feb106b5
2014-09-11 07:50:48 +00:00
Peter Åstrand
1b50eb1e42 diag message spelling fix: persitent > persistent
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1829 423420c4-83ab-492f-b58f-81f9feb106b5
2014-09-11 06:36:25 +00:00
Henrik Andersson
0440d0faca Make use of constants defined in specification instead of
magic character numbers found in protocol stream for clarity.



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1828 423420c4-83ab-492f-b58f-81f9feb106b5
2014-09-09 12:34:09 +00:00