Martin Fleisz
|
4e06855826
|
proxy: Add received response in case of an error
|
2020-01-08 17:45:10 +01:00 |
|
Armin Novak
|
7c243da6e1
|
Remove symbols exported by accident.
|
2019-12-02 10:57:31 +01:00 |
|
Armin Novak
|
72ca88f49c
|
Reformatted to new style
|
2019-11-07 10:53:54 +01:00 |
|
Armin Novak
|
f01e042211
|
Code cleanups (strlen, casts, size_t, ...)
|
2019-10-29 11:58:43 +01:00 |
|
asapelkin
|
82eadad4a4
|
Fix some static analizer warnings
|
2019-10-22 15:39:54 +02:00 |
|
Louis Sautier
|
60152291b3
|
client: proxy: allow passing SOCKS5 proxies as env. vars
|
2019-08-20 14:06:38 +02:00 |
|
Armin Novak
|
f51a9bafcc
|
Fixed sign-compare warnings
|
2019-04-05 09:13:24 +02:00 |
|
Armin Novak
|
941213f504
|
Fixed domain and regex match.
|
2018-09-24 12:24:15 +02:00 |
|
Armin Novak
|
3a2bfa183f
|
Fixed #4878: Added cidr support for proxy exception check.
|
2018-09-24 11:51:40 +02:00 |
|
Armin Novak
|
b5df39756d
|
Added option to ignore proxy env.
|
2018-08-23 17:02:43 +02:00 |
|
Armin Novak
|
4bea9934cf
|
Added patch from #4697
|
2018-08-23 17:02:43 +02:00 |
|
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 |
|