Project

General

Profile

Download (19.9 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e88ace75 06/27/2010 05:27 AM Chris Buechler

fix gettext

5a5447ab 06/07/2010 08:52 PM Ermal LUÇI

Correctly check when to actually save dynamic gateways or not.

3dd81dea 06/02/2010 03:26 PM Jim Pingle

Ensure that monitor IP stays blank when editing a system dynamic gateway.

41d98471 06/02/2010 03:13 PM Jim Pingle

Default to "dynamic" for a dynamic gateway.

02ca24c9 06/02/2010 01:58 PM Jim Pingle

Add status links to gateway/route pages.

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.

8a0b4f14 05/03/2010 12:55 PM Vinicius Coque

Adding missing gettext() calls

5be999d3 05/03/2010 12:38 PM Vinicius Coque

Merge remote branch 'mainline/master'

Conflicts:
usr/local/www/system_gateway_groups.php
usr/local/www/system_gateway_groups_edit.php
usr/local/www/system_gateways_edit.php

fe538f56 04/30/2010 09:44 PM Ermal LUÇI

Save gateway data when weight changes on dynamic gateways.

f78302e8 04/30/2010 09:29 PM Ermal LUÇI

Add gateways validation code before deleteing. This prevents footshooting especially with Gateway Groups.

7bed8222 04/30/2010 08:22 PM Ermal LUÇI

Ticket #506. Correctly save dynamic gateways extra parameters.

5f53260a 04/30/2010 02:32 PM Ermal LUÇI

Allow for each gateway a weight to be choosen if the gateway has to be used in Gateway groups. This will create that many entries in the route-to statement as the weight says.

4af9c6a2 04/30/2010 02:01 PM Vinicius Coque

Adding gettext() call

bfb0b9dc 04/30/2010 01:53 PM Vinicius Coque

Adding gettext() calls

34563021 04/30/2010 01:15 PM Carlos Eduardo Ramos

Fix gettext issues

0e94685b 04/29/2010 05:32 PM Renato Botelho

Fix gettext issues

181b29ca 04/28/2010 11:55 AM Vinicius Coque

Reviewing gettext() implementation

df152a88 04/28/2010 11:22 AM Carlos Eduardo Ramos

Implement gettext()

c6d1c7de 04/27/2010 04:18 PM Ermal LUÇI

Ticket #517. Fix saving of monitorip in dynamic interface cases.

c0f5182c 03/09/2010 08:34 PM Ermal Luçi

Correctly configure the default route addition when interfaces are configured for pppoe/pptp. Handle in system routing configure dynamic interfaces. Also when chaning or configuring the defaultgw reconfigure the underlying interface, this helps when this interfaces are dynamics one.

e4749e66 03/01/2010 12:36 PM Seth Mos

Correct typo in function name

84d07e67 03/01/2010 11:00 AM Seth Mos

Mute route delete message, regenerate resolv.conf as this also corrects static routes to the DNS servers.

5313aea5 02/09/2010 10:11 AM Ermal Luçi

Ticket #303. Correctly retain the interface in case or validation errors.

d9a2ff01 01/29/2010 09:19 PM Ermal Luçi

Allow editing entries that are not system/dynamic ones even though their gateway is specified as dynamic.

d52b71c7 01/29/2010 08:18 PM Ermal Luçi

Ticket #303. Fix gateway address checking.

e227df57 01/29/2010 01:44 AM Ermal Luçi

Check if the gateway if part of the interface subnet only if we can get the interface ip address.

883c53c9 01/29/2010 01:44 AM Ermal Luçi

Ticket #303. Fix very many bugs in this code. From strings that were not quoted propperly to completely broken code paths.

a2532739 01/18/2010 08:55 PM Ermal Luçi

Ticket #305. Grey out the gateway when it is a dynamic one.

6a94050a 01/18/2010 05:55 PM Ermal Luçi

Revert "Ticket #303. The friendly interface is saved on the config and not the real one."

This reverts commit 889cb3241aa6bd192c42147316faf503c559fce2.

e90db2b4 01/18/2010 05:55 PM Ermal Luçi

Revert "Ticket #303. Use the config item when editing gateways so all fields are correctly processed."

This reverts commit 9c10b00f3eb22f45e2fb704ca9f1786942d69ad8.

9c10b00f 01/18/2010 05:50 PM Ermal Luçi

Ticket #303. Use the config item when editing gateways so all fields are correctly processed.

889cb324 01/18/2010 05:01 PM Ermal Luçi

Ticket #303. The friendly interface is saved on the config and not the real one.

616e1956 12/24/2009 05:36 PM Seth Mos

Do not automatically save the monitor if it is not explicitly filled in. Leave the monitor field empty when it is
not filled in. Show a configured monitor address on the system_gateways.php page.

15a13dab 12/23/2009 10:24 PM Scott Ullrich

Unbreak adding gateway #238

2328dcc5 12/21/2009 02:27 PM Seth Mos

Partial rewrite of gateway code, now partially facilitates dynamic interfaces
- Upgrade code takes different naming into account
- Add gateway entries for dynamic interfaces
- Rewrite status array to also support dynamic interfaces.
- Always use unique localhost monitor IP addresses for down dynamic interfaces...

90dc86b5 12/21/2009 05:28 AM Chris Buechler

allow unlimited gateways to have a blank monitor IP (i.e. monitor IP == gateway IP)

e9df5769 12/18/2009 12:16 PM Seth Mos

Do no throw a duplicate IP address warning when creating a new entry from a existing gateway which was previously a
automatically added gateway entry.
- clarify comment message

9c6ea412 12/13/2009 05:03 AM Chris Buechler

fixup text

50cc6048 12/13/2009 04:48 AM Chris Buechler

clarify input_errors

b29b1a33 12/13/2009 04:46 AM Chris Buechler

fix input validation of gateways. Ticket #173

7b995bec 12/13/2009 04:34 AM Chris Buechler

clarify input validation message

81231803 12/07/2009 10:51 AM Ermal Luçi

Fix missing ).

