Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

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

555249dd 08/31/2008 01:45 AM Scott Ullrich

Change // to /

e6c4670d 08/31/2008 01:40 AM Scott Ullrich

Reverse fade order

39fb9874 08/31/2008 01:16 AM Scott Ullrich

Fade out edit box when we are browsing. Fade it back in when file is loaded.

8e78c1cf 08/31/2008 12:58 AM Scott Ullrich

Bold the current working directory

53424df2 08/31/2008 12:55 AM Scott Ullrich

Wire up Home icon to /

40631e86 08/31/2008 12:52 AM Scott Ullrich
  • Move directory up to line next to home icon
  • Do not   so many times, it looks awkward
fdb38c10 08/31/2008 12:04 AM Scott Ullrich

We do not have a toolbox on RELENG_1.

5f66d2d6 08/30/2008 11:42 PM Scott Ullrich

Add missing /

9dd502ad 08/30/2008 11:38 PM Scott Ullrich

Add missing files

0d6a185a 08/30/2008 11:34 PM Scott Ullrich

Backport edit.php from HEAD, which is Dead, Zed.

47c00c09 08/30/2008 08:20 PM Scott Ullrich

move CSS header to correct location

dddf4c16 08/30/2008 08:13 PM Scott Ullrich

Remove CSS class from interface dropdown, we do not have icons on RELENG_1.

0cece4a2 08/30/2008 08:09 PM Scott Ullrich

Add CSS header

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

Add CSS Header

e22987a4 08/30/2008 08:03 PM Scott Ullrich

Add CSS header

3ea901d8 08/30/2008 07:59 PM Scott Ullrich

Add CSS headers

e091cb45 08/30/2008 07:58 PM Scott Ullrich

Add CSS Header

2a6cb2d6 08/30/2008 07:56 PM Scott Ullrich

Add CSS header like most pages already have

c823d56b 08/30/2008 07:52 PM Scott Ullrich

Show header when alias is not in use

fa157587 08/30/2008 07:50 PM Scott Ullrich

Add CSS header like other pages use.

ae5b49b1 08/30/2008 07:46 PM Scott Ullrich

Dress page up with a CSS header like other pages use.

6ad8bd3a 08/30/2008 07:45 PM Scott Ullrich

Dress GIF edit page up with a CSS header like other pages use.

16dcce2a 08/30/2008 07:44 PM Scott Ullrich

Dress GRE edit page up with a CSS header like other pages have.

478e3e65 08/30/2008 07:44 PM Scott Ullrich

Dress PPP configuration page up with a CSS header like other pages use.

9dad4f31 08/30/2008 07:43 PM Scott Ullrich

Dress VLAN edit page up with a CSS header like other pages use.

34834d88 08/30/2008 07:39 PM Scott Ullrich

Remove CSS field assignment which is moving the text over to make
accomidations for a blank icon.

b1de6b8b 08/30/2008 07:13 AM Scott Ullrich

Show playback commands avaiable

ba363183 08/30/2008 06:14 AM Scott Ullrich

Center status box

2dc9ff46 08/30/2008 04:30 AM Scott Ullrich

Back cols back by 10

fa58f9a0 08/30/2008 04:12 AM Scott Ullrich

Increase textarea size a bit more.

eef938b5 08/30/2008 04:10 AM Scott Ullrich

Really show all items

3244aa21 08/30/2008 04:08 AM Scott Ullrich
  • Show all areas for restore dropdown
5542b8f5 08/30/2008 04:02 AM Scott Ullrich
  • Add a nunmber of missing config areas including openvpn
  • Sorta by alpha area name
f47e0c8a 08/30/2008 03:50 AM Scott Ullrich

Initialize string

b3277798 08/30/2008 03:49 AM Scott Ullrich

Only show areas that have data in them in the backup selection screen.

Noticed-by: mgrooms

cc0ef90e 08/30/2008 03:18 AM Scott Ullrich

Unbreak wizard.

Pointy-hat-to: me

acc4d425 08/30/2008 03:09 AM Scott Ullrich

Do not show Apply button after saving by changing save text slightly.

8202999e 08/30/2008 02:51 AM Scott Ullrich

Make page look more consistent by adding a listtopic CSS entry for System

543bfa42 08/30/2008 02:48 AM Scott Ullrich

Correct title / location

c7b8b46a 08/30/2008 12:41 AM Scott Ullrich
  • We do not need guiconfig.inc. This fixes the sudden burst of javascript
    that is populated on the dashboard on first load.
  • Close PHP tag
d9699f96 08/29/2008 10:45 PM Seth Mos

Show correct labels for psuedo databases.

c82c89ac 08/29/2008 12:16 AM Scott Ullrich

Leave $j alone

b2a189a8 08/29/2008 12:15 AM Scott Ullrich

Show correct count of phase2 entries.

e1b74950 08/29/2008 12:11 AM Scott Ullrich

Show how many phase 2 entries are hidden.

Suggested-by: mgrooms

5d9028b4 08/28/2008 09:53 PM Scott Ullrich

Remove empty trailing line at end of file.

51d04181 08/28/2008 09:35 PM Bill Marquette

oops, remove debugging code