summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Comment out the linkage of carp with alias members. As it is it does not ↵Ermal2010-05-101-2/+6
| | | | work and passing 30000 addresses to match is not fun either in some edge cases.
* Correct the function name so that it upgrades properlysmos2010-05-101-1/+1
|
* Make sure to upgrade deprecated themes to pfsense_ng.smos2010-05-101-0/+11
| | | | The switch() should make it easy to add other deprecated themes here.
* Fix an edge error in getting the carp interfaces reported by Effone.Ermal2010-05-101-9/+5
|
* Do not prepend empty lines to the first member this might trigger errors on ↵Ermal2010-05-101-2/+7
| | | | code that relies on space to be a separator.
* Do not install reflection rules for port forwards when the destination is ↵Erik Fonnesbeck2010-05-081-0/+2
| | | | invalid.
* Revert changes to reflection for port forwards until finished and approved.Erik Fonnesbeck2010-05-082-69/+2196
|
* Merge http://gitweb.pfsense.org/pfsense/efonne-new_nat_reflection into masterErik Fonnesbeck2010-05-082-2184/+116
|\
| * Add backend code for NAT reflection on 1:1 NAT mappings.Erik Fonnesbeck2010-05-041-9/+30
| |
| * Removed some redundant/obsolete code that is superceded by the new NAT ↵Erik Fonnesbeck2010-05-041-8/+0
| | | | | | | | reflection code.
| * Add the NAT that goes with the reflection redirects.Erik Fonnesbeck2010-05-041-17/+49
| |
| * Added reflection redirect rule and rearranged some related code that goes ↵Erik Fonnesbeck2010-05-041-57/+49
| | | | | | | | with it.
| * Remove "pfSense nat bouncing" entries from the service ports list.Erik Fonnesbeck2010-05-041-2000/+0
| |
| * Remove the old reflection implementation and prepare for the new one.Erik Fonnesbeck2010-05-041-116/+11
| |
* | The global reference declaration is needed.Ermal2010-05-071-1/+1
| |
* | Preserve previous behaviour of having all alarms on for all gateways. Not ↵Ermal2010-05-071-2/+17
| | | | | | | | sure this should be/is the right behaviour though.
* | Move the settings of down/latency/loss to per gateway. This allows more fine ↵Ermal2010-05-071-15/+48
| | | | | | | | grained control on gateways.
* | Do not put ip address on teh name since pfctl does not like an ip as part of ↵Ermal2010-05-071-1/+3
| | | | | | | | macro name.
* | 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 ↵Ermal2010-05-072-14/+14
| | | | | | | | interpreted as special tag.
* | Fix link_ip_to_carp_interface. This unbreak at least Carp on CP and other ↵Ermal2010-05-071-0/+1
| | | | | | | | consumers of it.
* | Add scpecific scripts for when ovpn goes up and down so we get neccessary ↵Ermal2010-05-071-2/+2
| | | | | | | | values for used in varius areas of pfSense. TODO is find out how to get DNS info form openvpn.
* | 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 ↵Ermal2010-05-071-3/+12
| | | | | | | | gateways. If such are found do not use the gateway at all. Probably the rule should be skipped too?.
* | Move auto generated rule for static routes on same subnet. Use sloppy states ↵Ermal2010-05-071-28/+29
| | | | | | | | to speed things up and use flags any in tcp case so sloppy state does not choke.
* | Catch up with latest apinger changes to make easier to extract the status of ↵Ermal2010-05-061-26/+7
| | | | | | | | gateways.
* | 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. ↵jim-p2010-05-061-1/+6
| | | | | | | | Ticket #108.
* | Do not specify subnet in sainfo if we are dealing with a mobile PSK-only ↵jim-p2010-05-061-1/+1
| | | | | | | | tunnel. Ticket #108
* | 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
| | | | | | | | to use the resulting keys.
* | Enable even xmlwriter module.Ermal2010-05-061-0/+1
| |
* | Ticket #320. Use xmlreader and xmlwriter to read/write xml since it encodes ↵Ermal2010-05-061-71/+63
| | | | | | | | decodes itself special chars.
* | Add client-to-client to OpenVPN server config if the option is checked. ↵jim-p2010-05-061-0/+3
| | | | | | | | Resolves #572.
* | Fix upgrade code for port forwards with "Interface address" set on external ↵Erik Fonnesbeck2010-05-061-1/+2
| | | | | | | | address. Ticket #561
* | 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
| | | | | | | | that it only matches the case intended. Ticket #571
* | 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 ↵Ermal2010-05-051-4/+8
| | | | | | | | erroneous during package rule generation.
* | 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 ↵Ermal2010-05-051-3/+3
|/ | | | by CP on the CP interface[s].
* Put all of these lines in the block under this condition and remove the ↵Erik Fonnesbeck2010-05-041-4/+2
| | | | irrelevant comment.
OpenPOWER on IntegriCloud