Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c6196310 03/30/2009 06:20 PM Ermal Luçi

Do not allow to add a vlan tag on the same interface when it is used by qinq.

08057ba6 03/30/2009 06:16 PM Ermal Luçi

Add description even for parent QinQ vlan.

265188ea 03/30/2009 06:15 PM Ermal Luçi

Allow QinQ interfaces to be assigned.

a55e9c70 03/30/2009 12:38 AM Ermal Luçi
  • Hide interfaces internals to other code and use the propper interfaces.
    Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc...
  • Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml...
a80281c6 03/29/2009 09:22 PM Ermal Luçi

Clarify that ranges can be specified and add a fix to not leave the upper limit of the range unused as a tag.

4b653c44 03/29/2009 09:19 PM Ermal Luçi

Fix copyrights.

b991e3b5 03/29/2009 09:18 PM Ermal Luçi

Add GUI pages for QinQ missed in previous commit.

5f1e1d26 03/28/2009 09:08 AM Ermal Luçi

Bring in support for QinQ. At this time it is limited to only 2 levels.

be804887 03/27/2009 12:53 AM Chris Buechler

Don't check for overrides, that's a valid config.

53af8835 03/26/2009 05:15 PM Ermal Luçi

Take care of cleaning the ip alias when we delete an entry of ipalias type or modify it.

2064fb9d 03/26/2009 05:13 PM Ermal Luçi

Make sure that the item isset before checking.(part of PHP5 array handling)

67763264 03/26/2009 01:19 AM Ermal Luçi

Use the new function of interfaces and get_interface_ip to get propper results.

82ef398a 03/24/2009 07:39 PM Scott Ullrich

Add hideplatform

1a6df0f2 03/22/2009 11:55 PM Ermal Luçi

Fix tab display as reported in http://forum.pfsense.org/index.php/topic,15114.0.html

40de0b13 03/22/2009 11:54 PM Ermal Luçi

Add secret option required on some setups.

833eb9d6 03/19/2009 02:06 AM Scott Ullrich

Do not restart syslkog, just hup it

5e7eff74 03/19/2009 12:37 AM Scott Ullrich

Use more human readable format

69de2290 03/19/2009 12:34 AM Scott Ullrich

Convert epoch time to human readable

0ecc7729 03/19/2009 12:25 AM Scott Ullrich

Fix ${g errors

c676893c 03/19/2009 12:19 AM Scott Ullrich

Echo out data to start of log files

77518fbf 03/19/2009 12:12 AM Scott Ullrich

Ensure tmp is ready before beginning operation.

17e3db6f 03/19/2009 12:09 AM Scott Ullrich

Add sleep() after killing syslogd

37c71b53 03/19/2009 12:05 AM Scott Ullrich

Add missing )

c9a8a669 03/19/2009 12:02 AM Scott Ullrich

Ensure file exists.

c7f78649 03/18/2009 11:57 PM Scott Ullrich

Add missing )

9b364c04 03/18/2009 11:56 PM Scott Ullrich

Add missing )

bb89e5d0 03/18/2009 11:51 PM Scott Ullrich

Use unlink()

783cdcaa 03/18/2009 11:46 PM Scott Ullrich
  • Rm log file before fifolog_create if it exists
  • Do not hard code path to logs
ba403c37 03/18/2009 11:27 PM Scott Ullrich

Use fifolog_create

8693d698 03/18/2009 09:40 PM Ermal Luçi

Remove file that should have gone away when the interface code was rewritten.

22e6d572 03/18/2009 09:18 PM Ermal Luçi
  • Add a link to go directly to interface group rules.
  • Reinitialize the members array to show correctly the members.
86488702 03/18/2009 05:59 AM Scott Ullrich

Query host with host and also check this against cached address.

330cbe3a 03/17/2009 08:39 PM Scott Ullrich

Make 0 byte sized log files happy

42753d25 03/17/2009 12:01 AM Ermal Luçi

Actually merge the part that does the real work with FreeBSD groups.

0ec2fdf0 03/16/2009 11:48 PM Ermal Luçi
  • Introduce interface groups. For now they are availble only on Firewall:Rules section maybe it would be usable to have tham on nat too.
  • Some fixes and cleanup.
