Ondrej Holy
|
7e4fa67026
|
core/proxy: Fix leak found by covscan
leaked_storage: Variable "s" going out of scope leaks the storage it points to.
|
2018-08-22 14:34:02 +02:00 |
|
Armin Novak
|
46a62aa1a4
|
Fixed missing NULL pointer checks.
|
2018-05-04 12:35:51 +02:00 |
|
David Fort
|
0f968b782c
|
proxy: cleanup SOCKS support and add user/password support
|
2018-05-02 10:51:16 +02:00 |
|
Jiri Sasek
|
1ba31551a6
|
socks proxy reply fix
|
2018-05-02 09:43:03 +02:00 |
|
Jiri Sasek
|
b1c1549ad1
|
SOCKS proxy support
|
2018-04-23 21:01:01 +02:00 |
|
Armin Novak
|
4eb5b8e349
|
Replaced atoi
|
2017-11-15 15:52:16 +01:00 |
|
Armin Novak
|
0490aeb018
|
Fixed clang malloc integer overflow warnings.
|
2017-07-20 09:29:48 +02:00 |
|
Armin Novak
|
99c45405cb
|
Fixed GetEnvironmentVariable.
|
2017-03-03 12:43:00 +01:00 |
|
Armin Novak
|
b2c29158be
|
Scanbuild warning, argument checks and leak fixes.
* Added Stream_GetRemainingCapacity to check remaining stream size
before writes.
* Fixed shadow server memory leak.
* Fixed lots of scanbuild warnings
* Added missing argument checks in many functions
* Added missing static function declarations
|
2017-03-02 18:13:43 +01:00 |
|
Christian Plattner
|
8658f04f42
|
Code reformatting of proxy.c, proxy.h
|
2016-12-13 12:12:04 +01:00 |
|
Christian Plattner
|
3cc39b2dcd
|
Dynamic environment variable length of $https_proxy
|
2016-12-12 17:16:12 +01:00 |
|
Christian Plattner
|
50a3f55063
|
Bug: strndup not supported in windows
|
2016-12-12 16:56:52 +01:00 |
|
Christian Plattner
|
58ef7cc42d
|
More abstracted proxy handling
|
2016-12-10 23:13:35 +01:00 |
|
Christian Plattner
|
d9e28c24ad
|
Use logging API for HTTP proxy
|
2016-12-10 18:59:58 +01:00 |
|
Christian Plattner
|
5d10b3bf5b
|
Merge branch 'gateway-http-bugfix'
Conflicts:
client/common/cmdline.c
include/freerdp/settings.h
libfreerdp/common/settings.c
libfreerdp/core/settings.c
libfreerdp/core/tcp.c
libfreerdp/core/transport.c
|
2016-12-09 20:43:02 +01:00 |
|
Christian Plattner
|
49a6273c91
|
Revert "HTTP Proxy: Simplify using buffered BIO and trio_asprintf"
This reverts commit 91eddce7fb .
Conflicts:
libfreerdp/core/proxy.c
libfreerdp/core/tcp.c
|
2016-12-09 19:18:42 +01:00 |
|
Christian Plattner
|
33320a2e02
|
Merge remote-tracking branch 'upstream/master' into httpproxy
Conflicts:
libfreerdp/core/settings.c
libfreerdp/core/tcp.c
libfreerdp/core/transport.c
|
2015-01-22 14:33:17 +01:00 |
|
Christian Plattner
|
91eddce7fb
|
HTTP Proxy: Simplify using buffered BIO and trio_asprintf
|
2015-01-22 13:19:25 +01:00 |
|
Christian Plattner
|
ff42e9f12c
|
Merge commit 'dd6d82': Switch to OpenSSL BIOs
Conflicts:
libfreerdp/core/tcp.c
libfreerdp/core/transport.c
|
2015-01-20 00:47:16 +01:00 |
|
Christian Plattner
|
ac90c23c71
|
Moved HTTP Proxy methods out of transport.c into new proxy.c; use not in transport.c but in tcp.c
|
2014-09-22 16:58:01 +02:00 |
|