proxychains-ng/src
rofl0r 530fee89ce proxy_getaddrinfo: don't use strncpy
the strncpy function is both dangerous and slow.
dangerous because it doesn't do what the naive programmer expects
(bounded strcpy), and slow because it pads the entire bufsize
with zeroes.
2014-01-22 22:22:24 +01:00
..
allocator_thread.c hook close() to prevent rude programs like ssh to close our pipes 2013-01-21 01:54:45 +01:00
allocator_thread.h hook close() to prevent rude programs like ssh to close our pipes 2013-01-21 01:54:45 +01:00
common.c Add DUMP_PROXY_CHAIN for debug builds and debug.c. 2013-06-25 12:56:41 +02:00
common.h Add DUMP_PROXY_CHAIN for debug builds and debug.c. 2013-06-25 12:56:41 +02:00
core.c proxy_getaddrinfo: don't use strncpy 2014-01-22 22:22:24 +01:00
core.h Add support for round robin mode. 2013-06-26 12:22:11 +02:00
debug.c fix indentation of debug.c 2013-06-26 12:22:12 +02:00
debug.h Add DUMP_PROXY_CHAIN for debug builds and debug.c. 2013-06-25 12:56:41 +02:00
hash.c replace hostent lookup with better performing in-memory copy. 2012-11-08 01:18:19 +01:00
hash.h replace hostent lookup with better performing in-memory copy. 2012-11-08 01:18:19 +01:00
hostentdb.c FreeBSD support 2012-12-25 19:08:05 +01:00
hostentdb.h replace hostent lookup with better performing in-memory copy. 2012-11-08 01:18:19 +01:00
ip_type.c preliminary first fork-safe version 2012-11-07 21:31:11 +01:00
ip_type.h preliminary first fork-safe version 2012-11-07 21:31:11 +01:00
libproxychains.c Chromium tried to close our pipes and falls into infinity loop. 2014-01-08 13:38:59 +08:00
main.c main.c: fixed forgotten initialization for second loop using i 2012-11-04 06:14:33 +01:00
mutex.h preliminary first fork-safe version 2012-11-07 21:31:11 +01:00
nameinfo.c fix the never-ending issues with the wrong glibc prototype of getnameinfo 2012-12-17 22:17:04 +01:00
proxychains.conf Add round_robin to example config. 2013-06-26 12:22:12 +02:00
proxyresolv better regex for obsolete proxyresolv script (thx yhzarcali) 2013-01-29 18:43:21 +01:00
shm.c preliminary first fork-safe version 2012-11-07 21:31:11 +01:00
shm.h use mutexes also to protect the pipe communication 2012-11-07 21:31:18 +01:00
stringdump.c replace hostent lookup with better performing in-memory copy. 2012-11-08 01:18:19 +01:00
stringdump.h replace hostent lookup with better performing in-memory copy. 2012-11-08 01:18:19 +01:00