aboutsummaryrefslogtreecommitdiff
path: root/doc/tor-fw-helper.1.txt
Commit message (Collapse)AuthorAge
* Use --test-commandline name in tor-fw-helper manpageNick Mathewson2013-03-19
|
* Fix option names in tor-fw-helper manpageNick Mathewson2013-03-11
| | | | fix for bug 7768
* General tweaks and fixes for Nick's comments.George Kadianakis2012-09-05
| | | | | | | | | | | | | | | * 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
* Add some attributes to make a2x quieterNick Mathewson2012-08-23
|
* Build the tor-fw-helper manpageSebastian Hahn2010-09-30
| | | | So far we just had the asciidoc manpage, but didn't build it.
* Changes to tor-fw-helper, some based on Nick's reviewJacob Appelbaum2010-09-30
* MINIUPNPC rather than the generic UPNP * Nick suggested a better abstraction model for tor-fw-helper * Fix autoconf to build with either natpmp or miniupnpc * Add AM_PROG_CC_C_O to fix automake complaint * update spec to address nickm's concern * refactor nat-pmp to match upnp state * we prefer tor_snprintf to snprintf * link properlty for tor_snprintf * rename test_commandline_options to log_commandline_options * cast this uint as an int * detect possible FD_SETSIZE errors * make note about future enhancements for natpmp * add upnp enhancement note * ChangeLog entry * doxygen and check-spaces cleanup * create tor-fw-helper.1.txt