Ying-Chun Liu (PaulLiu)
1a11fcd5fb
Fix default path of extensions so it is easier for packaging.
...
Due to Multi-arch requirement, we need to be able to assign the
extensions path by prefix. This patch adds the support to change
the default extensions path base on prefix.
Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu@canonical.com>
2012-07-03 15:51:00 +08:00
Marc-André Moreau
e4c920c946
Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr
2012-06-29 08:55:58 -04:00
Vic Lee
ad9419705a
libfreerdp-core: fix memory leaks.
2012-06-28 15:26:19 +08:00
Vic Lee
f76a50c53b
libfreerdp-core/server: fix a corrupted memory access issue.
...
The peer context memory block should not be freed by the server
implementation because it still needs to be accessed after the
context free callback has been called. It should be the core's
responsibility to free it.
2012-06-28 14:53:43 +08:00
Vic Lee
2908004266
libfreerdp-core/capability: server not yet support virtual channel compression.
2012-06-26 19:21:19 +08:00
Marc-André Moreau
b96f89b1c3
Merge branch 'winpr' of github.com:FreeRDP/FreeRDP into winpr
2012-06-25 11:23:41 -04:00
Vic Lee
eaaedbe785
libfreerdp-core/peer: add activated flag.
2012-06-24 22:20:45 +08:00
Marc-André Moreau
274ee51a7a
Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr
2012-06-21 14:30:35 -04:00
Marc-André Moreau
baa740d612
libfreerdp-core: fix server-side protocol security negotiation for TLS + NLA
2012-06-19 20:10:49 -04:00
Ying-Chun Liu (PaulLiu)
48ad5feb0a
Init extensions in pre_connect stage.
...
Due to the client is parsing the args in pre_connect,
we should start loading the extensions after client parsing the args.
Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu@canonical.com>
2012-06-19 14:58:22 +08:00
Marc-André Moreau
72d2c7c1d8
libfreerdp-core: use DER for parts of TSRequest encoding, just like mstsc
2012-06-18 15:56:40 -04:00
Marc-André Moreau
1bf69d644e
libfreerdp-crypto: NLA debug output improvements
2012-06-15 22:39:12 -04:00
Marc-André Moreau
b55f958e5d
libfreerdp-core: start using registry settings
2012-06-15 17:06:26 -04:00
Marc-André Moreau
58d6e11b85
Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr
2012-06-15 10:38:18 -04:00
Marc-André Moreau
33d0d59306
wfreerdp-server: fix server-side TLS on Windows
2012-06-12 23:09:30 -04:00
Marc-André Moreau
a43e5daebd
wfreerdp-server: fix connection sequence
2012-06-10 21:41:17 -04:00
Marc-André Moreau
d72f235ffc
wfreerdp-server: initial commit
2012-06-07 19:51:00 -04:00
Mike Carifio
a31f0c62e6
xfreerdp: Adds switch --from-stdin.
...
This switch will prompt username, password, domain and connection
host if not specified at the command line.
Signed-off-by: Rex Tsai <chihchun@kalug.linux.org.tw>
2012-06-06 17:55:34 +08:00
Mike Carifio
88f2e84e5e
xfreerdp: return correct logical value, if authentication failed.
...
Signed-off-by: Rex Tsai <rex.tsai@canonical.com>
2012-06-06 17:55:34 +08:00
Mike Carifio
28075f5ebb
xfreerdp: add --authonly switch to xfreerdp client
...
Signed-off-by: Rex Tsai <chihchun@kalug.linux.org.tw>
2012-06-06 17:55:34 +08:00
Marc-André Moreau
5ed9796e96
libwinpr-sspi: fix compilation on Windows
2012-06-06 02:59:37 -04:00
Vic Lee
f5bafd6711
libfreerdp-core: fix server crash in case rdp key file is not provided.
2012-05-30 11:24:39 +08:00
Vic Lee
20fda49c4e
libfreerdp-core: send suppress output and refresh rect only if server supports it.
2012-05-28 20:20:42 +08:00
Vic Lee
3477f34479
server: support RefreshRect and SuppressOutput.
2012-05-26 21:34:09 +08:00
Marc-André Moreau
ae6f331570
Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr
2012-05-25 18:45:12 -04:00
Marc-André Moreau
337bcf7605
winpr: fix compilation on Windows
2012-05-25 16:42:35 -04:00
Marc-André Moreau
b70683af9e
libwinpr-sspi: move NLA code out of CredSSP module
2012-05-25 01:50:46 -04:00
Marc-André Moreau
f897159058
libwinpr-sspi: parse CredSSP plaintext credentials
2012-05-24 15:52:20 -04:00
Vic Lee
a43378ff86
libfreerdp-core/server: unix socket listener must be nonblocking.
2012-05-23 14:26:41 +08:00
Vic Lee
95f5e1156e
libfreerdp-core/server: do not force encryption for local unix connection.
2012-05-22 23:21:09 +08:00
Vic Lee
ada9936a66
libfreerdp-core/server: add local flag for unix connection.
2012-05-22 23:10:52 +08:00
Vic Lee
20f038581b
libfreerdp-core: add client unix domain socket.
2012-05-22 22:37:01 +08:00
Vic Lee
f4c8ebf13f
libfreerdp-core: add server unix domain socket.
2012-05-22 18:53:11 +08:00
Marc-André Moreau
fbcce67cd8
libwinpr-crt: expand string functions
2012-05-21 22:04:14 -04:00
Marc-André Moreau
733fc24a48
libwinpr-sspi: data type cleanup
2012-05-21 20:39:45 -04:00
Marc-André Moreau
d3dc1c780d
wfreerdp: fix compilation
2012-05-21 16:01:24 -04:00
Marc-André Moreau
23cbda9468
Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr
2012-05-20 17:04:28 -04:00
Julien Ropé
80f16c6201
Small fixes from static analysis:
...
- Potential NULL dereference in tsmf_ifman.c
- Check return value for our functions in tsmf_media.c and rdp.c
- Bad binary operator used in gcc.c
- Unreachable code in ntlm.c
- Bad free operation on SCOPE_LIST object in license.c
2012-05-16 15:29:35 +02:00
Julien Ropé
98d5b98465
Memory leak fixes.
...
Passed the code through a static analyzer and fixed all reported (and verified) potential memory leaks.
2012-05-16 11:33:57 +02:00
Marc-André Moreau
e77782d64c
Merge pull request #590 from pykoder/master
...
fix client_hostname argument truncated: fix issues #570 , #555
2012-05-15 15:14:25 -07:00
Marc-André Moreau
4c81674faa
Merge pull request #586 from littlejawa/master
...
More comments and xmalloc validation
2012-05-15 15:13:52 -07:00
christophe grosjean
15ad1f2589
Fix client_hostname
2012-05-15 15:35:03 +02:00
Bernhard Miklautz
b0475a5e81
Only sent frame acknowledge if the server supports it
...
If the servers doesn't announce CAPSET_TYPE_FRAME_ACKNOWLEDGE
frame acknowledgements should not be sent.
2012-05-14 15:39:17 +02:00
Vic Lee
4050944f6e
server: implement frame acknowledge PDU.
2012-05-11 16:35:11 +08:00
Vic Lee
4a6c5a72c4
libfreerdp-core: implement frame acknowledge.
2012-05-11 15:34:51 +08:00
Julien Ropé
dd16629644
Added some validation to xmalloc calls
2012-05-09 14:10:54 +02:00
Marc-André Moreau
f142ac29d6
Merge pull request #581 from ArvidNorr/errorcode
...
Errorcode
2012-05-07 04:37:25 -07:00
Marc-André Moreau
bfa4e5b1a2
libfreerdp-core: fix a few memory leaks in HTTP and RPC code
2012-05-06 00:53:07 -04:00
Marc-André Moreau
d317b62cd0
libfreerdp-core: make MSRPC engine usage optional
2012-05-05 18:51:23 -04:00
Marc-André Moreau
24eb2f46fe
libwinpr-rpc: fix compilation on Linux
2012-05-05 18:42:35 -04:00