]> git.ipfire.org Git - thirdparty/tor.git/commit
Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/933#comment:8
authorRobert Hogan <robert@roberthogan.net>
Mon, 27 Dec 2010 17:35:16 +0000 (17:35 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 30 Nov 2011 19:08:10 +0000 (14:08 -0500)
commit53ce6bb52d29e80c7efd29b8604bdd680c9515ea
tree2e0f5c939c8e13549ea51e00980916ab828799e8
parent909e9769ece9e89ad0c4bbb558a6f8247c6a62bd
Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/933#comment:8

    1. Only allow '*.' in MapAddress expressions. Ignore '*ample.com' and '.example.com'.
       This has resulted in a slight refactoring of config_register_addressmaps.
    2. Add some more detail to the man page entry for AddressMap.
    3. Fix initialization of a pointer to NULL rather than 0.
    4. Update the unit tests to cater for the changes in 1 and test more explicitly for
       recursive mapping.
doc/tor.1.txt
src/or/config.c
src/or/connection_edge.c
src/test/test_config.c