Project

General

Profile

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

# Date Author Comment
0847d1b9 10/19/2008 02:36 PM Ermal Luçi

When disabling an interface bring it down also.

6566050c 10/15/2008 05:50 AM Ermal Luçi

Test for existence before unsetting, this is do to changed behavior in php5. Reported by: http://forum.pfsense.org/index.php/topic,12060.0.html

b112841f 10/14/2008 06:35 PM Ermal Luçi

Lock the config before reconfiguring filter rules.

981cf4ae 10/14/2008 04:36 PM Ermal Luçi

All these flushing is not needed now that apply is a differnet step like everywhere else in code.

ca02851e 10/12/2008 06:59 AM Ermal Luçi
  • Fix a case where instead of testing(==) we where assigning(=) and resulted in strange behaviour
  • Do not unset everything when an interface is disabled just mark it as disabled and write so in the log.
7994c3f8 10/11/2008 04:39 PM Ermal Luçi

Fix applying interface settings and prevent it from being applied multiple times as in ocasions with browser glitches. Remove some only wan part code.

9e21d318 09/30/2008 03:31 PM Ermal Luçi

Introduce a 'None' option for the gateways select box.
Apart fixing aestetic when there is no gateway configured for the interface it allows you to setup gateways and not
select them on the interface configuration i.e. on Lan or similar type configured ones....

453074aa 09/16/2008 06:15 PM Ermal Luçi
  • Fix 'descr'setting and displaying.
  • Some white space cleanup.
2e814e0d 09/15/2008 05:42 PM Seth Mos

Fix empty wep array

bfe1ef8c 09/15/2008 05:08 PM Ermal Luçi

Correctly handle 802.11x setting.

ff2f4e43 09/12/2008 11:16 PM Ermal Luçi

Some style and consistency fixes, no functional change.

43e255d2 09/09/2008 08:49 PM Ermal Luçi
  • Introduce an apply button before the changes get effect.
  • Actually fix the form submit action to work correctly.
69e5a8be 09/09/2008 11:08 AM Ermal Luçi

Rename interfaces_wan_configure to interface_configure now that it is used for all assigned interface configuration.

4634cb48 09/09/2008 10:41 AM Ermal Luçi

Merge interfaces_wlan.inc into interfaces.php there is no need for the to be different files so when one is edited the other can be broken.

998552f8 09/09/2008 07:45 AM Ermal Luçi

NOTE: Part of the interfaces history is located on interfaces_lan.php and interfaces_opt.php.

18961b4e 09/09/2008 07:39 AM Ermal Luçi

Catch up with file rename.

01eb687d 09/09/2008 07:38 AM Ermal Luçi

Catch up with file rename.

1e257f47 09/09/2008 07:27 AM Ermal Luçi

Oops, this is a test and not an assignment.

b2bc44cd 09/08/2008 09:35 PM Scott Ullrich
  • Rename to interfaces.php
  • Fix tab style issues
039fe42c 09/07/2008 07:48 PM Ermal Luçi

Add my name to the copyrights, i think i changed enough of this file!

4476d447 09/07/2008 07:34 PM Ermal Luçi

Merge lan configuration to the interfaces_wan.php page wich does the configuration of all
other assigned interfaces.

3f425cda 09/07/2008 06:24 PM Ermal Luçi

Use different names for pppoe and pptp fields so that problems reported by
http://forum.pfsense.org/index.php/topic,11220.0.html is fixed. Reflect the changes even
on config conversion part.

Add even some code in preparation of merging even lan on the same page.

9573a419 09/07/2008 04:45 PM Ermal Luçi

Add an action even onChange so something can be done even without a mouse.

4d579760 09/07/2008 03:50 PM Ermal Luçi
  • (Re)Implement a 'None' type for interface config which allows to assign interfaces
    like GRE/GIF and filter on them.
  • Show the configuration for an interface only after it is enabled.
  • Show only the configuration option regarding the selected type using some 'sick' javascript 'stolen' on the new loadbalancer.
36152343 09/07/2008 04:55 AM Bill Marquette

Remove references to lbpool - this is no longer in use in 1.3
Not sure what the correct input validation is here (possibly nothing), but
this is definitely not it.

45335fc4 09/03/2008 04:35 PM Ermal Luçi

Hopefully fix wirless configuration issues on GUI part since the wireless code requests an optcfg array as global which was removed with multi pppoe/pptp/... fixes. Pass the required array as a parameter to the wireless code to avoid further breakage while fixing other code.

c33e18c2 09/03/2008 04:21 PM Ermal Luçi

Allow to set the mtu higher than 1500 bytes on interfaces.

