Marc-André Moreau
|
545ae8e4a7
|
Merge pull request #397 from NiKiZe/master
Remove duplicate xfree in cliprdr_process_format_list
|
2012-02-03 15:07:43 -08:00 |
|
Christian Nilsson
|
3c2997b352
|
Fix duplicate xfree on format_name->name, shuld resolve Issue #387 and #395 ?
|
2012-02-04 00:04:41 +01:00 |
|
Marc-André Moreau
|
c422c7477a
|
Merge pull request #396 from celsius/master
remove redundant or useless (?) checks for NULL pointer
|
2012-02-03 07:59:35 -08:00 |
|
Marc-André Moreau
|
d0730c42e3
|
Merge pull request #394 from pjd/fixes
Plug memory leak in case of an empty file and terminate string with '\0'.
|
2012-02-03 07:49:38 -08:00 |
|
Alexis Moinet
|
5ca9a37f68
|
remove redundant if(NULL) checks (already checked inside of cache_free and rail_free)
Besides "ptr=NULL; free(ptr);" does nothing so no need to check for NULL in xfree()
|
2012-02-03 15:27:04 +01:00 |
|
Pawel Jakub Dawidek
|
1619b43781
|
Fix problem where we check errno even for status == 0. This way when connection was properly terminated, but errno had EAGAIN value from before, we looped idenfiniately.
|
2012-02-03 14:44:45 +01:00 |
|
Pawel Jakub Dawidek
|
feb20edda7
|
Plug memory leak in case of an empty file and terminate string with '\0'.
|
2012-02-03 09:00:39 +01:00 |
|
Marc-André Moreau
|
9c81ff8022
|
libfreerdp-core: change certificate store directory name to match OpenSSL
|
2012-02-02 18:33:26 -05:00 |
|
Marc-André Moreau
|
521f956c00
|
libfreerdp-core: merging certificate.c with certstore.c
|
2012-02-02 18:20:17 -05:00 |
|
Marc-André Moreau
|
26d68997eb
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2012-02-02 17:36:16 -05:00 |
|
Marc-André Moreau
|
bae5de89e1
|
libfreerdp-utils: refactoring of certificate store
|
2012-02-02 17:36:07 -05:00 |
|
Marc-André Moreau
|
65565e7ab4
|
Merge pull request #392 from pjd/fixes
Remove the "extended" flag from VK_DIVIDE. It was breaking '?' in my environment.
|
2012-02-02 14:25:12 -08:00 |
|
Pawel Jakub Dawidek
|
770dbc11c5
|
Remove the "extended" flag from VK_DIVIDE. It was breaking '?' in my environment.
|
2012-02-02 23:21:10 +01:00 |
|
Marc-André Moreau
|
13c94e0159
|
Merge pull request #391 from pjd/fixes
Fixes for ber_write_integer().
|
2012-02-02 13:49:37 -08:00 |
|
Pawel Jakub Dawidek
|
9d2ea6e937
|
According to specification bits from the first octet and bit 8 from the second octet (if there is more than one octet) shall not all be ones.
Before that change integer >= 0xFF80 was encoded into two bytes instead of three.
While here also add support for encoding integers into three bytes.
|
2012-02-02 22:46:23 +01:00 |
|
Marc-André Moreau
|
8cd639dcb1
|
Merge pull request #390 from pjd/fixes
Add missing two bytes for pad2Octets field in FASTPATH_UPDATETYPE_SYNCHRONIZE packet.
|
2012-02-02 10:17:02 -08:00 |
|
Pawel Jakub Dawidek
|
7c9bbcc8e1
|
Add missing two bytes for pad2Octets field in FASTPATH_UPDATETYPE_SYNCHRONIZE packet.
|
2012-02-02 17:54:36 +01:00 |
|
Marc-André Moreau
|
0c7703d293
|
xfreerdp-server: adjust capture settings for better performance
|
2012-02-01 22:40:36 -05:00 |
|
Marc-André Moreau
|
abad646414
|
xfreerdp-server: control frame rate per second
|
2012-02-01 22:05:01 -05:00 |
|
Marc-André Moreau
|
cd278d7967
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2012-02-01 21:37:11 -05:00 |
|
Marc-André Moreau
|
ca8b92a247
|
xfreerdp-server: added frame tick event
|
2012-02-01 21:37:01 -05:00 |
|
Marc-André Moreau
|
9e4d76648b
|
libfreerdp-core: fix more memory leaks
|
2012-02-01 21:11:46 -05:00 |
|
Marc-André Moreau
|
b9c782fb21
|
libfreerdp-utils: fix realloc on null pointer in arguments parsing
|
2012-02-01 18:51:41 -05:00 |
|
Marc-André Moreau
|
b4e542ba46
|
libfreerdp-core: fix multiple memory leaks detected by valgrind
|
2012-02-01 18:42:20 -05:00 |
|
Marc-André Moreau
|
0c048708b1
|
cliprdr: fix realloc on null pointer
|
2012-02-01 17:28:12 -05:00 |
|
Marc-André Moreau
|
b806aba590
|
Merge pull request #384 from nfedera/redirectsegvfix
core: fixed segfault caused by double free of password_cookie blob
|
2012-02-01 09:02:45 -08:00 |
|
Norbert Federa
|
a3a4e9afa9
|
core: fixed segfault caused by double free of password_cookie blob
|
2012-02-01 17:58:06 +01:00 |
|
Marc-André Moreau
|
5ee606cf10
|
xfreerdp-server: optimize screen region encoding
|
2012-01-31 21:05:47 -05:00 |
|
Marc-André Moreau
|
cfd54a4e38
|
xfreerdp-server: fix event queuing
|
2012-01-31 16:28:23 -05:00 |
|
Marc-André Moreau
|
d2a96e99d5
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2012-01-31 14:10:12 -05:00 |
|
Marc-André Moreau
|
636f9fa402
|
xfreerdp-server: fix memory leak for snapshots
|
2012-01-31 14:09:55 -05:00 |
|
Otavio Salvador
|
c3f6ef66ef
|
Merge pull request #382 from mfleisz/master
Init update->SuppressOutput for clients too
|
2012-01-31 08:35:24 -08:00 |
|
Martin Fleisz
|
c872b4ca80
|
Init update->SuppressOutput for clients too
|
2012-01-31 08:11:22 -08:00 |
|
Otavio Salvador
|
fcff3b8275
|
Merge pull request #381 from pjd/bitmap
Each bitmap send by the server contains color depth. Even if we negotiated 8bpp server can send bitmap which has 16bpp.
|
2012-01-31 07:33:23 -08:00 |
|
Pawel Jakub Dawidek
|
19f99d66ba
|
Each bitmap send by the server contains color depth. Even if we negotiated 8bpp server can send bitmap which has 16bpp.
Fix a crash using bpp to allocate image from the bitmap data instead of negotiated color depth.
|
2012-01-31 16:14:54 +01:00 |
|
Marc-André Moreau
|
bb61820bfb
|
Merge pull request #380 from pjd/stream
Use stream API instead of accessing stream fields directly.
|
2012-01-31 04:44:58 -08:00 |
|
Marc-André Moreau
|
645c30361b
|
Merge pull request #379 from pjd/certificate
Use stream_attach() so that the 'size' field in the stream structure is properly set.
|
2012-01-31 04:37:47 -08:00 |
|
Pawel Jakub Dawidek
|
d733924df8
|
Use stream API instead of accessing stream fields directly.
This include use of stream_attach(), so 'size' is properly set.
|
2012-01-31 13:36:53 +01:00 |
|
Pawel Jakub Dawidek
|
d2860f3210
|
Use stream_attach() so that the 'size' field in the stream structure
is properly set. This allows to assert in stream API that we don't
try to access memory outside stream buffer.
|
2012-01-31 12:15:54 +01:00 |
|
Marc-André Moreau
|
413fc774c5
|
Merge pull request #378 from adambprotiviti/redir-pw-fix
Fixed RDS Farm Redirection
|
2012-01-30 22:55:37 -08:00 |
|
Adam Brand
|
873e904abd
|
Final commit for fixing password issue; removed debug strings.
|
2012-01-30 20:54:29 -08:00 |
|
Adam Brand
|
927bc71780
|
Fixed issue with RDS farm redirection and passwords.
|
2012-01-30 20:49:27 -08:00 |
|
Marc-André Moreau
|
589e9e1142
|
xfreerdp-server: add event queue
|
2012-01-30 22:46:02 -05:00 |
|
Marc-André Moreau
|
5356e5a44e
|
xfreerdp-server: adding xf_event.c and xf_input.c, refactoring
|
2012-01-30 21:35:15 -05:00 |
|
Adam Brand
|
e11dd6d588
|
Fixed some obvious things; still doesn't work.
|
2012-01-30 18:33:46 -08:00 |
|
Adam Brand
|
4aeb52aace
|
First attempt at fixing the password issue; this segfaults unfortunately.
|
2012-01-30 17:54:46 -08:00 |
|
Marc-André Moreau
|
603e600bdb
|
xfreerdp-server: add better path detection support for finding server keys
|
2012-01-30 20:35:33 -05:00 |
|
Marc-André Moreau
|
e33f21b958
|
libfreerdp-utils: extend file utils to do path detection
|
2012-01-30 17:47:55 -05:00 |
|
Marc-André Moreau
|
faae95185f
|
libfreerdp-core: defined boolean as int on windows
|
2012-01-30 10:18:33 -05:00 |
|
Otavio Salvador
|
b4a89cee1e
|
Merge pull request #376 from bmiklautz/w32typedef
Fix for issue #374.
|
2012-01-30 05:44:32 -08:00 |
|