Commit Graph

3706 Commits

Author SHA1 Message Date
Marc-André Moreau
d815363fa7 channels/rdpsnd/alsa: fix build with DEBUG_SVC 2013-02-27 10:26:11 -05:00
Marc-André Moreau
ddf4c6e0ff Merge branch 'master' of github.com:FreeRDP/FreeRDP 2013-02-27 09:38:39 -05:00
Marc-André Moreau
7d99f0c24c Merge pull request #1013 from hardening/cryptoFixes
Fixed skip_length() methods
2013-02-26 15:14:38 -08:00
hardening
132d736cd9 Fixed skip_length() methods 2013-02-27 00:01:03 +01:00
Marc-André Moreau
6a775ff032 channels/rdpsnd: reduce ALSA buffer underruns 2013-02-26 17:54:16 -05:00
Marc-André Moreau
6bc4afda88 Merge pull request #1011 from ago1024/master
Issue #847: protocol deadlock in NLA
2013-02-26 13:03:23 -08:00
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
8df47fb7fa channels/rdpsnd: attempt computing proper timestamp for playback end 2013-02-26 11:50:48 -05:00
Marc-André Moreau
afa7f4b945 channels/rdpsnd: fix crashes on termination 2013-02-26 11:16:33 -05: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
2b9174a69b channels/rdpsnd: cleanup 2013-02-25 21:46:48 -05: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
Marc-André Moreau
efb0a15fc9 channels/rdpsnd: added audio data length 2013-02-25 17:49:07 -05: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
b6e46e4511 Merge branch 'master' of github.com:awakecoding/FreeRDP 2013-02-24 22:33:27 -05:00
Marc-André Moreau
c22e5181c1 channels/rdpsnd: added more ALSA debug output 2013-02-24 22:32:48 -05: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
Marc-André Moreau
1b030caf5f mfreerdp: fix headers 2013-02-21 23:52:51 -05:00
Marc-André Moreau
d81870dcd7 mfreerdp: fix headers 2013-02-21 23:42:36 -05:00
Marc-André Moreau
e4f1ef0620 mfreerdp: cleanup 2013-02-21 23:07:35 -05:00
Marc-André Moreau
c79014db5c mfreerdp: code style cleanup 2013-02-21 22:04:09 -05:00
Marc-André Moreau
e10367ac9e mfreerdp: fix indentation 2013-02-21 21:42:47 -05:00
Marc-André Moreau
fe34a529d5 freerdp: fix build and warnings on Mac OS X 2013-02-21 21:09:42 -05:00
Marc-André Moreau
71a205a21e channels/rdpsnd: cleanup ALSA setup 2013-02-21 19:20:13 -05:00
Marc-André Moreau
23879a429b channels/rdpsnd: refactor audio format negotiation 2013-02-21 18:41:41 -05:00
Marc-André Moreau
6ba81c2a1a channels/rdpsnd: added more debug output for timing 2013-02-21 16:03:47 -05:00