platform/upstream/freerdp.git
12 years agolibfreerdp-core: started parsing NTLM authenticate message
Marc-André Moreau [Fri, 17 Feb 2012 05:07:16 +0000 (00:07 -0500)]
libfreerdp-core: started parsing NTLM authenticate message

12 years agolibfreerdp-core: added server-side NTLMSSP negotiate and challenge messages
Marc-André Moreau [Fri, 17 Feb 2012 04:11:59 +0000 (23:11 -0500)]
libfreerdp-core: added server-side NTLMSSP negotiate and challenge messages

12 years agolibfreerdp-core: cleanup time zones
Marc-André Moreau [Fri, 17 Feb 2012 02:38:32 +0000 (21:38 -0500)]
libfreerdp-core: cleanup time zones

12 years agolibfreerdp-core: add full timezone redirection support
Marc-André Moreau [Fri, 17 Feb 2012 01:50:14 +0000 (20:50 -0500)]
libfreerdp-core: add full timezone redirection support

12 years agolibfreerdp-core: add unix timezone identifier detection
Marc-André Moreau [Thu, 16 Feb 2012 22:09:14 +0000 (17:09 -0500)]
libfreerdp-core: add unix timezone identifier detection

12 years agolibfreerdp-core: added generated Time Zone Redirection table
Marc-André Moreau [Thu, 16 Feb 2012 07:08:39 +0000 (02:08 -0500)]
libfreerdp-core: added generated Time Zone Redirection table

12 years agolibfreerdp-core: move timezone code from info.c to timezone.c
Marc-André Moreau [Thu, 16 Feb 2012 06:53:58 +0000 (01:53 -0500)]
libfreerdp-core: move timezone code from info.c to timezone.c

12 years agoscripts: added Time Zone Redirection table generator
Marc-André Moreau [Thu, 16 Feb 2012 06:48:10 +0000 (01:48 -0500)]
scripts: added Time Zone Redirection table generator

12 years agoscripts: move keymaps/xkb.pl to scripts directory
Marc-André Moreau [Thu, 16 Feb 2012 04:52:56 +0000 (23:52 -0500)]
scripts: move keymaps/xkb.pl to scripts directory

12 years agolibfreerdp-core: fix issue #436
Marc-André Moreau [Wed, 15 Feb 2012 21:33:51 +0000 (16:33 -0500)]
libfreerdp-core: fix issue #436

12 years agolibfreerdp-core: fix timezone redirection
Marc-André Moreau [Wed, 15 Feb 2012 21:28:47 +0000 (16:28 -0500)]
libfreerdp-core: fix timezone redirection

12 years agoMerge pull request #435 from lordcrc/master
Marc-André Moreau [Wed, 15 Feb 2012 16:17:54 +0000 (08:17 -0800)]
Merge pull request #435 from lordcrc/master

Fixed deadlock issue in event queue and SHM usage.

12 years agoxfreerdp-server: Fixed screen capture using SHM extension.
Asbjørn Heid [Wed, 15 Feb 2012 07:48:37 +0000 (08:48 +0100)]
xfreerdp-server: Fixed screen capture using SHM extension.

12 years agoxfreerdp-server: Fixed deadlock issue in event queue.
Asbjørn Heid [Wed, 15 Feb 2012 07:22:12 +0000 (08:22 +0100)]
xfreerdp-server: Fixed deadlock issue in event queue.

Writing to the pipe may block if the pipe is full. Holding the mutex while writing prevents listeners from
aquiring the mutex and unblocking the write. This leads to a deadlock situation.

12 years agoMerge pull request #432 from dubrsl/master
Marc-André Moreau [Tue, 14 Feb 2012 18:51:45 +0000 (10:51 -0800)]
Merge pull request #432 from dubrsl/master

Fix not linked with libpulse https://github.com/FreeRDP/FreeRDP/issues/418

12 years agoFix not linked with libpulse (issue 418)
Slava Dubrovskiy [Tue, 14 Feb 2012 18:44:00 +0000 (13:44 -0500)]
Fix not linked with libpulse (issue 418)

Signed-off-by: Slava Dubrovskiy <dubrsl@altlinux.org>
12 years agoMerge pull request #431 from bmiklautz/sspserverfix
Marc-André Moreau [Tue, 14 Feb 2012 15:05:53 +0000 (07:05 -0800)]
Merge pull request #431 from bmiklautz/sspserverfix

core: Fixed segfault when connecting with nla

12 years agocore: Fixed segfault when connecting with nla
Bernhard Miklautz [Tue, 14 Feb 2012 15:00:13 +0000 (16:00 +0100)]
core: Fixed segfault when connecting with nla

12 years agolibfreerdp-server: added server-side CredSSP stubs
Marc-André Moreau [Tue, 14 Feb 2012 03:27:59 +0000 (22:27 -0500)]
libfreerdp-server: added server-side CredSSP stubs

12 years agolibfreerdp-core: started server-side NLA
Marc-André Moreau [Tue, 14 Feb 2012 02:49:41 +0000 (21:49 -0500)]
libfreerdp-core: started server-side NLA

12 years agocunit: re-introduce NTLMSSP unit tests
Marc-André Moreau [Tue, 14 Feb 2012 02:16:50 +0000 (21:16 -0500)]
cunit: re-introduce NTLMSSP unit tests

12 years agocunit: cleanup
Marc-André Moreau [Tue, 14 Feb 2012 02:02:09 +0000 (21:02 -0500)]
cunit: cleanup

12 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Mon, 13 Feb 2012 22:51:56 +0000 (17:51 -0500)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

12 years agolibfreerdp-core: expanded input API
Marc-André Moreau [Mon, 13 Feb 2012 22:51:42 +0000 (17:51 -0500)]
libfreerdp-core: expanded input API

12 years agoMerge pull request #429 from NiKiZe/master
Marc-André Moreau [Mon, 13 Feb 2012 21:47:42 +0000 (13:47 -0800)]
Merge pull request #429 from NiKiZe/master

Fix swaped R<>B fields in colors.

12 years agofix known swaped b<>r colors in polygon drawings.
Christian Nilsson [Mon, 13 Feb 2012 21:07:20 +0000 (22:07 +0100)]
fix known swaped b<>r colors in polygon drawings.

12 years agolibfreerdp-gdi: implement non-monochrome DSPDxax BitBlt
Marc-André Moreau [Mon, 13 Feb 2012 06:40:30 +0000 (01:40 -0500)]
libfreerdp-gdi: implement non-monochrome DSPDxax BitBlt

12 years agolibfreerdp-cache: start NineGrid cache
Marc-André Moreau [Mon, 13 Feb 2012 01:29:33 +0000 (20:29 -0500)]
libfreerdp-cache: start NineGrid cache

12 years agolibfreerdp-gdi: add mem3blt support
Marc-André Moreau [Mon, 13 Feb 2012 00:41:39 +0000 (19:41 -0500)]
libfreerdp-gdi: add mem3blt support

12 years agoxfreerdp: added support for Mem3Blt
Marc-André Moreau [Sun, 12 Feb 2012 23:12:28 +0000 (18:12 -0500)]
xfreerdp: added support for Mem3Blt

12 years agoxfreerdp: reintroduce Polygon drawing
Marc-André Moreau [Sun, 12 Feb 2012 22:14:59 +0000 (17:14 -0500)]
xfreerdp: reintroduce Polygon drawing

12 years agolibfreerdp-gdi: add PatBlt DPa operation
Marc-André Moreau [Sun, 12 Feb 2012 20:21:08 +0000 (15:21 -0500)]
libfreerdp-gdi: add PatBlt DPa operation

12 years agoMerge pull request #422 from pjd/fixes
Marc-André Moreau [Sun, 12 Feb 2012 18:42:32 +0000 (10:42 -0800)]
Merge pull request #422 from pjd/fixes

Document --no-motion, remove -m.

