summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* When doubleclicking a tunable, bring up the edit screensmos2010-05-101-3/+3
* 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 c...Ermal2010-05-101-2/+7
* Make interface sort order on creation consistent with the order displayed els...Erik Fonnesbeck2010-05-081-2/+19
* check more closely for match here, to fix multiple items being marked as "sel...Chris Buechler2010-05-081-1/+1
* Do not install reflection rules for port forwards when the destination is inv...Erik Fonnesbeck2010-05-081-0/+2
* Add note that reflection timeout only applies for port forwards.Erik Fonnesbeck2010-05-081-1/+1
* Revert changes to reflection for port forwards until finished and approved.Erik Fonnesbeck2010-05-083-71/+2211
* Merge http://gitweb.pfsense.org/pfsense/efonne-new_nat_reflection into masterErik Fonnesbeck2010-05-083-2195/+130
|\
| * Merge remote branch 'mainline/master' into patchesErik Fonnesbeck2010-05-053-2195/+130
| |\
| | * Slightly change wording of NAT reflection description.Erik Fonnesbeck2010-05-041-2/+2
| | * Add configuration option in System: Advanced: Firewall/NAT for NAT reflection...Erik Fonnesbeck2010-05-041-3/+19
| | * 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 reflec...Erik Fonnesbeck2010-05-041-8/+0
| | * 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 wit...Erik Fonnesbeck2010-05-041-57/+49
| | * Remove "pfSense nat bouncing" entries from the service ports list.Erik Fonnesbeck2010-05-041-2000/+0
| | * Remove note about reflection being skipped on large port ranges.Erik Fonnesbeck2010-05-041-1/+1
| | * Removed unused NAT reflection timeout setting.Erik Fonnesbeck2010-05-041-13/+0
| | * Remove the old reflection implementation and prepare for the new one.Erik Fonnesbeck2010-05-041-116/+11
* | | Remove remote network from wizard, it is not used for a Remote Access VPN.jim-p2010-05-082-13/+0
* | | Hide "Local Network" field when creating/editing an OpenVPN shared key server...jim-p2010-05-081-1/+9
* | | Fix the same problem with sharing an OpenVPN instance w/existing shared key o...jim-p2010-05-081-4/+6
* | | Fix OpenVPN server validation logic. It was failing if you tried to save a sh...jim-p2010-05-081-4/+6
* | | Add 0x10 diffserv option. http://forum.pfsense.org/index.php/topic,24954.0....Scott Ullrich2010-05-071-0/+1
* | | 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-076-217/+165
* | | Use common function to return gateway array so consinstency is preserved arou...Ermal2010-05-071-34/+6
* | | 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
* | | Use require_once() to overcome problems with includes.Ermal2010-05-075-6/+6
* | | 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-073-2/+20
* | | Check if interface exists before issuing a command when disabling captiveportal.Ermal2010-05-071-6/+8
* | | Prevent gateway groups of having the same name as a gateway because this is n...Ermal2010-05-071-0/+3
* | | 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-062-27/+8
* | | 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
OpenPOWER on IntegriCloud