Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
fae0b511 09/28/2008 05:26 AM Scott Ullrich
  • Remove debugging code
  • Hide syntax highlighting option for now
bd125eb2 09/28/2008 05:24 AM Scott Ullrich

Do not encode, AJAX function handles.

5f05c1e8 09/28/2008 05:06 AM Scott Ullrich

Automatically remote /tmp/config.cache if it exists after file save.

48b135c6 09/20/2008 07:24 PM Seth Mos

Fix enable/disable checkbox

16e6485b 09/20/2008 02:08 PM Ermal Luçi

Workaround agressive cache of firefox by adding some options in the header. this is the same issue as the traffic graph one.

0605bbe3 09/20/2008 02:02 PM Ermal Luçi

Add text, from lagg(4) man page, that explains what the various protocols do. Add even a note to explain that only un-assigned interfaces can be part of a lagg(4) interface with suggestion from http://forum.pfsense.org/index.php/topic,11614.0.html.

30c1b51e 09/20/2008 01:05 PM Ermal Luçi

Add a note that interfaces part of a lagg(4) will not be shown(allowed to be assigned.

dbdd08af 09/20/2008 12:58 PM Ermal Luçi

Do not allow lagg(4) members to be assigned.

ae5143a7 09/18/2008 04:51 PM Ermal Luçi

Oops, typo.

1ba5e90a 09/18/2008 06:34 AM Ermal Luçi

Catch up with traffic graph changes.

43140710 09/16/2008 08:20 PM Ermal Luçi

Add missing quota to the titles so pages actually display.

1d3bcd2a 09/16/2008 07:00 PM Matthew Grooms

Use get_configured_interface_with_descr() for OpenVPN gui pages. Suggested
by Ermal.

913ba941 09/16/2008 06:22 PM Ermal Luçi

Nuke old utility to take interface statistics

45581172 09/16/2008 06:18 PM Ermal Luçi

Fix the Traffic Graph for Firefox case, which caches agressively and makes the XMLHttpRequest calls return the same result and the output is just a red line at the end of the graph since the difference between the old and new traffic is always 0.

453074aa 09/16/2008 06:15 PM Ermal Luçi
  • Fix 'descr'setting and displaying.
  • Some white space cleanup.
99bbd213 09/16/2008 06:04 PM Matthew Grooms

Fix a few minor problems with the IPsec configuration interface. Make sure
we don't copy the ikeid when duplicating a phase1 entry. Simplify the code
that deletes all associated phase2 entries when a phase1 is deleted. I was
and still am learning the finer points of php.

b63f2e8b 09/16/2008 05:41 PM Matthew Grooms

Make it possible for pakages to insert additional tabbed pages into an
existing tab group. This requires that each page in the tab group call
add_package_tabs() with the tab group name before display_top_tabs() so
pages can be inserted. While far from optimal, this system is really a...

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.

872ce0dd 09/12/2008 10:54 PM Ermal Luçi

Fix the Status->Traffic Graph graphic.

f4758c47 09/11/2008 09:44 PM Ermal Luçi

Bring the ppp frontend to functionality.
Add a more options like max connection attempt, support for static ip setups, username and password configs.

bddd43b4 09/11/2008 12:30 AM Scott Ullrich

Add ability to hook into tabs on various screens. Each tab area will
need to hook into this sytem similar to:
$tab_array = array();
$tab_array[] = array("Port Forward", true, "firewall_nat.php");
$tab_array[] = array("1:1", false, "firewall_nat_1to1.php");...

586293d1 09/10/2008 10:50 PM Scott Ullrich

Remove (not parsed) from description. It IS parsed and checked for XSS
problems now that we can assign owners of interfaces.

5157927f 09/10/2008 10:32 PM Scott Ullrich

Backout last change, we need to think about this some more.

aa8cdf52 09/10/2008 10:24 PM Scott Ullrich

Learn how to spell "Acknowledge"

Pointed-out-by: billm

b8f33727 09/10/2008 10:20 PM Scott Ullrich

We already escape characters. Do not worry about notifying user that
the description field is invalid as it will be escaped again
during firewall_rules.php

8a7712ea 09/10/2008 07:59 PM Scott Ullrich

Require_once instead of require.

e647cc2e 09/10/2008 06:48 PM Matthew Grooms

Increase the page redirect time after switching between http and https. It
can take longer on slower embedded systems.

4c951cc9 09/10/2008 06:41 PM Matthew Grooms

Whitespace and minor bug fixes for package manager pages.

2cc504e1 09/10/2008 01:34 PM Ermal Luçi

Show correct interface.

5d41713c 09/10/2008 01:18 PM Ermal Luçi

Catch up with backend modification and synchronize some fields in the GUI itself.

1d4bd2bc 09/10/2008 11:08 AM Ermal Luçi

Catch up with function renaming.

934240ef 09/10/2008 09:27 AM Ermal Luçi
  • Correctly show dhcp tabs for the service
  • Do not display tabs for the interface not elligible for running a dhcp service.
3f24dd12 09/09/2008 09:50 PM Ermal Luçi

Array checks too.

f20f9461 09/09/2008 09:25 PM Ermal Luçi

Add missing quote char.

b9ed163d 09/09/2008 09:23 PM Ermal Luçi

Array checks too.

89019922 09/09/2008 09:22 PM Ermal Luçi

Add some check if we are working with arrays and fix the check for not allowing dhcpd to be configured on nonstatic ip interfaces.

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.
fe787fc7 09/09/2008 08:32 PM Matthew Grooms

Modify the OpenVPN server configuration to allow the DH parameter length
to be specified. Upgraded 1.2.x configurations will default to 1024 bits.

2ff19bfd 09/09/2008 06:54 PM Matthew Grooms

Move the 'advanced users only' notice into the tab body so the tab headers
are not displaced by this message.

77446beb 09/09/2008 06:49 PM Matthew Grooms

Whitespace and minor bug fixes for system general setup page.

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.

4596c155 09/09/2008 07:16 AM Ermal Luçi

Oops, this is a test and not an assignment.

e30001cf 09/09/2008 06:55 AM Matthew Grooms

Cleanup the tab format of the system user/group/server management pages.
The edges were square instead of rounded like most pfSense pages. Also
make sure tabs and cancel buttons are present in the add privilege and
add certificate pages.

96c7a492 09/09/2008 06:19 AM Matthew Grooms

Cleanup the tab format of the system ca/certificate pages. The edges were
square instead of rounded like most pfSense pages. While here, fix a bug
that made the submit button disappear when it shouldn't.

ab3c8553 09/09/2008 05:50 AM Matthew Grooms

Cleanup the tab format of the system advanced pages. The edges were square
instead of rounded like most pfSense pages.

486b4999 09/09/2008 04:21 AM Matthew Grooms

Whitespace and html cleanup of the configuration history page.

fb1266d3 09/09/2008 04:08 AM Matthew Grooms

Moves the protocol and certificate options out of the general config page
to the Advanced admin access tab. The thought is that they should be next
to each other. The certificate management has also been modified to use
the centralized certificate manager. I took the liberty of removing the...

b28278a2 09/09/2008 01:17 AM Bill Marquette

Add "Services" to the page title

b2bc44cd 09/08/2008 09:35 PM Scott Ullrich
  • Rename to interfaces.php
  • Fix tab style issues
732cabc5 09/08/2008 09:34 PM Scott Ullrich

Rename to interfaces.php

Repocopy following up to this commit.

039fe42c 09/07/2008 07:48 PM Ermal Luçi

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

a99440b8 09/07/2008 07:40 PM Ermal Luçi

Delete interfaces_lan.php we have a unified interface config.

5efc5b6f 09/07/2008 07:39 PM Ermal Luçi

Try to reconfigure interfaces if assigned when edited. For gif and gre this does not make sense.

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.

5bc3bf28 09/07/2008 03:45 AM Bill Marquette

uncomment the commented out functionality that actually restarts sshd
when it's enabled

d8e60e2d 09/07/2008 02:22 AM Chris Buechler

WPA is optional, hence shouldn't be <strong>

968453a3 09/06/2008 10:07 PM Seth Mos

Correctly use defaults

557784d2 09/06/2008 09:52 PM Seth Mos

Remove modulate state per ticket 1730

3c11bd3c 09/06/2008 09:10 PM Matthew Grooms

Minor re-work of OpenVPN configuration. Use operational modes to determine
what configuration options are appropriate. The operational mode dictates
the authentication method. They are defines as follows ...

Peer to Peer ( SSL/TLS )
Peer to Peer ( Shared Key )...

3f066eb8 09/04/2008 10:51 PM Matthew Grooms

Disallow creation of user certificates until the user has actually been
created. This obviously won't work.

16f9b391 09/04/2008 05:43 PM Ermal Luçi

More array checks.

4dc589ef 09/04/2008 05:36 PM Seth Mos

Correct array depth in is_array check

a5d223c6 09/04/2008 04:59 PM Ermal Luçi

Add checks when an array its expected to avoid errors from php.

Reported-by: Seth

df81417f 09/04/2008 03:40 PM Matthew Grooms

Break out the advanced system options page into tabs group by categories.
Fold the sysctl tunables page into a tab under the advanced options page.
This reduces the top level menu options by one. There should be no
functional changes.

e65c9c12 09/03/2008 09:25 PM Matthew Grooms

Major whitespace cleanup. Remove a useless html table.

d591e2e1 09/03/2008 09:03 PM Matthew Grooms

Major whitespace cleanup. Fix some html table column class mismatches that
made for ugly output

f5054d57 09/03/2008 09:02 PM Matthew Grooms

Fix some html table column class mismatches that made for ugly output.

d97ab688 09/03/2008 08:33 PM Matthew Grooms

Cleanup some of the authentication code. Fix the problem where you must
navigate away from the initial page twice to get somewhere. Remove some
of the cruft that was no longer used. Don't unconditionally redirect a
user to their homepage if another url was specified pre-login. This will...

a0d4c5da 09/03/2008 06:20 PM Matthew Grooms

Correct all double click action urls in the main IPsec config screens.
Reported by Seth.

89c1777a 09/03/2008 05:33 PM Matthew Grooms

Change the text in the privilege table row to read "Assigned Privileges"
instead of "Effective Privileges". This is in contrast to the user page
which also lists group privilege inheritance.

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.

8a648100 09/03/2008 04:19 PM Ermal Luçi

Actually fix problem with assigning number of interfaces greater than 10 or 20.

9710f0fa 09/03/2008 04:16 PM Ermal Luçi

Oops forgotten curly.

1cb0b40a 09/03/2008 04:13 AM Matthew Grooms

Correct problems with OpenVPN that prevented the lzo compression and pass
tos options from being set correctly in configuration files.

93823b10 09/03/2008 03:53 AM Matthew Grooms

Add options to export ca, certificate and user certificate data from the
webui.

7da11804 09/02/2008 11:23 PM Scott Ullrich

OpenSSL is now in the base php

0b31cf3e 09/02/2008 10:01 PM Matthew Grooms

Correct a problem with the setup wizzard. It was using a legacy method to
set the administrative password. This was causing failures while parsing
the xml file.

1c8e901d 09/02/2008 09:39 PM Ermal Luçi

Correctly show interface column even on disabled interface cases.

81f82bf7 09/02/2008 03:47 PM Ermal Luçi

Fix problem reported on http://forum.pfsense.org/index.php/topic,10984.0.html.

Actually this is a dumb php susbstr() function behaviour since the code logic was fine.
Either way this fixes the problem of not allowing more the 12 total interfaces present.

47fa7acf 09/02/2008 03:19 AM Bill Marquette

Make edit pages look consistent
Pointed out by: sullrich@

2372853d 08/31/2008 06:48 PM Ermal Luçi

Do not try to convert twice the real interface to the friendly descr. This fixes the empty interface column on System Logs->Firewall tab log viewer.

e53c01b2 08/31/2008 03:34 PM Seth Mos

Determine real interface by the new $if

7a701b1e 08/31/2008 03:11 PM Ermal Luçi

Fix error checking for wireless interfaces being part of a bridge which is allowed only in hostap mode.

74d65827 08/31/2008 02:44 PM Ermal Luçi

Fix detection if an interface is part of bridge.

9a1c227e 08/31/2008 02:42 PM Ermal Luçi

Fix detection if an interface is part of bridge.

b47c94bd 08/31/2008 02:38 PM Ermal Luçi

Fix forgotten bridge configuration knob rename.

a3eab43c 08/31/2008 01:56 AM Scott Ullrich

Remove  

ccce75df 08/31/2008 01:49 AM Scott Ullrich

Appear for both cases