Philip Withnall
0f98b2f4ec
gsocks5proxy: Fix error reporting in authentication
...
set_auth_msg() was returning FALSE to indicate error, but all its
callers were expecting a negative return value to indicate error. This
was causing memory leaks for the GError, and errors to not be reported.
Coverity CID: 1325357
2015-10-03 11:46:18 +01:00
Daniel Mustieles
078dbda148
Updated FSF's address
2014-01-31 14:31:55 +01:00
Simon McVittie
769e3edbe0
GSocks5Proxy: don't crash if parsing negotiation reply fails
...
The GError should be initialized to NULL, otherwise we'll
"pile up" errors, then try to free an uninitialized pointer.
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=699493
2013-05-02 18:37:25 +01:00
Dan Winship
d21309464c
gio: port networking classes from GSimpleAsyncResult to GTask
...
https://bugzilla.gnome.org/show_bug.cgi?id=661767
2012-10-10 10:29:37 -04:00
Matthias Clasen
6bee6dbce5
Miscellaneous string fixes
...
Typo and punctuation fixes, and some rewording, based
on a patch by Philip Withnall, bug
https://bugzilla.gnome.org/review?bug=628193
2012-08-16 23:02:41 -04:00
Nguyễn Thái Ngọc Duy
b87f6f9f8c
gio/gsocks5proxy: typo fix
2012-01-06 16:58:57 +07:00
Dan Winship
eb45a590fa
gsocks5proxy, gsocks4aproxy: simplify some error messages
...
There's no need to include the exact max length in the error messages,
and it makes it look like the strings need to use ngettext() if you do.
https://bugzilla.gnome.org/show_bug.cgi?id=658206
2011-09-18 10:49:58 -04:00
Matthias Clasen
1b28408b8b
Spelling fixes
...
Spelling fixes in comments and docs, provided by
Kjartan Maraas in bug 657336.
2011-08-29 14:49:32 -04:00
Nguyễn Thái Ngọc Duy
12cf4af5bb
gio: typo fix
2010-12-21 19:53:00 +07:00
Matt Rajca
577ddbf30b
Fixed typo in public string in gsocks (630559)
2010-11-28 18:29:50 -05:00
Christian Persch
9e0c07870a
Use g_simple_async_result_{new_,}take_error
...
Bug #633685 .
2010-11-03 14:25:35 +01:00
Nicolas Dufresne
e7df1a4157
Fix memory leak in SOCKSv5 implementation
2010-09-23 12:02:51 -04:00
Nicolas Dufresne
6fa1136600
Implemented SOCKSv5 proxy support
2010-08-19 16:32:37 -04:00