summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Add the 3G mode display, really needs a function that translates these into ↵smos2012-05-232-3/+13
| | | | | | | sane display numbers for strength and mode. The mode is actually a combination of LED color 4 = blue(idle), 5 = cyan(connected), and submode 7 = HSDPA I need to find some proper documentation, really.
* Initialize the statistics, also parse on MODE messagessmos2012-05-231-2/+12
|
* Unbreak adding IPv6 static routessmos2012-05-231-2/+6
|
* Make sure to bail the stats script if we can not open the modem device.smos2012-05-231-0/+4
|
* Use "proto 112" instead of tcpdump's vrrp keyword since it's a little behind ↵jim-p2012-05-221-4/+9
| | | | the times and doesn't realize that ip6+vrrp is valid. And since we're not using the vrrp keyword directly anymore, let's call it CARP instead.
* Properly test for the address family now that the array says what it's ↵smos2012-05-211-4/+7
| | | | supposed to be.
* Add 3G statistics for Huawei modems, split the Cellular stats out to per ↵smos2012-05-213-13/+81
| | | | interface instead of global.
* Don't auto-toggle the "do not backup rrd" setting - we do not want this on ↵jim-p2012-05-211-4/+0
| | | | unless the user explicitly selects it. It makes for very, very large backup files and must default to off.
* Allow modification of gateway groups even if the gateways are down.smos2012-05-201-1/+2
|
* Allow saving on system.php if the gateways are down.smos2012-05-201-2/+2
|
* Merge pull request #111 from vizvayu/bug2374Jim P2012-05-207-21/+61
|\ | | | | Fix of bug #2374 "When entering values in firewall rules leading and trailing spaces are not deleted" bis
| * Overcome laziness to avoid unnecessary loopCristian Feldman2012-05-181-5/+4
| |
| * Fix of bug #2374 "When entering values in firewall rules leading andCristian Feldman2012-05-187-20/+61
| | | | | | | | trailing spaces are not deleted"
* | This command works better with Huawei modems. Needs more testingsmos2012-05-201-2/+2
| |
* | Make sure we don't accidentaly clobber the v4 dns servers with empty fields ↵smos2012-05-201-13/+29
|/ | | | from v6
* Allow 802.1p tags to be controlled from firewall rules edit screenErmal2012-05-182-0/+47
|
* System info widget on dashboard now updates CPU Frequency automaticallyCristian Feldman2012-05-183-11/+23
|
* Moved status text to img title (tooltip)Cristian Feldman2012-05-171-1/+1
|
* Added description text for IPSec tunnel status in "Status: IPsec" pageCristian Feldman2012-05-171-4/+8
|
* remove some log_error callsDarren Embry2012-05-171-7/+0
|
* bug fix for #2426Darren Embry2012-05-171-4/+11
| | | | Input validaton on interface gateway creation box needs to reject duplicate names
* report errors adding a gateway through ajax callsDarren Embry2012-05-172-5/+22
|
* - also rename $section arg to $section_name in some functions to clarifyDarren Embry2012-05-171-12/+15
| | | | | - also robustify parsing for <tagname> and bulletproof the handling of certain errors
* fix cosmetic bug when developer was turned on.Darren Embry2012-05-171-7/+19
| | | | highlight the hidden menu item differently.
* fix for #2231Darren Embry2012-05-171-2/+0
| | | | Don't activate master "Save Settings" button on traffic graph min/max.
* more verbose log_error on rrdtool restore failureDarren Embry2012-05-171-1/+1
|
* restore_rrddata() adds log_error calls and uses -fDarren Embry2012-05-171-12/+27
|
* add rrddata to backup/restore dropdowns.Darren Embry2012-05-171-12/+48
|
* indentation cleanupDarren Embry2012-05-171-100/+102
|
* move certain code to new function restore_rrddata()Darren Embry2012-05-171-23/+28
|
* Fixup halt and reboot to catch the output from the shutdown process properly.jim-p2012-05-162-45/+34
| | | | | | | Conflicts: usr/local/www/halt.php usr/local/www/reboot.php
* On its own, ntpd does not sync fast enough at bootup, so bring back the ↵jim-p2012-05-161-8/+19
| | | | ntpdate sync but improve it so it can't get stuck forever.
* Fix syntax here too in case we need to revive it.jim-p2012-05-151-1/+1
|
* correct closing tagsbcyrill2012-05-151-11/+11
|
* Only process this if it's an arrayjim-p2012-05-151-0/+2
|
* Fix quoting - can't use ' if we want to expand a variable inside the string.jim-p2012-05-151-1/+1
|
* Use a text description instead of a code.jim-p2012-05-151-17/+31
|
* Add NTP status page using ntpq.jim-p2012-05-141-0/+155
|
* With FreeBSD's ntpd, the current options are irrelevant, but we can have a ↵jim-p2012-05-141-1/+1
| | | | nice status page
* Fix ntp name here toojim-p2012-05-141-1/+1
|
* s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it ↵jim-p2012-05-1418-22/+22
| | | | easier if we switch)
* Create $altnames earlier, and also fix a bracing issue with this if ↵jim-p2012-05-141-2/+3
| | | | statement. Fixes certificate importing.
* Make the ppp-linkup script understand both address families.smos2012-05-141-4/+13
|
* Fix redirect when saving settings in the widget, it was landing on the ↵jim-p2012-05-141-0/+1
| | | | widget page instead of returning to the dashboard.
* remove the stuff triggering display of relay protocol rowDarren Embry2012-05-111-32/+0
|
* allow port in virtual servers to be left blankDarren Embry2012-05-111-7/+8
| | | | in which case listening port would be inherited from the pool
* allow aliases for the ipaddr field in virtual servers (PEV-394754)Darren Embry2012-05-111-5/+12
|
* fix for bug #2422 could not remove entries from CP Allowed HostnamesDarren Embry2012-05-111-1/+1
|
* cleanup: code for building arrays for autocompleted fieldsDarren Embry2012-05-106-167/+32
|
* add autocomplete for port (PEV-394754)Darren Embry2012-05-101-1/+11
|
OpenPOWER on IntegriCloud