~remmina-ppa-team/remmina-ppa/+git/FreeRDP:stable-1.0

Last commit made on 2018-10-18
Get this branch:
git clone -b stable-1.0 https://git.launchpad.net/~remmina-ppa-team/remmina-ppa/+git/FreeRDP

Branch merges

Branch information

Name:
stable-1.0
Repository:
lp:~remmina-ppa-team/remmina-ppa/+git/FreeRDP

Recent commits

91256e6... by Bernhard Miklautz <email address hidden>

Merge pull request #4626 from ondrejholy/manpage-fix

Fix drive redirection in manpage

030ca41... by Ondrej Holy

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

079678b... by Bernhard Miklautz <email address hidden>

Merge pull request #4417 from ondrejholy/tls1+

tls: enable tls 1+

a3e7ce0... by Bernhard Miklautz <email address hidden>

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 <email address hidden>.

https://github.com/FreeRDP/FreeRDP/issues/2128

c659d34... by Bernhard Miklautz <email address hidden>

Merge pull request #4386 from ondrejholy/manpages-update

Fix smartcard usage in manpage

ed30c46... by Ondrej Holy

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.

b9fd0db... by Bernhard Miklautz <email address hidden>

Merge pull request #4129 from ondrejholy/manpages-update

Add description for available plugins

0c050bb... by Ondrej Holy

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

50b9eb2... by Bernhard Miklautz <email address hidden>

Merge pull request #3026 from globin/stable-1.0

Replace deprecated des_ and fix LibreSSL build

8c41dc1... by Robin Gloster <email address hidden>

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.