Project

General

Profile

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

# Date Author Comment
ee644822 07/23/2010 05:03 PM Carlos Eduardo Ramos

Corrections gettext implementation on status_interfaces.php

c8927bfb 07/23/2010 04:35 PM Rafael Lucas

Corrections gettext calls on status_interfaces.php

ed476f6f 06/16/2010 03:17 PM Marcus Brown

Add missing semicolon.

59db783a 06/16/2010 03:11 PM Marcus Brown

Modify pfsense-utils and status_interfaces.php so Uptime is shown for all PPPx type links.

ebdbdbc2 06/06/2010 12:52 PM Marcus Brown

Make display of interface name and uptime work again on status_interfaces.php

c90f2471 03/29/2010 01:03 PM Marcus Brown

Changes to make PPP work again. mpd5 fails to establish a ppp link without
some username and password, so defaults are set if user enters nothing.
Removed interface_ppp_configure call from interfaces_ppp_edit.php. It was
useless there with the new structure, and it caused all PPP links to attempt...

9ebe7028 03/26/2010 10:12 PM Marcus Brown

I have PPP with mpd5 working really well now, including setting the APN and APN
Number, and the SIM PIN and wait time for the SIM to settle after the PIN is
entered.

Still no work on multilink PPP with serial port links.

Right now the code creates the mpd.secret file. I tested it using the set auth...

9cf4b285 01/27/2010 08:33 PM Scott Ullrich

Nuke  

8eb2f33a 12/29/2009 08:51 PM Scott Ullrich

These patches give you a display of the uptime of the active PPP link
on the "Status-> Interfaces" page, and also logging on /conf (to
survive reboot) of uptimes of each session after it is closed. In
addition, the status_interfaces.php page displays the cumulative...

0d7b21de 12/05/2009 07:29 PM Scott Ullrich

Latest PPP changes from 'BG'. Reformat this royal mess of formatting while I am here.

3d8237f4 12/04/2009 01:49 PM Scott Ullrich

Adding patch from "G B":

First, I update the get_real_interface function so that it returns just the serial port for the ppp device (instead of ppp_<serial_port>) when the ppp link is not up. This makes the function more useful because now you can call the "interface_ppp_configure" function and pass in the the result of "get_real_interface($wan)" for example....

6c4b9f46 11/26/2009 09:02 PM Seth Mos

Show the RSSI, BSSID and the wireless connection rate

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

56e1d16e 02/28/2009 07:30 PM Ermal Luçi

Correctly show actions such as Connect/Disconnect on Status Interfaces page.

02fba58c 12/16/2008 08:09 AM Seth Mos

Use correct new vars for counters

71d9cd3d 12/15/2008 08:31 PM Scott Ullrich

Nuke wrapping notice

01385b0c 12/15/2008 08:23 PM Scott Ullrich
  • Use 64 bit counters from PF for interfafe stats
  • Add block packets / traffic count, too
07c17911 11/30/2008 08:46 PM Ermal Luçi
  • Fix the actions on these page. Now renew/release/connect/disconnect work propperly.
  • Make the page redirect to itself instead of index.php since we might not have permission on the later.
80bf3f4a 10/19/2008 01:20 PM Ermal Luçi

Refactor some code so frontend does not need to know about details that might change
during development.

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

Catch up with function renaming.

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

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

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

3e321df2 06/21/2008 05:38 PM Ermal Luçi

Continue interface improvements

dde9a4fc 06/20/2008 11:00 AM Seth Mos

Display proper gateway on status page.

764696e0 12/17/2007 07:11 AM Chris Buechler

remove annoying and potentially problematic forced page refresh.

Ticket #1545

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

6189988d 04/24/2007 11:18 PM Scott Dale

Move interface info function for global use

aa8f9947 04/10/2007 06:04 PM Scott Ullrich

If we cannot deterimine interrupts a second for an interface, do not recycle last known values.

29ed06c9 03/21/2007 09:15 PM Scott Ullrich

Only show interrupts a second if we can obtain the information for that interface

12bade7c 03/21/2007 09:08 PM Scott Ullrich

deal with uhci edge case

6f7fb5c9 03/21/2007 08:57 PM Scott Ullrich

If vmstat is present then display interrupt total and rate. Recent snapshots already contain vmstat.

9a77bfbe 09/04/2006 12:08 AM Scott Ullrich

Kill debugging text

