C-o-r-E
5aaaf58315
libfreerdp-core: more debug output for tracking timezone bug
2012-07-28 23:05:46 -04:00
Marc-André Moreau
52c697a7e2
channels: start fixing compilation on Windows
2012-07-28 22:24:14 -04:00
Marc-André Moreau
8203876838
wfreerdp: fix 16bpp colors
2012-07-28 21:37:34 -04:00
Marc-André Moreau
1d80e998a2
libwinpr-sspi: fix NTLM version info
2012-07-28 20:29:02 -04:00
C-o-r-E
644b48dd15
libfreerdp-core: added debug output
2012-07-28 20:14:47 -04:00
Marc-André Moreau
7f5d88c0da
Merge branch 'winpr' of github.com:FreeRDP/FreeRDP into winpr
2012-07-28 19:31:26 -04:00
Marc-André Moreau
d1322c756e
libfreerdp-core: fix timezone finding and encoding
2012-07-28 19:30:21 -04:00
Marc-André Moreau
f972326782
Merge pull request #673 from FreeRDP/winpr
...
WinPR: time zone, registry and unicode
2012-07-28 14:59:49 -07:00
Marc-André Moreau
1d93dbab33
libfreerdp-core: fix timezone finding and encoding
2012-07-28 17:57:41 -04:00
Marc-André Moreau
af2745a11a
Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr
2012-07-28 16:30:17 -04:00
Marc-André Moreau
0b7b6ca2ec
libwinpr-registry: fix case sensivity
2012-07-28 15:49:16 -04:00
Marc-André Moreau
e039f82c67
Merge pull request #672 from C-o-r-E/master
...
Added time zone detection support to redhat style systems. Fixed bug in Unix-Windows time zone matching.
2012-07-28 12:24:36 -07:00
C-o-r-E
1e48dc38ec
Removed debug output
2012-07-28 15:04:07 -04:00
C-o-r-E
e9d7c05bf5
client now successfuly sets the server's timezone
2012-07-28 00:43:54 -04:00
C-o-r-E
1fe8a1d161
fixed erroneous string modification
2012-07-28 00:11:09 -04:00
C-o-r-E
a5c96251a1
fixed warning and added some more debug output
2012-07-28 00:07:37 -04:00
C-o-r-E
65c18d3924
Added support for timezone detection on redhad style systems using /etc/localtime
2012-07-27 23:53:35 -04:00
C-o-r-E
b15f47c54b
timezone stuff
2012-07-27 22:58:56 -04:00
C-o-r-E
55232b3ead
added more debug output
2012-07-27 18:15:18 -04:00
C-o-r-E
37874db0e9
added some debug output
2012-07-27 17:38:45 -04:00
C-o-r-E
3cade53dad
added some debug output
2012-07-27 17:12:15 -04:00
Bernhard Miklautz
0bb4dc5fff
Fix for issue #670
...
Only connect with protocol if selected
2012-07-27 14:43:57 +02:00
Bernhard Miklautz
e3f03f57d8
Error fixed in AutoVersioning when no .git is found
2012-07-27 03:32:42 +02:00
Bernhard Miklautz
3d59c44f7a
Git build versioning added.
...
Now --version prints something like "This is FreeRDP version 1.0.1 (git
1.0.1-710-g90ec2)". Having a git commit id helps to identify builds and eases
debuggin.
The downside is that GetGitRevisionDescription retriggers a cmake
re-configuration after each git commit. But thats the only way to get correct
version informations without having git hooks or similar.
GetGitRevisionDescription is based on Ryan Pavlik cmake Modules.
2012-07-27 03:11:40 +02:00
Marc-André Moreau
66809ba269
libwinpr-sspi: fix on Linux
2012-07-26 19:43:51 -04:00
Marc-André Moreau
56db379571
libwinpr-sspi: fix UNICODE build
2012-07-26 18:35:39 -04:00
Jay Sorg
06e7db4e6b
codec: minor change
2012-07-26 11:15:41 -07:00
Marc-André Moreau
984a8c97a3
Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr
2012-07-26 12:41:49 -04:00
Marc-André Moreau
32390d7807
Merge pull request #668 from lysannkessler/spikes/hyperv
...
Allow connections to Hyper-V VMMS
2012-07-26 07:34:57 -07:00
Marc-André Moreau
7e62beeb91
Merge pull request #669 from floe/master
...
Fix for issue #656 - invalid free() in NTLM
2012-07-26 07:34:39 -07:00
Florian Echtler
415e663d61
fix NTLM segfault from issue #656
2012-07-26 16:31:22 +02:00
lysannkessler
ecc0209bc3
rename command line option --disable-security-layer-negotiation to --no-nego
2012-07-26 12:55:35 +02:00
Jay Sorg
49f2fdfbd6
channels: added sample server code for skel
2012-07-25 19:33:43 -07:00
Jay Sorg
8e2dac6813
jpeg: don't overwrite jpeg quality unless zero
2012-07-25 19:18:47 -07:00
Jay Sorg
bbeec4aa5e
channels: fix minor bug in skel plugin, added comments
2012-07-25 17:41:58 -07:00
Jay Sorg
da2a5ac7bc
Merge branch 'master' of github.com:jsorg71/FreeRDP-A8
2012-07-25 15:27:34 -07:00
Jay Sorg
e8b1584051
--bcv3 rfx implies --rfx, same with jpeg
2012-07-25 15:27:16 -07:00
xangis
a0d651d8a2
Fix for C2036 void pointer unknown size build error on Windows.
2012-07-25 15:08:35 -07:00
xangis
76166628f4
Windows build complains about missing jpeg_decompress. Used WITH_JPEG
...
ifdef to make it happier.
2012-07-25 14:50:04 -07:00
xangis
0dbdd0004c
Exclude channels that don't build on Windows from project.
2012-07-25 14:41:00 -07:00
lysannkessler
8c2d46a436
Merge branch 'master' into spikes/hyperv
2012-07-25 19:05:10 +02:00
lysannkessler
6b754ab836
casting context to xfContext in more lines and more code clarity
2012-07-25 19:05:03 +02:00
lysannkessler
f8430e246c
moved final security connection step into nego_connect for consistency
2012-07-25 18:50:19 +02:00
lysannkessler
d9c260f221
added command line options to specify preconnection PDU information
2012-07-25 18:46:43 +02:00
Bernhard Miklautz
e9af573d58
Fix for #629 . Don't show password if --from-stdin.
2012-07-25 12:39:54 +02:00
lysannkessler
3c6df95978
added a setting and a command line flag to disable security layer negotiation
2012-07-25 12:35:52 +02:00
lysannkessler
664c870de8
move transport.h include from header into c file
2012-07-25 10:38:47 +02:00
Jay Sorg
2e182060bb
Merge branch 'master' of github.com:jsorg71/FreeRDP-A8
2012-07-24 18:26:42 -07:00
Jay Sorg
c3e9966429
added cmake option to compile jpeg, off by default
2012-07-24 18:26:24 -07:00
xangis
3cf37b4465
Merge branch 'master' of https://github.com/jsorg71/FreeRDP-A8
2012-07-24 18:00:58 -07:00