Commit Graph

  • 364c785970 print everything to stderr, and fflush on PDEBUG rofl0r 2012-07-08 04:12:17 +0200
  • 1fc7e38ee0 fixup for d95ef42d48 rofl0r 2012-07-08 04:09:50 +0200
  • eb0db7221a configure: add --help text rofl0r 2012-07-08 00:35:59 +0200
  • 2c9c4d9da7 simplify load_sym code and remove potential aliasing violation. rofl0r 2012-07-08 00:27:46 +0200
  • d95ef42d48 externalize some variables, which are used from both C files rofl0r 2012-07-08 00:16:00 +0200
  • 229eb7cc5a bugfix: localnet never used if no port specified. Fix typo. Jahrome 2012-05-22 14:25:53 +0200
  • 45f50ac754 cosmetic fix rofl0r 2012-04-24 02:04:02 +0200
  • d72e668767 use sane defaults rofl0r 2012-04-24 01:48:17 +0200
  • 561679fbcd remove dead code rofl0r 2012-04-24 01:46:57 +0200
  • bc23ef8f46 fix debug message rofl0r 2012-04-23 22:56:44 +0200
  • 88a54e872a use dynloader to call init() func when gcc is available, and lock it properly rofl0r 2012-04-23 22:14:04 +0200
  • caed782652 macros rofl0r 2012-04-23 20:51:50 +0200
  • f55c6bc4d5 fix PDEBUG macro rofl0r 2012-04-23 22:19:52 +0200
  • 49293b180d some cleanup in core.h rofl0r 2012-04-23 20:26:13 +0200
  • 3260ee812a debloat init_lib() rofl0r 2012-04-23 19:51:14 +0200
  • 1000366f88 Makefile: create destination dirs in case they do not exist rofl0r 2012-03-07 18:05:04 +0100
  • 598a41a671 Makefile: add support for DESTDIR rofl0r 2012-03-07 18:02:37 +0100
  • 65471b750c bugfix: localnet conflicts with proxydns Jianing Yang 2012-03-03 14:24:05 +0800
  • 03b49f529e fix bogus use of ! in configure rofl0r 2012-01-30 18:35:03 +0100
  • e99dd76941 complete sysconfdir support rofl0r 2012-01-30 18:29:35 +0100
  • 0ee539f31c added support for --sysconfdir rofl0r 2012-01-30 18:26:38 +0100
  • f4e4c8c2b1 remove unnecessary sprintf call rofl0r 2012-01-29 02:34:04 +0100
  • dbb172b510 use PROXYCHAINS_CONF_FILE consistently rofl0r 2012-01-28 18:34:40 +0100
  • 48373ab7a5 fix forgotten etc rofl0r 2012-01-28 18:33:40 +0100
  • 070051bb73 use macros for mutex stuff rofl0r 2012-01-27 21:30:42 +0100
  • c36db11ebc complete mac support rofl0r 2012-01-27 20:48:24 +0100
  • 6d25f5d89e allow dll suffix to be passed from ./configure rofl0r 2012-01-27 20:30:44 +0100
  • 9c83402d37 detect MAC in configure rofl0r 2012-01-27 20:21:06 +0100
  • 5b5cc604a6 remove dangerous uses of inet_ntoa rofl0r 2012-01-27 20:00:22 +0100
  • 526fb8b410 pass dll_name to proxychains app, makes it easier to port to MAC rofl0r 2012-01-27 19:31:01 +0100
  • 2acdcd9707 pass install prefix to proxychains app, to find /etc rofl0r 2012-01-27 19:28:00 +0100
  • 3bb03892fa remove superfluous DEBUG checks rofl0r 2012-01-27 19:14:17 +0100
  • 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 rofl0r 2012-01-27 18:59:44 +0100
  • 80817dbf6f fix *all* trailing whitespace at once rofl0r 2012-01-27 17:55:37 +0100
  • 73c4195ce3 remove magic number rofl0r 2012-01-27 17:50:04 +0100
  • cce902b301 eliminate dead code rofl0r 2012-01-27 17:48:41 +0100
  • b618a4ece3 updated TODO rofl0r 2012-01-26 13:25:48 +0100
  • 4da71e1b44 make remote_dns_subnet a config option rofl0r 2012-01-26 12:44:42 +0100
  • 75d41dea3d use the right tool for the job. getopt clearly isnt rofl0r 2012-01-26 05:11:52 +0100
  • 75bd465038 Fix localnet issue with fix suggested in #issue 4 on github. Adam Hamsik 2012-01-10 15:53:03 +0100
  • 8fd0d95bc3 add quiet mode to proxychains launcher remote-dns rofl0r 2012-01-24 08:26:37 +0100
  • b20106ce2e make Makefile simpler and more correct rofl0r 2012-01-24 07:29:34 +0100
  • e5f3422b16 prevent configure-generated config to always overwrite CFLAGS in env rofl0r 2012-01-24 07:29:04 +0100
  • 150e624182 add proper feature tests for putenv, getenv rofl0r 2012-01-24 07:14:45 +0100
  • c3a0f677fb fix signedness of hashfunc rofl0r 2012-01-17 16:09:55 +0100
  • 3bd07fca00 updated README rofl0r 2011-11-14 01:57:54 +0100
  • 0845d1c044 fix potential buffer overflow (exists in vanilla 3.1 as well) rofl0r 2011-11-07 17:07:00 +0100
  • 16fa60a705 oh wait. checking the hash is not enough. rofl0r 2011-11-07 04:11:20 +0100
  • 08d6feace8 fix SOCKSv4a rofl0r 2011-11-07 00:09:46 +0100
  • a6d778a0f1 cleanup debug code and remove warnings rofl0r 2011-11-06 23:35:57 +0100
  • 8f3bc0934a do not override our CFLAGS when none are passed rofl0r 2011-11-06 17:52:32 +0100
  • 6ac6abd3de add possibility to search for DLL in exe's path rofl0r 2011-11-06 17:47:44 +0100
  • 41e73ab58d fix realloc and add a layer of threadsafety upon dns-list accesses rofl0r 2011-11-06 17:46:11 +0100
  • d5ae1f9202 buff is unsigned char now rofl0r 2011-11-06 15:47:00 +0100
  • 4cb2cf3416 fix index algo rofl0r 2011-11-06 15:18:50 +0100
  • 5de7fa20c8 implemented remote proxy dns lookup via use of reserved ip ranges and a lookup table rofl0r 2011-11-06 14:12:50 +0100
  • d30b0a8712 cleaned up main program rofl0r 2011-11-06 14:11:36 +0100
  • e547835be6 cleanup of the Makefile and renamed to proxychains4 rofl0r 2011-11-06 14:07:38 +0100
  • 8e82005d91 added a configure script for nostalgics, and to not update INSTALL rofl0r 2011-09-11 16:45:40 +0200
  • f3511f77d5 updated TODO rofl0r 2011-09-10 23:32:18 +0200
  • b1febc25d6 fix getopt usage (C) unknown author rofl0r 2011-09-10 23:13:26 +0200
  • c377789d14 care about the argv array when the filename is passed rofl0r 2011-09-10 23:05:07 +0200
  • a9df8ecaaa set executable bit for stuff in bin rofl0r 2011-09-10 22:50:53 +0200
  • 888a81345a remove dependency on lib dir in build dir rofl0r 2011-09-10 22:48:46 +0200
  • 1740dfbd66 add a config template for the Makefile, and remove some unused variables rofl0r 2011-09-10 22:43:30 +0200
  • 76545db413 install also proxychains config template into etc rofl0r 2011-09-10 22:38:13 +0200
  • 2f1958d551 remove nonexisting docs rofl0r 2011-09-10 22:34:01 +0200
  • b8bdfc2d5e care about HOME also in proxychains loader. put common symbols in common.h rofl0r 2011-09-10 22:32:27 +0200
  • 4d517cdfb0 exact fix for the wrong getnameinfo prototype in GLIBC < 2.14 rofl0r 2011-09-04 18:13:30 +0200
  • 218d242aab some cosmetic changes rofl0r 2011-09-04 02:03:47 +0200
  • 5095296ddf fixed a couple of bugs, warnings, added basic gethostbyaddr support and a plain Makefile rofl0r 2011-09-04 01:45:16 +0200
  • a6792b937d fixed usage of int instead of socklen_t rofl0r 2011-09-02 22:53:50 +0200
  • 86be015f0d remove gnu autocrap rofl0r 2011-09-02 20:32:04 +0200
  • 7cde272e29 fixes needed to compile with a standard compliant libc rofl0r 2011-09-02 19:55:50 +0200
  • f85edffeea Merge branch 'master' into proxychain_fixes proxychain_fixes Adam Hamsik 2011-03-23 11:20:55 +0100
  • a6681ca7a1 added port support for localnet proxychain-localnet jianingy-proxychain-localnet Jianing Yang 2011-03-22 22:04:52 +0800
  • 7183b7ef1a Add some README fixes, mention new -f parameter and other changes. Adam Hamsik 2011-02-25 17:48:33 +0200
  • e928b25735 Add support for localnet config entry in proxychains.conf file. Adam Hamsik 2011-02-25 17:18:37 +0200
  • bb2d076fab Add support for localnet keyword to proxychains config file. Adam Hamsik 2011-02-25 17:16:58 +0200
  • 6f451f094d Add proxychains singal fixes, refactor code while I was there it was pretty horrid :/. Adam Hamsik 2011-02-25 16:18:29 +0200
  • 282d3d0390 Add gitignore file to disable build files from commits. Adam Hamsik 2011-02-25 14:25:47 +0200
  • 85aec8878d Add my multiple config file fixes to proxychain. Adam Hamsik 2011-02-25 14:21:34 +0200
  • 4c7262163e Add vanila proxychains 3.1 sources. proxychain_auth Adam Hamsik 2011-02-25 11:40:11 +0200