Project

General

Profile

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

# Date Author Comment
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

9dfbadd9 02/07/2005 10:49 PM Scott Ullrich

Correctly restore interface bandwidth.

d09c8936 01/22/2005 06:51 AM Scott Ullrich

allow bandwidth to not be defined

222b5299 01/21/2005 08:56 PM Scott Ullrich

Move scheduler type to advanced menu. We'll default to PRIQ as a simple starting point for new users. NOTE: The scheduler type goes into affect for all interfaces.

21ab1cde 01/08/2005 05:07 AM Scott Ullrich

remove /31 from interface IP assignment screens since a /31 subnet has 0 usable IP addresses. simpify all 1-32 loops by using the same code as much as possible.

9ce0cacc 12/19/2004 06:16 PM Scott Ullrich

Correct white space seperation.

e2cd32df 12/05/2004 09:08 PM Scott Ullrich

Update with 1.2b3

a23d7248 12/05/2004 07:56 PM Scott Ullrich

Merge in m0n0wall 1.2b3 changes.

40dd6441 11/21/2004 08:22 PM Scott Ullrich

Update to dropdowns to count to /32

73c38fa2 11/15/2004 01:52 AM Scott Ullrich

Add scheduler type per interface and allow user to define overall bandwidth for the interface

03b92764 11/14/2004 09:06 PM Scott Ullrich

Interface speed definitions for interfaces

7f5b4824 11/14/2004 09:00 PM Scott Ullrich

Clean up save or reboot message, add bandwidth elements to WAN and LAN for traffic shaping. Clean up a few bugs in traffic shaping queue edit screen.

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision