Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

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

9175156f 08/28/2008 09:24 PM Scott Ullrich

It makes no sense to show a enable/disable button when no carp interfaces
are configured. Do not show it under these conditions.

172bd075 08/28/2008 09:22 PM Scott Ullrich

Make page look OK when no carp interfaces are defined.

0919224f 08/28/2008 09:21 PM Bill Marquette

Bring in relay options for inbound load balancer
More work pending, this seems to generate proper configs
needs much more testing though

9557628b 08/28/2008 09:04 PM Scott Ullrich

Increase size of textarea so that debugging is much easier when
pasting large blobs of code.

0ed00839 08/28/2008 09:02 PM Scott Ullrich

Turn off interrupts/second until we can upgrade the parsing code to use
a regex and stop showing bogus information such as:

Interrupts/Second: hifn0 total
41258 rate

bd58d230 08/28/2008 08:19 PM Scott Ullrich
  • Simplify by using $_REQUEST
  • Hard code WAN description if it is blank
fa550a17 08/28/2008 08:14 PM Scott Ullrich

Stop clobbering $if on local pages.

b1d78acf 08/28/2008 05:25 AM Bill Marquette

Remove bogus quotes that made it in here

8ff5ffcc 08/28/2008 02:53 AM Matthew Grooms

Add support for export and import of encrypted configuration files. A set
of command line utilities for encypting and decrypting the files format
is available from the tools/config-crypto directory.

872d9195 08/27/2008 10:05 PM Matthew Grooms

Correctly validate required input fields for OpenVPN screens.

61dda8f7 08/27/2008 08:07 PM Matthew Grooms

Fix a rendering bug in the new OpenVPN status page.

63084885 08/27/2008 07:52 PM Matthew Grooms

Replace the old openvpn status page with a new implementation. We now add
a tcp management port option to each OpenVPN server. Instead of rooting
through the OpenVPN logs once a minute for status updates, we now submit a
request to the management port to obtain informaiton. We probably need to...

dc408939 08/27/2008 04:19 AM Matthew Grooms

Correct some problems with the filter code where we were calling foreach
on data that wasn't necessarily a valid array.

Modify the OpenVPN code to stop passing the array index around and then
immediately obtaining a reference to the array entry. We already have a...

f432e364 08/26/2008 11:49 PM Matthew Grooms

Set some important default values for the new OpenVPN interface screens.
Add functions and interface code to handle local port conflict detection
and resolution.

e28120e5 08/26/2008 10:20 PM Matthew Grooms

Dump the per-configuration dh parameters data. It make no sense to keep
this information in the configuration as its not specific to the server.
It only contains the parameters ( a safe large prime number ) that is
used during a DH key exchange. Instead, we now use a system wide dh file...

d799787e 08/26/2008 04:48 AM Matthew Grooms

Rework most of the OpenVPN support. The interfaces have been updated to
not use the pkg system and the configuration has been migrated to an
openvpn prefix. The centralized user and certificate manager is now used
to support the openvpn configurations. Most of the files removed in this...

667725ce 08/24/2008 12:30 AM Matthew Grooms

Use additional tables to improve the formatting of several IPsec checkbox
configuration options.

4e2af464 08/24/2008 12:23 AM Matthew Grooms

Only read ipsec phase1 configuration values that are relvent for the
configured authentication method. This silences harmless php warnings.
Reported by Scott Ullrich.

f7ccb376 08/23/2008 11:20 PM Scott Ullrich

Minor nitpick, change - to +

abd378bf 08/23/2008 11:03 PM Scott Ullrich

Allow wrapping of phase entries.

7099acf8 08/23/2008 10:55 PM Scott Ullrich

Rename button to , we already show " Show Phase 2" behind it.

b973b99a 08/23/2008 10:49 PM Scott Ullrich

Spell items correctly and name items correctly.

bbb58538 08/23/2008 10:48 PM Scott Ullrich

Add lisrrborder

6064ed7b 08/23/2008 10:42 PM Scott Ullrich

Move format_bytes() to util.inc to match m0n0wall

ffbe9dae 08/23/2008 10:33 PM Scott Ullrich

Style boxen better.

b714ce04 08/23/2008 10:32 PM Scott Ullrich

Add listrborder element

0a95b653 08/23/2008 10:18 PM Scott Ullrich

Add a Phase2 button and hide the phase 2 settings by default. Clicking the
button will unhide the phase2 block similar to our "Advacned" buttons on
various screens.

5bba8dfb 08/23/2008 09:43 PM Scott Ullrich

Begin reformatting IPSEC screen. Give a bit more padding, shift
over a little and turn bacgkround to grey instead of red.

fce61eda 08/23/2008 07:32 PM Matthew Grooms

Disallow the copy option for mobile phase1 entries. There can be only one.

c7ab1fea 08/17/2008 08:27 PM Seth Mos

Touch up text

6946d43d 08/15/2008 11:40 PM Scott Ullrich

Add a script to assist in removing all packages and or the package
configuration file from the command line.

ebd9c6d8 08/14/2008 04:39 PM Scott Ullrich

Fix nat entry.

Pointed-out-by: Wallabybob via forum

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.
6e41522c 08/12/2008 05:08 PM Scott Ullrich

Return after redirecting.

40657838 08/12/2008 04:58 PM Scott Ullrich

Ensure we unlock captive portal before redirecting.

