FreeRDP/client
Hardening 9f1d0201ec Changes for base64
This patch changes the prototype for decode_base64 so that the encode / decode
method are consistant (encode(BYTE *) => char* and decode(char*) => BYTE*).
It also does some improvements with unrolling loops so that end conditions are
tested only at the end.
The patch also adds some unitary tests.
Before the patch base64_decode() made valgrind complain about uninitialized
bits, after valgrind is happy and very quiet.
2014-05-11 22:49:10 +02:00
..
Android libfreerdp-core: remove unnecessary usage of freerdp_channels_data 2014-02-15 15:26:34 -05:00
common Changes for base64 2014-05-11 22:49:10 +02:00
DirectFB libfreerdp-client: refactor and decouple rdpSettings* from client context 2013-10-12 21:07:12 -04:00
iOS Merge pull request #1633 from MicahChase/master 2014-04-22 08:36:25 +02:00
Mac Added context error codes 2014-03-28 12:23:16 -04:00
Sample sample client: fix ReceiveChannelData prototype 2014-04-17 10:04:12 +02:00
Windows wfreerdp: port auto reconnection to Windows. 2014-04-27 20:52:45 +08:00
X11 xfreerdp: add proper OpenSSL include directory 2014-04-23 09:51:22 -04:00
.gitignore freerdp: remove vendor-specific options from build system, add automatic ways of including external clients/servers 2013-09-03 20:37:04 -04:00
CMakeLists.txt cmake: add vendor-specific packaging extension point 2013-09-09 22:25:47 -04:00