Commit Graph

2119 Commits

Author SHA1 Message Date
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
Vic Lee
ac5c7cded3 rdpsnd/alsa: reduce default audio latency. 2012-05-09 23:14:53 +08:00
Marc-André Moreau
e8144e4bdc Merge pull request #585 from llyzs/dsp
dsp: rewrite api to reduce memory allocations.
2012-05-09 07:36:18 -07:00
Vic Lee
473ba080e7 rdpsnd/pulse: fix a segfault in case device name is not provided. 2012-05-09 19:18:47 +08:00
Vic Lee
c9ad01ea55 dsp: rewrite api to reduce memory allocations. 2012-05-09 16:15:23 +08:00
Marc-André Moreau
2faec09ee2 Merge pull request #582 from littlejawa/master
Replaced 'malloc' calls by xmalloc or xzalloc as appropriate.
2012-05-07 07:10:11 -07:00
Julien Ropé
06491e02cf Adding includes where appropriate... 2012-05-07 15:44:37 +02:00
Julien Ropé
b2177dc8c3 Replacing malloc calls by xmalloc or xzalloc as appropriate.
This will make sure we get an appropriate error message in case of memory allocation error, and not just a "Segmentation Fault"

Added some validation on xzalloc return in serial_tty_new to properly deallocate resources when an error occurs.
2012-05-07 15:27:13 +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
c7d13a79ca Merge pull request #580 from celsius/master
fix compilation error in ndr.h (type redefinition)
2012-05-07 03:01:20 -07:00
Alexis Moinet
80ebc98bc8 fix compilation error in ndr.h (type redefinition)
include/winpr/ndr.h:201: error: redefinition of typedef ‘MIDL_STUB_MESSAGE’
include/winpr/ndr.h:199: note: previous declaration of ‘MIDL_STUB_MESSAGE’ was here
include/winpr/ndr.h:201: error: redefinition of typedef ‘PMIDL_STUB_MESSAGE’
include/winpr/ndr.h:199: note: previous declaration of ‘PMIDL_STUB_MESSAGE’ was here
2012-05-07 11:50:57 +02:00
Marc-André Moreau
85eaf79239 cunit: fix compilation 2012-05-05 20:45:13 -04:00
Marc-André Moreau
2145a8bbee Merge pull request #579 from FreeRDP/tsg
Terminal Server Gateway (Round 1)
2012-05-05 17:32:20 -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
d317b62cd0 libfreerdp-core: make MSRPC engine usage optional 2012-05-05 18:51:23 -04: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
24eb2f46fe libwinpr-rpc: fix compilation on Linux 2012-05-05 18:42:35 -04:00
Marc-André Moreau
bbae05685c libwinpr-rpc: split NDR implementation into multiple files 2012-05-04 21:50:32 -04:00
Marc-André Moreau
31f2fd3a8a libwinpr-sspi: rename from libfreerdp-sspi 2012-05-04 19:48:53 -04:00
Marc-André Moreau
e1e3f12114 winpr: move wtypes.h and windows.h 2012-05-04 19:36:35 -04:00
Marc-André Moreau
be1e7f8291 libwinpr-rpc: initial commit 2012-05-04 18:32:34 -04:00
Marc-André Moreau
95b6e2e04b libfreerdp-core: fix compilation on windows 2012-05-04 17:23:26 -04:00
Marc-André Moreau
4738d1eb52 Merge pull request #577 from sunds/master
Solaris 10 compilation issues
2012-05-04 13:19:28 -07: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
Brent Collins
70ccbd1926 Moved the call order around such that the XReparentWindow call will work as intended. 2012-05-04 13:00:28 -05:00
Marc-André Moreau
7672331794 Merge pull request #575 from littlejawa/master
Slight fixes and more comments
2012-05-04 09:31:05 -07:00
Julien Ropé
c1f7044693 Some fixes for potentials NULL pointer dereferences, and double-free of buffers 2012-05-04 15:50:33 +02: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
62a7615535 libfreerdp-core: implement embedded pointer sizing 2012-05-03 22:04:14 -04:00
Marc-André Moreau
a078c82905 libfreerdp-core: start implementing Ndrp* private helpers 2012-05-03 16:38:48 -04:00
Marc-André Moreau
8a877a8362 libfreerdp-core: start implementation of NdrComplexStruct* 2012-05-02 04:28:44 -04:00
Marc-André Moreau
599fcb87fe libfreerdp-core: stub more NDR data types 2012-05-02 00:17:44 -04:00
Marc-André Moreau
a135206af9 libfreerdp-core: start implement NDR buffer size methods 2012-05-01 23:09:18 -04:00
Marc-André Moreau
a8fb709b35 libfreerdp-core: improve generated NDR header parsing 2012-04-30 21:12:34 -04:00
Marc-André Moreau
17d5e65940 Merge pull request #565 from scottt/pulse-include-dir
Use PULSEAUDIO_INCLUDE_DIR instead of PULSE_INCLUDE_DIRS
2012-04-28 20:38:17 -07:00
Marc-André Moreau
e9e8e51332 libfreerdp-core: expand NDR API 2012-04-28 23:37:07 -04:00
Marc-André Moreau
3e2b185989 libfreerdp-core: started implementing NdrClientCall2 2012-04-28 22:27:04 -04:00
Marc-André Moreau
d615aa44da libfreerdp-core: added TSGU MIDL generated code with structure definitions 2012-04-28 20:48:26 -04:00
Marc-André Moreau
56c1e4889f libfreerdp-core: added NDR annotations to hex dump samples 2012-04-28 18:28:10 -04:00
Marc-André Moreau
84a8cb7dba libfreerdp-core: merge TSG changes with master 2012-04-28 15:56:26 -04:00
Scott Tsai
36a37cc752 Use PULSEAUDIO_INCLUDE_DIR instead of PULSE_INCLUDE_DIRS 2012-04-27 01:14:21 +08:00
Vic Lee
f480b23439 x11: fix window resizing. 2012-04-26 14:01:34 +08:00
Marc-André Moreau
2a1d827566 Merge pull request #564 from pieterjanc/master
libfreerdp-core: fix incorrect num lock state when connecting
2012-04-25 11:31:55 -07:00
Pieterjan Camerlynck
3d330fbe15 libfreerdp-core: do not send SynchronizeEvent during connection finalization 2012-04-25 14:26:15 +02:00
Marc-André Moreau
0c66c7f5e2 libfreerdp-core: cleanup debug output for auth_3 pdu 2012-04-24 02:02:43 -04:00
Marc-André Moreau
d068dcdedc libfreerdp-core: refactor tsg_write() 2012-04-23 20:13:06 -04:00
Marc-André Moreau
a8580e0f4b libfreerdp-core: refactoring of NTLM over HTTP authentication 2012-04-23 16:33:18 -04:00