Marc-André Moreau
|
a143a70114
|
libfreerdp-core: link against libwinpr-wtsapi, dynamically register proper WtsApi implementation in FreeRDS
|
2014-02-16 20:41:19 -05:00 |
|
Marc-André Moreau
|
1afeb448b4
|
libfreerdp-core: expose stubbed WtsApi function table from the core
|
2014-02-16 20:12:45 -05:00 |
|
Marc-André Moreau
|
cf274e3523
|
libwinpr-wtsapi: make use of static function table
|
2014-02-16 19:38:12 -05:00 |
|
Marc-André Moreau
|
74d054172c
|
libwinpr-wtsapi: define SSPI-like WTSAPI function table
|
2014-02-16 15:42:36 -05:00 |
|
Marc-André Moreau
|
22fbf48109
|
libwinpr-utils: add synchronized version of HashTable
|
2014-02-13 22:25:30 -05:00 |
|
Marc-André Moreau
|
cdcd290c44
|
wfreerdp: fix most build warnings
|
2014-02-10 22:12:13 -05:00 |
|
Marc-André Moreau
|
5ff847a6e6
|
wfreerdp: fix multiple warnings
|
2014-02-10 01:06:11 -05:00 |
|
Marc-André Moreau
|
d64f86d52c
|
wfreerdp: fix 64-bit build
|
2014-02-10 00:34:17 -05:00 |
|
Marc-André Moreau
|
ad86d3c333
|
libwinpr-utils: add HashTable
|
2014-02-09 21:55:21 -05:00 |
|
Hardening
|
569ca5b62e
|
Fix the behaviour ReadFile() and WriteFile() in non-blocking mode
These functions were not returning the correct values when treating
non-blocking file descriptor.
|
2014-02-07 15:19:46 +01:00 |
|
Hardening
|
13fc57fa86
|
Fix GetEventFileDescriptor() with server NamedPipe
The GetEventFileDescriptor() function was not returning the correct
file descriptor with the server HANDLE.
|
2014-02-07 15:18:17 +01:00 |
|
Hardening
|
0129875bf2
|
Print human readable messages
Log why the pipe creation failed helps
|
2014-02-07 15:17:05 +01:00 |
|
Hardening
|
600047df4f
|
Fix LinkedList_Remove
The previous version was setting to NULL both tail and head when
removing the head or tail item. That was corrupting the list.
|
2014-02-07 14:30:38 +01:00 |
|
Marc-André Moreau
|
7f49c7302d
|
libwinpr-winsock: stub more of winsock
|
2014-02-05 16:25:55 -05:00 |
|
Marc-André Moreau
|
c799db6855
|
libwinpr-synch: fix linker error
|
2014-02-05 13:09:25 -05:00 |
|
Marc-André Moreau
|
e8a9b7ff14
|
libfreerdp-core: fix ignored port settings for TS Gateway and vmconnect
|
2014-02-05 11:54:42 -05:00 |
|
Marc-André Moreau
|
fab61ba946
|
afreerdp: fix build on Android
|
2014-02-03 16:03:43 -05:00 |
|
Marc-André Moreau
|
7c7aa192ec
|
libwinpr-wtsapi: include wtsapi32.h on Windows
|
2014-02-03 00:56:16 -05:00 |
|
Marc-André Moreau
|
17665378a9
|
wfreerdp: fix target exporting
|
2014-02-02 22:37:54 -05:00 |
|
Marc-André Moreau
|
b5bef07e50
|
wfreerdp: fix building against OpenSSL with MONOLITHIC_BUILD and shared libraries
|
2014-02-01 19:53:45 -05:00 |
|
Marc-André Moreau
|
9bdfbcd556
|
wfreerdp: fix test build issues
|
2014-02-01 12:50:28 -05:00 |
|
Marc-André Moreau
|
851ace73ff
|
libwinpr-crypto: implement CryptProtectMemory/CryptUnprotectMemory
|
2014-02-01 11:52:04 -05:00 |
|
Marc-André Moreau
|
6365880f4d
|
libwinpr-memory: add missing definitions
|
2014-01-31 20:48:31 -05:00 |
|
Marc-André Moreau
|
80449cd2c5
|
libwinpr-memory: start stubbing
|
2014-01-31 18:27:58 -05:00 |
|
Marc-André Moreau
|
839bcb42ae
|
wfreerdp: fix build against static openssl library
|
2014-01-29 15:27:43 -05:00 |
|
Marc-André Moreau
|
ae2a51fdc5
|
Merge branch 'master' of https://github.com/FreeRDP/FreeRDP
|
2014-01-28 22:58:18 -05:00 |
|
Marc-André Moreau
|
c73c558d1f
|
winpr-hash: fix building against openssl in static mode
|
2014-01-28 22:41:11 -05:00 |
|
Alessandro Pilotti
|
9d6dcab3c6
|
Fixes build issue on Windows
Solves the following build issue:
error C2373: 'InitializeCriticalSectionEx' : redefinition;
different type modifiers
|
2014-01-28 01:09:14 +02:00 |
|
Marc-André Moreau
|
eb38b9f1e1
|
libwinpr-synch: add active/inactive linked list for timer queue
|
2014-01-27 10:37:38 -05:00 |
|
Marc-André Moreau
|
159f539ef2
|
libwinpr-synch: improve timer queue implementation
|
2014-01-26 21:56:07 -05:00 |
|
Marc-André Moreau
|
1f394eb81d
|
libwinpr-synch: make use of head's expiration time in timer queue
|
2014-01-26 20:49:48 -05:00 |
|
Marc-André Moreau
|
3616b19290
|
libwinpr-synch: make use of timespec for timer queue
|
2014-01-26 20:39:13 -05:00 |
|
Marc-André Moreau
|
2e45ad143f
|
libwinpr-synch: improve timer queue implementation
|
2014-01-26 17:21:12 -05:00 |
|
Marc-André Moreau
|
656766ca2e
|
libwinpr-synch: start implementing timer queue
|
2014-01-26 12:37:38 -05:00 |
|
Marc-André Moreau
|
d5fcd78b65
|
libwinpr-synch: fix build on OS X
|
2014-01-26 00:06:27 -05:00 |
|
Marc-André Moreau
|
3782c2ad72
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2014-01-25 16:34:34 -05:00 |
|
Marc-André Moreau
|
d2405a25f8
|
libwinpr-synch: initial waitable timer asynchronous procedure callback support
|
2014-01-24 22:44:23 -05:00 |
|
Marc-André Moreau
|
9a4fb396da
|
libwinpr-synch: add unit test for waitable timer asynchronous procedure calls
|
2014-01-24 18:08:06 -05:00 |
|
Marc-André Moreau
|
fab0cd2779
|
libwinpr-synch: stub timer queues
|
2014-01-24 17:48:55 -05:00 |
|
Marc-André Moreau
|
21a259927a
|
libwinpr-sspi: fix encoding of server-side NTLM challenge message
|
2014-01-24 13:02:45 -05:00 |
|
Daryl Poe
|
9897f72b97
|
add additional evdev key mappings for multimedia and Korean keyboards
|
2014-01-14 15:18:20 -07:00 |
|
Hardening
|
19fb713b83
|
Handle EINTR nicely
When we caught an EINTR during a select we should retry instead of returning an error
|
2014-01-07 16:36:41 +01:00 |
|
Marc-André Moreau
|
9c1dca14f7
|
libwinpr-input: minor code style cleanup
|
2013-12-18 22:53:34 -05:00 |
|
Marc-André Moreau
|
05947dd0b2
|
libfreerdp-core: fix linux build
|
2013-12-18 22:02:59 -05:00 |
|
Benoît LeBlanc
|
043b834ac2
|
Fixed WaitForSingleObject and WaitForMultipleObjects (timeouts incorrectly sets). Added detailed error reporting, better timeout error handling.
|
2013-12-17 18:21:12 -05:00 |
|
Benoît LeBlanc
|
f4a0216c76
|
Fixed WaitForSingleObject and WaitForMultipleObjects (timeouts incorrectly sets). Added detailed error reporting, better timeout error handling.
|
2013-12-17 18:20:33 -05:00 |
|
Marc-André Moreau
|
652dbfd50d
|
libwinpr-sspi: fix NTLM TargetName bug
|
2013-12-17 11:51:13 -05:00 |
|
Marc-André Moreau
|
62199fc46a
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2013-12-10 11:54:03 -05:00 |
|
Marc-André Moreau
|
f963491ebe
|
libfreerdp-client: cleanup .rdp file parsing
|
2013-12-05 12:35:31 -05:00 |
|
Marc-André Moreau
|
84137cb76d
|
libwinpr-utils: create wlog output directory
|
2013-12-04 23:46:58 -05:00 |
|