From: Fabian Keil Date: Mon, 23 Jul 2012 12:49:51 +0000 (+0000) Subject: Add #105: Add support for socks authentication. X-Git-Tag: v_3_0_20~303 X-Git-Url: http://www.privoxy.org/gitweb/actions-file.html?a=commitdiff_plain;h=2214073f2dfc296180c5ce1374a2bf7bcccdc362;p=privoxy.git Add #105: Add support for socks authentication. --- diff --git a/TODO b/TODO index 236989cd..eb4426a4 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.63 2012/04/22 12:15:33 fabiankeil Exp $ +$Id: TODO,v 1.64 2012/05/27 15:51:34 fabiankeil Exp $ Some Privoxy-related tasks, sorted by the time they have been added, not by priority. @@ -306,3 +306,5 @@ http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO a separate function. Currently we mess with it in three different files, but only in w32log.c the tray icon is explicitly set. The logging is inconsistent as well. For details see #3525694. + +105) Add support for socks authentication.