8abb1030 08/12/2008 04:51 PM Scott Ullrich

Remove duplicate function portal_mac_fixed()

388cb34e 08/12/2008 03:46 AM Scott Ullrich

Ensure /var/etc/ssl exists

58fdb8ad 08/11/2008 09:49 PM Matthew Grooms

Add a certificate list to the user object that can be managed using the ca
and user manager screens.

2eedb548 08/11/2008 04:31 PM Ermal Luçi

Remove debugging craft.

0d3f3e90 08/10/2008 05:02 PM Ermal Luçi

style(9)++.

b8d1c38b 08/10/2008 04:59 PM Ermal Luçi

Remove debugging code.

b6f3005c 08/10/2008 04:54 PM Ermal Luçi Bring to functionality the editing of aliases.
  • Cleanup uneccesary eval() use in php code
  • Invrease on javascript the limits to 299 to really allow 299 entries
  • Remove limitiation of not being able to delete the first entry
  • Make all the rows dynamic. Now a new alias will not show any rows unless the plus sign is clicked....
fb673a31 08/09/2008 10:06 PM Scott Ullrich

`cat /var/folders/X7/X7bVv+-6HAyNkkcSCwAA5k+++TI/-Tmp-//cvsCjq0EX`

621084b5 08/09/2008 10:02 PM Scott Ullrich

Use outputCSSPrintFileInline() function

8d236bfb 08/09/2008 09:49 PM Scott Ullrich
  • Check if file exists
  • Correct Javascript -> CSS incorrect assignment
  • Restore inline functions
8ea4b40c 08/09/2008 08:39 PM Chris Buechler

fix typo

fca80f85 08/09/2008 04:15 AM Scott Ullrich

Do not inline niftycssCode.css

5fca0583 08/09/2008 03:11 AM Scott Ullrich

Output product names correctly

07648d56 08/09/2008 02:29 AM Scott Ullrich

Unbreak 1.3 CP.

64cc39d3 08/09/2008 12:06 AM Matthew Grooms

Implement a certificate authority and certificate webui that can be used
to centrally manage this data. There are no consumers at this time. This
interface allow for the following ...

Certificate Authority Manager:
- List certificates authorities
- Import existing certificate authority...

90ee3f4d 08/08/2008 11:43 AM Martin Fuchs

add MSN to well-known-ports

080cda0f 08/06/2008 09:58 PM Matthew Grooms

Add a right arrow icon supplied by hoba. This compliments the existing
left arrow icon. Use the left and right arrow icons instead of the plus
and x icons for moving users and groups between selection lists in the
user and group manager screens.

5285a0e3 08/06/2008 06:24 AM Scott Ullrich

Adding php5-openssl

4318cee1 08/05/2008 10:43 PM Ermal Luçi

Do not show assigned interfaces on lagg config.

3134528d 08/05/2008 10:21 PM Ermal Luçi

Rename the bridge knob to bridged so that the upgrade code works correctly and we play by the rules of the parser.

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!

3c43b728 08/05/2008 04:17 PM Scott Ullrich

Fix error: Warning: Invalid argument supplied for foreach() in /usr/local/www/pkg_mgr_install.php on line 155

ad048a13 08/05/2008 03:49 PM Ermal Luçi

No need for the 'filtering bridge' option with if_bridge(4).

50d86c13 08/05/2008 05:03 AM Bill Marquette Bring in new server load balancing code, this introduces:
  • The ability to create your own monitors (tcp, http, https, send/expect)
  • A new way of displaying 'standard tables' - MainTable class
  • monitor_type array type
fbf672cb 08/05/2008 04:16 AM Matthew Grooms

Add an interface to manage external authentication servers. The two types
supported currently are LDAP and Radius.

10fe861c 08/04/2008 07:14 PM Martin Fuchs

fix traffic_shaper_wizard.xml error in line 57

7d9dca1c 08/04/2008 06:16 PM Ermal Luçi

We know OpenDNS too now, add to the list.

659fa7f2 08/03/2008 05:54 PM Matthew Grooms

Cleanup authentication code. The basic auth method, the passwd, htpasswd
and pam backing functions have been removed. The basic auth method was
legacy code and the backing functions were redundant with no added value
that I could see. A simplified replacement backing function named...

5064cec7 08/03/2008 01:08 PM Martin Fuchs

readd HBCI & ArchLord to the shaper

4ae45b10 08/02/2008 10:24 PM Ermal Luçi

Add protocol definitions needed by ipfw-classifyd. Basically they are copied from the ipfw-classifyd pfPort which inherits them from l7-filter project on sf.net.

b5a7edb1 08/02/2008 03:49 AM Bill Marquette

update scriptaculous to version 1.8.1

0e640f76 08/01/2008 03:21 PM Ermal Luçi

Fixup FloatingRules creation. Not sure why it broke in the first place!

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

25b4e968 07/30/2008 05:06 PM Ermal Luçi

Fix tab name displaying that can be obfuscated by stale <brdige/> knobs in the config.

5dfaa6b3 07/30/2008 12:45 AM Scott Ullrich

increase textarea cols to 80

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

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

f281e32e 07/27/2008 06:56 PM Chris Buechler

source OS is not required.

0c318736 07/27/2008 05:59 AM Scott Ullrich

Post to correct page

cb144a6d 07/27/2008 04:32 AM Scott Ullrich

Include firebug lite if enablefirebug lite GET parm is set