40d0ba9e 03/16/2009 11:15 PM Scott Ullrich

Replace "Add something meaningful here" with a note about the cached
ip adddress field being green when it is in sync.

7cf210f1 03/16/2009 10:29 PM Ermal Luçi

Make it more readble by removing unecessary php open/close tags.

7a7caefe 03/16/2009 10:24 PM Scott Ullrich

Use get_real_interface()

Requested-by: Ermal

9abce230 03/16/2009 09:31 PM Scott Ullrich

Correct colspan, show green cached ip when correct, red when not correct.

c89b5110 03/16/2009 08:55 PM Scott Ullrich

Show cached IP address on summary page

2ff9980b 03/16/2009 08:40 PM Scott Ullrich
  • Remove non-needed grep (we use fifolog now)
  • Change "No data" to "Gathering data"
f6a30b17 03/16/2009 05:53 PM Ermal Luçi

Strange how this has survived the interface changes!

049a688e 03/16/2009 05:50 PM Ermal Luçi

Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel now.(yay!)

2f647f7c 03/16/2009 02:40 AM Scott Ullrich

Use divisibles of 512

57ecd9b6 03/15/2009 11:01 PM Scott Ullrich

Jettison clog and replace with fifolog which is included in FreeBSD 7.1

4b96b367 03/15/2009 06:18 AM mgrooms

Modify IPsec code to allow for transport mode. All existing configurations are
marked as tunnel for backwards compatibility. There are problems with the spd
read code which Will likely choke on transport entries. We can fix this later.

030f0cb7 03/15/2009 03:59 AM Scott Ullrich

Move (DHCP)

87e07f52 03/15/2009 03:47 AM mgrooms

Move the IPsec pinghost option from phase1 to phase2. Correct some
bugs that were preventing the local address from being selected.

46aa2c26 03/15/2009 02:50 AM Scott Ullrich

General widget cleanups

9344dd7b 03/15/2009 02:09 AM mgrooms

Correct the path of the javascript after Bills cleanup.

5bd2aa63 03/15/2009 02:07 AM Scott Ullrich

Handle post correctly

6871d2c3 03/15/2009 02:01 AM Scott Ullrich

Allow setting of how many words to show.

e1f15d08 03/15/2009 01:51 AM Scott Ullrich

Correctly restore rsswidgetheight size

416a5c1a 03/15/2009 01:45 AM Scott Ullrich
  • Allow setting the div size and scroll the rest
  • Format items better
4b805dbe 03/15/2009 12:40 AM Scott Ullrich

Break before last <hr>

0092b3bd 03/15/2009 12:39 AM mgrooms

Modify captive portal to use centralized user management. The user manager has
been modified to include an account expiration option to support this service.

d1d1e961 03/15/2009 12:38 AM Scott Ullrich

Default to 3 entries

1cc2fe06 03/15/2009 12:29 AM Scott Ullrich

Close <a> tag

b2fcc7e3 03/15/2009 12:24 AM Scott Ullrich

Widget is ready for general usage and defaults to pfS blog

f359eb45 03/15/2009 12:02 AM Bill Marquette

nice idea, never implemented, purge

c622d660 03/14/2009 11:59 PM Bill Marquette

this is firmware upgrade, not package installation

f8a437b6 03/14/2009 11:58 PM Bill Marquette

remove new lines

2a2b79f4 03/14/2009 11:55 PM Bill Marquette

guiconfig.inc is important, it includes authentication!

52860a44 03/14/2009 11:54 PM Bill Marquette

fix typo

b1e3b7f4 03/14/2009 11:45 PM Bill Marquette

remove dead JS files

40416105 03/14/2009 11:22 PM Scott Ullrich

First crack at RSS widget.

7ef9bb4d 03/14/2009 08:20 PM Scott Ullrich

Add comment

625dcc40 03/14/2009 07:41 PM Bill Marquette

Massive javascript cleanup, all .js files now live in $g['www_path']/javascript
Purged unused JS

d3bc15ea 03/14/2009 07:22 PM Bill Marquette

Move datetimepicker javascript to JS directory

8ac4df97 03/14/2009 06:48 PM Scott Ullrich

Use friendly interface name (in this case WLAN) as opposed to OPT1 which means nothing to me.

