Mike Gilbert
bc3f8dfa53
libfreerdp-core: Finish cleanup of constant string arrays.
2011-11-30 17:40:36 -05:00
Mike Gilbert
c676bd0ac8
ber: Add const to ber_write_octet_string input parameter.
2011-11-30 17:36:27 -05:00
Mike Gilbert
5b7fc71b37
security: Add const to table declarations.
2011-11-30 17:33:13 -05:00
Mike Gilbert
c8934ef028
crypto: Add const modifiers to input parameters.
2011-11-30 17:29:40 -05:00
Marc-André Moreau
c8c3fea163
cmake: fix for Mac OS X 10.4
2011-11-30 11:16:10 -05:00
Otavio Salvador
8a8a6667a3
Merge pull request #236 from floppym/clean-strings
...
Optimize storage of strings
2011-11-30 03:35:42 -08:00
Mike Gilbert
88be3c2184
ntlmssp: Remove accidental ifdef.
2011-11-29 21:26:05 -05:00
Mike Gilbert
4048ddce6d
libfreerdp-core: More strings cleanup.
...
- Comment out unused lookup tables.
- ifdef tables where appropriate.
- Change declarations to produce read-only sections.
See also:
http://blog.flameeyes.eu/2007/12/19/array-of-pointers-and-array-of-arrays
2011-11-29 21:08:07 -05:00
Mike Gilbert
3993f54474
ntlmssp: Optimize storage of constant strings.
...
Based on information in flameeyes blog.
http://blog.flameeyes.eu/2007/12/19/array-of-pointers-and-array-of-arrays
2011-11-29 21:08:07 -05:00
Mike Gilbert
f176059921
errinfo.c: Cleanup global variables and strings.
...
This moves constant data into a read-only section and cuts around 7k out
of the resulting object code.
2011-11-29 20:34:25 -05:00
Marc-André Moreau
ac9d584de5
ntlmssp: added more debug output for AV_PAIRS
2011-11-29 19:23:08 -05:00
Marc-André Moreau
37a4ed3859
ntlmssp: add better AV_PAIRS debug output
2011-11-29 18:36:22 -05:00
Marc-André Moreau
28cc3c6f11
ntlmssp: add command-line option to enabled WIP enhanced NTLMv2 security
2011-11-29 18:12:42 -05:00
Marc-André Moreau
5fd63def4f
Merge pull request #235 from mattymo/master
...
#234 redirect should use FDQN instead of netbios name when possible
2011-11-29 14:00:10 -08:00
Matthew Mosesohn
fca9ca8908
Try FDQN for redirect before trying netbios name
2011-11-29 16:32:22 -05:00
Marc-André Moreau
caa7f5c0ee
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2011-11-29 15:33:16 -05:00
Marc-André Moreau
b2515f0729
ntlmssp: got NTLM authentication working with proper definitions
2011-11-29 15:29:59 -05:00
Marc-André Moreau
76f09de778
ntlmssp: refactor NEGOTIATE debug output
2011-11-29 15:16:42 -05:00
Marc-André Moreau
22ca2e06fd
ntlmssp: added ALTERNATE_NTLMSSP
2011-11-29 14:41:04 -05:00
Otavio Salvador
4d30de3338
Merge pull request #233 from ydal/patch-11
...
dfreerdp : enable mouse wheel
2011-11-29 10:09:34 -08:00
ydal
ce3ff7f2aa
dfreerdp : enable mouse wheel
2011-11-30 01:13:39 +09:00
Marc-André Moreau
040175126e
libfreerdp-cache: fix glyph drawing for command prompt
2011-11-27 17:06:34 -05:00
Marc-André Moreau
af6e914cf3
update: modify surface frame marker callback
2011-11-25 11:30:15 -05:00
Marc-André Moreau
7371d203cb
rdpdr: fix warnings, directfb: fix warnings
2011-11-25 11:24:47 -05:00
Marc-André Moreau
b40ce40449
Merge pull request #223 from ydal/patch-9
...
dfreerdp : support VK_KANA / VK_HANGUL and VK_HANJA / VK_KANJI
2011-11-25 07:09:38 -08:00
Marc-André Moreau
cdced7bd7f
Merge pull request #224 from ydal/patch-10
...
dfreerdp : support VK_DECIMAL
2011-11-25 07:09:10 -08:00
Marc-André Moreau
7f9f2ea7a7
Merge pull request #226 from nfedera/dumpcaconlyfix
...
core: request RemoteFX-only data if --dump-rfx is specified
2011-11-25 07:08:56 -08:00
Marc-André Moreau
afd2569be0
Merge pull request #225 from nfedera/framemarkerupdate
...
core: add update callback for the surface frame marker command
2011-11-25 07:08:37 -08:00
Marc-André Moreau
9e27f456d2
Merge pull request #227 from nfedera/rfximagemode
...
codec: support for specifying the RemoteFX mode (image or video)
2011-11-25 07:07:26 -08:00
Norbert Federa
c918cfb7af
codec: support for specifying the RemoteFX mode (image or video)
2011-11-25 13:09:16 +01:00
Norbert Federa
6540b77534
core: request RemoteFX-only data if --dump-rfx is specified
...
The variable captureFlags was already correctly set if --dump-rfx
was specified but simply not used.
2011-11-25 12:23:44 +01:00
ydal
a12f3e0fc6
dfreerdp : support VK_DECIMAL
2011-11-25 19:51:56 +09:00
Norbert Federa
c2514dbcae
core: add update callback for the surface frame marker command
...
- clients will need this to present the offscreen to the display
in the correct state in order to avoid flickering and artefacts
and to do frame acknowledgement.
- added empty callback to xfreerdp.
2011-11-25 11:48:51 +01:00
ydal
1a76319cbe
Merge pull request #3 from ydal/patch-8
...
Update client/DirectFB/df_event.c
2011-11-25 02:43:19 -08:00
ydal
6ebd4b2f6e
Update include/freerdp/kbd/vkcodes.h
2011-11-25 19:41:06 +09:00
ydal
e793627b9c
Update client/DirectFB/df_event.c
2011-11-25 19:39:39 +09:00
Marc-André Moreau
42735c4690
Merge pull request #222 from jsorg71/master
...
fast glyph, fast index
2011-11-24 17:10:00 -08:00
Jay Sorg
b32ea1b77e
got fast index and fast glyph working
2011-11-24 15:32:49 -08:00
Marc-André Moreau
79fcd44bb1
xfreerdp: started X11 glyph drawing
2011-11-24 13:01:34 -05:00
Vic Lee
0d17fbe785
server: add scrblt.
2011-11-25 00:48:53 +08:00
Otavio Salvador
3b67e71ccf
Merge pull request #220 from celsius/master
...
fix three double frees in redirection.c/settings.c and a memory leak in connection.c
2011-11-24 08:04:23 -08:00
Otavio Salvador
4a4ba695f5
Merge pull request #221 from atong-tcs/master
...
fix file renames
2011-11-24 08:01:46 -08:00
Anthony Tong
11e75881da
rdpdr/disk: fix renames; target path was not contructed properly
2011-11-24 09:51:01 -06:00
Alexis Moinet
4777d8f021
fix a double free in redirection.c/settings.c and a memory leak in connection.c
2011-11-24 16:45:34 +01:00
Vic Lee
d778564a52
include: config.h is private and should not be included in public API.
2011-11-24 19:36:52 +08:00
Otavio Salvador
af324260ac
Merge pull request #219 from ydal/patch-7
...
gdi : color convert bug for 32bpp
2011-11-24 03:27:30 -08:00
Otavio Salvador
79e8b19761
Merge pull request #218 from ydal/patch-6
...
dfreerdp : There are no functions to support savebitmap, ...
2011-11-24 03:27:06 -08:00
Vic Lee
b6bf15ca27
cliprdr: fix incorrect condition.
2011-11-24 19:01:28 +08:00
ydal
ac3d436e36
gdi : color convert bug for 32bpp
2011-11-24 18:30:34 +09:00
ydal
c932b2b5d9
dfreerdp : There are no functions to support savebitmap, ...
2011-11-24 18:02:09 +09:00