Commit Graph

  • d0909c3bf1 Create gh-pages branch via GitHub gh-pages Adam Hamsik 2012-07-24 02:54:14 -07:00
  • 17dbc76577 Add more binary stuff origin/master origin/HEAD Adam Hamsik 2012-07-24 11:51:41 +02:00
  • efa5738a6a Delete binary file. rofl0r-master Adam Hamsik 2012-07-24 11:50:45 +02:00
  • 8547764a82 Merge branch 'master' of https://github.com/rofl0r/proxychains into rofl0r-master Adam Hamsik 2012-07-24 11:49:22 +02:00
  • 40bb78b53f fix omission in common.c rofl0r/master rofl0r 2012-07-16 02:42:09 +02:00
  • a4f3dd0538 Makefile: put config into new install-config target rofl0r 2012-07-16 02:29:04 +02:00
  • 80e58726e2 correct copyright of main.c rofl0r 2012-07-16 02:26:42 +02:00
  • 3c7fcc7507 update AUTHORS rofl0r 2012-07-16 02:25:33 +02:00
  • ab3ca31871 getaddrinfo: cosmetics rofl0r 2012-07-16 01:34:00 +02:00
  • 6f56956715 add test for getaddrinfo rofl0r 2012-07-16 01:21:22 +02:00
  • 037edbcb8e proxy_getaddrinfo: fix segfault when hints is NULL rofl0r 2012-07-16 01:19:30 +02:00
  • 40edf758ee make getaddrinfo threadsafe rofl0r 2012-07-16 01:05:28 +02:00
  • 4b999cdae7 use threadsafe getservbyname_r rofl0r 2012-07-14 17:59:56 +02:00
  • 71e15e2edd simplify log func rofl0r 2012-07-14 17:59:06 +02:00
  • e5e87c8f22 put abort functionality into get_config_path to further reduce code duplication rofl0r 2012-07-08 23:47:56 +02:00
  • fafeaf5936 remove unused file rofl0r 2012-07-08 23:34:34 +02:00
  • fba5f5694c use config file lookup routine from a common place rofl0r 2012-07-08 23:32:50 +02:00
  • 1a02b9f82f update README rofl0r 2012-07-08 21:44:02 +02:00
  • 3004240462 slightly better error message rofl0r 2012-07-08 21:23:39 +02:00
  • 364c785970 print everything to stderr, and fflush on PDEBUG rofl0r 2012-07-08 04:12:17 +02:00
  • 1fc7e38ee0 fixup for d95ef42d48 rofl0r 2012-07-08 04:09:50 +02:00
  • eb0db7221a configure: add --help text rofl0r 2012-07-08 00:35:59 +02:00
  • 2c9c4d9da7 simplify load_sym code and remove potential aliasing violation. rofl0r 2012-07-08 00:27:46 +02:00
  • d95ef42d48 externalize some variables, which are used from both C files rofl0r 2012-07-08 00:16:00 +02:00
  • 7599bdfdfe Update this file to last version. Adam Hamsik 2012-06-22 21:59:21 +02:00
  • c1f0c68abd Extract configuration file opening to separate routine. Adam Hamsik 2012-06-22 21:58:57 +02:00
  • 877e1844ea Remove trailing white space. Adam Hamsik 2012-06-22 21:57:50 +02:00
  • 69ab0415ac Merge branch 'testing' Adam Hamsik 2012-06-22 21:35:41 +02:00
  • c14bf58cd7 Add support for both i386 and amd64 in mac os x binary. Adam Hamsik 2012-06-18 15:45:45 +02:00
  • 5294214150 Fix merge error. testing Adam Hamsik 2012-06-18 15:46:22 +02:00
  • 385b349a8e Add support for both i386 and amd64 in mac os x binary. Adam Hamsik 2012-06-18 15:45:45 +02:00
  • 2320f6608a Merge rofl0r changes to main stream. Adam Hamsik 2012-06-16 12:10:41 +02:00
  • 251fd7cd4a Only enable loopback localnet by default, not private address range. Michel Oosterhof 2012-05-30 18:44:40 +03:00
  • b0d9d1da41 Enable localnet by default for loopback and private address ranges. Michel Oosterhof 2012-05-30 18:19:04 +03:00
  • a7831a8f53 Typo fix. Michel Oosterhof 2012-05-30 18:45:08 +03:00
  • 229eb7cc5a bugfix: localnet never used if no port specified. Fix typo. Jahrome 2012-05-22 14:25:53 +02:00
  • c9b8ce35b2 Merge pull request #16 from jahrome/master Adam Hamsik 2012-05-22 06:07:35 -07:00
  • 63c3a4b0d2 bugfix: localnet never used if no port specified. Fix typo. Jahrome 2012-05-22 14:25:53 +02:00
  • 45f50ac754 cosmetic fix rofl0r 2012-04-24 02:04:02 +02:00
  • d72e668767 use sane defaults rofl0r 2012-04-24 01:48:17 +02:00
  • 561679fbcd remove dead code rofl0r 2012-04-24 01:46:57 +02:00
  • bc23ef8f46 fix debug message rofl0r 2012-04-23 22:56:44 +02:00
  • 88a54e872a use dynloader to call init() func when gcc is available, and lock it properly rofl0r 2012-04-23 22:14:04 +02:00
  • caed782652 macros rofl0r 2012-04-23 20:51:50 +02:00
  • f55c6bc4d5 fix PDEBUG macro rofl0r 2012-04-23 22:19:52 +02:00
  • 49293b180d some cleanup in core.h rofl0r 2012-04-23 20:26:13 +02:00
  • 3260ee812a debloat init_lib() rofl0r 2012-04-23 19:51:14 +02:00
  • 1000366f88 Makefile: create destination dirs in case they do not exist rofl0r 2012-03-07 18:05:04 +01:00
  • 598a41a671 Makefile: add support for DESTDIR rofl0r 2012-03-07 18:02:37 +01:00
  • 65471b750c bugfix: localnet conflicts with proxydns Jianing Yang 2012-03-03 14:24:05 +08:00
  • 4d40a4790f Merge pull request #15 from jianingy/master Adam Hamsik 2012-03-04 23:21:43 -08:00
  • 50820ce80d new: added DESTDIR option to Makefile so that packaging will be easier Jianing Yang 2012-03-03 14:57:49 +08:00
  • b6746997d2 bugfix: localnet conflicts with proxydns (fixed bytes-order) Jianing Yang 2012-03-03 14:30:14 +08:00
  • 6dda28a2c8 bugfix: localnet conflicts with proxydns Jianing Yang 2012-03-03 14:24:05 +08:00
  • fb3d8e04a1 Change example config version to 4. Adam Hamsik 2012-03-02 12:57:05 +01:00
  • 03b49f529e fix bogus use of ! in configure rofl0r 2012-01-30 18:35:03 +01:00
  • e99dd76941 complete sysconfdir support rofl0r 2012-01-30 18:29:35 +01:00
  • 0ee539f31c added support for --sysconfdir rofl0r 2012-01-30 18:26:38 +01:00
  • f4e4c8c2b1 remove unnecessary sprintf call rofl0r 2012-01-29 02:34:04 +01:00
  • 0938a940c5 Create install destionation directories first with install -d. Adam Hamsik 2012-01-28 23:10:40 +01:00
  • 788ffd9d26 Use standard PROXYCHAINS_CONF_FILE instead of hardcoded config name. proxychains-4.0.1 Adam Hamsik 2012-01-28 19:51:23 +01:00
  • 99dcfe085e Change proxychains script to add different ways of usage. Adam Hamsik 2012-01-28 19:47:56 +01:00
  • dbb172b510 use PROXYCHAINS_CONF_FILE consistently rofl0r 2012-01-28 18:34:40 +01:00
  • 48373ab7a5 fix forgotten etc rofl0r 2012-01-28 18:33:40 +01:00
  • 89e8bfddf4 Add etc/ to path where we search for config file. Adam Hamsik 2012-01-28 18:18:58 +01:00
  • adb13c7e79 Check for default config file in 2 locations /etc/ and {install_prefix}/etc. Adam Hamsik 2012-01-28 16:56:47 +01:00
  • 2250ef66a8 Make proxychains working on Mac OS X, build universal binaries to make older versions of Mac OS X working. Make both proxychains shell script and proxychains program working. Adam Hamsik 2012-01-28 14:01:28 +01:00
  • e991cabb94 Merge rofl0r updates to bring both forks of proxychains to same base and to not diverge them more then they are now. Adam Hamsik 2012-01-28 00:16:53 +01:00
  • 070051bb73 use macros for mutex stuff rofl0r 2012-01-27 21:30:42 +01:00
  • c36db11ebc complete mac support rofl0r 2012-01-27 20:48:24 +01:00
  • 6d25f5d89e allow dll suffix to be passed from ./configure rofl0r 2012-01-27 20:30:44 +01:00
  • 9c83402d37 detect MAC in configure rofl0r 2012-01-27 20:21:06 +01:00
  • 5b5cc604a6 remove dangerous uses of inet_ntoa rofl0r 2012-01-27 20:00:22 +01:00
  • 526fb8b410 pass dll_name to proxychains app, makes it easier to port to MAC rofl0r 2012-01-27 19:31:01 +01:00
  • 2acdcd9707 pass install prefix to proxychains app, to find /etc rofl0r 2012-01-27 19:28:00 +01:00
  • 3bb03892fa remove superfluous DEBUG checks rofl0r 2012-01-27 19:14:17 +01:00
  • 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 +01:00
  • 80817dbf6f fix *all* trailing whitespace at once rofl0r 2012-01-27 17:55:37 +01:00
  • 73c4195ce3 remove magic number rofl0r 2012-01-27 17:50:04 +01:00
  • cce902b301 eliminate dead code rofl0r 2012-01-27 17:48:41 +01:00
  • d28cf03c61 Replace inet_ntoa which is not thread safe by re-entrant threadsafe inet_ntop. Adam Hamsik 2012-01-27 16:26:51 +01:00
  • 952a039801 Pull some fixes from proxychains sf forum. Adam Hamsik 2012-01-27 15:41:40 +01:00
  • 8d9bb5545c Check variable install/etc directory for proxychains config. Fix for #12 on github reported by sheepdestroyer. Adam Hamsik 2012-01-27 15:28:25 +01:00
  • f512779539 Replace homegrown pc_stringfromipv4 standard libc inet_ntoa, this should be available on all libcs (musl checked). Reenable accidentaly disabled THREAD_SAFE. Adam Hamsik 2012-01-27 14:35:00 +01:00
  • f53119773a remove cdefs.h from include, fix non THREAD_SAFE build, do some more PDEBUG cleanup. Adam Hamsik 2012-01-27 14:02:36 +01:00
  • 2f9a9cf0b0 Remove -Wextra which is unsupported on old gcc. Adam Hamsik 2012-01-26 16:41:48 +01:00
  • cdec339f11 Remove THREAD_SAFE ifdefs and use macros for it. Is there any reason to not require threads by default ? Adam Hamsik 2012-01-26 15:41:48 +01:00
  • fe8672eab6 Merge branch 'master' of github.com:haad/proxychains Adam Hamsik 2012-01-26 15:17:28 +01:00
  • d9341a8c74 Add some more code checking to CCFLAGS, remove unnecessary ifdef's Adam Hamsik 2012-01-26 15:17:12 +01:00
  • af5163bccf Merge pull request #9 from rofl0r/master Adam Hamsik 2012-01-26 05:57:49 -08:00
  • b618a4ece3 updated TODO rofl0r 2012-01-26 13:25:48 +01:00
  • 4da71e1b44 make remote_dns_subnet a config option rofl0r 2012-01-26 12:44:42 +01:00
  • 1471c5756f Merge branch 'remote-dns' of https://github.com/rofl0r/proxychains into rofl0r-remote-dns proxychains-4.0 origin/rofl0r-remote-dns micheloosterhof/rofl0r-remote-dns Adam Hamsik 2012-01-26 10:04:43 +01:00
  • 75d41dea3d use the right tool for the job. getopt clearly isnt rofl0r 2012-01-26 05:11:52 +01:00
  • 75bd465038 Fix localnet issue with fix suggested in #issue 4 on github. Adam Hamsik 2012-01-10 15:53:03 +01:00
  • 8fd0d95bc3 add quiet mode to proxychains launcher rofl0r/remote-dns rofl0r 2012-01-24 08:26:37 +01:00
  • b20106ce2e make Makefile simpler and more correct rofl0r 2012-01-24 07:29:34 +01:00
  • e5f3422b16 prevent configure-generated config to always overwrite CFLAGS in env rofl0r 2012-01-24 07:29:04 +01:00
  • 150e624182 add proper feature tests for putenv, getenv rofl0r 2012-01-24 07:14:45 +01:00
  • c3a0f677fb fix signedness of hashfunc rofl0r 2012-01-17 16:09:55 +01:00