Commit Graph

1769 Commits

Author SHA1 Message Date
Bernhard Miklautz 91256e61b4
Merge pull request #4626 from ondrejholy/manpage-fix
Fix drive redirection in manpage
2018-10-18 12:03:00 +00:00
Ondrej Holy 030ca417d1 Fix drive redirection in manpage
Man page has been updated according to the wiki. Unfortunately, wiki
mentioned "drive" subplugin for 1.0.2, but stable-1.0 still uses "disk".
Let's fix the man page accordingly.

Closes: https://github.com/FreeRDP/FreeRDP/issues/4593
2018-05-04 09:02:04 +02:00
Bernhard Miklautz 079678bf61
Merge pull request #4417 from ondrejholy/tls1+
tls: enable tls 1+
2018-02-13 15:20:49 +01:00
Bernhard Miklautz a3e7ce0a7d tls: enable tls 1+
Currently TLS version 1.0 is used implicitly by using the TLSv1_method.
To be able to also use TLS 1.1 and later use SSLv23_client_method
instead. To make sure SSLv2 or SSLv3 isn't used disable them.

Commit aa80f63b from master was backported by Ondrej Holy <oholy@redhat.com>.

https://github.com/FreeRDP/FreeRDP/issues/2128
2018-02-09 15:05:24 +01:00
Bernhard Miklautz c659d348af
Merge pull request #4386 from ondrejholy/manpages-update
Fix smartcard usage in manpage
2018-02-08 16:28:45 +01:00
Ondrej Holy ed30c466c9 Fix smartcard usage in manpage
Man page has been updated according to the wiki. Unfortunately, wiki
mentions "smartcard" subplugin, which was introduced later, but
stable-1.0 uses just scard. Let's fix the man page accordingly.
2018-01-25 13:19:57 +01:00
Bernhard Miklautz b9fd0db009 Merge pull request #4129 from ondrejholy/manpages-update
Add description for available plugins
2017-09-21 15:02:58 +02:00
Ondrej Holy 0c050bb8cd Add description for available plugins
The man pages lack info about available plugins and its functionality.
Add description for available plugins and their parameters.

It is based on info from upstream wiki pages:
https://github.com/FreeRDP/FreeRDP/wiki/Plugins
https://github.com/FreeRDP/FreeRDP/wiki/CommandLineInterface
2017-09-12 14:33:07 +02:00
Bernhard Miklautz 50b9eb203c Merge pull request #3026 from globin/stable-1.0
Replace deprecated des_ and fix LibreSSL build
2016-02-29 17:22:46 +01:00
Robin Gloster 8c41dc1229 Replace deprecated des_ and fix LibreSSL build
des_ methods and types were marked deprecated in
OpenSSL 0.9.7 and will be removed in OpenSSL 1.1.0 . This patch replaces
the des_ methods and types with their new DES_ counterparts. This
enables building with LibreSSL as OpenSSL library.
2015-12-28 22:49:21 +00:00
Bernhard Miklautz 2331d24319 Merge pull request #2693 from ondrejholy/fix-pulse-cmd
rdpsnd/pulse: Fix crash if device isn't specified
2015-06-22 13:20:53 +02:00
Bernhard Miklautz 7ebc72bb26 Merge pull request #2694 from ondrejholy/fix-pulse-asserts
rdpsnd/pulse: Fix crashes in pulseaudio
2015-06-18 16:22:11 +02:00
Ondrej Holy fe2a549e5d rdpsnd/pulse: Fix crashes in pulseaudio
Function pa_stream_trigger has to be called under lock to avoid
following crashes on asserts:

Assertion 'e->mainloop->n_enabled_defer_events > 0' failed at pulse/mainloop.c:257, function mainloop_defer_enable(). Aborting.
Assertion '!e->next' failed at pulsecore/queue.c:104, function pa_queue_pop(). Aborting.
Assertion 'q->front' failed at pulsecore/queue.c:81, function pa_queue_push(). Aborting.
2015-06-12 11:39:20 +02:00
Ondrej Holy 800c865bd7 rdpsnd/pulse: Fix crash if device isn't specified
Freerdp crashes if pulseaudio device isn't specified on commandline, i.e.:
xfreerdp --plugin rdpsnd --data pulse

The crash occurs, because data[1] is NULL and it is passed into strlen
function. We have to check whether data[1] was set before calling strlen
to fix this crash.
2015-06-11 14:23:31 +02:00
Marc-André Moreau 5af8de7204 Merge pull request #1667 from bmiklautz/stable-1.0_issue_1654
Stable 1.0 issue 1654
2014-02-10 08:14:24 -05:00
Marc-André Moreau 0838530c46 Merge pull request #1682 from bmiklautz/issue_1681
build: removed macosx-version-min
2014-02-10 08:10:27 -05:00
Bernhard Miklautz 9d4934bbb2 build: removed macosx-version-min
fixed #1681
2014-02-06 11:14:41 +01:00
Bernhard Miklautz 979659ad83 xfreerdp: handle negative mouse coordinates
If the pointer is moved out a window relatives coordinates can get negative
in X.

