Commit Graph

151 Commits (64a7cd26dcb3b4e0a8fab8087b69671f7ddbe248)

Author SHA1 Message Date
rofl0r e32ef26fec ran indent tool on the source code
now everythings finally correctly indented and future patches
will not be overshadowed by whitespace noise.
used the following settings
--braces-on-func-def-line
--braces-on-struct-decl-line
--braces-on-if-line
--dont-break-procedure-type
--leave-preprocessor-space
--continue-at-parentheses
-linux
-i8
-brace-indent1
--case-indentation8
--space-after-cast
--line-length120
--no-space-after-for
--no-space-after-if
--no-space-after-while
--leave-optional-blank-lines
--ignore-profile
--space-special-semicolon
--indent-label8
2012-01-27 19:03:21 +01:00
rofl0r 80817dbf6f fix *all* trailing whitespace at once 2012-01-27 17:55:37 +01:00
rofl0r 73c4195ce3 remove magic number 2012-01-27 17:50:04 +01:00
rofl0r cce902b301 eliminate dead code 2012-01-27 17:48:41 +01:00
rofl0r b618a4ece3 updated TODO 2012-01-26 13:25:48 +01:00
rofl0r 4da71e1b44 make remote_dns_subnet a config option 2012-01-26 12:44:42 +01:00
rofl0r 75d41dea3d use the right tool for the job. getopt clearly isnt 2012-01-26 05:11:52 +01:00
Adam Hamsik 75bd465038 Fix localnet issue with fix suggested in #issue 4 on github. 2012-01-24 08:42:04 +01:00
rofl0r 8fd0d95bc3 add quiet mode to proxychains launcher
this will be passed on to the DLL via a env variable
- additionally, now everything prints to stderr
- fixes a bug which would print DLL init even in quiet mode
- fixed a couple of bugs in argv parsing
2012-01-24 08:26:37 +01:00
rofl0r b20106ce2e make Makefile simpler and more correct 2012-01-24 07:29:34 +01:00
rofl0r e5f3422b16 prevent configure-generated config to always overwrite CFLAGS in env 2012-01-24 07:29:04 +01:00
rofl0r 150e624182 add proper feature tests for putenv, getenv 2012-01-24 07:14:45 +01:00
rofl0r c3a0f677fb fix signedness of hashfunc 2012-01-17 16:09:55 +01:00
rofl0r 3bd07fca00 updated README 2011-11-14 01:57:54 +01:00
rofl0r 0845d1c044 fix potential buffer overflow (exists in vanilla 3.1 as well) 2011-11-07 17:07:00 +01:00
rofl0r 16fa60a705 oh wait. checking the hash is not enough. 2011-11-07 04:11:20 +01:00
rofl0r 08d6feace8 fix SOCKSv4a 2011-11-07 00:09:46 +01:00
rofl0r a6d778a0f1 cleanup debug code and remove warnings 2011-11-06 23:35:57 +01:00
rofl0r 8f3bc0934a do not override our CFLAGS when none are passed 2011-11-06 17:52:32 +01:00
rofl0r 6ac6abd3de add possibility to search for DLL in exe's path 2011-11-06 17:47:44 +01:00
rofl0r 41e73ab58d fix realloc and add a layer of threadsafety upon dns-list accesses 2011-11-06 17:46:11 +01:00
rofl0r d5ae1f9202 buff is unsigned char now 2011-11-06 15:47:00 +01:00
rofl0r 4cb2cf3416 fix index algo 2011-11-06 15:18:50 +01:00
rofl0r 5de7fa20c8 implemented remote proxy dns lookup via use of reserved ip ranges and a lookup table 2011-11-06 14:12:50 +01:00
rofl0r d30b0a8712 cleaned up main program 2011-11-06 14:11:36 +01:00
rofl0r e547835be6 cleanup of the Makefile and renamed to proxychains4 2011-11-06 14:07:38 +01:00
rofl0r 8e82005d91 added a configure script for nostalgics, and to not update INSTALL 2011-09-11 16:45:40 +02:00
rofl0r f3511f77d5 updated TODO 2011-09-10 23:32:18 +02:00
rofl0r b1febc25d6 fix getopt usage (C) unknown author 2011-09-10 23:13:26 +02:00
rofl0r c377789d14 care about the argv array when the filename is passed 2011-09-10 23:05:07 +02:00
rofl0r a9df8ecaaa set executable bit for stuff in bin 2011-09-10 22:50:53 +02:00
rofl0r 888a81345a remove dependency on lib dir in build dir 2011-09-10 22:48:46 +02:00
rofl0r 1740dfbd66 add a config template for the Makefile, and remove some unused variables 2011-09-10 22:43:30 +02:00
rofl0r 76545db413 install also proxychains config template into etc 2011-09-10 22:38:13 +02:00
rofl0r 2f1958d551 remove nonexisting docs 2011-09-10 22:34:01 +02:00
rofl0r b8bdfc2d5e care about HOME also in proxychains loader. put common symbols in common.h 2011-09-10 22:32:27 +02:00
rofl0r 4d517cdfb0 exact fix for the wrong getnameinfo prototype in GLIBC < 2.14 2011-09-04 18:13:30 +02:00
rofl0r 218d242aab some cosmetic changes 2011-09-04 02:03:47 +02:00
rofl0r 5095296ddf fixed a couple of bugs, warnings, added basic gethostbyaddr support and a plain Makefile 2011-09-04 01:45:16 +02:00
rofl0r a6792b937d fixed usage of int instead of socklen_t 2011-09-02 22:53:50 +02:00
rofl0r 86be015f0d remove gnu autocrap 2011-09-02 20:32:04 +02:00
rofl0r 7cde272e29 fixes needed to compile with a standard compliant libc 2011-09-02 19:55:50 +02:00
Adam Hamsik f85edffeea Merge branch 'master' into proxychain_fixes
Conflicts:
	proxychains/libproxychains.c
2011-03-23 11:20:55 +01:00
Jianing Yang a6681ca7a1 added port support for localnet 2011-03-22 22:04:52 +08:00
Adam Hamsik 7183b7ef1a Add some README fixes, mention new -f parameter and other changes. 2011-02-25 17:48:33 +02:00
Adam Hamsik e928b25735 Add support for localnet config entry in proxychains.conf file. 2011-02-25 17:18:37 +02:00
Adam Hamsik bb2d076fab Add support for localnet keyword to proxychains config file. 2011-02-25 17:16:58 +02:00
Adam Hamsik 6f451f094d Add proxychains singal fixes, refactor code while I was there it was pretty horrid :/. 2011-02-25 16:18:29 +02:00
Adam Hamsik 282d3d0390 Add gitignore file to disable build files from commits. 2011-02-25 14:25:47 +02:00
Adam Hamsik 85aec8878d Add my multiple config file fixes to proxychain. 2011-02-25 14:21:34 +02:00