Commit Graph

306 Commits

Author SHA1 Message Date
lysannkessler
ecc0209bc3 rename command line option --disable-security-layer-negotiation to --no-nego 2012-07-26 12:55:35 +02:00
lysannkessler
d9c260f221 added command line options to specify preconnection PDU information 2012-07-25 18:46:43 +02:00
lysannkessler
3c6df95978 added a setting and a command line flag to disable security layer negotiation 2012-07-25 12:35:52 +02:00
Martin Fleisz
87f18e59ae Extended plugin system to be able to link/load plugins statically, credit goes to Mike McDonald from Quest Software 2012-07-16 07:18:50 -07:00
Marc-André Moreau
1aa0512490 libfreerdp-rail: rename UNICODE_STRING to RAIL_UNICODE_STRING to avoid conflict 2012-06-19 17:26:37 -04:00
Rex Tsai
ed6dd62ebd xfreerdp: fixed --from-stdin/freerdp_passphrase_read for win32
Signed-off-by: Rex Tsai <chihchun@kalug.linux.org.tw>
2012-06-11 19:47:29 +08: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
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
ae6f331570 Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr 2012-05-25 18:45:12 -04:00
Vic Lee
e63de0e115 Merge pull request #613 from mfleisz/master
libfreerdp-utils: Fixed missing wcsdup on Android
2012-05-24 19:45:21 -07:00
Vic Lee
e50983fdff dsp: add MS ADPCM codec. 2012-05-24 23:09:30 +08:00
Martin Fleisz
86e42889e7 libfreerdp-utils: Fixed missing wcsdup on Android 2012-05-24 01:40:44 -07:00
Marc-André Moreau
0bf63452e9 Merge pull request #602 from littlejawa/comments
Adding comments for doxygen doc
2012-05-22 09:14:02 -07:00
Marc-André Moreau
4d1ab22cd6 Merge pull request #607 from souryogurt/master
Fixing unresolved "wcsdup" when compile on Mac OS X
2012-05-22 09:13:33 -07:00
Vic Lee
20f038581b libfreerdp-core: add client unix domain socket. 2012-05-22 22:37:01 +08:00
Marc-André Moreau
fbcce67cd8 libwinpr-crt: expand string functions 2012-05-21 22:04:14 -04:00
Marc-André Moreau
90dcef3178 libwinpr-sspi: fix data type warnings 2012-05-21 21:08:04 -04:00
Egor Artemov
98540d7fb1 libfreerdp-utils: fix unresolved "wcsdup" when compile on Mac OS X 2012-05-22 02:25:22 +04:00
Marc-André Moreau
d3dc1c780d wfreerdp: fix compilation 2012-05-21 16:01:24 -04:00
Julien Ropé
faad307e51 Fix typo in comments 2012-05-21 13:59:46 +02:00
Julien Ropé
d84fc3d952 Documented the mutex API 2012-05-21 09:52:36 +02:00
Julien Ropé
3b7b7c273b Adding comments to the memory.c file 2012-05-21 09:52:36 +02:00
Marc-André Moreau
4b3c8c395c Merge pull request #594 from littlejawa/static_code_review
Static code review
2012-05-20 11:56:38 -07:00
Dorian Johnson
05cfd14cb9 Merge remote-tracking branch 'upstream/master' 2012-05-17 09:32:27 -05:00
Julien Ropé
bbb48783e3 Some modifications on the LIST usage.
Made sure the list_*() API was used whenever possible, rather than relying on the internal implementation.
Added comments to the list.c file for documentation.
2012-05-16 11:34:18 +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
Dorian Johnson
4bda6b5cbc svc_plugin: ignore CHANNEL_FLAG_SUSPEND/CHANNEL_FLAG_RESUME
These server flags tell the SVC layer to temporarily stop sending
data, but are currently not implemented. This patch purposefully
ignores them so they don't cause a crash.
2012-05-15 16:39:07 -05:00
christophe grosjean
15ad1f2589 Fix client_hostname 2012-05-15 15:35:03 +02:00
Julien Ropé
003e5d080f Fixed typo in comment 2012-05-11 16:52:02 +02:00
Vic Lee
4a6c5a72c4 libfreerdp-core: implement frame acknowledge. 2012-05-11 15:34:51 +08:00
Julien Ropé
e8ea0a58bd Adding comments to the stream.c file for documentation 2012-05-09 14:10:54 +02:00
Vic Lee
c9ad01ea55 dsp: rewrite api to reduce memory allocations. 2012-05-09 16:15:23 +08:00
Marc-André Moreau
f142ac29d6 Merge pull request #581 from ArvidNorr/errorcode
Errorcode
2012-05-07 04:37:25 -07:00
Marc-André Moreau
c596fa93ac Merge branch 'master' of github.com:FreeRDP/FreeRDP into tsg 2012-05-05 18:52:31 -04:00
Marc-André Moreau
d0d618fb76 Merge pull request #576 from bjcollins/master
XReparentWindow fix
2012-05-05 15:52:18 -07:00
Marc-André Moreau
4419515a50 Merge branch 'master' of github.com:FreeRDP/FreeRDP into tsg 2012-05-05 18:42:51 -04:00
Marc-André Moreau
e1e3f12114 winpr: move wtypes.h and windows.h 2012-05-04 19:36:35 -04:00
David Sundstrom
91d2a046f9 Fix Solaris 10 compilation issues.
timezone.c:  local variable 'timezone' shadowed global variable of same name
memory.c  wide-string copy function on Solaris 10 is 'wsdup'
2012-05-04 15:11:30 -05:00
Brent Collins
138f115d73 Make the XReparent Window parameter a little more flexible to support both base 16 "with 0x prefix" or decimal window numbers. 2012-05-04 13:47:54 -05:00
Julien Ropé
7aa29e9e0b Added some comments to the plugin loading functions, for documentation purposes 2012-05-04 15:43:42 +02:00
Marc-André Moreau
84a8cb7dba libfreerdp-core: merge TSG changes with master 2012-04-28 15:56:26 -04:00
Andrew Zenk
bcea1de801 updated --certificate-name usage text 2012-04-14 10:28:40 -05:00
Andrew Zenk
d89521dbf9 Added certificate name option to help display 2012-04-14 10:18:34 -05:00
norrarvid
86faf2d268 connect error codes added 2012-04-13 13:16:08 +02:00
Raphael Rigo
6d9b73972b enable secure checksums by default 2012-03-30 11:44:36 +02:00
Dorian Johnson
b489d51b6c libfreerdp-utils: make freerdp_append_shared_library_suffix work when file_path is shorter than the suffix, which is true for 'rail' and '.dylib'. 2012-03-27 14:54:10 -05:00
Marc-André Moreau
1743a9464f libfreerdp-core: add TSG to transport layer 2012-03-26 12:20:38 -04:00
Marc-André Moreau
7e3c9331ad libfreerdp-utils: add parsing of --tsg option 2012-03-26 03:04:47 -04:00
Marc-André Moreau
842e85bcdc libfreerdp-sspi: fix compilation on Linux without UNICODE definition 2012-03-24 16:02:58 -04:00