platform/upstream/freerdp.git
2015-06-22 Bernhard Miklautzclient/android: reset debug level to default
2015-06-22 Bernhard Miklautzsspi/ntlm: integrate pull request comments
2015-06-22 Bernhard Miklautzcmd line: add missing checks
2015-06-22 Bernhard Miklautzcache: fix regression
2015-06-22 Bernhard Miklautzcodec/planar: regression - fix conflicting types
2015-06-22 David FORTFixes for malloc / calloc + other fixes
2015-06-22 David FORTA malloc() pass on WinPR
2015-06-22 Bernhard Miklautzclient/android: misc updates and fixes
2015-06-22 Bernhard Miklautzandroid: fix misc compiler warnings
2015-06-22 Bernhard Miklautzwinpr/wtsapi: disable tests that block on windows
2015-06-22 Bernhard Miklautzwinpr/thread: fix test compilation on windows
2015-06-22 Bernhard MiklautzFix compiler warnings:
2015-06-22 Bernhard Miklautzclient/ios: fix unchecked strdups
2015-06-22 Bernhard MiklautzFix unchecked strdups
2015-06-22 Marc-André... Merge pull request #2686 from bmiklautz/ios/openssl
2015-06-22 Marc-André... Merge pull request #2705 from akallabeth/sspi_fix_v2
2015-06-22 Marc-André... Merge pull request #2697 from realjiangms/shadow_audio
2015-06-22 Marc-André... Merge pull request #2698 from realjiangms/shadow_stand_...
2015-06-22 Marc-André... Merge pull request #2699 from realjiangms/shadow_connec...
2015-06-22 Marc-André... Merge pull request #2701 from akallabeth/upn_syntax_support
2015-06-22 Marc-André... Merge pull request #2684 from Skool/master
2015-06-22 Marc-André... Merge pull request #2636 from xhaakon/master
2015-06-22 Marc-André... Merge pull request #2713 from bmiklautz/divbyzero
2015-06-22 Marc-André... Merge pull request #2702 from akallabeth/nla_null_ident...
2015-06-22 Bernhard MiklautzMerge pull request #2711 from nfedera/nf-fix-rdprecvmes...
2015-06-19 Bernhard Miklautzcore/metrics: prevent division by zero
2015-06-19 Norbert Federacore: message channel pdu broken with rdp security
2015-06-18 Armin NovakSetting hostname as default domain now.
2015-06-18 Armin NovakFixed typo and invalid domain name.
2015-06-18 Armin NovakFixed domain setting for windows client.
2015-06-18 Armin NovakUPN syntax fix: domain must be empty, not NULL.
2015-06-18 Armin NovakAdded user setting if no domain provided.
2015-06-18 Armin NovakFixed variable parsed.
2015-06-18 Armin NovakUsing last @ for domain split.
2015-06-18 HardeningMerge pull request #2706 from nfedera/nf-fix-reset...
2015-06-18 Vic LeeMerge pull request #2675 from akallabeth/path_make_path
2015-06-17 Norbert Federawinpr/synch: fix ResetEvent & improve CTest
2015-06-17 Armin NovakRemoved duplicate function tables, respecting WITH_NATI...
2015-06-17 Armin NovakUsing InitSecurityInterfaceEx(0) now.
2015-06-17 Armin NovakFixed cmake warning.
2015-06-16 Vic LeeMerge pull request #2703 from akallabeth/unified_sspi
2015-06-15 zihao.jiangserver/shadow: integrate comment from @hardening
2015-06-15 zihao.jiangserver/shadow: Integrate comment from @hardening: use...
2015-06-15 Armin NovakLet SSPI module choose which implementation to use.
2015-06-15 Armin NovakNLA identity now a pointer, allowing NULL.
2015-06-15 Armin NovakAllowing UPN syntax for user.
2015-06-14 zihao.jiangserver/shadow: Decouple shadow_subsystem and subsystem...
2015-06-14 zihao.jiangserver/shadow: add connect/disconnect anchor in subsyst...
2015-06-14 zihao.jiangThis is originally to add audio support. Several fixes...
2015-06-12 Vic LeeMerge pull request #2687 from akallabeth/known_hosts_v2
2015-06-12 Norbert FederaMerge pull request #2692 from nfedera/add-16bit-cursor...
2015-06-12 Bernhard MiklautzMerge pull request #2688 from hardening/fix_packaging
2015-06-12 Armin NovakRenamed file to known_hosts2.
2015-06-11 Norbert Federaxfreerdp: xfc->palette wasn't updated with /gdi:sw
2015-06-11 Norbert Federacodec/color: support for 8bpp color pointer
2015-06-11 Norbert Federacodec/color: support for 16bpp color pointer
2015-06-11 Bernhard MiklautzMerge pull request #2682 from nfedera/fix-hresult-winpr...
2015-06-11 MartinHaimbergerMerge pull request #2690 from llyzs/autodetect_fix
2015-06-11 Armin NovakUpdated tests.
2015-06-11 Armin NovakAdded NULL pointer checks, fixed warnings.
2015-06-11 Armin NovakAdded subject and issuer to saved data.
2015-06-11 Armin NovakFixed fingerprint comparison, return value was inverted.
2015-06-11 Armin NovakFixed formatting.
2015-06-11 Armin NovakAdded test for fingerprint read.
2015-06-11 Armin NovakFixed data replace.
2015-06-11 Armin NovakAdded certificate_get_fingerprint function to read...
2015-06-11 Vic Leeautodetect: use high-precision timer.
2015-06-11 Vic Leewinpr: add high-precision GetTickCountPrecise for Windows.
2015-06-11 David FORTCorrect the included files to have a working freerdp...
2015-06-10 Armin NovakAdded port to certificate warnings.
2015-06-10 Armin NovakUsing binary mode for fopen.
2015-06-10 Armin NovakOpening correct file.
2015-06-10 Armin NovakOpening file on use now.
2015-06-10 Armin NovakWorking unit test for known_hosts functions.
2015-06-10 Armin NovakFixed bugs found due to test.
2015-06-09 Armin NovakAdded unit test.
2015-06-09 Armin NovakAdded legacy known_hosts support.
2015-06-09 Armin NovakUsing '<host> <port> <fp>' format for known hosts.
2015-06-09 Armin NovakAdded StrSep function.
2015-06-09 Armin NovakRemoved CreateDirectoryA, handled by PathMakePath
2015-06-09 Armin NovakAdded RemoveDirectoryA, clean up test directories.
2015-06-09 Armin NovakAdded PathMakePath function.
2015-06-09 Bernhard Miklautzios: update openssl build script
2015-06-09 Bernhard MiklautzMerge pull request #2670 from akallabeth/windows_config...
2015-06-08 Norbert FederaMerge pull request #2683 from nfedera/fix-shadow-server
2015-06-08 tdbfix French bépo layout id to match the bépo.fr installer
2015-06-08 Norbert Federaserver/shadow: prevent memcopy of NULL area
2015-06-08 Norbert Federaserver/shadow: resuscitate shadow server
2015-06-08 Norbert Federawinpr/path: Denounce PathAllocCombine and more
2015-06-08 Norbert Federawinpr/path: PathCchConvertStyle used S_FALSE
2015-06-08 Norbert Federawinpr/path: umimplemented tests print a warning
2015-06-08 Norbert Federawinpr/path: unimpl. functions should not succeed
2015-06-08 Norbert Federawinpr: fix PathCchFindExtension
2015-06-08 Bernhard MiklautzMerge pull request #2676 from nfedera/fix-hresult-xxx
2015-06-05 tdbAdd Bépo Layout
2015-06-03 Norbert Federawinpr: fix PathCchAppend
2015-06-03 Norbert Federawinpr: fix PathCchStripPrefix
2015-06-03 Norbert Federawinpr: fix PathCchAddExtension
2015-06-03 Norbert Federawinpr: fix PathCchAddBackslashEx
2015-06-03 Norbert Federawinpr: fix PathCchAddBackslash
next