General tweaks and fixes for Nick's comments.
commit44fe717524408d247ab10e3794438232d81d66dc
authorGeorge Kadianakis <desnacked@riseup.net>
Fri, 29 Jun 2012 16:32:34 +0000 (29 19:32 +0300)
committerGeorge Kadianakis <desnacked@riseup.net>
Wed, 5 Sep 2012 15:23:28 +0000 (5 18:23 +0300)
tree51c23d566b2812aeeac0e24bfad88fecfa8d7159
parent443260ffd8370c0fddefad42479b957132e8d275
General tweaks and fixes for Nick's comments.

* Add changes/ files.
* Edit the tor-fw-helper manpage.
* Fix check-spaces.
* Add prototype for get_list_of_ports_to_forward().
* Fix tor_parse_long() TCP port range.
* Improve doc. of tor_check_port_forwarding().
* Check for overflows in tor_check_port_forwarding().
* Demote successful port forwarding to LOG_INFO.

Conflicts:
src/common/address.c
src/or/circuitbuild.c
changes/bug4567 [new file with mode: 0644]
changes/bug4567_2 [new file with mode: 0644]
doc/tor-fw-helper.1.txt
src/common/address.c
src/common/util.c
src/or/config.c
src/or/config.h
src/tools/tor-fw-helper/tor-fw-helper.c