-
binduck committed revision 1 to the Kernel Socks Bouncer SVN repository, changing 24 files.
2008-11-02 13:04:59 UTC by binduck
-
In newer kernels, unregister_blkdev has become a void function. ksb26.c tries to test a return value, which is an error. This patch fixes the problem:
--- a/kernel/ksb26.c 2005-09-27 11:58:19.000000000 -0500
+++ ksb26/kernel/ksb26.c 2008-09-09 21:25:08.000000000 -0500
@@ -121,8 +121,7 @@
static void __exit modcleanup(void)
{
- if(unregister_chrdev(ksb26_major, KSB26_DEV_NAME) < 0...
2008-09-10 02:44:57 UTC by nobody
-
Small bug fixes; added support for default socks list in ksb26manager, useful if you use TOR .
http://ksb.sourceforge.net.
2005-11-19 12:00:26 UTC by binduck
-
ksb26 kernel patch has been removed. Now ksb26 is only a loadable kernel module. Users don't need to recompile their kernels anymore. Some small bug has been fixed. New version of userspace manager has been released.
http://ksb.sourceforge.net.
2005-05-09 09:08:06 UTC by binduck
-
Now you can find in the ksb website an hourly updated list of socks 4/5 . ksb26manager of ksb26-2.6.11-2 uses this list.
2005-04-30 11:06:53 UTC by binduck
-
EXPERIMENTAL support for socks v4 has been added. Small bug fixes.
http://ksb.sourceforge.net.
2005-04-17 13:31:26 UTC by binduck
-
Patch for ksb26-2.6.11-1. Get it: http://ksb.sourceforge.net.
2005-04-03 12:29:35 UTC by binduck
-
Release for Linux-2.6.11; some bug fixes; code cleanup.
http://ksb.sourceforge.net.
2005-03-30 16:33:32 UTC by binduck
-
KSB26 for Linux-2.6.11 is out! http://ksb.sourceforge.net.
2005-03-02 16:00:42 UTC by binduck
-
Added support for chains of socks5.
http://ksb.sourceforge.net.
2005-02-23 12:27:59 UTC by binduck