FreeRDP/libfreerdp/crypto
Hardening 542811291c Use poll() instead of select() when available
select() has the major drawback that it cannot handle file descriptor
that are bigger than 1024. This patch makes use of poll() instead of
select() when poll() support is available.
2014-07-03 15:26:49 +02:00
..
test freerdp: fix incorrect copyright headers 2014-05-22 15:56:47 -04:00
base64.c Changes for base64 2014-05-11 22:49:10 +02:00
ber.c wfreerdp: fix most build warnings 2014-02-10 22:12:13 -05:00
certificate.c Treat OOM cases 2014-04-09 16:07:06 +02:00
CMakeLists.txt Changes for base64 2014-05-11 22:49:10 +02:00
crypto.c Adds some check to treat OOM problems + RDP security fix 2014-03-25 23:13:08 +01:00
der.c freerdp: purge deprecated stream utils 2013-05-08 16:09:16 -04:00
er.c Fixed issues found with clang-analyzer 2013-09-05 12:14:33 +02:00
per.c wfreerdp: fix most build warnings 2014-02-10 22:12:13 -05:00
tls.c Use poll() instead of select() when available 2014-07-03 15:26:49 +02:00