bd58d230 08/28/2008 08:19 PM Scott Ullrich
  • Simplify by using $_REQUEST
  • Hard code WAN description if it is blank
67473d80 08/14/2008 04:06 PM Ermal Luçi
  • Move the interface detection of which interface is configured to the top so the pppoe reset function work correctly.
  • Check is the array isset before referenceing it.
675aac3d 08/05/2008 04:32 PM Ermal Luçi

Remove code for creating old way bridges. Anything has to be done through the new bridging code. Sorry not upgradable!

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...

afd8ae1e 07/28/2008 12:09 AM Scott Ullrich

Not sure what a type of none is, it breaks our dropdown ordering.

792bd572 07/25/2008 04:03 PM Ermal Luçi

Allow a dummy none options so cloned interfaces like gif/gre can be assigned safely.

96e00c2f 07/24/2008 02:38 AM Bill Marquette

fix another line break

14b3a55b 07/24/2008 02:37 AM Bill Marquette

fix line break (probably bad copy/paste)

39571a23 07/18/2008 04:48 PM Ermal Luçi

Describe only the functionality it does we know where we are at.

f1f60c92 07/14/2008 09:01 PM Ermal Luçi
  • Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHING
  • Much improved rule generation speed
  • Many bug fixing in general of the interface handling

NOTE: this is the other half of changes

6aed99d0 07/07/2008 11:15 PM Scott Ullrich

Turn off CARPDEV.

d8948db4 05/25/2008 05:56 AM Scott Ullrich

Correctly show CarpDEV-DHCP status (forgotten commits).

d5d00b83 05/24/2008 10:29 PM Scott Ullrich

Add CarpDEV-DHCP support.

ad60dd49 03/15/2008 11:52 PM Scott Ullrich

Remove bigpond support. It has been phased out according to:
http://cvstrac.pfsense.com/chngview?cn=14038

8e11b23f 01/18/2008 09:24 PM Scott Ullrich

On interface ip or gateway changes FreeBSD will remove routes related.

Ensure the routes are loaded back each time.

MFC: After testing at ORU

239b93b3 12/27/2007 10:58 PM Scott Ullrich

Pretent we are a little bit more secure and hide the password from folks
that can look over your shoulder.

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

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

2be84cfa 10/19/2007 07:26 PM Seth Mos

Add descriptive text and link to the gateways page

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

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

b5c78501 09/01/2007 08:47 PM Seth Mos

Fixing css layout

bc40d758 09/01/2007 06:30 PM Seth Mos

Create a management subnet on a wan interface if the interface is DHCP.
Create automatic nat rules for the management subnet.
Make the automatic nat rules always use the interface address.
Allow entry of these subnets on the interfaces page.

0a48e444 07/23/2007 08:25 AM Seth Mos

Fix botched config path and variables

15aea4cb 07/21/2007 10:40 PM Seth Mos

Make the rrd gateway monitor ip setting accessible

ceed9314 05/17/2007 01:52 PM Scott Ullrich

Reset dynamic dns upon pppoe forced disconnect.

Ticket #1325

76724cf5 01/31/2007 09:10 PM Daniel Stefan Haischt
  • fix: if theres a chance to add an error ... Place LF at the correct position
ba3538dc 01/31/2007 09:04 PM Daniel Stefan Haischt
  • fix: added missing LF
58af5941 01/29/2007 10:03 PM Scott Ullrich

PPPoE automatic disconnect MFC

Submitted-by: DSH
Really, really, really wanted by: Hoba

Commit #1 of #2

b1c525ee 09/05/2006 09:54 PM Scott Ullrich

Unlink config.cache before reloading. It somehow spoils the FTP helper from being loaded.

8bddc5b7 07/24/2006 07:48 PM Scott Ullrich

Also check policy based routing and see if the gateway is in use.

ee968e4f 07/24/2006 07:42 PM Scott Ullrich

Compare against $pconfig and only check items if gateway is changing.

de42a08e 07/24/2006 07:34 PM Scott Ullrich

Someone please purchase me a spell checker.

Fix input_errors typo

6fc5bf35 07/24/2006 07:11 PM Scott Ullrich

If a gateway is being used by the load balancer pool, do not allow operator to reassign the gateway ip to an interface. This creates a route loop and is bad.

Ticket #1039

610b1136 05/30/2006 06:47 PM Scott Ullrich
  • Add reset_carp()
  • Utilizie reset_carp() after interface changes if need be
fd4ce0e0 05/30/2006 06:18 PM Scott Ullrich

Setup CARP interfaces after interface changes. CARP nics will go into INIT if the gateway, etc is changed.

HEAD already does this via the reload_interfaces code.

2e70a096 03/26/2006 07:51 PM Scott Ullrich

