Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
3fbc3487 05/10/2010 10:12 AM Ermal LUÇI

Fix an edge error in getting the carp interfaces reported by Effone.

1d002dc9 05/10/2010 09:59 AM Ermal LUÇI

Do not prepend empty lines to the first member this might trigger errors on code that relies on space to be a separator.

168a1e48 05/10/2010 09:35 AM Seth Mos

Make sure to upgrade deprecated themes to pfsense_ng.
The switch() should make it easy to add other deprecated themes here.

0b1f6634 05/10/2010 09:25 AM Seth Mos

When doubleclicking a tunable, bring up the edit screen

cec4323f 05/09/2010 04:41 AM Erik Fonnesbeck

Make interface sort order on creation consistent with the order displayed elsewhere, and fix possible missing description on LAN upon creation.

c013d3f5 05/09/2010 03:17 AM Chris Buechler

check more closely for match here, to fix multiple items being marked as "selected", leading to the wrong interface being selected.

aba2f06d 05/09/2010 12:17 AM Erik Fonnesbeck

Do not install reflection rules for port forwards when the destination is invalid.

ed69be7a 05/08/2010 10:54 PM Erik Fonnesbeck

Add note that reflection timeout only applies for port forwards.

bff94015 05/08/2010 10:40 PM Erik Fonnesbeck

Revert changes to reflection for port forwards until finished and approved.

e31f58fc 05/08/2010 10:16 PM Erik Fonnesbeck

Merge http://gitweb.pfsense.org/pfsense/efonne-new_nat_reflection into master

5f2e5c8e 05/08/2010 06:34 PM Jim Pingle

Remove remote network from wizard, it is not used for a Remote Access VPN.

b008c1eb 05/08/2010 04:19 PM Jim Pingle

Hide "Local Network" field when creating/editing an OpenVPN shared key server, because you can't push routes with shared key.

6180c3ae 05/08/2010 04:13 PM Jim Pingle

Fix the same problem with sharing an OpenVPN instance w/existing shared key on the client page this time.

21c776dd 05/08/2010 04:12 PM Jim Pingle

Fix OpenVPN server validation logic. It was failing if you tried to save a shared key server instance with an existing shared key.

520b1e07 05/07/2010 11:00 PM Scott Ullrich

Add 0x10 diffserv option. http://forum.pfsense.org/index.php/topic,24954.0.html

8aff4a0c 05/07/2010 09:49 PM Ermal LUÇI

The global reference declaration is needed.

7726c308 05/07/2010 05:16 PM Ermal LUÇI

Preserve previous behaviour of having all alarms on for all gateways. Not sure this should be/is the right behaviour though.

023920e7 05/07/2010 05:12 PM Ermal LUÇI

Move the settings of down/latency/loss to per gateway. This allows more fine grained control on gateways.

1b38ac36 05/07/2010 03:31 PM Ermal LUÇI

Use common function to return gateway array so consinstency is preserved around code.

6cae2c44 05/07/2010 03:13 PM Ermal LUÇI

Do not put ip address on teh name since pfctl does not like an ip as part of macro name.

2557738e 05/07/2010 02:43 PM Ermal LUÇI

Correct delay matching on outgoing load balancer code.

3327ac10 05/07/2010 01:58 PM Ermal LUÇI

Use require_once() to overcome problems with includes.

a842e988 05/07/2010 01:41 PM Ermal LUÇI

Ticket #408. Provide code to upgrade static routes.

e08e4ebc 05/07/2010 01:27 PM Ermal LUÇI

Make list the same. Remove whitespace at the end so it does not get interpreted as special tag.

906f11b5 05/07/2010 11:37 AM Ermal LUÇI

Fix link_ip_to_carp_interface. This unbreak at least Carp on CP and other consumers of it.

8d964cea 05/07/2010 11:02 AM Ermal LUÇI

Add scpecific scripts for when ovpn goes up and down so we get neccessary values for used in varius areas of pfSense. TODO is find out how to get DNS info form openvpn.

da9d6701 05/07/2010 10:22 AM Ermal LUÇI

Check if interface exists before issuing a command when disabling captiveportal.

f1e7ae16 05/07/2010 10:10 AM Ermal LUÇI

Prevent gateway groups of having the same name as a gateway because this is not valid.

28955fee 05/07/2010 10:05 AM Ermal LUÇI

Use a global array to prevent errors on rulesets which have invalid gateways. If such are found do not use the gateway at all. Probably the rule should be skipped too?.

fad4fae8 05/07/2010 09:57 AM Ermal LUÇI

Move auto generated rule for static routes on same subnet. Use sloppy states to speed things up and use flags any in tcp case so sloppy state does not choke.

75466131 05/06/2010 10:50 PM Ermal LUÇI

Catch up with latest apinger changes to make easier to extract the status of gateways.

10d171f2 05/06/2010 09:15 PM Jim Pingle

Add a few comments. This should be ready for testing/feedback. Ticket #108

cee72940 05/06/2010 08:57 PM Jim Pingle

Add missing ;

