Commit Graph

1295 Commits

Author SHA1 Message Date
Mike Gilbert
7cf1ea6a29 cmake: Use new GNUInstallDirs module for BINDIR and LIBDIR.
Should automatically correct libdir handling for 64 bit linux distros.

See also:
http://public.kitware.com/Bug/view.php?id=3976
http://public.kitware.com/Bug/view.php?id=11964
2011-12-05 23:34:29 -05:00
Marc-André Moreau
806df4aea4 Merge pull request #250 from bmiklautz/no_xdamage_build_fix
xfreerdp-server: fix compilation when xdamage is disabled
2011-12-05 08:46:12 -08:00
Bernhard Miklautz
3dd19782fe xfreerdp-server: fix compilation when xdamage is disabled 2011-12-05 15:31:16 +01:00
Marc-André Moreau
a50ef84c21 wfreerdp: fix compilation and warnings 2011-12-03 17:24:18 -05:00
Otavio Salvador
b93b196e82 Merge pull request #248 from llyzs/fastpath
fastpath: refactor fastpath updates and merge fragmented codes.
2011-12-03 02:18:57 -08:00
Vic Lee
28d1abdd62 fastpath: refactor fastpath updates and merge fragmented codes. 2011-12-03 14:55:17 +08:00
Marc-André Moreau
cd7fd9e8d6 Merge pull request #247 from blu3bird/master
-T option to set window title
2011-12-02 15:26:47 -08:00
Vic Lee
667afaa8d3 server: add pointer updates. 2011-12-03 08:54:02 +08:00
bluebird
a40f5c1718 xfreerdp, wfreerdp: Add -T option to set window title 2011-12-02 15:58:38 +01:00
Otavio Salvador
c900284014 Merge pull request #246 from ydal/patch-16
dfreerdp : enable polyline order support via gdi
2011-12-02 00:43:55 -08:00
Youngdal Kwon
6a174c655e dfreerdp : enable polyline order support 2011-12-02 17:29:30 +09:00
Marc-André Moreau
dc0699fc8f Merge pull request #245 from ydal/patch-15
gdi : fix polyline function
2011-12-01 20:33:18 -08:00
Youngdal Kwon
feee0a5338 gdi : fix polyline function 2011-12-02 12:59:23 +09:00
Otavio Salvador
ea087c103a Merge pull request #243 from atong-tcs/master
mark --nsc as experimental
2011-12-01 09:15:18 -08:00
Anthony Tong
273b370a57 mark --nsc as experimental 2011-12-01 11:56:12 -05:00
Otavio Salvador
a0a25a61d8 Merge pull request #238 from ydal/patch-12
dfreerdp : assign correct order_support settings like xfreerdp.
2011-12-01 03:10:39 -08:00
ydal
526c55720b dfreerdp : assign correct order_support settings like xfreerdp. 2011-12-01 15:48:33 +09:00
Marc-André Moreau
e84e383456 Merge pull request #237 from floppym/const-cleanup
More cleanup of constant values and global variables
2011-11-30 20:51:36 -08:00
Mike Gilbert
062cfe62b7 DirectFB: Add static to a few global variables. 2011-11-30 19:23:56 -05:00
Mike Gilbert
affd83c905 xfreerdp: Add static to a few global variables. 2011-11-30 19:22:22 -05:00
Mike Gilbert
bde19474a9 X11/xf_event: Optimize storage of constant strings. 2011-11-30 19:21:04 -05:00
Mike Gilbert
ce28e06158 channels: Optimize storage of string tables. 2011-11-30 19:11:27 -05:00
Mike Gilbert
1965d749ea libfreerdp-rail/window: Add static const to global tables. 2011-11-30 18:56:10 -05:00
Mike Gilbert
7646b86a69 libfreerdp-kbd: Add static const to layout/variant tables. 2011-11-30 18:51:29 -05:00
Mike Gilbert
b4adefc0d4 gdi: Make rop3_code_table static. 2011-11-30 18:17:06 -05:00
Mike Gilbert
6be782f73e libfreerdp-codec/bitmap: Add const to bitmasks. 2011-11-30 18:13:36 -05:00
Mike Gilbert
b456a4ea0a libfreerdp-utils: Add const to a few global strings. 2011-11-30 18:00:39 -05:00
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