Flush buffers before reloading interface specific items

e4e8c30f 03/26/2006 07:09 PM Scott Ullrich

Move reload pieces to end of page, call filter_configure() afterwards

c597d50f 03/26/2006 04:53 AM Scott Ullrich

Do not use reload_* until we can fix the console bug

a8335136 01/23/2006 05:34 AM Scott Ullrich

Remove bandwidth items. We don't want to confuse the user with un-used items.

d5e51897 01/23/2006 05:34 AM Scott Ullrich

Remove bandwidth items. We don't want to confuse the user with un-used items.

d9eeccbd 01/11/2006 03:42 AM Scott Ullrich

Add RFC 1918 block indicator from m0n0wall 1.21

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

50410044 12/03/2005 01:56 AM Scott Ullrich

Use /tmp/reload_interfaces

0135299b 11/08/2005 01:29 AM Scott Ullrich

Correctly check/uncheck FTP Helper

c2ce153a 11/06/2005 11:51 PM Scott Ullrich

MFC 7415
Use $pconfig

da56c4d7 11/06/2005 11:28 PM Scott Ullrich

MFC 7413
Make FTP Its own area with header bar

c1ec2c2f 11/06/2005 08:03 PM Scott Ullrich

MFC 7401
Add support for per interface ftp helper.

Suggested-by: Dan Swartzendruber <dswartz_AT_druber.com>

In-Discussion-with: Bill M, Dan S

42a58cb9 10/18/2005 07:27 PM Scott Ullrich

Spell unset() correctly

90ebf755 10/18/2005 06:50 PM Scott Ullrich

MFC 6969

Save and restore checkbox states correctly

Reported-by: nngabriel on irc

0d429e43 10/12/2005 11:31 PM Scott Ullrich
  • Correctly bring up a new bridge
  • Correctly destroy a bridge when no longer used
9a6757a1 10/12/2005 08:57 PM Scott Ullrich

filter_translate_type_to_real_interface() on the bridge interface

1665e79c 10/12/2005 08:54 PM Scott Ullrich

Destroy the bridge either way, it will be recreated if needed.

3e115ed1 10/11/2005 08:39 PM Scott Ullrich

Missing ;

588a183b 10/09/2005 11:40 PM Scott Ullrich

Move wan gateway to interfaces->wan->gateway

91e8aab2 10/09/2005 09:19 PM Scott Ullrich

If user is deleting a bridge, destroy it.

19aeae7f 09/24/2005 08:47 PM Scott Ullrich

Adjust carp bootup sequence. Do not down the interfaces and later up them.

fa3b333d 09/18/2005 09:47 PM Scott Ullrich

Minor cleanups. No functional changes.

ac3c2b2a 09/04/2005 02:38 AM Scott Ullrich

Clarify WHICH speed the user should enter here. Its physical NIC speed.

0138d492 08/14/2005 05:50 PM Scott Ullrich

Enforce bandwidth values

Ticket #347

824edb6c 08/09/2005 10:44 PM Scott Ullrich

Eliminate reboots and correct messages

5b7bca97 07/24/2005 07:27 PM Scott Ullrich

Nuke reboot notice

8fdc8744 07/03/2005 06:32 PM Bill Marquette

Move "Type" selection down to "general configuration" table

931066a8 07/03/2005 04:26 PM Bill Marquette

Use $pgtitle
Fix assign/vlan tabs (backwards)

7f43ca88 07/02/2005 04:03 AM Scott Ullrich

Use new header system.

11a4b1a0 06/25/2005 10:02 PM Scott Ullrich

Bring carp back up after wan changes

c3b3cd36 06/23/2005 11:30 PM Scott Ullrich

force wan configuration

8bb29531 06/03/2005 08:44 PM Scott Ullrich

make a copy of $optcfg since the wireless code depenes on $optcfg

001fdeea 05/25/2005 09:57 PM Scott Ullrich
  • Do not set bandwidth and bandwidth type unless are other than ""
  • Unset the values if either condition is not met in the config
1e694bee 04/18/2005 08:27 PM Scott Ullrich

Add "Copy my MAC address" feature which copies the mac address of the person surfing into pfSense. Useful when a user needs to override their wan with their machines mac address

4f3401e0 04/14/2005 02:21 AM Bill Marquette

normalize MAC addresses

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

b7f01f59 03/12/2005 03:24 AM Bill Marquette

variable cleanup

88f66e13 03/10/2005 05:19 AM Bill Marquette

Move default gateway out of wan config to system config (leave in gui though)
Remove scheduler config from interfaces
Bump config file version to 1.5

ff1955ee 02/26/2005 01:45 AM Bill Marquette

Enable bogon filtering