Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/haad/proxychains.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-26Merge pull request #129 from sosamuel/patch-1HEADmasterAdam Hamsik
Update README.adoc
2022-03-26Merge pull request #115 from 7c6f434c/patch-1Adam Hamsik
Reinitialise i before using it for iterating over dll_dirs
2022-03-26Merge pull request #112 from sorki/fixWarningsAdam Hamsik
fix GCC strncpy warnings
2022-03-26Merge pull request #121 from specialpointcentral/masterAdam Hamsik
Fix GCC errors in DEBUG mode
2022-03-25Update README.adocSamuel Chia
update pkgsrc-wip homepage link.
2021-09-05Fix GCC errors in DEBUG modeJack Hu
When we open debug mode(`./configure --devel`), GCC will check `sign-conversion` and `conversion`. It will cause some warnings. Also add `-DDEBUG` to `CFLAGS` if we open debug mode. This can open `PDEBUG()` and help you to get detail information. Signed-off-by: Jack Hu <spcreply@126.com>
2021-03-31Reinitialise i before using it for iterating over dll_dirsMichael Raskin
Previously, the value of it was kept from the loop over all the command-line arguments; as `/usr/lib` or `/lib` were far enough in the list, on many systems there was no difference, but `own_dir` and `LIB_DIR` could be ignored or not based on the argument count, which was confusing.
2021-02-13fix GCC strncpy warningsRichard Marko
Recent GCC added checks for this and it triggers `Werror` with ``` In function 'strncpy', inlined from 'proxy_gethostbyname' at src/core.c:832:2: /nix/store/hayaj8q9rc7swx4llcjqymmg3zr525lx-glibc-2.32-25-dev/include/bits/string_fortified.h:91:10: error: '__builtin_strncpy' specified bound 8192 equals destination size [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-truncation-Werror=stringop-truncation8;;] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'proxy_getaddrinfo' at src/core.c:917:3: /nix/store/hayaj8q9rc7swx4llcjqymmg3zr525lx-glibc-2.32-25-dev/include/bits/string_fortified.h:91:10: error: '__builtin_strncpy' specified bound 256 equals destination size [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-truncation-Werror=stringop-truncation8;;] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors ```
2021-02-08Update mac os build.Adam Hamsik
2020-12-11Merge pull request #109 from aviau/patch-1Adam Hamsik
proxychains.conf: mention `raw` type
2020-12-10proxychains.conf: mention `raw` typeAlexandre Viau
2020-12-10Update version stringAdam Hamsik
2020-12-10Bump version string to 4.3.0Adam Hamsik
2020-12-10Merge pull request #108 from aviau/aviau/raw-proxyAdam Hamsik
support 'raw' proxy type
2020-12-10Merge pull request #104 from ChuanfengZhang/masterAdam Hamsik
docs: fix link of pkgsrc
2020-10-27support 'raw' proxy typeaviau
2020-09-14docs: fix link of pkgsrczhangcf
2020-07-28Update libproxychains.cAdam Hamsik
Fix redundant parenthesis.
2020-07-21Merge pull request #99 from tomgilon/dnatAdam Hamsik
Add dnat feature
2020-07-21Merge pull request #98 from AdamVanScyoc/fix_conf_file_typoAdam Hamsik
Fix type on proxychains.conf fix_conf_file_type
2020-07-21Merge pull request #100 from 0xflotus/patch-1Adam Hamsik
(docs): fixed possible typo error
2020-05-24(docs): fixed possible typo error0xflotus
in www.insecure.org/nmap
2020-05-07Add option to change tcp destination port and ip before sending to proxy servertom gilon
2020-04-15Fix type on proxychains.conf fix_conf_file_typeAdam Van Scyoc
2020-01-10Merge pull request #88 from Mister-Meeseeks/master4.3.0Adam Hamsik
Allow user to override default DNS server
2020-01-10Merge pull request #75 from tinyzimmer/masterAdam Hamsik
optional set host on easy socks5 env var
2020-01-10Merge pull request #95 from theosotr/fixAdam Hamsik
Add missing Make dependencies
2020-01-02Add missing Make dependenciesThodoris Sotiropoulos
2019-04-13Fix issue with POSIX portability in proxyresolv scriptDouglas R Colkitt
2019-04-13Allow user to override default DNS serverDouglas R Colkitt
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-01-22Merge pull request #85 from Intika-Linux-Network/masterAdam Hamsik
Fix security issue CVE-2015-3887
2019-01-22Fix security issue CVE-2015-3887intika
2018-04-23require cdefstinyzimmer
2018-04-23dont require cdefstinyzimmer
2018-04-23allow dynamic host for simple socks env vartinyzimmer
2018-04-13Merge pull request #73 from audibleblink/masterAlex Flores
patch for random proxy selection
2018-04-13patch for better random proxy selectionAlex Flores
2018-04-04Merge pull request #66 from julian-klode/pu/fix-pbuf-nullAdam Hamsik
Fix compilation error in get_config_path()
2017-11-24Fix compilation error in get_config_path()Julian Andres Klode
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-09-03Merge pull request #59 from leggiero/patch-1Adam Hamsik
Minor typo
2017-07-25Minor typoEduardo Leggiero
2016-02-14Remove superfluos ]Adam Hamsik
2016-02-14Some updatesAdam Hamsik
2016-02-14Rewrite README as proper asciidocAdam Hamsik
2016-02-14Test build on osx tooAdam Hamsik
2016-02-14Add travis.ymlAdam Hamsik
2016-02-14Merge branch 'hutchinson-linux_fix'Adam Hamsik
* hutchinson-linux_fix: Fix Linux compile issue
2016-02-14Merge branch 'linux_fix' of https://github.com/hutchinson/proxychains into ↵Adam Hamsik
hutchinson-linux_fix * 'linux_fix' of https://github.com/hutchinson/proxychains: Fix Linux compile issue
2015-12-29Merge pull request #37 from douglasanpa/masterAdam Hamsik
Fix to compile on Ubuntu 13:04
2014-12-08Merge pull request #45 from netroby/feature/drill-opendnsAdam Hamsik
Using OpenDNS and Drill (ldns-utils)