bdf4ad85 05/06/2010 08:56 PM Jim Pingle

Set proposal check and passive as needed for this scenario also. Ticket #108

d98f1fa9 05/06/2010 08:53 PM Jim Pingle

Ensure initial_contact is 'on' in this case to behave as 1.2.3 did. Ticket #108

fa1f4827 05/06/2010 08:51 PM Jim Pingle

Set generate_policy to "on" to behave as 1.2.3 does in this case. Ticket #108

36d047f5 05/06/2010 08:40 PM Jim Pingle

Only specify peer ID if we are not dealing with a mobile PSK-only tunnel. Ticket #108.

9b2e9133 05/06/2010 08:34 PM Jim Pingle

Do not specify subnet in sainfo if we are dealing with a mobile PSK-only tunnel. Ticket #108

1f65618b 05/06/2010 08:13 PM Jim Pingle

Only enforce peer ID and psk on p1 screen if we are NOT dealing with a pure-psk mobile tunnel (which is the behavior in 1.2.3). Hide irrelevant options. Part of ticket #108.

71d61aa5 05/06/2010 07:43 PM Jim Pingle

Reorder Auth. Method and PSK field to a more logical sequence. Part of ticket #108.

2ef1b601 05/06/2010 07:33 PM Jim Pingle

Write out IPsec PSKs for mobile clients. Part of ticket #108.

7d8a886a 05/06/2010 07:25 PM Jim Pingle

More tab fixes.

b24479d6 05/06/2010 07:24 PM Jim Pingle

A couple small fixes to the tabs/titles on these pages.

958420c5 05/06/2010 07:06 PM Jim Pingle

Bring back IPsec PSK Tab/Edit. Part of ticket #108. Still needs backend code to use the resulting keys.

bb927ed4 05/06/2010 04:52 PM Jim Pingle

Previous commit also fixed traffic graph state changing, so re-enable that as well.

acc5dd59 05/06/2010 04:52 PM Jim Pingle

Fix widget settings in general. Initialize widget list before use. Fixes #285.

a669395c 05/06/2010 04:35 PM Ermal LUÇI

Enable even xmlwriter module.

ab83fce0 05/06/2010 04:34 PM Ermal LUÇI

Ticket #320. Use xmlreader and xmlwriter to read/write xml since it encodes decodes itself special chars.

e77ea573 05/06/2010 03:11 PM Jim Pingle

Fix config backup download on IE8+HTTPS. Reported-By: Seth on the Dev list

1b8b44dc 05/06/2010 02:17 PM Jim Pingle

Add client-to-client to OpenVPN server config if the option is checked. Resolves #572.

34a2fb1b 05/06/2010 12:08 PM Erik Fonnesbeck

Allow using the default session timeout.

07f1ca1d 05/06/2010 10:43 AM Ermal LUÇI

Correct file_notice usage.

fcf4e8cd 05/06/2010 10:20 AM Erik Fonnesbeck

Fix upgrade code for port forwards with "Interface address" set on external address. Ticket #561

416ae3d6 05/06/2010 09:13 AM Seth Mos

Fix the empty array check, a empty load balancer tag has a value of 1, not 0.

92a2ceae 05/06/2010 09:06 AM Seth Mos

Do not trip with configuration upgrades on a empty load balancer tag.

0167a9bf 05/06/2010 08:47 AM Erik Fonnesbeck

Fix the regular expression used in filter_generate_address for OPT subnet so that it only matches the case intended. Ticket #571

129bc052 05/06/2010 01:34 AM Erik Fonnesbeck

Merge remote branch 'mainline/master' into patches

Resolved conflicts:
usr/local/www/system_advanced_firewall.php

257c5205 05/05/2010 11:18 PM Scott Ullrich

Revert last commit .. This might not work on Nano

d8d5e511 05/05/2010 11:14 PM Scott Ullrich

Use mount -a instead of -uw Ticket #444

7a31647e 05/05/2010 08:56 PM Ermal LUÇI

Ticket #511. Do not penailize other packages if rules of one package are erroneous during package rule generation.

8ba13f00 05/05/2010 08:01 PM Ermal LUÇI

Ticket #568. Programatically decide if to show an advanced button or the value if non default.

b8ed2a11 05/05/2010 07:26 PM Ermal LUÇI

Implement tcp flags and sloppy state on the GUI.

b315e307 05/05/2010 06:56 PM Renato Botelho

Merge remote branch 'mainline/master'

Introduce gettext() calls on usr/local/www/{pkg_,system_}*.php

83e16ead 05/05/2010 04:59 PM Ermal LUÇI

The gui defaults to https in 2.0 correct it to make sure it is not stopped by CP on the CP interface[s].

9faa6c3c 05/05/2010 03:28 PM Ermal LUÇI

Improve/correct the passthrumac rules when this option is enabled.

9ff30853 05/05/2010 11:22 AM Renato Botelho

Merge remote branch 'mainline/master'

e57d0897 05/05/2010 04:31 AM Erik Fonnesbeck

Slightly change wording of NAT reflection description.