12 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP into fixes
Pawel Jakub Dawidek [Sun, 12 Feb 2012 18:35:58 +0000 (19:35 +0100)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP into fixes

12 years agoDocument --no-motion, remove -m.
Pawel Jakub Dawidek [Sun, 12 Feb 2012 18:35:29 +0000 (19:35 +0100)]
Document --no-motion, remove -m.

12 years agoMerge pull request #421 from pjd/fixes
Marc-André Moreau [Sun, 12 Feb 2012 18:10:39 +0000 (10:10 -0800)]
Merge pull request #421 from pjd/fixes

Remove tls->cert field, make tls_get_certificate() static and free certificate after use.

12 years agoRemove tls->cert field, make tls_get_certificate() static and free certificate after...
Pawel Jakub Dawidek [Sun, 12 Feb 2012 18:05:56 +0000 (19:05 +0100)]
Remove tls->cert field, make tls_get_certificate() static and free certificate after use.

12 years agolibfreerdp-core: verify TLS certificate with both TLS and NLA
Marc-André Moreau [Sun, 12 Feb 2012 17:46:53 +0000 (12:46 -0500)]
libfreerdp-core: verify TLS certificate with both TLS and NLA

12 years agoMerge pull request #420 from pjd/fixes
Marc-André Moreau [Sun, 12 Feb 2012 17:13:03 +0000 (09:13 -0800)]
Merge pull request #420 from pjd/fixes

Fix for storing fingerprints in known_hosts file and some resource leaks fixes.

12 years agoPlug some resource leaks.
Pawel Jakub Dawidek [Sun, 12 Feb 2012 17:07:34 +0000 (18:07 +0100)]
Plug some resource leaks.

12 years agoWrite fingerprint to proper descriptor.
Pawel Jakub Dawidek [Sun, 12 Feb 2012 17:07:10 +0000 (18:07 +0100)]
Write fingerprint to proper descriptor.

12 years agoMerge pull request #419 from pjd/fixes
Marc-André Moreau [Sat, 11 Feb 2012 18:58:06 +0000 (10:58 -0800)]
Merge pull request #419 from pjd/fixes

Proper server-side color depth handling, array boundary checking and advertising persistent bitmap cache support only when enabled.

12 years agoAdvertise persistent bitmap cache only if it is enabled.
Pawel Jakub Dawidek [Sat, 11 Feb 2012 14:09:59 +0000 (15:09 +0100)]
Advertise persistent bitmap cache only if it is enabled.

12 years agoBefore asking for element from the PRIMARY_DRAWING_ORDER_FIELD_BYTES[] array, check...
Pawel Jakub Dawidek [Sat, 11 Feb 2012 13:30:09 +0000 (14:30 +0100)]
Before asking for element from the PRIMARY_DRAWING_ORDER_FIELD_BYTES[] array, check if the array is big enough.

12 years agoWhen acting as server, accepth client's color depth only if it is smaller than ours...
Pawel Jakub Dawidek [Sat, 11 Feb 2012 13:22:13 +0000 (14:22 +0100)]
When acting as server, accepth client's color depth only if it is smaller than ours. This is what Windows server does.

12 years agoMerge pull request #417 from lordcrc/master
Marc-André Moreau [Sat, 11 Feb 2012 05:29:43 +0000 (21:29 -0800)]
Merge pull request #417 from lordcrc/master

Fix for server CPU issue.

12 years agoxfreerdp-server: Fixed issue with high idle CPU usage.
Asbjørn Heid [Sat, 11 Feb 2012 05:24:32 +0000 (06:24 +0100)]
xfreerdp-server: Fixed issue with high idle CPU usage.

The pipe used for signalling in the event queue was not properly
cleared when popping events, causing the select() in the main
loop to return immediately after the first event was queued,
instead of blocking for the next event.

12 years agoMerge pull request #416 from lordcrc/master
Marc-André Moreau [Fri, 10 Feb 2012 23:44:13 +0000 (15:44 -0800)]
Merge pull request #416 from lordcrc/master

Proper thread shutdown for server

12 years agoxfreerdp-server: Proper shutdown of helper threads when a client disconnects.
Asbjørn Heid [Fri, 10 Feb 2012 23:09:00 +0000 (00:09 +0100)]
xfreerdp-server: Proper shutdown of helper threads when a client disconnects.

12 years agolibfreerdp-core: don't call freerdp_context_free() from freerdp_free()
Marc-André Moreau [Fri, 10 Feb 2012 20:50:29 +0000 (15:50 -0500)]
libfreerdp-core: don't call freerdp_context_free() from freerdp_free()

12 years agolibfreerdp-core: fix memory leaks and double free
Jay Sorg [Fri, 10 Feb 2012 20:35:22 +0000 (12:35 -0800)]
libfreerdp-core: fix memory leaks and double free

12 years agoMerge pull request #415 from pjd/fixes
Marc-André Moreau [Fri, 10 Feb 2012 20:14:41 +0000 (12:14 -0800)]
Merge pull request #415 from pjd/fixes

Advertise ENC_SALTED_CHECKSUM support.

12 years agoRevert "RDP6 compression"
Marc-André Moreau [Fri, 10 Feb 2012 20:06:58 +0000 (15:06 -0500)]
Revert "RDP6 compression"

This reverts commit 8302b724e1d4b691af67041de591576d197d95e8.

12 years agoSet ENC_SALTED_CHECKSUM flag when support for salted checksums is enabled.
Pawel Jakub Dawidek [Fri, 10 Feb 2012 19:30:44 +0000 (20:30 +0100)]
Set ENC_SALTED_CHECKSUM flag when support for salted checksums is enabled.

12 years agoRename secure_checksum settings field to salted_checksum (the same for --secure-check...
Pawel Jakub Dawidek [Fri, 10 Feb 2012 19:25:50 +0000 (20:25 +0100)]
Rename secure_checksum settings field to salted_checksum (the same for --secure-checksum flag) to match ENC_SALTED_CHECKSUM flag's name.

12 years agoMerge pull request #414 from jiten19/mainstream
Marc-André Moreau [Fri, 10 Feb 2012 17:26:39 +0000 (09:26 -0800)]
Merge pull request #414 from jiten19/mainstream

Mainstream

12 years agoremove unncessary NULL ptr check
cool [Fri, 10 Feb 2012 09:20:52 +0000 (22:20 -1100)]
remove unncessary NULL ptr check

12 years agoRDP6 compression
cool [Fri, 10 Feb 2012 09:20:24 +0000 (22:20 -1100)]
RDP6 compression

12 years agochangelog: update for 1.0.1 1.0.1
Marc-André Moreau [Fri, 10 Feb 2012 02:01:42 +0000 (21:01 -0500)]
changelog: update for 1.0.1

12 years agoxfreerdp: fix segfault with --gdi sw on disconnect
Marc-André Moreau [Fri, 10 Feb 2012 02:01:13 +0000 (21:01 -0500)]
xfreerdp: fix segfault with --gdi sw on disconnect

12 years agolibfreerdp-utils: re-introduce free(NULL) check in xfree()
Marc-André Moreau [Fri, 10 Feb 2012 01:32:08 +0000 (20:32 -0500)]
libfreerdp-utils: re-introduce free(NULL) check in xfree()

12 years agochannels/rdpdr: cleanup
Marc-André Moreau [Fri, 10 Feb 2012 01:04:27 +0000 (20:04 -0500)]
channels/rdpdr: cleanup

12 years agolibfreerdp-utils: extend plugin utils
Marc-André Moreau [Fri, 10 Feb 2012 00:48:52 +0000 (19:48 -0500)]
libfreerdp-utils: extend plugin utils

12 years agolibfreerdp-utils: improve freerdp_load_plugin
Marc-André Moreau [Thu, 9 Feb 2012 22:48:30 +0000 (17:48 -0500)]
libfreerdp-utils: improve freerdp_load_plugin

12 years agolibfreerdp-channels: refactoring
Marc-André Moreau [Thu, 9 Feb 2012 21:57:14 +0000 (16:57 -0500)]
libfreerdp-channels: refactoring

12 years agolibfreerdp-gdi: optimize line drawing
Marc-André Moreau [Thu, 9 Feb 2012 03:34:37 +0000 (22:34 -0500)]
libfreerdp-gdi: optimize line drawing

12 years agolibfreerdp-utils: fix file utils
Marc-André Moreau [Thu, 9 Feb 2012 02:56:50 +0000 (21:56 -0500)]
libfreerdp-utils: fix file utils

12 years agowfreerdp: fix RemoteFX
Marc-André Moreau [Thu, 9 Feb 2012 02:44:22 +0000 (21:44 -0500)]
wfreerdp: fix RemoteFX

12 years agowfreerdp: fix compilation and warnings
Marc-André Moreau [Thu, 9 Feb 2012 02:16:37 +0000 (21:16 -0500)]
wfreerdp: fix compilation and warnings

12 years agolibfreerdp-core: change source descriptor from MSTSC to FREERDP
Marc-André Moreau [Wed, 8 Feb 2012 19:45:24 +0000 (14:45 -0500)]
libfreerdp-core: change source descriptor from MSTSC to FREERDP

12 years agoMerge pull request #408 from pjd/fixes
Marc-André Moreau [Wed, 8 Feb 2012 15:29:11 +0000 (07:29 -0800)]
Merge pull request #408 from pjd/fixes

The fastpath header can be two or three bytes long. Check also for the latter case.

12 years agoMove the comment into correct place.
Pawel Jakub Dawidek [Wed, 8 Feb 2012 11:46:53 +0000 (12:46 +0100)]
Move the comment into correct place.

12 years agoThe fastpath header can be two or three bytes long. Check also the latter case.
Pawel Jakub Dawidek [Wed, 8 Feb 2012 10:50:29 +0000 (11:50 +0100)]
The fastpath header can be two or three bytes long. Check also the latter case.

12 years agoMerge pull request #407 from hcgpalm/master
Marc-André Moreau [Wed, 8 Feb 2012 04:27:16 +0000 (20:27 -0800)]
Merge pull request #407 from hcgpalm/master

Fix info_packet misalignment

12 years agolibfreerdp-core: improve error checking in certificate validation
Marc-André Moreau [Wed, 8 Feb 2012 03:16:57 +0000 (22:16 -0500)]
libfreerdp-core: improve error checking in certificate validation

12 years agoMerge pull request #404 from pjd/server_slow_path_input
Otavio Salvador [Tue, 7 Feb 2012 13:01:53 +0000 (05:01 -0800)]
Merge pull request #404 from pjd/server_slow_path_input

Implement server-side support for slow-path Input Event PDU.

12 years agoMerge pull request #403 from pjd/fixes
Otavio Salvador [Tue, 7 Feb 2012 13:00:49 +0000 (05:00 -0800)]
Merge pull request #403 from pjd/fixes

Modify the UnicodeKeyboardEvent callback to also include flags argument and simplify code by using per_read_length() instead of reimplementing it.

12 years agoImplement server-side support for slow-path Input Event PDU.
Pawel Jakub Dawidek [Tue, 7 Feb 2012 12:38:27 +0000 (13:38 +0100)]
Implement server-side support for slow-path Input Event PDU.

12 years agoModify the UnicodeKeyboardEvent callback to also include flags argument.
Pawel Jakub Dawidek [Tue, 7 Feb 2012 11:22:01 +0000 (12:22 +0100)]
Modify the UnicodeKeyboardEvent callback to also include flags argument.
According to the specification first two bytes contain keyboardFlags.
Those keyboardFlags are a bit different than in the regular (non-unicode)
Keyboard Event. There is no KBD_FLAGS_EXTENDED here and also when
key is pressed there is neither KBD_FLAGS_DOWN nor KBD_FLAGS_RELEASE flag
set. When key is released the KBD_FLAGS_RELEASE flag is set.

12 years agoSimplify code by using per_read_length() instead of reimplementing it.
Pawel Jakub Dawidek [Tue, 7 Feb 2012 10:15:32 +0000 (11:15 +0100)]
Simplify code by using per_read_length() instead of reimplementing it.

12 years agoMerge pull request #402 from pjd/disconnect
Marc-André Moreau [Tue, 7 Feb 2012 02:31:27 +0000 (18:31 -0800)]
Merge pull request #402 from pjd/disconnect

Graceful exit.

12 years agoAfter DEACTIVATE ALL PDU server can send MCS Disconnect Provider Ultimatum PDU to...
Pawel Jakub Dawidek [Mon, 6 Feb 2012 21:37:18 +0000 (22:37 +0100)]
After DEACTIVATE ALL PDU server can send MCS Disconnect Provider Ultimatum PDU to disconnect.
Handle such condition and exit from xfreerdp gracefully (almost, exit status is still != 0).

12 years agoMerge pull request #401 from pjd/fixes
Marc-André Moreau [Mon, 6 Feb 2012 21:42:47 +0000 (13:42 -0800)]
Merge pull request #401 from pjd/fixes

Better length checking and Windows XP fix.

12 years agoWindows XP can send short (and non-standard) DEACTIVATE_ALL PDUs. Handle them properly.
Pawel Jakub Dawidek [Mon, 6 Feb 2012 21:34:16 +0000 (22:34 +0100)]
Windows XP can send short (and non-standard) DEACTIVATE_ALL PDUs. Handle them properly.

12 years agoBetter packet length checking.
Pawel Jakub Dawidek [Mon, 6 Feb 2012 21:31:41 +0000 (22:31 +0100)]
Better packet length checking.

12 years agoFix password field length
Christer Palm [Mon, 6 Feb 2012 00:27:21 +0000 (01:27 +0100)]
Fix password field length

12 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Sat, 4 Feb 2012 23:18:54 +0000 (18:18 -0500)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

12 years agoxfreerdp-server: improve XShm encoding
Marc-André Moreau [Sat, 4 Feb 2012 23:18:46 +0000 (18:18 -0500)]
xfreerdp-server: improve XShm encoding

12 years agolibfreerdp-core: added --certificate-name option for explicitly specifying a certific...
Marc-André Moreau [Sat, 4 Feb 2012 20:16:41 +0000 (15:16 -0500)]
libfreerdp-core: added --certificate-name option for explicitly specifying a certificate name

12 years agolibfreerdp-core: improve and clarify certificate checking
Marc-André Moreau [Sat, 4 Feb 2012 20:04:03 +0000 (15:04 -0500)]
libfreerdp-core: improve and clarify certificate checking

12 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Sat, 4 Feb 2012 07:21:49 +0000 (02:21 -0500)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

12 years agolibfreerdp-core: added check for certificate name against hostname
Marc-André Moreau [Sat, 4 Feb 2012 07:21:39 +0000 (02:21 -0500)]
libfreerdp-core: added check for certificate name against hostname

12 years agoMerge pull request #397 from NiKiZe/master
Marc-André Moreau [Fri, 3 Feb 2012 23:07:43 +0000 (15:07 -0800)]
Merge pull request #397 from NiKiZe/master

Remove duplicate xfree in cliprdr_process_format_list

12 years agoFix duplicate xfree on format_name->name, shuld resolve Issue #387 and #395 ?
Christian Nilsson [Fri, 3 Feb 2012 23:04:41 +0000 (00:04 +0100)]
Fix duplicate xfree on format_name->name, shuld resolve Issue #387 and #395 ?

12 years agoMerge pull request #396 from celsius/master
Marc-André Moreau [Fri, 3 Feb 2012 15:59:35 +0000 (07:59 -0800)]
Merge pull request #396 from celsius/master

remove redundant or useless (?) checks for NULL pointer

12 years agoMerge pull request #394 from pjd/fixes
Marc-André Moreau [Fri, 3 Feb 2012 15:49:38 +0000 (07:49 -0800)]
Merge pull request #394 from pjd/fixes

Plug memory leak in case of an empty file and terminate string with '\0'.

12 years agoremove redundant if(NULL) checks (already checked inside of cache_free and rail_free)
Alexis Moinet [Fri, 3 Feb 2012 14:27:04 +0000 (15:27 +0100)]
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()

12 years agoFix problem where we check errno even for status == 0. This way when connection was...
Pawel Jakub Dawidek [Fri, 3 Feb 2012 13:44:45 +0000 (14:44 +0100)]
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.

12 years agoPlug memory leak in case of an empty file and terminate string with '\0'.
Pawel Jakub Dawidek [Fri, 3 Feb 2012 08:00:39 +0000 (09:00 +0100)]
Plug memory leak in case of an empty file and terminate string with '\0'.

12 years agolibfreerdp-core: change certificate store directory name to match OpenSSL
Marc-André Moreau [Thu, 2 Feb 2012 23:33:26 +0000 (18:33 -0500)]
libfreerdp-core: change certificate store directory name to match OpenSSL