tor/src/test
Nick Mathewson a96c0affcb Better policy support for IPv6
Now, "accept *:80" means "accept all addresses on port 80", and not
just IPv4.  For just v4, say "accept *4:80"; for just v6 say "accept
*6:80".

We can parse these policies from torrc just fine, and we should be
successfully keeping them out of descriptors for now.

We also now include appropriate IPv6 addresses in "reject private:*"
2012-11-14 23:16:21 -05:00
..
bench.c Rename all reserved C identifiers we defined 2012-10-12 12:22:13 -04:00
include.am Refactor begin cell parsing into its own function, with tests. 2012-11-14 23:16:21 -05:00
Makefile.nmake Fix some remaining nmake/msvc build issues 2012-05-16 10:08:24 -04:00
test_addr.c Add a new family-specific syntax for tor_addr_parse_mask_ports 2012-11-14 23:16:21 -05:00
test_cell_formats.c Refactor begin cell parsing into its own function, with tests. 2012-11-14 23:16:21 -05:00
test_config.c Move address map into its own file. 2012-11-14 23:16:20 -05:00
test_containers.c Add some unit tests for smartlist_bsearch_idx() on short lists 2012-10-23 14:28:19 -07:00
test_crypto.c Add unit test for crypto_pk_cmp_keys and NULL 2012-09-17 11:04:56 -04:00
test_data.c Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
test_dir.c Merge remote-tracking branch 'public/bug6538' 2012-09-11 17:51:36 -04:00
test_introduce.c Fix a bunch of "implicit 64->32" warnings from introduce refactoring 2012-08-03 11:31:04 -04:00
test_microdesc.c Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
test_pt.c Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
test_replay.c Fix a bunch of "implicit 64->32" warnings from introduce refactoring 2012-08-03 11:31:04 -04:00
test_util.c Merge remote-tracking branch 'asn/bug6832' 2012-10-27 16:48:05 -04:00
test-child.c Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
test.c Better policy support for IPv6 2012-11-14 23:16:21 -05:00
test.h Convert all include-guard macros to avoid reserved identifiers. 2012-10-12 12:13:10 -04:00