9fc22c6f 05/05/2010 04:27 AM Erik Fonnesbeck

Add configuration option in System: Advanced: Firewall/NAT for NAT reflection on 1:1 NAT.

c8bbe66f 05/05/2010 03:54 AM Erik Fonnesbeck

Add backend code for NAT reflection on 1:1 NAT mappings.

b06be629 05/05/2010 03:11 AM Erik Fonnesbeck

Removed some redundant/obsolete code that is superceded by the new NAT reflection code.

e9d8ecf2 05/05/2010 03:11 AM Erik Fonnesbeck

Add the NAT that goes with the reflection redirects.

e9dd5cea 05/05/2010 03:11 AM Erik Fonnesbeck

Added reflection redirect rule and rearranged some related code that goes with it.

1c826e48 05/04/2010 11:27 PM Erik Fonnesbeck

Remove "pfSense nat bouncing" entries from the service ports list.

0bf53f55 05/04/2010 11:24 PM Erik Fonnesbeck

Remove note about reflection being skipped on large port ranges.

df66409b 05/04/2010 11:20 PM Erik Fonnesbeck

Removed unused NAT reflection timeout setting.

9015e152 05/04/2010 11:14 PM Erik Fonnesbeck

Remove the old reflection implementation and prepare for the new one.

f3c5638e 05/04/2010 10:02 PM Erik Fonnesbeck

Put all of these lines in the block under this condition and remove the irrelevant comment.

34a3694b 05/04/2010 04:10 PM Ermal LUÇI

Fix displaying the Enable/Disable checkbox. Previously after a save button click it will show the old saved value.

96cbc5aa 05/04/2010 03:57 PM Ermal LUÇI

Fix displaying the Enable/Disable checkbox. Previously after a save button click it will show the old saved value.

1cfa0465 05/04/2010 11:12 AM Carlos Eduardo Ramos

Merge commit 'mainline/master'

156a7868 05/04/2010 10:56 AM Erik Fonnesbeck

Add a gitsync option for reverting to the commit used when building the image.

e31c90fc 05/04/2010 10:27 AM Ermal LUÇI

Ticket #491. Fix upgrade code. Since dyndns is considered and array item it failed with previous code. Use index of 0 since 1.2.x does not have multiple entries.

9fdfdc5b 05/04/2010 10:19 AM Erik Fonnesbeck

When 'No RDR' is set, skip some code that does not apply.

8ea2f022 05/04/2010 09:44 AM Erik Fonnesbeck

This check is no longer needed here.

6735f23a 05/04/2010 09:42 AM Erik Fonnesbeck

Return if not a supported protocol for reflection.

bb37dc86 05/04/2010 09:39 AM Ermal LUÇI

Ticket #535. Correct from where we get the port number.

db843ceb 05/04/2010 09:37 AM Erik Fonnesbeck

'pass' is not valid with 'no rdr'

f28e13de 05/04/2010 09:11 AM Erik Fonnesbeck

Skip code for generating inetd.conf entries when 'no rdr' is used.

e3495c34 05/04/2010 07:13 AM Erik Fonnesbeck

Modify reflection code to avoid having duplicate rule generation code for when the protocol is different.

8659bc21 05/04/2010 06:35 AM Erik Fonnesbeck

Reflection can have side effects unexpected to the user with rules using any for destination address, so change any to the interface subnet for reflection rules, which should be closer to the desired behavior in most cases but without the side effect.

13b37be2 05/04/2010 05:39 AM Erik Fonnesbeck

Use the same destination address and port in reflection rules as is used in the port forward's main rule.

1a3d911e 05/04/2010 05:20 AM Erik Fonnesbeck

In reflection rules, fix the end of the port range in port range forwards.

6785f06a 05/04/2010 04:57 AM Chris Buechler

add Logs tab

c6bfc426 05/04/2010 02:05 AM Erik Fonnesbeck

Move the reflection enabled check out of filter_generate_reflection, so this function can be used elsewhere regardless of the system setting for it (in preparation for reflection support on 1:1 NAT mappings).

e5995f9d 05/03/2010 10:22 PM Ermal LUÇI

Ticket #567. Create an entry on hosts file with the ip address of lan or the first inerface ip without a gateway if lan is not present.

b6fe3414 05/03/2010 09:26 PM Jim Pingle

Fix more inconsistent capitalization.

a4973f08 05/03/2010 08:29 PM Jim Pingle

Fix punctuation.

18f8f9a3 05/03/2010 06:43 PM Jim Pingle

Fix some inconsistent capitalization on labels

d5ae560d 05/03/2010 06:14 PM Ermal LUÇI

Ticket #565. Correct deleting passthru mac entries. revert back to always allow a passthru mac as with allowed ips. Remove the check during login for passthru mac entries they will never make it to the login page.

b01792a0 05/03/2010 05:43 PM Ermal LUÇI

Ticket #566. Reimplement the allowed ips keeping previous funcitonality and improving by adding a both direction. The problem with previous commit is that it always assumes that allowed ip address would have a pipe configured and entires without one would just get dropped.