86c3a4de 12/07/2009 07:33 AM Seth Mos

Remove extra ) which broke the page

e7d3b8f4 11/27/2009 11:43 PM Seth Mos

Add input validation to check if the gateway IP is in the local subnet for that interface.
Needs testing, no idea if this works for ppp or pppoe interfaces.

e489f87d 11/27/2009 11:26 PM Seth Mos

in_array() is needle, haystack. Not the othe way round which throws a wrong datatype warning.

Issue 166

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

b547deb6 08/24/2009 08:37 PM Scott Ullrich

Set default gateway correctly by checking for yes or on

4666b787 07/14/2009 11:38 AM Ermal Luçi

Add missing include

a368a026 06/30/2009 05:15 PM Ermal Luçi
  • Reorganize the 'apply' button infrustructure in the GUI.
    - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals.
    - Convert all pages to the new infrustructure...
cb45014a 05/31/2009 09:14 PM Scott Ullrich

Select lan interface correctly when editing

fe522219 04/29/2009 12:27 AM Scott Ullrich

Revert "Call system_routing_configure after changes"

This reverts commit 80efb6d634e23c05a11e87b53bda9cbd9f598d11.

80efb6d6 04/26/2009 02:21 AM Scott Ullrich

Call system_routing_configure after changes

3c07ce5e 04/14/2009 02:04 AM Scott Ullrich

allow a diff ip address for gateway monitor

8b060357 03/11/2009 08:39 PM Seth Mos

Add input validation on the gateway groups page as well, fix the check on the gateways page.

31ace93c 03/11/2009 08:25 PM Seth Mos

Add input validation on the gateway name field.
We apply the same input validation as we use from the aliases page as we do not want a - in the name nor spaces.

87f0be87 02/15/2009 07:05 PM Chris Buechler

Revert "Merge IPv6 changes"

This reverts commit f193cf92b2c925a2f3f71a713d766efd1e4d81e0.

124aee67 02/15/2009 07:03 PM Chris Buechler

Revert "Unbreak System Gateways page. I'll just add back the changes from the old CVS repo afterwards."

This reverts commit e31534731ec7de3d2599cf669e065b1ec52281a0.

ad862220 01/22/2009 10:32 AM Charlie

allow IPv4 gateways to be added via AJAX

e3153473 01/21/2009 10:34 AM Simon Cornelius P. Umacob

Unbreak System Gateways page. I'll just add back the changes from the old CVS repo afterwards.

f193cf92 01/20/2009 07:52 AM Simon Cornelius P. Umacob

Merge IPv6 changes

7afd1859 12/31/2008 02:29 PM Seth Mos

Remove broken duplicate check

16d9204f 12/31/2008 02:24 PM Seth Mos

Fix system gateways editing

ea6b6d7f 11/25/2008 05:04 AM Scott Ullrich

Do not allow duplicate gateway names

3f79a732 11/25/2008 04:33 AM Scott Ullrich

Add isAjax handle

53304301 11/17/2008 12:46 PM Seth Mos

Do not keep spawning new entries when trying to edit.

9ad878a1 11/17/2008 10:23 AM Seth Mos

Improve duplicate check

c3b347f1 11/17/2008 10:02 AM Seth Mos

Allow duplication of system gateways for easier adding and less typing.

e93949e5 11/17/2008 09:56 AM Seth Mos

Fix unable to save manual gateway entry.

8f96374c 11/13/2008 06:29 PM Seth Mos

Remove debugging

d7dfd5f8 11/13/2008 06:23 PM Seth Mos

Allow editing of automatically added gateways.
Input validation needs work.
Some fields may need to be hidden?

56d4e7fb 08/30/2008 08:07 PM Scott Ullrich

Add CSS Header

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance...

3e321df2 06/21/2008 05:38 PM Ermal Luçi

Continue interface improvements

23956e22 06/20/2008 07:03 PM Seth Mos

Attempt to perform better input validation

8e21cbb8 03/10/2008 07:13 PM Scott Ullrich

If OpenBGPD is installed, allow the selection of BGP as our
default gateway.

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

519352da 10/19/2007 09:00 PM Seth Mos

Fix default gateway bit

d173230c 10/19/2007 07:10 PM Seth Mos

Add prelimenary Routing page.
Allow multiple gateways on one (static) interface