platform/upstream/freerdp.git
12 years agolibfreerdp-core: fix capability set parsing for Windows XP
Marc-André Moreau [Fri, 11 Nov 2011 06:24:55 +0000 (01:24 -0500)]
libfreerdp-core: fix capability set parsing for Windows XP

12 years agopump version to 1.0.0.
Rex Tsai [Thu, 10 Nov 2011 20:46:46 +0000 (04:46 +0800)]
pump version to 1.0.0.

Signed-off-by: Rex Tsai <rex.tsai@canonical.com>
12 years agotsmf: fix when using older then libav major version 53. 1.0-beta1
Rex Tsai [Thu, 10 Nov 2011 17:02:10 +0000 (01:02 +0800)]
tsmf: fix when using older then libav major version 53.

12 years agoMerge pull request #200 from mfleisz/master
Otavio Salvador [Thu, 10 Nov 2011 12:25:57 +0000 (04:25 -0800)]
Merge pull request #200 from mfleisz/master

codec: NEON optimizations for RFX decoding

12 years agoAdded NEON optimizations for RFX decoder
Martin Fleisz [Thu, 10 Nov 2011 11:18:07 +0000 (03:18 -0800)]
Added NEON optimizations for RFX decoder

12 years agolibfreerdp-core: port extension plugin interface (untested)
Marc-André Moreau [Wed, 9 Nov 2011 20:59:03 +0000 (15:59 -0500)]
libfreerdp-core: port extension plugin interface (untested)

12 years agolibfreerdp-core: started porting extension plugin interface
Marc-André Moreau [Wed, 9 Nov 2011 20:33:58 +0000 (15:33 -0500)]
libfreerdp-core: started porting extension plugin interface

12 years agolibfreerdp-cache: disable glyph cache by default
Marc-André Moreau [Wed, 9 Nov 2011 17:57:31 +0000 (12:57 -0500)]
libfreerdp-cache: disable glyph cache by default

12 years agolibfreerdp-cache: got glyph drawing partially working
Marc-André Moreau [Wed, 9 Nov 2011 17:16:09 +0000 (12:16 -0500)]
libfreerdp-cache: got glyph drawing partially working

12 years agolibfreerdp-cache: moving glyph to a graphical object
Marc-André Moreau [Wed, 9 Nov 2011 05:43:56 +0000 (00:43 -0500)]
libfreerdp-cache: moving glyph to a graphical object

12 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Wed, 9 Nov 2011 04:26:53 +0000 (23:26 -0500)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

12 years agolibfreerdp-cache: initial glyph cache support
Marc-André Moreau [Wed, 9 Nov 2011 04:26:44 +0000 (23:26 -0500)]
libfreerdp-cache: initial glyph cache support

12 years agolibfreerdp-codec: fix crash when decompressing large nsc bitmaps
Anthony Tong [Tue, 8 Nov 2011 22:55:47 +0000 (17:55 -0500)]
libfreerdp-codec: fix crash when decompressing large nsc bitmaps

12 years agoxfreerdp-server: add missing FindXdamage.cmake
Marc-André Moreau [Tue, 8 Nov 2011 22:52:09 +0000 (17:52 -0500)]
xfreerdp-server: add missing FindXdamage.cmake

12 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Mon, 7 Nov 2011 22:20:21 +0000 (17:20 -0500)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

12 years agoxfreerdp-server: resize to server session resolution
Marc-André Moreau [Mon, 7 Nov 2011 22:20:00 +0000 (17:20 -0500)]
xfreerdp-server: resize to server session resolution

12 years agoMerge pull request #198 from sunds/master
Otavio Salvador [Thu, 3 Nov 2011 19:02:14 +0000 (12:02 -0700)]
Merge pull request #198 from sunds/master

Fixes for desktop properties and window placement

12 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Thu, 3 Nov 2011 02:26:24 +0000 (22:26 -0400)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

