Alexander Gottwald
026e9996d3
Issue #847 : protocol deadlock in NLA
...
fix ber_get_content_length and der_get_content_length to work for values
around 0x80 and 0x100
Fix nego_token, auth_info and pub_key_auth content length calculation in
credssp_send to fix a lockup in NLA protocol.
2013-02-26 21:32:36 +01:00
Marc-André Moreau
bcf2639906
Merge pull request #1005 from mfleisz/shortcutfix
...
Android: Fixed shortcut launching
2013-02-26 09:40:05 -08:00
Marc-André Moreau
fedbe9d280
Merge pull request #1009 from mfleisz/fixnsc
...
codec: fixed potential crash in NSCodec implementation
2013-02-26 08:12:47 -08:00
Martin Fleisz
ca2ef21933
codec: fixed potential crash in NSCodec implementation
2013-02-26 08:10:26 -08:00
Marc-André Moreau
415be93bec
Merge pull request #1008 from mfleisz/perfflags
...
Android: Fixed incorrect handling of performance flags
2013-02-26 07:06:57 -08:00
Martin Fleisz
e9527fbbf3
Android: Fixed incorrect handling of performance flags
2013-02-26 06:34:24 -08:00
Martin Fleisz
d28737f84d
Merge remote-tracking branch 'upstream/master' into shortcutfix
2013-02-26 04:05:15 -08:00
Martin Fleisz
382efe68ed
Android: Fixed shortcut launching
2013-02-26 04:04:23 -08:00
Marc-André Moreau
569973a14d
Merge pull request #1003 from jmealins/master
...
Fixed keyboard_x11.c and keymaps to have proper keycodes for windows keys on OS X
2013-02-25 17:23:53 -08:00
Jason Mealins
f8c4fa4938
Hard Coded and Keymap codes fixed for OS X
...
fixed right menu and both left and right windows keycodes
2013-02-25 17:13:19 -08:00
Jason Mealins
6da989258f
VK_RMENU defines right windows key
...
changing 71 to VK_RMENU
2013-02-25 12:25:07 -08:00
Jason Mealins
f8d0613e69
Fixing LWIN and RWIN keycode definitions
...
adding in the appropriate scancodes windows keys on mac os x
2013-02-25 12:18:03 -08:00
Marc-André Moreau
6fbb6ce4ab
Merge pull request #1001 from mfleisz/androidlib
...
Android: Refactored Android app into a library project and a small launcher app
2013-02-25 08:11:01 -08:00
Marc-André Moreau
4b610996e2
Merge pull request #999 from nschneider/macosx-kbd-patch
...
windows keys for Mac
2013-02-25 08:10:14 -08:00
Marc-André Moreau
157b8a9acc
Merge pull request #1000 from mfleisz/testentry
...
iOS: Added test bookmark
2013-02-25 08:08:41 -08:00
Martin Fleisz
9bd48a3e5d
Merge remote-tracking branch 'upstream/master' into androidlib
2013-02-25 07:52:22 -08:00
Martin Fleisz
d9089f2730
iOS: Added test bookmark
2013-02-25 16:48:22 +01:00
Martin Fleisz
be275c8c06
Android: Fixed test bookmark
2013-02-25 07:40:00 -08:00
Martin Fleisz
4722e1a096
Android: Added test bookmark
2013-02-25 07:21:51 -08:00
Norbert Schneider
69f83eba3e
VK_RMENU corrected
2013-02-25 15:49:59 +01:00
Norbert Schneider
f417c32c40
windows keys for Mac
...
Map apple command keys to win keys
2013-02-25 15:10:39 +01:00
Martin Fleisz
e5fc288a51
Android: Fixed settings sub-screen handling, cleaned up strings.xml
2013-02-25 02:37:07 -08:00
Marc-André Moreau
f9bf76d69d
Merge pull request #997 from zeha/fix_sigsegv_in_printer_parser
...
Fix out of bounds memory access with /printer:foo
2013-02-24 11:28:21 -08:00
Christian Hofstaedtler
559522e346
Fix out of bounds memory access with /printer:foo
...
Printer redirection command line parser was checking the wrong way if
a printer driver name was specified, causing the to segfault if no driver
name was given.
2013-02-24 15:33:32 +01:00
Martin Fleisz
369bf76143
Merged with freerdp/master
2013-02-22 04:31:57 -08:00
Marc-André Moreau
9e1e8f11f1
Merge pull request #992 from mfleisz/master
...
primitives: separating optimized functions into their own .c files
2013-02-22 04:06:04 -08:00
Martin Fleisz
b8fd4b5227
codec: Fixed NEON CPU detection compile issue, primitives_get race condition in rfx decoding
2013-02-22 03:37:39 -08:00
Martin Fleisz
58d49b402b
Android: Fixed certificate caching
2013-02-22 02:51:26 -08:00
Martin Fleisz
2ca493dbf5
Merge remote-tracking branch 'upstream/master' into androidlib
2013-02-22 02:26:10 -08:00
Martin Fleisz
1cfb4a4e77
codec: Fixed NEON detection and incorrect RFX decoding
2013-02-21 07:08:46 -08:00
Martin Fleisz
334f1e7782
Android: renaming of JNI API
2013-02-21 04:16:30 -08:00
Martin Fleisz
e819223939
primitives: renamed NEON detection function
2013-02-21 03:31:07 -08:00
Martin Fleisz
22cc6341a6
codec/primitives: NEON now enabled for iOS
2013-02-21 03:27:10 -08:00
Martin Fleisz
dd8a761c3c
Merge remote-tracking branch 'upstream/master'
2013-02-21 02:50:22 -08:00
Martin Fleisz
343d210a75
primitives: separating optimized functions into their own .c files.
...
This way we use certain compiler flags (like -msse3) only on files
containing optimized code. This avoids problems that occured when
using these flags compiling generic code and running it on platforms
that don't support these optimizations (i.e. NEON optimization on
ARM platforms).
2013-02-21 02:45:10 -08:00
Marc-André Moreau
9fd9b5014a
Merge pull request #989 from bmiklautz/sserver-color-nego
...
server/Sample: fix color depth negotiation
2013-02-20 07:55:14 -08:00
Marc-André Moreau
36e24a2d78
Merge pull request #988 from mfleisz/master
...
Fixed and improved performance of NEON yCbCr to RGB conversion
2013-02-20 07:54:59 -08:00
Bernhard Miklautz
3a75dea05b
server/Sample: fix color depth negotiation
2013-02-20 15:26:56 +01:00
Martin Fleisz
b5d6b43700
Fixed and improved performance of NEON yCbCr to RGB conversion
2013-02-20 05:33:42 -08:00
Martin Fleisz
f88ffee151
New optimized NEON yCbCr to RGB conversion
2013-02-20 02:08:02 -08:00
Martin Fleisz
f0fb640bb4
Various fixes and reorganisation of files for Android library project
2013-02-20 02:06:03 -08:00
Marc-André Moreau
0e19c92a20
Merge pull request #987 from bmiklautz/fpu_type
...
build/arm: added build option to specify fp ABI
2013-02-19 16:28:45 -08:00
Bernhard Miklautz
152071d38b
build/arm: added build option to specify fp ABI
...
cmake option ARM_FP_ABI allows to specify the floating point ABI to use.
If ARM_FP_ABI isn't set explicitly softfp is used.
fixes #980
2013-02-20 01:08:27 +01:00
Marc-André Moreau
abc3386f8a
Merge pull request #986 from C-o-r-E/master
...
Server improvements on OS X and Windows
2013-02-19 14:15:06 -08:00
C-o-r-E
567ee5a64a
Merge branch 'master' of https://github.com/C-o-r-E/FreeRDP
2013-02-19 16:43:57 -05:00
C-o-r-E
b39ae79749
Merge remote-tracking branch 'upstream/master'
2013-02-19 16:36:08 -05:00
Corey C
8e1e5161f3
Merge branch 'master' of http://github.com/C-o-r-E/FreeRDP
2013-02-19 16:28:08 -05:00
Corey C
0471db7bca
wfreerdp-server: fix warnings
2013-02-19 16:27:35 -05:00
C-o-r-E
4639ea6c2c
mfreerdp-server: cleanup
2013-02-19 16:26:06 -05:00
C-o-r-E
43f2ab1c5c
Merge branch 'master' of https://github.com/C-o-r-E/FreeRDP
2013-02-19 15:06:56 -05:00