FreeRDP/libfreerdp/core/gateway
Bernhard Miklautz 5066a5e455 tsg: rpc_send_enqueue_pdu always free buffer
rpc_send_enqueue_pdu returns -1 on error but the type of error isn't
distinguishable. Therefore make sure that the buffer gets always freed.
The only exception to this is when the pdu was already queued. Then the
dequeuing function should take care of freeing the buffer when
processing the pdu.
2014-11-27 14:39:47 +01:00
..
http.c Fixed null pointer dereference. 2014-11-17 01:26:31 +01:00
http.h Allow transport_write calls to be non-blocking 2014-05-21 17:42:31 +02:00
ncacn_http.c Allow transport_write calls to be non-blocking 2014-05-21 17:42:31 +02:00
ncacn_http.h Replaced logging in libfreerdp with wlog defines. 2014-09-15 08:48:46 +02:00
ntlm.c Replaced logging in libfreerdp with wlog defines. 2014-09-15 08:48:46 +02:00
ntlm.h Replaced logging in libfreerdp with wlog defines. 2014-09-15 08:48:46 +02:00
rpc_bind.c Fixed memory leak. 2014-11-17 00:58:43 +01:00
rpc_bind.h libfreerdp-core: refactoring of sequencing of TSG connection 2012-11-29 01:33:19 -05:00
rpc_client.c tsg: rpc_send_enqueue_pdu always free buffer 2014-11-27 14:39:47 +01:00
rpc_client.h libfreerdp-core: fix locking with TS Gateway 2013-03-27 20:06:10 -04:00
rpc_fault.c Replaced logging in libfreerdp with wlog defines. 2014-09-15 08:48:46 +02:00
rpc_fault.h libfreerdp-core: map DCE error codes 2012-12-07 18:33:52 -05:00
rpc.c tsg: fix segfault 2014-11-26 19:46:32 +01:00
rpc.h Replaced logging in libfreerdp with wlog defines. 2014-09-15 08:48:46 +02:00
rts_signature.c Replaced logging in libfreerdp with wlog defines. 2014-09-15 08:48:46 +02:00
rts_signature.h libfreerdp-core: move RTS pdu signature checking to separate file 2012-11-27 22:27:04 -05:00
rts.c Fixed memory leaks. 2014-11-17 00:28:17 +01:00
rts.h Replaced logging in libfreerdp with wlog defines. 2014-09-15 08:48:46 +02:00
tsg.c tsg: unwind recursion in tsg_read 2014-11-26 19:46:32 +01:00
tsg.h Replaced logging in libfreerdp with wlog defines. 2014-09-15 08:48:46 +02:00