16 Commits

Author SHA1 Message Date
ajacoutot
75cb90d918 Drop uneeded patches, CFLAGS, chunks now that we have proper definitions
for EPROTO and EBADMSG.
2017-11-09 16:50:39 +00:00
sthen
22b5695b98 Switch xfreerdp from comparing handshake_func against tls->ssl->method
members to using SSL_in_(connect|accept)_init to fix following visibility
changes in libressl. While there, switch from TLSv1.0-only TLSv1_client_method
to SSLv23_client_method allowing newer TLS versions. Diff from jsing.
2017-02-01 11:43:23 +00:00
jasper
7c6ba823a4 Stop using malloc.h 2016-01-13 22:25:48 +00:00
ajacoutot
aad2131dce Fix loading of plugins to restore clipboard sharing, printer, ...
issue reported by giovanni@
2015-11-21 10:04:31 +00:00
ajacoutot
073ce08c03 Major update to freerdp-1.2.0beta1.
Needed for an upcoming x11/gnome/vinagre update.

ok sthen@
2015-11-07 05:55:08 +00:00
jsing
f0b235a24e Switch freerdp back to libressl.
Disable the SSL 3.0/TLS 1.0 CBC vulnerability workaround since this breaks
NLA - the remote host will return a TLS alert 50, terminating the session.
This flag used to be part of SSL_OP_ALL, however was removed in r1.36 of
lib/libssl/src/ssl/ssl.h.

Issue reported by and fix tested by sthen@

ok sthen@
2015-02-08 04:55:00 +00:00
giovanni
c1fa87162f Do not segfault while doing remote printing
rdp printng support has been rewritten in 1.1beta
and this bug has been fixed as well
ok sthen@ jasper@
2014-07-10 13:25:46 +00:00
giovanni
ab9d404dc2 regen patches, no pkg change 2014-07-10 13:20:46 +00:00
brad
c3f9a40d29 Update freerdp for newer FFmpeg API.
ok sthen@
2014-04-23 22:10:50 +00:00
naddy
a62c54f5e0 complete the move from ancient des_ to DES_ API 2014-04-14 17:10:56 +00:00
sthen
dcfb642393 Update to freerdp 1.0.1; various improvements, notably with certificate
handling. Add a no_cups flavour while there. ok merdely@
2012-03-24 18:53:27 +00:00
sthen
e6b6e3aaee don't force -O2, pointed out by aja@ 2012-02-24 09:56:51 +00:00
sthen
b4ca93734c update to freerdp 1.00; works against win2k8 servers
OK merdely@
2012-02-24 09:41:43 +00:00
fgsch
155591a1eb MSG_NOSIGNAL is supported now. kill unneeded patch.
maintainer (merdely@) ok.
2011-12-14 23:38:20 +00:00
ajacoutot
e942ee9bce We do *not* link with -lpthread.
See pthreads(3) for info.
2010-10-26 14:15:31 +00:00
giovanni
7d0a3c4f95 Import freerdp, an open source client for Windows Terminal Server
Initial port by merdely@, updates and tweaks by me.
ok merdely@

freerdp is a fork of the rdesktop project and is an open source client
for Windows NT and 2000 Terminal Server, capable of natively speaking
the Remote Desktop Protocol (RDP) in order to present the user's Windows
desktop.
2010-10-26 12:56:57 +00:00