platform/upstream/freerdp.git
2012-02-02 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP
2012-02-02 Marc-André... xfreerdp-server: added frame tick event
2012-02-02 Marc-André... libfreerdp-core: fix more memory leaks
2012-02-01 Marc-André... libfreerdp-utils: fix realloc on null pointer in argume...
2012-02-01 Marc-André... libfreerdp-core: fix multiple memory leaks detected...
2012-02-01 Marc-André... cliprdr: fix realloc on null pointer
2012-02-01 Marc-André... Merge pull request #384 from nfedera/redirectsegvfix
2012-02-01 Norbert Federacore: fixed segfault caused by double free of password_...
2012-02-01 Marc-André... xfreerdp-server: optimize screen region encoding
2012-01-31 Marc-André... xfreerdp-server: fix event queuing
2012-01-31 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP
2012-01-31 Marc-André... xfreerdp-server: fix memory leak for snapshots
2012-01-31 Otavio SalvadorMerge pull request #382 from mfleisz/master
2012-01-31 Martin FleiszInit update->SuppressOutput for clients too
2012-01-31 Otavio SalvadorMerge pull request #381 from pjd/bitmap
2012-01-31 Pawel Jakub... Each bitmap send by the server contains color depth...
2012-01-31 Marc-André... Merge pull request #380 from pjd/stream
2012-01-31 Marc-André... Merge pull request #379 from pjd/certificate
2012-01-31 Pawel Jakub... Use stream API instead of accessing stream fields directly.
2012-01-31 Pawel Jakub... Use stream_attach() so that the 'size' field in the...
2012-01-31 Marc-André... Merge pull request #378 from adambprotiviti/redir-pw-fix
2012-01-31 Adam BrandFinal commit for fixing password issue; removed debug...
2012-01-31 Adam BrandFixed issue with RDS farm redirection and passwords.
2012-01-31 Marc-André... xfreerdp-server: add event queue
2012-01-31 Marc-André... xfreerdp-server: adding xf_event.c and xf_input.c,...
2012-01-31 Adam BrandFixed some obvious things; still doesn't work.
2012-01-31 Adam BrandFirst attempt at fixing the password issue; this segfau...
2012-01-31 Marc-André... xfreerdp-server: add better path detection support...
2012-01-30 Marc-André... libfreerdp-utils: extend file utils to do path detection
2012-01-30 Marc-André... libfreerdp-core: defined boolean as int on windows
2012-01-30 Otavio SalvadorMerge pull request #376 from bmiklautz/w32typedef
2012-01-30 Bernhard MiklautzFix for issue #374.
2012-01-29 Marc-André... libfreerdp-core: fix code style in gcc.c
2012-01-29 Marc-André... libfreerdp-core: fix reconnection for non IP-based...
2012-01-29 Marc-André... wfreerdp: fix mingw64 cross-compilation (Felix Wolfheimer)
2012-01-27 Marc-André... Merge pull request #371 from bmiklautz/osxdisableffmpeg
2012-01-27 Bernhard Miklautzbuild: make ffmpeg optional on os x
2012-01-27 Marc-André... Merge pull request #370 from bmiklautz/buildfixes
2012-01-27 Bernhard Miklautzbuild: raise an error if pkg is not found
2012-01-25 Marc-André... Merge pull request #368 from pjd/crypto
2012-01-25 Pawel Jakub... Add glue that enables server-side support for Standard...
2012-01-25 Pawel Jakub... - Ignore received encryption_method and encryption_leve...
2012-01-25 Pawel Jakub... Add complete implementation of gcc_write_server_securit...
2012-01-25 Pawel Jakub... Add rdp_server_establish_keys() function that is respon...
2012-01-25 Pawel Jakub... Add a note why we are skipping 8 bytes.
2012-01-25 Pawel Jakub... Add fields to store RSA key for server-side Standard...
2012-01-25 Pawel Jakub... Add API to load RSA key for Standard RDP Security in...
2012-01-25 Pawel Jakub... - Don't fill client_random with 0x5e, we are going...
2012-01-25 Pawel Jakub... Add missing decryption.
2012-01-25 Pawel Jakub... White-space fixes.
2012-01-25 Pawel Jakub... Correct style.
2012-01-25 Pawel Jakub... Add a comment explaining why we always encode length...
2012-01-25 Pawel Jakub... Add Standard RDP encryption suport for fastpath. Both...
2012-01-25 Pawel Jakub... Add some FASTPATH_INPUT_* enums.
2012-01-25 Pawel Jakub... Add --secure-checksum option that will enable usage...
2012-01-25 Pawel Jakub... Simplify code by using per_read_length() instead of...
2012-01-25 Pawel Jakub... MCS data header might be 7 or 8 bytes long, depending...
2012-01-25 Pawel Jakub... Add support for SEC_SECURE_CHECKSUM and FASTPATH_OUTPUT...
2012-01-25 Pawel Jakub... Use rdp_read_security_header() to read security header.
2012-01-25 Pawel Jakub... We calculate checksum on plain text, so we must have...
2012-01-25 Pawel Jakub... Fix typo: use & instead of | to check for flags. This...
2012-01-25 Marc-André... Merge pull request #367 from jiten19/nscodec
2012-01-25 coolnscodec final color bug fix
2012-01-24 Marc-André... Merge pull request #365 from pjd/transport
2012-01-24 Marc-André... Merge pull request #364 from bmiklautz/enablerfxneon
2012-01-24 Pawel Jakub... Handle short writes properly in transport_write().
2012-01-24 Bernhard Miklautzbuild: Added option WITH_NEON
2012-01-23 Marc-André... Merge pull request #363 from pjd/crypto
2012-01-23 Marc-André... Merge pull request #362 from bmiklautz/buildsystemfixes
2012-01-23 Pawel Jakub... - Rename rdp_establish_keys() to rdp_client_establish_k...
2012-01-23 Bernhard Miklautzbuild: use WITH_XXX instead of XXX_FOUND
2012-01-23 Bernhard Miklautzbuild: Honor REQUIRE if set in find_package
2012-01-23 Bernhard MiklautzChanged cmake find prefix for pulseaudio.
2012-01-23 Bernhard MiklautzFixed optimization flags for release builds.
2012-01-22 Marc-André... Merge pull request #361 from floppym/client-server...
2012-01-22 Mike GilbertChange ENABLE_{CLIENT,SERVER} to WITH_{CLIENT,SERVER}.
2012-01-22 Mike Gilbertcmake: Add options to enable/disable client/server...
2012-01-19 Marc-André... Merge pull request #358 from pjd/crypto
2012-01-19 Pawel Jakub... Whitespace fixes.
2012-01-19 Pawel Jakub... - Simplify security_mac_signature() API.
2012-01-19 Pawel Jakub... Implement signature verification in Server Security...
2012-01-19 Pawel Jakub... Introduce more complete RSA API that implements:
2012-01-19 Pawel Jakub... Add Terminal Services Signing Keys.
2012-01-19 Pawel Jakub... Use CRYPTO_*_DIGEST_LENGTH defines instead of magic...
2012-01-19 Pawel Jakub... Introduce CRYPTO_SHA1_DIGEST_LENGTH and CRYPTO_MD5_DIGE...
2012-01-17 Marc-André... Merge pull request #353 from bmiklautz/x11includepathfixes
2012-01-17 Marc-André... Merge pull request #350 from pjd/fixes
2012-01-17 Bernhard MiklautzChanged include path for X11 and extensions.
2012-01-17 Pawel Jakub... Introduce SIGNATURE_ALG_RSA and KEY_EXCHANGE_ALG_RSA...
2012-01-17 Pawel Jakub... PROTOCOL_RDP is 0, so don't perform bitwise operations...
2012-01-17 Marc-André... Merge pull request #349 from pjd/mcs_fixes
2012-01-17 Pawel Jakub... The ber_write_length() function can store variable...
2012-01-16 Marc-André... ChangeLog: added FreeRDP 1.0.0 changes 1.0.0
2012-01-16 Marc-André... xfreerdp: updated man page
2012-01-16 Marc-André... README: update
2012-01-16 Marc-André... wfreerdp: fix warnings and color conversion
2012-01-16 Marc-André... Merge pull request #347 from pjd/pullreq
2012-01-16 Marc-André... libfreerdp-gdi: fix gdi_Glyph_Free() segfault
2012-01-16 Pawel Jakub... Make use of stream_read().
2012-01-16 Pawel Jakub... Use stream_read() instead of memcpy() + stream_seek().
next