summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
* The global reference declaration is needed.Ermal2010-05-071-1/+1
* Preserve previous behaviour of having all alarms on for all gateways. Not sur...Ermal2010-05-071-2/+17
* Move the settings of down/latency/loss to per gateway. This allows more fine ...Ermal2010-05-071-15/+48
* Do not put ip address on teh name since pfctl does not like an ip as part of ...Ermal2010-05-071-1/+3
* Correct delay matching on outgoing load balancer code.Ermal2010-05-071-1/+1
* Ticket #408. Provide code to upgrade static routes.Ermal2010-05-071-0/+26
* Make list the same. Remove whitespace at the end so it does not get interpret...Ermal2010-05-072-14/+14
* Fix link_ip_to_carp_interface. This unbreak at least Carp on CP and other con...Ermal2010-05-071-0/+1
* Add scpecific scripts for when ovpn goes up and down so we get neccessary val...Ermal2010-05-071-2/+2
* Check if interface exists before issuing a command when disabling captiveportal.Ermal2010-05-071-6/+8
* Use a global array to prevent errors on rulesets which have invalid gateways....Ermal2010-05-071-3/+12
* Move auto generated rule for static routes on same subnet. Use sloppy states ...Ermal2010-05-071-28/+29
* Catch up with latest apinger changes to make easier to extract the status of ...Ermal2010-05-061-26/+7
* Add a few comments. This should be ready for testing/feedback. Ticket #108jim-p2010-05-061-0/+2
* Add missing ;jim-p2010-05-061-1/+1
* Set proposal check and passive as needed for this scenario also. Ticket #108jim-p2010-05-061-1/+6
* Ensure initial_contact is 'on' in this case to behave as 1.2.3 did. Ticket #108jim-p2010-05-061-3/+4
* Set generate_policy to "on" to behave as 1.2.3 does in this case. Ticket #108jim-p2010-05-061-1/+4
* Only specify peer ID if we are not dealing with a mobile PSK-only tunnel. Tic...jim-p2010-05-061-1/+6
* Do not specify subnet in sainfo if we are dealing with a mobile PSK-only tunn...jim-p2010-05-061-1/+1
* Write out IPsec PSKs for mobile clients. Part of ticket #108.jim-p2010-05-061-0/+7
* 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
OpenPOWER on IntegriCloud