Commit Graph

2981 Commits

Author SHA1 Message Date
Marc-André Moreau cc90fd1955 libwinpr-file: implement recursive pattern matching 2012-11-03 16:45:19 -04:00
Marc-André Moreau 1ff1d4ce49 libwinpr-file: partially implement proper pattern matching 2012-11-03 15:13:13 -04:00
Marc-André Moreau 7a316d8db7 libwinpr-file: make simplest FindFirstFile test case pass 2012-11-02 20:58:58 -04:00
Marc-André Moreau 3dad679330 channels/drive: renamed to drive from disk for consistency with mstsc and accuracy (drive is more of a generic term, while disk does not apply to all) 2012-11-02 19:59:07 -04:00
Marc-André Moreau eb718a1b79 channels/rdpsnd: fix loading of plugins 2012-11-02 19:42:57 -04:00
Marc-André Moreau e62860ab29 cmake: replace FindOptionalPackage macros with FindFeature macros 2012-11-02 19:27:01 -04:00
Marc-André Moreau a4bf11cdb6 libwinpr-utils: improve command-line parsing API 2012-11-02 14:16:37 -04:00
Marc-André Moreau 37886515a0 libwinpr-utils: extended command-line parsing api 2012-11-02 00:58:32 -04:00
Marc-André Moreau f62180ec2a libwinpr-utils: started command-line parser 2012-11-02 00:20:46 -04:00
Marc-André Moreau fc1b7896f6 cmake: build for iOS 2012-11-01 17:31:34 -04:00
Marc-André Moreau 5f65c7ac64 cmake: added external directory 2012-11-01 13:50:49 -04:00
Marc-André Moreau b8c33c55da cmake: added iOS toolchain 2012-11-01 13:13:21 -04:00
Marc-André Moreau 5319e3a761 mfreerdp-server: cleanup binaries 2012-10-31 23:30:52 -04:00
Marc-André Moreau 6882b1fa9d mfreerdp-server: initial commit 2012-10-31 23:04:31 -04:00
Marc-André Moreau 51cd809289 macfreerdp: fix Mac OS X build 2012-10-31 21:49:36 -04:00
Marc-André Moreau e98b4b2676 libfreerdp-core: rts code style cleanup 2012-10-31 21:23:08 -04:00
Marc-André Moreau bd6861cd00 libfreerdp-core: added protocol security negotiation for PROTOCOL_HYBRID_EX, added registry keys to configure cookie length 2012-10-31 20:38:48 -04:00
Marc-André Moreau 6862605cee libwinpr-rpc: stub Rpc* API 2012-10-31 15:54:08 -04:00
Marc-André Moreau 0e5b076008 libfreerdp-core: simplify encoding of syntax UUIDs 2012-10-31 14:17:33 -04:00
Marc-André Moreau ad8b0d2811 libfreerdp-core: refactor TsProxyCreateChannel and TsProxySetupReceivePipe 2012-10-31 12:34:52 -04:00
Marc-André Moreau bed7933b83 libfreerdp-core: added RPC fault error code name tables 2012-10-31 10:52:04 -04:00
Marc-André Moreau 284698c1c3 libfreerdp-core: refactor TsPRoxyAuthorizeTunnel 2012-10-31 09:22:32 -04:00
Marc-André Moreau 9b15692263 Merge branch 'master' of github.com:awakecoding/FreeRDP 2012-10-31 03:43:37 -04:00
Marc-André Moreau 3e5be4c52a libfreerdp-core: refactor TsProxyCreateTunnel 2012-10-31 03:43:21 -04:00
Marc-André Moreau 02c0a8fcaf libfreerdp-core: fix build on Windows, lower warning level 2012-10-30 17:20:21 -04:00
Marc-André Moreau 63aa45731b libfreerdp-core: improve RPC debug output 2012-10-30 16:40:47 -04:00
Marc-André Moreau 363460c8d1 libfreerdp-core: improved TSG fragmentation handling 2012-10-30 14:49:18 -04:00
Marc-André Moreau fa1dc6d9e1 libfreerdp-core: refactoring of TSG transport, still need to handle fragmentation correctly 2012-10-30 13:01:54 -04:00
Marc-André Moreau 9ea88f13a9 libfreerdp-core: split tsg_connect into multiple functions 2012-10-29 20:54:49 -04:00
Marc-André Moreau f3f12054f9 libfreerdp-core: refactor rpc_tsg_write 2012-10-29 18:46:32 -04:00
Marc-André Moreau 173e14cea8 libfreerdp-core: bind_ack refactoring 2012-10-29 16:41:20 -04:00
Marc-André Moreau 187147d399 libfreerdp-core: cleanup of TSG definitions 2012-10-29 15:02:35 -04:00
Marc-André Moreau fa09b49fc0 Merge pull request #788 from bmiklautz/issue_787
cmake: fix smartcard channel build
2012-10-29 06:53:59 -07:00
Marc-André Moreau 9a9e871a37 Merge pull request #789 from FreeRDP/channels
CMake Improvements + .rdp file support
2012-10-29 06:53:20 -07:00
Marc-André Moreau 4d171408e9 freerdp: merging with master 2012-10-29 09:50:44 -04:00
Bernhard Miklautz 235f690a39 cmake: fix smartcard channel build
fixes #787
2012-10-29 13:04:43 +01:00
Marc-André Moreau a6d1ec0ecf libwinpr-dsparse: fix on linux 2012-10-28 22:16:21 -04:00
Marc-André Moreau 78908fb857 libfreerdp-core: add proper SPN for HTTP authentication in TSG 2012-10-28 20:55:19 -04:00
Marc-André Moreau 744c60b66d libfreerdp-core: improve similarity of TSG messages with mstsc 2012-10-28 18:01:18 -04:00
Marc-André Moreau 67c24dc81d wfreerdp: add support for .rdp files 2012-10-28 12:12:36 -04:00
Marc-André Moreau bdcedaf8df libfreerdp-client: add support for ascii .rdp files 2012-10-27 22:46:37 -04:00
Marc-André Moreau 745c478667 Merge pull request #782 from bmiklautz/cunit-deprecated
cunit: deprecate cunit
2012-10-27 19:41:52 -07:00
Marc-André Moreau a98f4959a6 Merge pull request #785 from bmiklautz/from-stdin
Cleanup and fixes for --from-stdin parameter
2012-10-27 19:41:23 -07:00
Marc-André Moreau 13a0fbe040 libfreerdp-client: initial working .rdp file support 2012-10-27 21:30:08 -04:00
Marc-André Moreau beefa1a21d libfreerdp-client: initial support for .rdp file parsing 2012-10-27 20:25:11 -04:00
Bernhard Miklautz 4d870b9421 xfreerdp: fix for endless loop with --from-stdin
If --from-stdin was used non-interactive (e.g. in a script
echoing connection parameters) xfreerdp looped endlessly
when a certificate needed to be trusted because
fgets returns eof.
Now a hint is printed that xfreerdp should be run without
--from-stdin to set the certificate trust.
2012-10-28 02:15:55 +02:00
Bernhard Miklautz 7a002270d8 util/args: fixed when using --from-stdin
- Discard new lines with scanf.
- If domain is left empty (STRG+d pressed) clear EOF flag - this fixes
  an enless loop in xfreerdp on OS X when input is required after a certificate
	warning.
2012-10-28 01:46:33 +02:00
Bernhard Miklautz e5e2ee2aaa utils/args: fixed formating 2012-10-28 01:24:07 +02:00
Marc-André Moreau a3192855bb xfreerdp: fix building without XCursor support 2012-10-27 15:01:22 -04:00
Marc-André Moreau 95766036f4 Merge branch 'channels' of github.com:FreeRDP/FreeRDP into channels 2012-10-26 12:00:39 -04:00