fixed #1654
2014-01-22 15:19:54 +01:00
Bernhard Miklautz 2e50a129eb xfreerdp: removed unused function 2014-01-22 15:10:20 +01:00
Marc-André Moreau 0c2e111b3a Merge pull request #1547 from bmiklautz/stable-1.0
Fixes and improvements
2013-10-16 06:19:07 -07:00
Bernhard Miklautz e6b1974a37 transport: set pointers to NULL after free 2013-10-16 12:26:11 +02:00
Bernhard Miklautz 093470673e Merge pull request #3 from zstegi/stable-1.0
backported timezone redirection
2013-08-19 06:48:33 -07:00
Stefan Giermair 26045f1062 backported timezone redirection
should be equal with 777dff2d0b
2013-08-10 10:18:13 -04:00
Marc-André Moreau e4ba911b02 libfreerdp-core: cleanup time zones 2013-08-10 09:29:38 -04:00
Marc-André Moreau 4947e9837d libfreerdp-core: add full timezone redirection support 2013-08-10 09:29:38 -04:00
Marc-André Moreau 36d4117c0f libfreerdp-core: add unix timezone identifier detection 2013-08-10 09:29:38 -04:00
Marc-André Moreau fdaaaf8932 libfreerdp-core: added generated Time Zone Redirection table 2013-08-10 09:29:37 -04:00
Marc-André Moreau 87a736dfea libfreerdp-core: move timezone code from info.c to timezone.c 2013-08-10 09:29:37 -04:00
Marc-André Moreau ea33dc74bf scripts: added Time Zone Redirection table generator 2013-08-10 09:29:37 -04:00
Marc-André Moreau af0cac60d8 libfreerdp-core: fix timezone redirection 2013-08-10 09:29:37 -04:00
Bernhard Miklautz 4799e1742c security: add a NULL pointer check to fix a server crash
based on 7d58aac24f
2013-07-11 11:19:35 +02:00
Bernhard Miklautz 666c732085 xfreerdp/man page: added --wm-class option 2013-04-03 11:08:16 +02:00
Bernhard Miklautz 3db32e8e8e xfreerdp: added wm-class option to set WM_CLASS hint
based on 96290efd76

fixes #1138
2013-04-03 11:07:56 +02:00
Marc-André Moreau 20fbecee2d Merge pull request #1098 from bmiklautz/stable-1.0
Fixes for 1.0.3
2013-03-15 06:51:03 -07:00
Bernhard Miklautz e0cc1e6065 kbd: set VK_DIVIDE extended
Fixes #811
2013-03-01 19:36:12 +01:00
Bernhard Miklautz a8ab91616c Fix host fingerprint lenght in know_hosts file
The fingerprint that was written to the known_hosts file was
one byte to short. For hosts, already in know_hosts, a warning to
update the hosts key in the know_hosts is printed.
For new hosts the key is added with the right length.

Based on 495aba9
fixes #1007
2013-02-27 01:00:22 +01:00
Bernhard Miklautz 25260bd717 Merge pull request #1012 from hardening/stableFixes
backported changes on ber.c around 0x80 length
added a path to a RDP key file or the server crashes
2013-02-26 23:09:17 +01:00
hardening 6bd5070b1f Backported 026e9996d3 2013-02-26 22:31:16 +01:00
hardening 32cb59df28 Register a RDP key file to have RDP security functionnal 2013-02-26 22:30:15 +01:00
Mike McQuaid 293074f30f Add missing config.h to types.h
Without config.h the various HAVE_* macros are not used properly and
this causes a compilation error on OSX Mountain Lion.
(cherry picked from commit e32f9ed4b8)
2013-02-20 02:05:51 +01:00
Bernhard Miklautz 99492506d8 Changed some functions from inline to static inline
This fixes inline build issues with clang.
http://clang.llvm.org/compatibility.html#inline
(cherry picked from commit 1d32894775)
2013-02-20 02:04:16 +01:00
Marc-André Moreau 15069020d3 Merge pull request #972 from hardening/includeFixes
Include fixes
2013-02-15 08:17:35 -08:00
hardening 11c46d804d Fixed more function declarations that aren't prototypes 2013-02-14 21:49:58 +01:00
hardening 2064a99132 Fixed function declarations that aren't prototypes 2013-02-14 21:44:23 +01:00
Bernhard Miklautz 667b3c34c1 Increased version to 1.0.3-dev 2013-01-24 18:18:50 +01:00
Marc-André Moreau d8562ed6a6 Merge pull request #924 from Nigel62/stable-1.0
Fix to ensure channels are rejoined on a server redirect operation
2013-01-24 08:41:57 -08:00
Nigel Reeves 43ef3785c6 Fix to ensure channels are rejoined on a server redirect operation 2013-01-24 11:40:24 +00:00
Bernhard Miklautz 616aed4ec2 Update ChangeLog and changed version to 1.0.2 2013-01-02 22:46:59 +01:00
Bernhard Miklautz 7b9dd07e00 Increased version to 1.0.2-rc2 2012-12-12 01:38:29 +01:00
Bernhard Miklautz 7d4526a874 xfreerdp: fixed crash with --authonly
Also updated documentation: --authonly returns 0 on success
and != 0 if an error occurs.

fixes #843
2012-12-11 19:52:32 +01:00