Nick Mathewson
|
b8abadedd3
When examining interfaces to find an address, discard non-up ones.
|
11 years ago |
Nick Mathewson
|
2ac66e59f7
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
|
11 years ago |
Nick Mathewson
|
b528aaef03
Make sure that [::1] is recognized as a private address
|
11 years ago |
Nick Mathewson
|
5bfa373eee
Remove some totally unused functions
|
11 years ago |
Nick Mathewson
|
a141430ec3
Rename log() to tor_log() for logging
|
11 years ago |
Nick Mathewson
|
4da083db3b
Update the copyright date to 201.
|
11 years ago |
Nick Mathewson
|
190c1d4981
Merge branch 'bug7013_take2_squashed'
|
12 years ago |
George Kadianakis
|
6f21d2e496
Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr.
|
12 years ago |
Nick Mathewson
|
85e8d35fca
Add some missing doxygen for ipv6 exit code
|
12 years ago |
Nick Mathewson
|
898f9c8bcc
Add a function to set a tor_addr_t to a null address
|
12 years ago |
Nick Mathewson
|
2eb7eafc9d
Add a new family-specific syntax for tor_addr_parse_mask_ports
|
12 years ago |
Nick Mathewson
|
56c0baa523
Rename all reserved C identifiers we defined
|
12 years ago |
Nick Mathewson
|
8586611718
Make tor_addr_is_internal log the calling function on error
|
12 years ago |
David Fifield
|
78e2d8c7a8
Add fmt_addrport.
|
12 years ago |
Linus Nordberg
|
0770e4ccdb
Whitespace fixes.
|
12 years ago |
Linus Nordberg
|
585ef06978
Add tor_addr_port_new().
|
12 years ago |
George Kadianakis
|
62c1311b3a
Fix port range in parse_port_range().
|
12 years ago |
Nick Mathewson
|
2491fff5a6
Triage the XXX023 and XXX022 comments: postpone many.
|
12 years ago |
Nick Mathewson
|
20d6f787aa
Fix "make check-spaces" issues
|
12 years ago |
Nick Mathewson
|
0fa107a6aa
Update copyright dates to 2012; add a few missing copyright statements
|
12 years ago |
Nick Mathewson
|
a925fc9189
Merge remote-tracking branch 'public/bug2822'
|
12 years ago |
George Kadianakis
|
6d2898607b
Fix issues found by nickm.
|
12 years ago |
George Kadianakis
|
da6e0993dc
Generalize fmt_addr() to support IPv6 decorations.
|
12 years ago |
Nick Mathewson
|
433d757846
Reject SOCKS requests for "localhost" or ".local"
|
12 years ago |
Nick Mathewson
|
80b2756b53
Log statement to help track down bug4091
|
12 years ago |
Nick Mathewson
|
5cf9167f91
Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32
|
12 years ago |
Nick Mathewson
|
26e789fbfd
Rename nonconformant identifiers.
|
13 years ago |
Nick Mathewson
|
9f06ec0c13
Add interface enumeration based on SIOCGIFCONF for older unixes
|
13 years ago |
Nick Mathewson
|
5d44a6b334
Multicast addresses, if any were configured, would not be good if addrs
|
13 years ago |
Nick Mathewson
|
aa529f6c32
Use getifaddrs, not connect+getsockname, to find our address
|
13 years ago |