tor/src/or
Nick Mathewson bb2145b45b Fix a bug in policy_is_reject_star() that was making IPv4 exits break
IPv4-only exits have an implicit "reject [::]/0", which was making
policy_is_reject_star() return 1 for them, making us refuse to do
hostname lookups.

This fix chanes policy_is_reject_star() to ask about which family we meant.
2012-11-14 23:16:57 -05:00
..
addressmap.c Make address_is_invalid_destination recognize ipv6 addrs as valid. 2012-11-14 23:16:40 -05:00
addressmap.h Get the client side of receiving an IPv6 address to work 2012-11-14 23:16:23 -05:00
buffers.c Move address map into its own file. 2012-11-14 23:16:20 -05:00
buffers.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
channel.c Add comment explaining different channel close functions 2012-11-13 18:50:37 -08:00
channel.h Merge branch 'bsd_queue' of ssh://git-rw.torproject.org/nickm/tor 2012-10-30 14:39:14 -07:00
channeltls.c Fix a memory leak in handling errors on CERTS cells. bug 7422 2012-11-08 23:01:39 -05:00
channeltls.h Rename all reserved C identifiers we defined 2012-10-12 12:22:13 -04:00
circuitbuild.c Fix more madness from the split_circuitbuild merge 2012-10-22 14:36:30 -04:00
circuitbuild.h Fix more madness from the split_circuitbuild merge 2012-10-22 14:36:30 -04:00
circuitlist.c Merge remote-tracking branch 'origin/maint-0.2.3' 2012-11-08 16:48:04 -05:00
circuitlist.h Rename all reserved C identifiers we defined 2012-10-12 12:22:13 -04:00
circuitmux_ewma.c Avoid c99 designated initializers in circuitmux_ewma.c 2012-11-02 13:14:39 -04:00
circuitmux_ewma.h Rename all reserved C identifiers we defined 2012-10-12 12:22:13 -04:00
circuitmux.c Fix formatting in various places after 6465/6816 work 2012-10-10 00:48:36 -07:00
circuitmux.h Rename all reserved C identifiers we defined 2012-10-12 12:22:13 -04:00
circuitstats.c Move the circuit build timeout code into its own file. 2012-10-15 14:50:55 -04:00
circuitstats.h Move the circuit build timeout code into its own file. 2012-10-15 14:50:55 -04:00
circuituse.c Move address map into its own file. 2012-11-14 23:16:20 -05:00
circuituse.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
command.c Fix a remotely triggerable assertion failure (CVE-2012-2250) 2012-10-23 22:58:38 -04:00
command.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
config_codedigest.c Resolve about 24 DOCDOCs 2012-06-05 00:17:54 -04:00
config.c Implement a PreferIPv6 flag for SocksPorts 2012-11-14 23:16:40 -05:00
config.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
confparse.c Split the routerset code out of routerlist.c 2012-09-14 10:20:00 -04:00
confparse.h Split the generic config_fmt_t code into a new confparse.c file 2012-09-13 12:20:25 -04:00
connection_edge.c Add some missing doxygen for ipv6 exit code 2012-11-14 23:16:57 -05:00
connection_edge.h Add some missing doxygen for ipv6 exit code 2012-11-14 23:16:57 -05:00
connection_or.c Merge branch 'check_for_orconn_on_close_squashed' of ssh://git-rw.torproject.org/user/andrea/tor 2012-11-10 03:24:41 -08:00
connection_or.h Discard extraneous renegotiation attempts in the v3 link protocol 2012-10-17 19:19:58 -04:00
connection.c Implement a PreferIPv6 flag for SocksPorts 2012-11-14 23:16:40 -05:00
connection.h Check for orconns in connection_mark_for_close and connection_mark_and_flush, and pass the call through channel_close_for_error with a warning to avoid asserts 2012-11-10 02:35:47 -08:00
control.c Move address map into its own file. 2012-11-14 23:16:20 -05:00
control.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
cpuworker.c Use U64_FORMAT/U64_PRINTF_ARG rather than %lu for channel_t 2012-10-08 19:48:06 -07:00
cpuworker.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
directory.c Merge branch 'split_circuitbuild' 2012-10-22 11:35:32 -04:00
directory.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
dirserv.c Actually generate microdescriptors with p6 lines. 2012-11-14 23:16:40 -05:00
dirserv.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
dirvote.c Remove a since-fixed XXX; improve a doxygen comment 2012-11-14 23:16:40 -05:00
dirvote.h Authorities put p6 lines into microdescriptors. 2012-11-14 23:16:22 -05:00
dns.c Fix a bug in policy_is_reject_star() that was making IPv4 exits break 2012-11-14 23:16:57 -05:00
dns.h Make DNS callback pass IPv6 answers to dns_answer_found 2012-11-14 23:16:23 -05:00
dnsserv.c Rename all reserved C identifiers we defined 2012-10-12 12:22:13 -04:00
dnsserv.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
entrynodes.c Fix more madness from the split_circuitbuild merge 2012-10-22 14:36:30 -04:00
entrynodes.h Split code for entry guards and bridges into a new module. 2012-10-15 14:28:23 -04:00
eventdns_tor.h whitesapce fix 2012-10-15 11:22:53 -04:00
geoip.c Whitespace fixes 2012-11-04 21:52:28 -05:00
geoip.h Merge remote-tracking branch 'linus/bug5053-bug5055' 2012-11-04 21:44:31 -05:00
hibernate.c Call channel_mark_for_close() properly in hibernate_go_dormant() 2012-11-13 13:45:00 -08:00
hibernate.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
include.am Move address map into its own file. 2012-11-14 23:16:20 -05:00
main.c Move address map into its own file. 2012-11-14 23:16:20 -05:00
main.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
Makefile.nmake Add initial circuitmux_ewma.{c,h} 2012-10-10 00:44:46 -07:00
microdesc.c Parse IPv6 policy summaries from router descriptors and microdescs 2012-11-14 23:16:22 -05:00
microdesc.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
networkstatus.c Merge remote-tracking branch 'public/bug7059' 2012-11-13 21:50:07 -05:00
networkstatus.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
nodelist.c Merge remote-tracking branch 'linus/bug5053-bug5055' 2012-11-04 21:44:31 -05:00
nodelist.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
ntmain.c Be more careful calling wcstombs 2012-06-07 11:09:38 -04:00
ntmain.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
onion.c Merge remote-tracking branch 'origin/maint-0.2.3' 2012-11-08 16:48:04 -05:00
onion.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
or.h Add some missing doxygen for ipv6 exit code 2012-11-14 23:16:57 -05:00
policies.c Fix a bug in policy_is_reject_star() that was making IPv4 exits break 2012-11-14 23:16:57 -05:00
policies.h Fix a bug in policy_is_reject_star() that was making IPv4 exits break 2012-11-14 23:16:57 -05:00
reasons.c Use LD_PROTOCOL rather than LD_BUG to warn about bogus reason codes that originated remotely in circuit_end_reason_to_control_string() 2012-10-17 03:24:28 -07:00
reasons.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
relay.c Whitespace cleanup 2012-11-14 23:16:24 -05:00
relay.h Get the client side of receiving an IPv6 address to work 2012-11-14 23:16:23 -05:00
rendclient.c Turn some memset()s introduced in tor 0.2.4 into memwipe()s 2012-11-08 17:00:36 -05:00
rendclient.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
rendcommon.c Rename all reserved C identifiers we defined 2012-10-12 12:22:13 -04:00
rendcommon.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
rendmid.c Rename all reserved C identifiers we defined 2012-10-12 12:22:13 -04:00
rendmid.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
rendservice.c Turn some memset()s introduced in tor 0.2.4 into memwipe()s 2012-11-08 17:00:36 -05:00
rendservice.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
rephist.c Merge remote-tracking branch 'public/bug1031' 2012-10-15 11:20:48 -04:00
rephist.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
replaycache.c Rename all reserved C identifiers we defined 2012-10-12 12:22:13 -04:00
replaycache.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
router.c Fix a bug in policy_is_reject_star() that was making IPv4 exits break 2012-11-14 23:16:57 -05:00
router.h Change signature of router_compare_to_my_exit_policy so dns can use it 2012-11-14 23:16:25 -05:00
routerlist.c Parse IPv6 policy summaries from router descriptors and microdescs 2012-11-14 23:16:22 -05:00
routerlist.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
routerparse.c Fix a bug in policy_is_reject_star() that was making IPv4 exits break 2012-11-14 23:16:57 -05:00
routerparse.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
routerset.c Better policy support for IPv6 2012-11-14 23:16:21 -05:00
routerset.h Split the routerset code out of routerlist.c 2012-09-14 10:20:00 -04:00
statefile.c Move the circuit build timeout code into its own file. 2012-10-15 14:50:55 -04:00
statefile.h Split the or_state_t portions of config.c into their own file 2012-09-13 12:20:26 -04:00
status.c Rename all reserved C identifiers we defined 2012-10-12 12:22:13 -04:00
status.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00
tor_main.c Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
transports.c Add warning message when a managed proxy dies during configuration. 2012-11-06 17:53:09 -05:00
transports.h Start passing ports to tor_check_port_forwarding(). 2012-09-05 18:08:18 +03:00