summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
* Bring back IPsec PSK Tab/Edit. Part of ticket #108. Still needs backend code ...jim-p2010-05-061-0/+10
* Enable even xmlwriter module.Ermal2010-05-061-0/+1
* Ticket #320. Use xmlreader and xmlwriter to read/write xml since it encodes d...Ermal2010-05-061-71/+63
* Add client-to-client to OpenVPN server config if the option is checked. Resol...jim-p2010-05-061-0/+3
* Fix upgrade code for port forwards with "Interface address" set on external a...Erik Fonnesbeck2010-05-061-1/+2
* Correct file_notice usage.Ermal2010-05-061-1/+1
* Fix the empty array check, a empty load balancer tag has a value of 1, not 0.Seth Mos2010-05-061-1/+1
* Do not trip with configuration upgrades on a empty load balancer tag.Seth Mos2010-05-061-1/+2
* Fix the regular expression used in filter_generate_address for OPT subnet so ...Erik Fonnesbeck2010-05-061-1/+1
* Revert last commit .. This might not work on NanoScott Ullrich2010-05-051-1/+1
* Use mount -a instead of -uw Ticket #444Scott Ullrich2010-05-051-1/+1
* Ticket #511. Do not penailize other packages if rules of one package are erro...Ermal2010-05-051-4/+8
* Implement tcp flags and sloppy state on the GUI.Ermal2010-05-051-15/+42
* The gui defaults to https in 2.0 correct it to make sure it is not stopped by...Ermal2010-05-051-3/+3
* Put all of these lines in the block under this condition and remove the irrel...Erik Fonnesbeck2010-05-041-4/+2
* Fix displaying the Enable/Disable checkbox. Previously after a save button cl...Ermal2010-05-041-4/+36
* Fix displaying the Enable/Disable checkbox. Previously after a save button cl...Ermal2010-05-041-2/+2
* Add a gitsync option for reverting to the commit used when building the image.Erik Fonnesbeck2010-05-041-6/+17
* When 'No RDR' is set, skip some code that does not apply.Erik Fonnesbeck2010-05-041-2/+2
* This check is no longer needed here.Erik Fonnesbeck2010-05-041-13/+11
* Return if not a supported protocol for reflection.Erik Fonnesbeck2010-05-041-1/+1
* 'pass' is not valid with 'no rdr'Erik Fonnesbeck2010-05-041-2/+3
* Ticket #491. Fix upgrade code. Since dyndns is considered and array item it f...Ermal2010-05-041-19/+23
* Skip code for generating inetd.conf entries when 'no rdr' is used.Erik Fonnesbeck2010-05-041-17/+21
* Ticket #535. Correct from where we get the port number.Ermal2010-05-041-1/+1
* Modify reflection code to avoid having duplicate rule generation code for whe...Erik Fonnesbeck2010-05-041-16/+19
* Reflection can have side effects unexpected to the user with rules using any ...Erik Fonnesbeck2010-05-041-1/+18
* Use the same destination address and port in reflection rules as is used in t...Erik Fonnesbeck2010-05-031-12/+15
* In reflection rules, fix the end of the port range in port range forwards.Erik Fonnesbeck2010-05-031-5/+5
* Move the reflection enabled check out of filter_generate_reflection, so this ...Erik Fonnesbeck2010-05-031-5/+8
* Ticket #567. Create an entry on hosts file with the ip address of lan or the ...Ermal2010-05-031-3/+13
* Ticket #565. Correct deleting passthru mac entries. revert back to always all...Ermal2010-05-031-28/+36
* Ticket #566. Reimplement the allowed ips keeping previous funcitonality and i...Ermal2010-05-031-39/+110
* Various fixes for handling of ports in port forwards.Erik Fonnesbeck2010-05-021-12/+17
* Moving reflection's interface listing code to its own function, for use in fu...Erik Fonnesbeck2010-05-021-13/+27
* Fix a check for "any" in port forwards.Erik Fonnesbeck2010-05-021-1/+1
* Display some extra information about the available wireless channels.Erik Fonnesbeck2010-05-021-1/+24
* Remove check that prevented bugs from happening. Now all code paths are safe ...Ermal2010-04-301-13/+0
* Remove unused function.Ermal2010-04-301-19/+0
* Ticket #506. Correctly save dynamic gateways extra parameters.Ermal2010-04-302-8/+10
* Add upgrade code for values of "Interface address" and "any" for the external...Erik Fonnesbeck2010-04-301-0/+7
* Unbreak this. Seems it needs to be filter for the rules to work.Ermal2010-04-301-1/+1
* Make sure package rules are last. As the way they are coded they will null ou...Ermal2010-04-301-2/+2
* Actually minimum weight is 1.Ermal2010-04-301-1/+1
* Allow for each gateway a weight to be choosen if the gateway has to be used i...Ermal2010-04-302-16/+17
* Use nobind for OVPN client when no local port and/or no local interface is re...pierrepomes2010-04-291-3/+5
* Always generate macros so ruleset does not fail even when the gateway has no ...Ermal2010-04-291-2/+5
* Generate gateways as macros and then just substitute them during the rules. T...Ermal2010-04-291-61/+66
* Reload gateway groups when changing them.Ermal2010-04-291-1/+0
* Improve NAT Port ForwardingRenato Botelho2010-04-294-431/+466
OpenPOWER on IntegriCloud