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

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-05README: add hint about IRC channelrofl0r
2013-02-10Makefile: prevent from using 2 slashes (cosmetic change)rofl0r
2013-02-10overhaul READMEv4.5rofl0r
2013-01-29better regex for obsolete proxyresolv script (thx yhzarcali)rofl0r
2013-01-21hook close() to prevent rude programs like ssh to close our pipesrofl0r
2013-01-07README: add disclaimer.rofl0r
2013-01-07README: add bold warnings about risksrofl0r
2013-01-06Makefile: add install-data to .PHONYrofl0r
2013-01-06README: mention install-configrofl0r
2013-01-06Makefile: put include config later so the program name can be overriddenrofl0r
2013-01-06update proxyresolvrofl0r
2013-01-06fine-tune configure for BSDrofl0r
2013-01-06post-release update of READMErofl0r
2013-01-06remove old proxychains launcher scriptrofl0r
2012-12-25FreeBSD supportv4.4rofl0r
2012-12-25fix no-newline warnings on old compilersrofl0r
2012-12-18fix for mac build errorrofl0r
2012-12-18fix compilation on musl libcrofl0r
2012-12-18add test for getnameinforofl0r
2012-12-18getnameinfo: check size and family of salenrofl0r
2012-12-18getnameinfo: return error if buffers are too smallrofl0r
2012-12-18fix the never-ending issues with the wrong glibc prototype of getnameinforofl0r
2012-12-12update README for 4.3 releasev4.3rofl0r
2012-11-08replace hostent lookup with better performing in-memory copy.rofl0r
2012-11-08move stringfromipv4 into common.crofl0r
2012-11-08README: remove paragraph about now fixed fork problems.rofl0r
2012-11-08remove THREAD_SAFE ifdefs. from now on, pthreads are required.rofl0r
2012-11-08use pipe instead of pipe2rofl0r
2012-11-08use mutexes also to protect the pipe communicationrofl0r
2012-11-08preliminary first fork-safe versionrofl0r
2012-11-07failed attempt to use shared memory for the ip <-> dns mappingrofl0r
2012-11-04main.c: fixed forgotten initialization for second loop using iv4.2rofl0r
2012-11-04update .gitignorerofl0r
2012-11-04put a mutex lock around gethostent() usage, to prevent internalrofl0r
2012-11-04add some test/debug programsrofl0r
2012-11-04proxy_gethostbyname: fix thread safety issues arising from ...rofl0r
2012-11-04add RcB tags to core.hrofl0r
2012-11-04gethostbyaddr hook: also set aliases.rofl0r
2012-11-04common.h: supply a default for SYSCONFDIR if not passed via CFLAGSrofl0r
2012-11-04fix issues with pthread and dlsym symbols on ubuntu 12.04rofl0r
2012-11-04fix bug which lead to segfault in ubuntu 12.04 telnetrofl0r
2012-09-02fix AUTHORS. it wrongly assigned some work to the wrong author.rofl0r
2012-08-28Merge pull request #3 from guanqun/masterrofl0r
2012-08-27fix typo in help messageguanqun
2012-08-16add some default localnets (commented) to configrofl0r
2012-08-06update README for 4.1 releasev4.1rofl0r
2012-08-06fix core.h to be usable on its ownrofl0r
2012-08-06core.c: add getservbyname_r replacement function for macrofl0r
2012-08-04put base64 variable to the place it gets usedrofl0r
2012-08-03tunnel_to: use better suited typerofl0r