summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add the option to use a custom Dynamic DNS Provider via an Update URL and ↵Matt Corallo2012-05-224-47/+196
| | | | Result Match.
* If extra bw attributes are supplied during reauthentication apply and log themErmal2012-05-221-1/+50
|
* Unlock if error occursErmal2012-05-221-1/+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.
* Make sure that we match multiple characters.smos2012-05-223-8/+8
| | | | Ticket #2415
* First round of CARP vip renaming changessmos2012-05-223-8/+8
| | | | Ticket #2415
* Properly test for the address family now that the array says what it's ↵smos2012-05-211-4/+7
| | | | supposed to be.
* Add the address family tag to the gateway groups arraysmos2012-05-211-0/+1
|
* Correct the rrd update commandsmos2012-05-211-2/+2
|
* Read in the correct interface filesmos2012-05-211-1/+1
|
* Add 3G statistics for Huawei modems, split the Cellular stats out to per ↵smos2012-05-216-41/+124
| | | | 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.
* Modify the tar parameters to exclude .gitErik Fonnesbeck2012-05-201-7/+2
|
* 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-202-10/+13
|
* Attempt to Eject the CD device on 3G sticks for Huawei and ZTE devices.smos2012-05-201-0/+5
|
* Act on wireless interfaces too for linkup.smos2012-05-201-0/+17
| | | | Redmine ticket #2440
* 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"
* | Fix variable testjim-p2012-05-201-1/+1
| |
* | Initialize variable if it's not setsmos2012-05-201-0/+2
| |
* | 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
* | Prevent duplicate gateways from showing up if the interface is down. Redmine ↵smos2012-05-201-20/+50
| | | | | | | | ticket #2442
* | Set the retry value to 60 seconds, this is not attempts, this is seconds ↵smos2012-05-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | before it needs a reply. So if the DHCP server was any sort of slow it would fail to aquire a lease. This was true for my wireless network at home. Plus, on various other lossy links, even cable modems this could be true. Redmine ticket #2440 retry time; The retry statement determines the time that must pass after the client has determined that there is no DHCP server present before it tries again to contact a DHCP server. By default, this is five minutes.
* | Add the PPP automatic interface type. This would show the _PPP gateways.smos2012-05-201-0/+1
|/
* Allow 802.1p tags to be controlled from firewall rules edit screenErmal2012-05-183-2/+53
|
* Merge pull request #108 from vizvayu/dashboard-cpufreq-updateScott Ullrich2012-05-173-11/+23
|\ | | | | System info widget on dashboard now updates CPU Frequency automatically
| * System info widget on dashboard now updates CPU Frequency automaticallyCristian Feldman2012-05-183-11/+23
|/
* Merge pull request #94 from vizvayu/masterChris Buechler2012-05-171-4/+8
|\ | | | | Added description text for IPSec tunnel status in "Status: IPsec" page
| * 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
|/
* feature #2413 Allow IPv6 interface configuration from the menuDarren Embry2012-05-171-53/+107
|
* normalize indentationDarren Embry2012-05-171-210/+210
|
* 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-172-27/+45
| | | | | - also robustify parsing for <tagname> and bulletproof the handling of certain errors
* allow null to be passed as 2nd arg to parse_config_xml*Darren Embry2012-05-172-18/+25
| | | | in which case entire config is returned
* fix 'XML error: no Array object found!' errorsDarren Embry2012-05-171-1/+1
|
* 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
|
* log_error if rrdtool restore calls failDarren Embry2012-05-171-1/+7
|
* restore_rrddata() adds log_error calls and uses -fDarren Embry2012-05-171-12/+27
|
* add -f to 'rrdtool restore' callDarren Embry2012-05-171-1/+1
|
* 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
|
OpenPOWER on IntegriCloud