This website requires JavaScript.
Explore
Help
Sign In
Akkariin
/
proxychains-ng
Watch
1
Star
0
Fork
0
You've already forked proxychains-ng
mirror of
https://github.com/rofl0r/proxychains-ng
synced
2026-05-16 18:42:36 +08:00
Code
Issues
Releases
Wiki
Activity
106
Commits
14
Branches
18
Tags
6515bc4d82c8b53574d5c9e4d326dea5e8aec3d9
Commit Graph
106 Commits
This Branch
This Branch
All Branches
Merge pull request
#3
from guanqun/master
fix typo in help message
rofl0r
·
2012-08-27 14:46:05 -07:00
6515bc4d82
fix typo in help message
guanqun
·
2012-08-27 23:30:45 +08:00
bbf8b7aab0
add some default localnets (commented) to config
rofl0r
·
2012-08-16 16:44:51 +02:00
01b8c81e90
update README for 4.1 release
rofl0r
·
2012-08-06 01:34:23 +02:00
v4.1
ddd9e48fc1
fix core.h to be usable on its own
rofl0r
·
2012-08-06 01:26:34 +02:00
923c4f1026
core.c: add getservbyname_r replacement function for mac
rofl0r
·
2012-08-06 01:26:03 +02:00
108610e30e
put base64 variable to the place it gets used
rofl0r
·
2012-08-04 17:55:37 +02:00
0f1bc719fd
tunnel_to: use better suited type
rofl0r
·
2012-08-03 10:43:59 +02:00
068e088a8b
fix omission in common.c
rofl0r
·
2012-07-16 02:42:09 +02:00
40bb78b53f
Makefile: put config into new install-config target
rofl0r
·
2012-07-16 02:36:35 +02:00
a4f3dd0538
correct copyright of main.c
rofl0r
·
2012-07-16 02:36:35 +02:00
80e58726e2
update AUTHORS
rofl0r
·
2012-07-16 02:36:35 +02:00
3c7fcc7507
getaddrinfo: cosmetics
rofl0r
·
2012-07-16 01:34:00 +02:00
ab3ca31871
add test for getaddrinfo
rofl0r
·
2012-07-16 01:21:22 +02:00
6f56956715
proxy_getaddrinfo: fix segfault when hints is NULL
rofl0r
·
2012-07-16 01:19:30 +02:00
037edbcb8e
make getaddrinfo threadsafe
rofl0r
·
2012-07-16 01:05:28 +02:00
40edf758ee
use threadsafe getservbyname_r
rofl0r
·
2012-07-14 17:59:56 +02:00
4b999cdae7
simplify log func
rofl0r
·
2012-07-14 17:59:06 +02:00
71e15e2edd
put abort functionality into get_config_path to further reduce code duplication
rofl0r
·
2012-07-08 23:47:56 +02:00
e5e87c8f22
remove unused file
rofl0r
·
2012-07-08 23:34:34 +02:00
fafeaf5936
use config file lookup routine from a common place
rofl0r
·
2012-07-08 23:32:50 +02:00
fba5f5694c
update README
rofl0r
·
2012-07-08 21:44:02 +02:00
1a02b9f82f
slightly better error message
rofl0r
·
2012-07-08 21:23:39 +02:00
3004240462
print everything to stderr, and fflush on PDEBUG
rofl0r
·
2012-07-08 04:18:42 +02:00
364c785970
fixup for
d95ef42d48
rofl0r
·
2012-07-08 04:09:50 +02:00
1fc7e38ee0
configure: add --help text
rofl0r
·
2012-07-08 00:35:59 +02:00
eb0db7221a
simplify load_sym code and remove potential aliasing violation.
rofl0r
·
2012-07-08 00:27:46 +02:00
2c9c4d9da7
externalize some variables, which are used from both C files
rofl0r
·
2012-07-08 00:16:00 +02:00
d95ef42d48
bugfix: localnet never used if no port specified. Fix typo.
Jahrome
·
2012-05-22 23:11:03 +02:00
229eb7cc5a
cosmetic fix
rofl0r
·
2012-04-24 02:04:02 +02:00
45f50ac754
use sane defaults
rofl0r
·
2012-04-24 01:48:17 +02:00
d72e668767
remove dead code
rofl0r
·
2012-04-24 01:46:57 +02:00
561679fbcd
fix debug message
rofl0r
·
2012-04-23 22:56:44 +02:00
bc23ef8f46
use dynloader to call init() func when gcc is available, and lock it properly
rofl0r
·
2012-04-23 22:21:40 +02:00
88a54e872a
macros
rofl0r
·
2012-04-23 22:21:40 +02:00
caed782652
fix PDEBUG macro
rofl0r
·
2012-04-23 22:21:40 +02:00
f55c6bc4d5
some cleanup in core.h
rofl0r
·
2012-04-23 20:26:13 +02:00
49293b180d
debloat init_lib()
rofl0r
·
2012-04-23 19:51:14 +02:00
3260ee812a
Makefile: create destination dirs in case they do not exist
rofl0r
·
2012-03-07 18:05:04 +01:00
1000366f88
Makefile: add support for DESTDIR
rofl0r
·
2012-03-07 18:02:37 +01:00
598a41a671
bugfix: localnet conflicts with proxydns
Jianing Yang
·
2012-03-07 17:58:37 +01:00
65471b750c
fix bogus use of ! in configure
rofl0r
·
2012-01-30 18:35:03 +01:00
03b49f529e
complete sysconfdir support
rofl0r
·
2012-01-30 18:29:35 +01:00
e99dd76941
added support for --sysconfdir
rofl0r
·
2012-01-30 18:26:38 +01:00
0ee539f31c
remove unnecessary sprintf call
rofl0r
·
2012-01-29 02:34:04 +01:00
f4e4c8c2b1
use PROXYCHAINS_CONF_FILE consistently
rofl0r
·
2012-01-28 18:34:40 +01:00
dbb172b510
fix forgotten etc
rofl0r
·
2012-01-28 18:33:40 +01:00
48373ab7a5
use macros for mutex stuff
rofl0r
·
2012-01-27 21:30:42 +01:00
070051bb73
complete mac support
rofl0r
·
2012-01-27 20:48:24 +01:00
c36db11ebc
allow dll suffix to be passed from ./configure
rofl0r
·
2012-01-27 20:30:44 +01:00
6d25f5d89e
First
Previous
1
2
3
Next
Last