12 years agolibfreerdp-codec: replace GetGRCode by macro (was most called function according...
Marc-André Moreau [Thu, 3 Nov 2011 02:26:00 +0000 (22:26 -0400)]
libfreerdp-codec: replace GetGRCode by macro (was most called function according to callgrind)

12 years agoThe VisibilityNotify function was using elements out fo the XEvent union that belong...
David Sundstrom [Wed, 2 Nov 2011 18:36:11 +0000 (13:36 -0500)]
The VisibilityNotify function was using elements out fo the XEvent union that belong to the XExposeEvent event type. These fields are not valid for XVisibilityEvents and contain garbage values.

Remove the code that accessed these fields.  The XExposeEvent already has its own function containing the exact same code.

12 years agoRemove xf_rail_FilterWindowInfo() function. This function incorrectly calculated...
David Sundstrom [Wed, 2 Nov 2011 15:42:58 +0000 (10:42 -0500)]
Remove xf_rail_FilterWindowInfo() function.  This function incorrectly calculated a new width for windows that had a negative origin (that is, windows partially off the desktop to the left).  The function subtracted twice the window offset from the width.  To be correct this function needed to keep track of the old and new window positions and just subtract the difference.

It turns out none of this was necessary.  X will handle windows placed partially off-screen and draw them correctly, just as it does for windows dragged partially off the screen to the left.  Removing this function fixed a number of drawing issues including tool tips being incorrectly drawn and windows not being drawn correctly after they'd been placed partially off-screen to the right.

12 years agoremove unused pixmap
David Sundstrom [Wed, 2 Nov 2011 11:15:51 +0000 (06:15 -0500)]
remove unused pixmap

12 years agoFix memory leak in xf_window.c. If property lookup for current desktop failed, we...
David Sundstrom [Tue, 1 Nov 2011 19:31:57 +0000 (14:31 -0500)]
Fix memory leak in xf_window.c.  If property lookup for current desktop failed, we leaked property memory for workspace attributes.  Added check in case returned desktop number is greater than number of workspaces.

12 years agoMerge pull request #197 from atong-tcs/master
Otavio Salvador [Wed, 2 Nov 2011 16:53:29 +0000 (09:53 -0700)]
Merge pull request #197 from atong-tcs/master

xfreerdp: handle -g X%

12 years agoxfreerdp: handle -g X%
Anthony Tong [Tue, 1 Nov 2011 23:53:49 +0000 (18:53 -0500)]
xfreerdp: handle -g X%

12 years agoMerge pull request #195 from sunds/master
Marc-André Moreau [Tue, 1 Nov 2011 05:10:37 +0000 (22:10 -0700)]
Merge pull request #195 from sunds/master

Intermittent crash Linux & Solaris with RAIL; add missing system library for sem_* on Solaris

12 years agocliprdr: add support for long format names
Marc-André Moreau [Tue, 1 Nov 2011 05:09:38 +0000 (01:09 -0400)]
cliprdr: add support for long format names

12 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Mon, 31 Oct 2011 23:15:45 +0000 (19:15 -0400)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

12 years agocliprdr: add more detailed debug output
Marc-André Moreau [Mon, 31 Oct 2011 23:15:27 +0000 (19:15 -0400)]
cliprdr: add more detailed debug output

12 years agoMerge pull request #194 from sunds/f714af765933d489f870c86ee64396b4775f64fc
Marc-André Moreau [Mon, 31 Oct 2011 18:07:59 +0000 (11:07 -0700)]
Merge pull request #194 from sunds/f714af765933d489f870c86ee64396b4775f64fc

Basic port to Solaris

12 years agoPort to Solaris 10u9.
David Sundstrom [Mon, 31 Oct 2011 17:55:05 +0000 (12:55 -0500)]
Port to Solaris 10u9.
Added -lrt which is a required library for the sem_*() functions
Fixed xf_window.c to not return null for zero-width windows - rather coerce values to be valid as was already being done for height and width. This fixes intermittent crashs on Solars and Linux.

12 years agoMerge branch 'sunds-branch'
David Sundstrom [Mon, 31 Oct 2011 15:49:23 +0000 (10:49 -0500)]
Merge branch 'sunds-branch'

12 years agolibfreerdp-cache: fix bitmap_cache_free
Anthony Tong [Mon, 31 Oct 2011 03:19:38 +0000 (22:19 -0500)]
libfreerdp-cache: fix bitmap_cache_free

12 years agofreerdp.pc: freerdp-chanman renamed to freerdp-channels.
Vic Lee [Sun, 30 Oct 2011 14:00:27 +0000 (22:00 +0800)]
freerdp.pc: freerdp-chanman renamed to freerdp-channels.

12 years agoserver: follow context_size change.
Vic Lee [Sun, 30 Oct 2011 05:43:04 +0000 (13:43 +0800)]
server: follow context_size change.

12 years agorfx: fix incorrect offset in rfx_quantization_encode (atong)
Vic Lee [Sat, 29 Oct 2011 16:24:30 +0000 (00:24 +0800)]
rfx: fix incorrect offset in rfx_quantization_encode (atong)

12 years agorfx: add rfx_context_set_cpu_opt() APi to replace passing rdpSettings.
Vic Lee [Sat, 29 Oct 2011 14:01:50 +0000 (22:01 +0800)]
rfx: add rfx_context_set_cpu_opt() APi to replace passing rdpSettings.

12 years agolibfreerdp-core/info: [fix] read Length in rdp_recv_logon_info_extended
Eduardo Beloni [Fri, 28 Oct 2011 17:48:40 +0000 (15:48 -0200)]
libfreerdp-core/info: [fix] read Length in rdp_recv_logon_info_extended

Now FreeRDP can receive the auto-reconnect cookie from the server

12 years agoAdd missing includes for Solaris
David Sundstrom [Fri, 28 Oct 2011 16:27:09 +0000 (11:27 -0500)]
Add missing includes for Solaris

12 years agoMerge pull request #191 from atong-tcs/master
Marc-André Moreau [Fri, 28 Oct 2011 15:54:51 +0000 (08:54 -0700)]
Merge pull request #191 from atong-tcs/master

certstore: update verified certificates, be graceful on filesystem errors

12 years agocertstore: update verified certificates, be graceful on filesystem errors
Anthony Tong [Fri, 28 Oct 2011 15:38:45 +0000 (11:38 -0400)]
certstore: update verified certificates, be graceful on filesystem errors

12 years agoMerge pull request #190 from pearsonalan/master
Marc-André Moreau [Thu, 27 Oct 2011 17:55:16 +0000 (10:55 -0700)]
Merge pull request #190 from pearsonalan/master

Fix Mac OS X compilation issues

12 years agoAdd sys/signal.h to header list.
Alan Pearson [Thu, 27 Oct 2011 17:50:09 +0000 (10:50 -0700)]
Add sys/signal.h to header list.

12 years agoMore compilation warning cleanup: header file reorganization, include <sys/select...
Alan Pearson [Thu, 27 Oct 2011 17:41:39 +0000 (10:41 -0700)]
More compilation warning cleanup: header file reorganization, include <sys/select.h> or <unistd.h> to define select where it is used.

12 years agoReorder header files. X11 headers need to be before freerdp/types.h otherwise we...
Alan Pearson [Thu, 27 Oct 2011 17:29:16 +0000 (10:29 -0700)]
Reorder header files. X11 headers need to be before freerdp/types.h otherwise we get warnings about redefinition of True and False

12 years agoMerge remote-tracking branch 'upstream/master'
Alan Pearson [Thu, 27 Oct 2011 16:56:57 +0000 (09:56 -0700)]
Merge remote-tracking branch 'upstream/master'

12 years agowfreerdp: fix bitmap decompression
Marc-André Moreau [Wed, 26 Oct 2011 19:38:50 +0000 (15:38 -0400)]
wfreerdp: fix bitmap decompression

12 years agoMerge pull request #186 from celsius/master
Marc-André Moreau [Wed, 26 Oct 2011 17:24:06 +0000 (10:24 -0700)]
Merge pull request #186 from celsius/master

add cmake option for redirection debug and fix a segmentation fault in redirection.c

12 years agoMerge pull request #188 from atong-tcs/master
Marc-André Moreau [Wed, 26 Oct 2011 17:23:27 +0000 (10:23 -0700)]
Merge pull request #188 from atong-tcs/master

fix bitmap leak

12 years agoxfreerdp: fix bitmap buffer leak
Anthony Tong [Wed, 26 Oct 2011 16:50:14 +0000 (12:50 -0400)]
xfreerdp: fix bitmap buffer leak

12 years agoMerge pull request #187 from atong-tcs/master
Marc-André Moreau [Wed, 26 Oct 2011 16:42:17 +0000 (09:42 -0700)]
Merge pull request #187 from atong-tcs/master

libfreerdp-cache: fix leak with child bitmap reuse

12 years agolibfreerdp-cache: fix leak with child bitmap reuse
Anthony Tong [Wed, 26 Oct 2011 16:34:18 +0000 (12:34 -0400)]
libfreerdp-cache: fix leak with child bitmap reuse

12 years agoadd cmake option for redirection debug and fix a segmentation fault in redirection
Alexis Moinet [Wed, 26 Oct 2011 08:47:32 +0000 (10:47 +0200)]
add cmake option for redirection debug and fix a segmentation fault in redirection

12 years agolibfreerdp-core: fix bitmap leak (call child destructor from parent destructor in...
Marc-André Moreau [Wed, 26 Oct 2011 03:12:28 +0000 (23:12 -0400)]
libfreerdp-core: fix bitmap leak (call child destructor from parent destructor in graphics/bitmap)

12 years agoRemove apple keyboard debug message.
Alan Pearson [Wed, 26 Oct 2011 01:09:05 +0000 (18:09 -0700)]
Remove apple keyboard debug message.

12 years agoMerge pull request #185 from atong-tcs/master
Marc-André Moreau [Tue, 25 Oct 2011 16:17:32 +0000 (09:17 -0700)]
Merge pull request #185 from atong-tcs/master

cmake: use CMAKE_DL_LIBS instead of dl for portability

12 years agoMerge pull request #184 from OSSystems/master
Marc-André Moreau [Tue, 25 Oct 2011 16:17:25 +0000 (09:17 -0700)]
Merge pull request #184 from OSSystems/master

X11: exit codes

12 years agocmake: use CMAKE_DL_LIBS instead of dl for portability
Anthony Tong [Tue, 25 Oct 2011 13:47:38 +0000 (09:47 -0400)]
cmake: use CMAKE_DL_LIBS instead of dl for portability

12 years agoX11: X11: handling error info -> disconnect reason
Eduardo Beloni [Mon, 24 Oct 2011 18:46:19 +0000 (16:46 -0200)]
X11: X11: handling error info -> disconnect reason

12 years agolibfreerdp-core: facilities for storing and retrieving 'error info'
Eduardo Beloni [Mon, 24 Oct 2011 18:37:21 +0000 (16:37 -0200)]
libfreerdp-core: facilities for storing and retrieving 'error info'

12 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Tue, 25 Oct 2011 06:46:33 +0000 (02:46 -0400)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

12 years agodocs: update visio document with core graphical objects
Marc-André Moreau [Tue, 25 Oct 2011 06:46:24 +0000 (02:46 -0400)]
docs: update visio document with core graphical objects

12 years agoMerge pull request #183 from atong-tcs/master
Marc-André Moreau [Tue, 25 Oct 2011 06:14:31 +0000 (23:14 -0700)]
Merge pull request #183 from atong-tcs/master

xfreerdp: ifdef cpuid inline asm properly

12 years agoxfreerdp: ifdef cpuid inline asm properly
Anthony Tong [Tue, 25 Oct 2011 06:10:24 +0000 (01:10 -0500)]
xfreerdp: ifdef cpuid inline asm properly

12 years agoMerge pull request #182 from atong-tcs/sse2
Marc-André Moreau [Tue, 25 Oct 2011 05:42:04 +0000 (22:42 -0700)]
Merge pull request #182 from atong-tcs/sse2

-DWITH_SSE2 now does runtime detection

12 years agosse2: switch to cpuid, from /proc/cpuinfo
Anthony Tong [Tue, 25 Oct 2011 05:22:56 +0000 (00:22 -0500)]
sse2: switch to cpuid, from /proc/cpuinfo

12 years agocmake/sse2: initial sse2 detect
Anthony Tong [Sun, 23 Oct 2011 18:51:26 +0000 (13:51 -0500)]
cmake/sse2: initial sse2 detect

12 years agoMerge pull request #180 from atong-tcs/rfx
Marc-André Moreau [Tue, 25 Oct 2011 02:43:19 +0000 (19:43 -0700)]
Merge pull request #180 from atong-tcs/rfx

libfreerdp-codec: rfx quantization decode fix

12 years agoMerge pull request #181 from ngraziano/color-fix
Marc-André Moreau [Tue, 25 Oct 2011 02:43:07 +0000 (19:43 -0700)]
Merge pull request #181 from ngraziano/color-fix

Color fix

12 years agoTry to get good color for 8 Bpp and 15 Bpp.
Nicolas Graziano [Tue, 25 Oct 2011 02:12:57 +0000 (04:12 +0200)]
Try to get good color for 8 Bpp and 15 Bpp.

The method is try and correct for 8, 15, 16 24 and 32.
I made all this change in freerdp_color_convert_rgb to prevent
blue = clrconv->palette->entries[srcColor].red

12 years agoMake option -a 15 works.
Nicolas Graziano [Tue, 25 Oct 2011 02:04:51 +0000 (04:04 +0200)]
Make option -a 15 works.

12 years agofix compilation warnings. need X11 headers before libkbd.h or else we get redefinitio...
Alan Pearson [Mon, 24 Oct 2011 18:15:19 +0000 (11:15 -0700)]
fix compilation warnings. need X11 headers before libkbd.h or else we get redefinition warnings

12 years agoCross-platform
Alan Pearson [Mon, 24 Oct 2011 18:08:39 +0000 (11:08 -0700)]
Cross-platform

12 years agoAdd X11 libraries. Neede for MacOS X build.
Alan Pearson [Mon, 24 Oct 2011 17:43:45 +0000 (10:43 -0700)]
Add X11 libraries.  Neede for MacOS X build.

12 years agoMerge pull request #176 from OSSystems/parallel
Marc-André Moreau [Mon, 24 Oct 2011 14:45:56 +0000 (07:45 -0700)]
Merge pull request #176 from OSSystems/parallel

Fix and adjust parallel port redirection

12 years agoMerge pull request #178 from mfleisz/cryptofix
Marc-André Moreau [Mon, 24 Oct 2011 14:45:20 +0000 (07:45 -0700)]
Merge pull request #178 from mfleisz/cryptofix

core: Added missing \0 termination to crypto_print_name

12 years agocore: Added missing \0 termination to crypto_print_name
Martin Fleisz [Mon, 24 Oct 2011 13:22:44 +0000 (06:22 -0700)]
core: Added missing \0 termination to crypto_print_name

12 years agordpdr/parallel: fix and adjust parallel port redirection
Eduardo Beloni [Fri, 21 Oct 2011 12:11:33 +0000 (10:11 -0200)]
rdpdr/parallel: fix and adjust parallel port redirection

12 years agolibfreerdp-codec: rfx quantization decode fix
Anthony Tong [Sun, 23 Oct 2011 22:40:58 +0000 (17:40 -0500)]
libfreerdp-codec: rfx quantization decode fix

 - the incorrect offset also causes an unaligned access with sse2,
on i386 it may segv on _mm_load_sil128

12 years agoMerge pull request #175 from atong-tcs/master
Marc-André Moreau [Sat, 22 Oct 2011 17:32:58 +0000 (10:32 -0700)]
Merge pull request #175 from atong-tcs/master

Set _net_wm_icon on desktop window

12 years agoxfreerdp: set icon for DesktopWindow
Anthony Tong [Sat, 22 Oct 2011 16:55:03 +0000 (11:55 -0500)]
xfreerdp: set icon for DesktopWindow

12 years agowfreerdp: fix compilation on windows
Marc-André Moreau [Fri, 21 Oct 2011 20:45:35 +0000 (16:45 -0400)]
wfreerdp: fix compilation on windows

12 years agorail: fix flags for executable specified as full path, not alias
Marc-André Moreau [Fri, 21 Oct 2011 18:08:31 +0000 (14:08 -0400)]
rail: fix flags for executable specified as full path, not alias

12 years agoxfreerdp: improved 8bpp support
Marc-André Moreau [Fri, 21 Oct 2011 16:17:04 +0000 (12:17 -0400)]
xfreerdp: improved 8bpp support

12 years agolibfreerdp-core: fix credssp check for Authenticate callback
Marc-André Moreau [Fri, 21 Oct 2011 15:18:11 +0000 (11:18 -0400)]
libfreerdp-core: fix credssp check for Authenticate callback

12 years agoresources: added FreeRDP icon and logo files
Marc-André Moreau [Fri, 21 Oct 2011 15:11:25 +0000 (11:11 -0400)]
resources: added FreeRDP icon and logo files

12 years agoMerge pull request #170 from mfleisz/cryptofix
Otavio Salvador [Fri, 21 Oct 2011 13:42:52 +0000 (06:42 -0700)]
Merge pull request #170 from mfleisz/cryptofix

core: Fixed error in crypto_print_name causing it to always return NULL

12 years agoMerge pull request #172 from mfleisz/authfix
Marc-André Moreau [Fri, 21 Oct 2011 13:38:48 +0000 (06:38 -0700)]
Merge pull request #172 from mfleisz/authfix

core: correct processing of result from authenticate callback

12 years agocore: correct processing of result from authenticate callback
Martin Fleisz [Fri, 21 Oct 2011 11:02:46 +0000 (04:02 -0700)]
core: correct processing of result from authenticate callback

12 years agocore: Fixed error in crypto_print_name causing it to always return NULL
Martin Fleisz [Fri, 21 Oct 2011 08:55:28 +0000 (01:55 -0700)]
core: Fixed error in crypto_print_name causing it to always return NULL

12 years agolibfreerdp-core: refactoring of callback prefix
Marc-André Moreau [Fri, 21 Oct 2011 03:15:18 +0000 (23:15 -0400)]
libfreerdp-core: refactoring of callback prefix

12 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Fri, 21 Oct 2011 01:38:21 +0000 (21:38 -0400)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

12 years agoxfreerdp: fix bitmap updates after refactoring
Marc-André Moreau [Fri, 21 Oct 2011 01:34:55 +0000 (21:34 -0400)]
xfreerdp: fix bitmap updates after refactoring

12 years agolibfreerdp-core: added pointer object
Marc-André Moreau [Thu, 20 Oct 2011 22:18:45 +0000 (18:18 -0400)]
libfreerdp-core: added pointer object

12 years agolibfreerdp-core: refactoring of core bitmap objects
Marc-André Moreau [Thu, 20 Oct 2011 21:28:59 +0000 (17:28 -0400)]
libfreerdp-core: refactoring of core bitmap objects

12 years agoMerge pull request #168 from nfedera/pcapsegvfix
Marc-André Moreau [Thu, 20 Oct 2011 16:23:25 +0000 (09:23 -0700)]
Merge pull request #168 from nfedera/pcapsegvfix

pcap: fix several segfaults with NULL pcap file handle

12 years agoMerge pull request #167 from mfleisz/disconnect_fix
Otavio Salvador [Thu, 20 Oct 2011 12:55:06 +0000 (05:55 -0700)]
Merge pull request #167 from mfleisz/disconnect_fix

transport: Leaking socket on disconnect when using TLS transport layer

12 years agopcap: fix several segfaults with NULL pcap file handle
Norbert Federa [Thu, 20 Oct 2011 12:25:25 +0000 (14:25 +0200)]
pcap: fix several segfaults with NULL pcap file handle

- pcap_open did not return NULL if fopen failed
- libfreerdp-core, tfreerdp-serer and xfreerdp-server did not check the pcap_open result
- also fixed the sleep calculation in the xfreerdp-server

12 years agotransport: Leaking socket on disconnect when using TLS transport layer
Martin Fleisz [Thu, 20 Oct 2011 10:50:12 +0000 (03:50 -0700)]
transport: Leaking socket on disconnect when using TLS transport layer

12 years agoMerge pull request #166 from OSSystems/master
Marc-André Moreau [Wed, 19 Oct 2011 19:45:49 +0000 (12:45 -0700)]
Merge pull request #166 from OSSystems/master

Serial redirection fixes