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
Mads Kiilerich
dc32388e50
reduce the use of windows.h in header files
...
--HG--
extra : rebase_source : 3d15968fcc5255e99a7343aeef2b2a79d71c6704
2012-03-21 23:13:35 +01:00
Marc-André Moreau
4d665b116d
xfreerdp-server: set TCP_NODELAY
2012-03-18 13:13:34 -04:00
Vic Lee
d1b32a73f7
core: register audio device only if plugins are registered.
2012-03-13 17:05:14 +08:00
Vic Lee
ec9ca3e35f
include: move config.h into private headers.
2012-03-12 19:14:56 +08:00
Marc-André Moreau
c0fcf6a273
wfreerdp: fix compilation
2012-03-06 15:30:24 -05:00