crosstool-ng/scripts
Yann E. MORIN" e6ca02b829 Configure tsocks with a simple heuristic.
Consider the proxy has to be in a 'local' network. It means it is directly
reachable by the local machine, even if the local machine has to hop through
one or more gates to reach the proxy (often the case in enterprise networks
where class A 10.0.0.0/8 is in fact sub-divided into smaller networks, each
one of them in a different location, eg. 10.1.0.0/16 in a place, while
10.2.0.0/16 would be on the other side of the world). Not being in the same
subnet does not mean the proxy is not available.

So we will build a mask with at most high bits set, which defines a network
that has both the local machine and the proxy. Because a machine may have
more than one interface, build a mask for each of them, removing 127.0.0.1
which is added automagically by tsocks, and removing duplicate masks.

If all of this does not work, then it means the local machine can NOT in fact
reach the proxy, which in turn means the user mis-configured something (most
probably a typo...).

 /trunk/scripts/crosstool.sh |   61    52     9     0 +++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 52 insertions(+), 9 deletions(-)
2008-04-26 21:31:05 +00:00
..
build Commit a long-standing eye-dcandy change in a log, that got lost in a vi crash... 2008-04-17 19:16:17 +00:00
crosstool.sh Configure tsocks with a simple heuristic. 2008-04-26 21:31:05 +00:00
functions Fix a comment. 2008-04-13 18:25:30 +00:00
saveSample.sh Call architecture-specific functions from all scripts needing them. 2007-09-16 08:52:26 +00:00
showSamples.sh Merge the build system to trunk: ct-ng is now installable: 2007-07-01 19:04:20 +00:00
tarball.sh.broken Call architecture-specific functions from all scripts needing them. 2007-09-16 08:52:26 +00:00