Adam Hamsik
e7a2b9d79a
Merge pull request #88 from Mister-Meeseeks/master
...
Allow user to override default DNS server
4.3.0
2020-01-10 13:39:06 +01:00
Adam Hamsik
f1ffbd4b94
Merge pull request #75 from tinyzimmer/master
...
optional set host on easy socks5 env var
2020-01-10 13:38:20 +01:00
Adam Hamsik
87ec01c762
Merge pull request #95 from theosotr/fix
...
Add missing Make dependencies
2020-01-10 13:36:38 +01:00
Thodoris Sotiropoulos
8df5b3f11d
Add missing Make dependencies
2020-01-02 21:52:50 +02:00
Douglas R Colkitt
0416c2b7ea
Fix issue with POSIX portability in proxyresolv script
2019-04-13 15:48:24 +00:00
Douglas R Colkitt
98e9326534
Allow user to override default DNS server
...
Implements support for an environmnet variable (PROXY_DNS_SERVER) whereby
the user can specify a DNS server. If not set defaults to the hardcoded
OpenDNS default.
2019-04-13 15:41:07 +00:00
Adam Hamsik
14e15aa2c1
Merge pull request #85 from Intika-Linux-Network/master
...
Fix security issue CVE-2015-3887
2019-01-22 18:45:29 +01:00
intika
9f99278525
Fix security issue CVE-2015-3887
2019-01-22 13:25:35 +00:00
tinyzimmer
f3b07370fb
require cdefs
2018-04-22 21:42:33 -07:00
tinyzimmer
dbe328efdd
dont require cdefs
2018-04-22 21:36:52 -07:00
tinyzimmer
f88610077c
allow dynamic host for simple socks env var
2018-04-22 20:40:26 -07:00
Alex Flores
fbfdd995db
Merge pull request #73 from audibleblink/master
...
patch for random proxy selection
2018-04-12 21:55:02 -04:00
Alex Flores
bd207014a2
patch for better random proxy selection
2018-04-12 21:35:23 -04:00
Adam Hamsik
2bdf74d5a6
Merge pull request #66 from julian-klode/pu/fix-pbuf-null
...
Fix compilation error in get_config_path()
2018-04-04 12:36:16 +02:00
Julian Andres Klode
e8e0b93b37
Fix compilation error in get_config_path()
...
When inlining check_path(), gcc sees after the first snprintf()
call that pbuf might be null, and subsequently generates a warning
for the next snprintf() call. Since the code (erroneously) builds
with -Werror, this causes it to fail.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83139
2017-11-24 11:10:28 +01:00
Adam Hamsik
c38374ab5b
Merge pull request #59 from leggiero/patch-1
...
Minor typo
2017-09-03 12:40:06 +02:00
Eduardo Leggiero
67aa8eae24
Minor typo
2017-07-25 13:47:39 +01:00
Adam Hamsik
0f61bd0713
Remove superfluos ]
2016-02-14 21:58:19 +01:00
Adam Hamsik
581f0ff31a
Some updates
2016-02-14 21:57:34 +01:00
Adam Hamsik
7d160b9015
Rewrite README as proper asciidoc
2016-02-14 21:55:59 +01:00
Adam Hamsik
138481b410
Test build on osx too
2016-02-14 21:09:33 +01:00
Adam Hamsik
bf833e216b
Add travis.yml
2016-02-14 21:06:34 +01:00
Adam Hamsik
60bcee08c9
Merge branch 'hutchinson-linux_fix'
...
* hutchinson-linux_fix:
Fix Linux compile issue
2016-02-14 21:00:47 +01:00
Adam Hamsik
8623b26a72
Merge branch 'linux_fix' of https://github.com/hutchinson/proxychains into hutchinson-linux_fix
...
* 'linux_fix' of https://github.com/hutchinson/proxychains :
Fix Linux compile issue
2016-02-14 21:00:35 +01:00
Adam Hamsik
3b52a10c54
Merge pull request #37 from douglasanpa/master
...
Fix to compile on Ubuntu 13:04
2015-12-29 13:32:12 +01:00
Adam Hamsik
ec404a9e61
Merge pull request #45 from netroby/feature/drill-opendns
...
Using OpenDNS and Drill (ldns-utils)
2014-12-08 15:41:49 +01:00
ZhiFeng Hu
fdbce6cf24
Using OpenDNS and Drill (ldns-utils)
2014-11-28 13:45:02 +08:00
Adam Hamsik
0c39bb25a6
Merge pull request #44 from hmgle/fix_usage
...
fix #43
2014-06-30 16:13:36 +02:00
mingang.he
a1ff3e0426
fix #43
...
"-t" should be "-f"
2014-06-30 20:18:14 +08:00
Dan Hutchinson
86dfc828f1
Fix Linux compile issue
2014-04-21 20:42:14 +01:00
douglasanpa
33805b3375
Fix to compile on Ubuntu 13:04
...
With this modification the proxychains compiles successfully on Ubuntu 13:04
2013-04-17 04:09:02 -03:00
Adam Hamsik
dcbafb0279
Make linux and mac options similar.
2012-10-15 14:16:38 +02:00
Adam Hamsik
93bbad6ccb
Use same LD parameters where is it possible.
2012-10-15 11:41:33 +02:00
Adam Hamsik
f52a3001e1
Merge tomsawyer changes while, Makefile changes were fixed in my previous commit.
...
Merge branch 'main_fixes' of git://github.com/tomsawyer/proxychains into tomsawyer-main_fixes
Conflicts:
Makefile
2012-10-15 11:27:51 +02:00
Adam Hamsik
92ab117a9e
Merge branch 'master' of github.com:haad/proxychains
2012-10-15 11:05:17 +02:00
Adam Hamsik
fb30a834a7
Add OS specific LD, C flags this enables use to use -pthread and -lpthread for different platforms.
2012-10-15 11:03:59 +02:00
Adam Hamsik
caa76df519
Merge pull request #30 from benizi/add-socks5-mode
...
Add simple SOCKS5 mode
2012-10-15 01:02:17 -07:00
Benjamin R. Haskell
2ac7066abd
Add README changes for simple SOCKS5 mode
2012-10-12 15:39:13 -04:00
Benjamin R. Haskell
d3516a1c28
Add simple SOCKS5 proxy mode
...
If the environment variable PROXYCHAINS_SOCKS5 is set to a port number,
the configuration will be a single chain with a SOCKS5 proxy on
localhost:{that port}.
Additionally, setting the PROXYCHAINS_DNS environment variable (to any
value at all) will cause DNS queries to be proxied.
2012-10-12 15:39:03 -04:00
Semion Laptev
7aa95f9304
gethostbyname() and Makefile fixes
2012-10-10 19:19:12 +04:00
Adam Hamsik
c4decf6da2
Mention homebrew formula in README.
2012-10-10 13:26:57 +02:00
Adam Hamsik
2eb641758b
Fix library settings.
2012-10-10 03:27:57 -07:00
Adam Hamsik
4678bae604
Fix wrong glibc prototype.
2012-10-10 03:27:25 -07:00
Adam Hamsik
6fe50f2b29
Merge pull request #25 from xiezhenye/patch-1
...
Update src/proxyresolv
2012-09-22 07:23:22 -07:00
Xie Zhenye
d69f46afc5
Update src/proxyresolv
...
resolve hostname by local /etc/hosts file first
2012-09-22 22:17:53 +08:00
Adam Hamsik
f9a2ac0456
Add more documentation updates about BSD support and using pkgsrc to install proxychains.
2012-08-10 02:19:54 +02:00
Adam Hamsik
1c020ced1e
Port Proxychains to NetBSD.
proxychains-4.2.0
2012-08-09 22:36:29 +00:00
Adam Hamsik
361889a2d2
Add option to do a development build with --devel configure flag. Rename proxy_getserverbyname to proxy_getservbyname.
2012-08-05 15:07:37 +02:00
Adam Hamsik
025840930b
Add more files to ignore.
2012-07-29 12:09:53 +02:00
Adam Hamsik
cca0cea44a
Fix couple of problems introduced/detected by clang checker and new -fno-common compiler flag.
2012-07-29 12:09:11 +02:00