9cee2260 09/03/2006 11:58 PM Scott Ullrich

Backout last commit, we need some better parsing goo

bf875fa9 09/03/2006 11:51 PM Scott Ullrich

Correctly match the interface to the state

0529547c 09/03/2006 11:12 PM Scott Ullrich

Add bridge status

f559eaf6 09/03/2006 10:30 PM Scott Ullrich

Report gateway for an interface for optional interfaces if needed

97593aa4 04/07/2006 08:44 PM Scott Ullrich

Include the real interface name in status out in ()

555d3758 04/03/2006 09:05 PM Scott Ullrich

MFC
s/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty

192845df 03/09/2006 10:45 PM Scott Ullrich

Add support for wireless status (media)

Ticket #863

767a716e 01/15/2006 03:33 AM Scott Ullrich

Correct warnings and errors found eclipse

987fe4ba 10/18/2005 03:51 PM Scott Ullrich

MFC 6956
close html tag (use span also)

eb9b9c5c 10/04/2005 12:48 AM Scott Ullrich

Move In/out counters message to end. <p> in between

b99895fe 09/23/2005 04:35 AM Bill Marquette

merge of 4a2307663574844423b70c8193ffcfae2153e83f
and 6749b0913f26fcda7e1809e160df59f3e7fc7157

-------------------
(#545) Allow optional interfaces to be "released" and "renewed"

-------------------
We can now take down the right interface
still working on bringing it back online correctly

d290167c 09/20/2005 09:05 PM Seth Mos

Fix spurious < in a <br>

61c3a98f 09/20/2005 03:31 AM Espen Johansen

Add note that i/o byte counters will wrap at 32 bit (4GB)

2bdf4a03 08/27/2005 03:46 PM Scott Ullrich

Add missing Id

a8826fb4 08/24/2005 10:28 PM Scott Ullrich

More fixes from databeestje

312536e5 08/18/2005 09:52 PM Scott Ullrich

Use $ifdescr

8ff8520f 08/12/2005 09:59 PM Scott Ullrich
  • Add is_dhcp_running()
  • Modify status_interfaces.php to use is_dhcp_running()
8c3e8725 08/12/2005 09:42 PM Scott Ullrich

Fixup Renew/Release

02787f50 08/12/2005 09:29 PM Scott Ullrich

Minor comment

b5ce5ea8 08/12/2005 09:27 PM Scott Ullrich

Add code from databeestje to finish off Renew/Release

fae80dfc 08/12/2005 09:24 PM Scott Ullrich

Allow multi interface Renew/Release

efacbe6c 08/10/2005 09:02 PM Scott Ullrich

Change to <meta http-equiv="refresh" content="120;url=">

Suggested-by: databeestje

35b7b76a 08/10/2005 08:38 PM Scott Ullrich

Correct status_interfaces.php location for meta refresh.

Yet-another-bug-found-by: databeestje

20d1251d 08/04/2005 08:41 PM Scott Ullrich

Refresh page every 2 minutes. Handy for debugging ethernet errors which I am doing just this second.

c394a5d1 07/31/2005 05:41 AM Scott Ullrich

Use resolv.conf

6205a304 07/31/2005 05:38 AM Scott Ullrich

Only show nameservers, strip "nameserver "

63637de9 07/04/2005 07:52 PM Bill Marquette

Code cleanup

74f446e8 07/03/2005 04:55 PM Bill Marquette

Use $pgtitle
small code cleanups

4df96eff 07/02/2005 04:38 AM Scott Ullrich

include head.inc and round corners on tabs

51caa77a 06/24/2005 08:11 PM Scott Ullrich

Do not check if status

ed0e959b 06/24/2005 03:24 PM Scott Ullrich

is_service_running() -> is_process_running()

0c8de638 06/23/2005 11:39 PM Scott Ullrich

is_service_running returns true, use it.

28a87253 06/23/2005 11:28 PM Scott Ullrich

dhclient no longer sets /var/run/dhclient.pid for some reason so use is_service_running()

d875f273 04/16/2005 01:30 AM Bill Marquette

only need one form tag - add an action to the remaining tag

8cccee1c 04/13/2005 02:34 AM Scott Ullrich

Add back html header for pfSense

c26e2cf0 04/13/2005 02:32 AM Scott Ullrich

Import m0n0walls interfaces status screen which features expanded wireless
information.

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

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

Initial revision