ef1d930a 03/14/2009 06:38 PM Scott Ullrich

Add global.js

2687a6fa 03/14/2009 06:16 PM Scott Ullrich

Adding Ajax queue system.

Example usage:

AjaxQueue.setBatchSize(1);
AjaxQueue.push("http://www.testingqueue.com/process/",{onSucess: funcSuccess, onfailure: funcFailure});
AjaxQueue.push("http://www.testingqueue.com/process1/",{onSucess: funcSuccess1, onfailure: funcFailure1}, "myDiv");...

bae568cc 03/14/2009 07:20 AM Bill Marquette

a little cleaner JS

55c63539 03/14/2009 06:28 AM Bill Marquette

Premature commit...remove the copy/paste-o's

01da41cf 03/14/2009 06:26 AM Bill Marquette

Sajax is no more, long live Prototype
This eliminates one AJAX library, but not all "non-Prototype" AJAX code

9050b9f9 03/14/2009 06:07 AM Scott Ullrich

Make NOTE bold

397c4d6d 03/14/2009 06:03 AM Scott Ullrich

Set NOTE size to 350x350

e3349f9c 03/14/2009 05:34 AM Scott Ullrich

Adding picture viewer widget. Add a picture of your firewall, or a network
diagram, or a picture of your girlfriend... OR?

f8b14770 03/14/2009 03:13 AM Bill Marquette

Make use of Prototype-ism's in sajax.js - first small step in attempting to remove sajax from pfSense

5fbefa5b 03/14/2009 02:33 AM Bill Marquette

cleanup minor javascript issues

944f9879 03/14/2009 01:41 AM Bill Marquette

fix generation of pgtitle

e4f8f7d2 03/14/2009 01:35 AM Bill Marquette

make packages use the same formfield css the rest of the UI uses

6c5334c7 03/13/2009 08:59 PM Seth Mos

Fix input validation
Fix page title

db7b006f 03/13/2009 08:13 PM Seth Mos
  • Make sure the trigger level on the gateway groups edit page loads it's settings from the config.
  • Add the settings tab to the tabs
  • Add a settings page that allows you to define the global trigger levels for all the gateways which are monitored
71c47cb6 03/13/2009 06:19 PM Scott Ullrich

Remove ActiveXObject code. Who cares about older IE at this point.

547fb934 03/13/2009 06:38 AM Bill Marquette

dunno where prototype 1.6.0.3 ran off to, but reign it back in and make it submit

aa3cb4f0 03/13/2009 06:29 AM Bill Marquette

bump scriptaculous to 1.8.2

8bf02470 03/13/2009 06:22 AM Bill Marquette

Fix javascript include in head.inc
Add dragdrop (used in index.php for the Sortable class)
use dom:loaded event instead of window.loaded

2e069686 03/13/2009 06:04 AM Bill Marquette

Move Scriptaculous/Prototype includes to head.inc and remove the code duplication

6327599d 03/13/2009 06:04 AM Bill Marquette

Fix CSS form fields

179210b4 03/13/2009 05:17 AM Scott Ullrich

Use index of 1

0a360d72 03/13/2009 05:07 AM Scott Ullrich

Set zorder of graph to -10

c313b3d5 03/13/2009 04:58 AM Bill Marquette

make consistent with services_dnsmasq_edit.php

a3f1c10d 03/13/2009 04:45 AM Bill Marquette

Fix missing single quote
Use Prototype the right way, have to observe for the DOM being loaded before using it (yes, some boxes can render the page fast enough that this doesn't matter...others...can't)

19f11aef 03/13/2009 04:23 AM Bill Marquette

fix image alignment

3dee90e6 03/13/2009 04:19 AM Bill Marquette

fix path to IP Alias image

5dd4db17 03/13/2009 03:21 AM Scott Ullrich

Base 64 decode the rrd data before writing out

a2b8f7b2 03/13/2009 02:47 AM Scott Ullrich

Write out config after unsetting RRD data

e92fb875 03/12/2009 06:48 PM Seth Mos

Reload phase2 tunnel items when adding, remoing or editing a phase 2 entry.

73fbece8 03/12/2009 08:06 AM mgrooms

Migrate IPsec certificate management to centralized system.