Adam Hamsik
|
385b349a8e
|
Add support for both i386 and amd64 in mac os x binary.
|
2012-06-18 15:45:45 +02:00 |
|
Adam Hamsik
|
2320f6608a
|
Merge rofl0r changes to main stream.
|
2012-06-16 12:10:41 +02:00 |
|
rofl0r
|
1000366f88
|
Makefile: create destination dirs in case they do not exist
|
2012-03-07 18:05:04 +01:00 |
|
rofl0r
|
598a41a671
|
Makefile: add support for DESTDIR
|
2012-03-07 18:02:37 +01:00 |
|
Jianing Yang
|
50820ce80d
|
new: added DESTDIR option to Makefile so that packaging will be easier
|
2012-03-03 14:57:49 +08:00 |
|
rofl0r
|
e99dd76941
|
complete sysconfdir support
|
2012-01-30 18:29:35 +01:00 |
|
rofl0r
|
0ee539f31c
|
added support for --sysconfdir
|
2012-01-30 18:26:38 +01:00 |
|
Adam Hamsik
|
0938a940c5
|
Create install destionation directories first with install -d.
|
2012-01-28 23:10:40 +01:00 |
|
Adam Hamsik
|
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.
Tested on my 10.7.3
|
2012-01-28 14:01:28 +01:00 |
|
Adam Hamsik
|
e991cabb94
|
Merge rofl0r updates to bring both forks of proxychains to same base and to not diverge them more then they are now.
Merge branch 'master' of https://github.com/rofl0r/proxychains into rofl0r-master
Conflicts:
Makefile
src/core.c
src/core.h
src/libproxychains.c
src/main.c
|
2012-01-28 00:16:53 +01:00 |
|
rofl0r
|
c36db11ebc
|
complete mac support
|
2012-01-27 20:48:24 +01:00 |
|
rofl0r
|
6d25f5d89e
|
allow dll suffix to be passed from ./configure
|
2012-01-27 20:30:44 +01:00 |
|
rofl0r
|
526fb8b410
|
pass dll_name to proxychains app, makes it easier to port to MAC
|
2012-01-27 19:31:01 +01:00 |
|
rofl0r
|
2acdcd9707
|
pass install prefix to proxychains app, to find /etc
|
2012-01-27 19:28:00 +01:00 |
|
Adam Hamsik
|
d28cf03c61
|
Replace inet_ntoa which is not thread safe by re-entrant threadsafe inet_ntop.
|
2012-01-27 16:26:51 +01:00 |
|
Adam Hamsik
|
8d9bb5545c
|
Check variable install/etc directory for proxychains config. Fix for #12 on github reported by sheepdestroyer.
|
2012-01-27 15:28:25 +01:00 |
|
Adam Hamsik
|
f512779539
|
Replace homegrown pc_stringfromipv4 standard libc inet_ntoa, this should be available on all libcs (musl checked). Reenable accidentaly disabled THREAD_SAFE.
|
2012-01-27 14:35:00 +01:00 |
|
Adam Hamsik
|
f53119773a
|
remove cdefs.h from include, fix non THREAD_SAFE build, do some more PDEBUG cleanup.
|
2012-01-27 14:02:36 +01:00 |
|
Adam Hamsik
|
2f9a9cf0b0
|
Remove -Wextra which is unsupported on old gcc.
|
2012-01-26 16:41:48 +01:00 |
|
Adam Hamsik
|
d9341a8c74
|
Add some more code checking to CCFLAGS, remove unnecessary ifdef's
|
2012-01-26 15:17:12 +01:00 |
|
Adam Hamsik
|
1471c5756f
|
Merge branch 'remote-dns' of https://github.com/rofl0r/proxychains into rofl0r-remote-dns
Conflicts:
Makefile
|
2012-01-26 10:04:43 +01:00 |
|
rofl0r
|
b20106ce2e
|
make Makefile simpler and more correct
|
2012-01-24 07:29:34 +01:00 |
|
Adam Hamsik
|
15d4d5a669
|
Fix some leftovers in Makefile.
|
2012-01-11 16:54:05 +01:00 |
|
Adam Hamsik
|
865dc76c08
|
Make prefix basic variable which is used as base for all other subdirs, install binaries to bin/ not to file called bin.
|
2012-01-11 11:00:11 +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
|
e547835be6
|
cleanup of the Makefile and renamed to proxychains4
|
2011-11-06 14:07:38 +01: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
|
5095296ddf
|
fixed a couple of bugs, warnings, added basic gethostbyaddr support and a plain Makefile
|
2011-09-04 01:45:16 +02:00 |
|