summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Allow for atleast 15 seconds before considering it a timeout, 60 would mean ↵smos2012-05-251-2/+2
| | | | try once, since it would immediately hit the 60 second timeout
* Switch to a common function to determine anti-lockout ports, and fix a bug ↵jim-p2012-05-251-13/+24
| | | | that was getting the ports wrong with custom https+redirect on.
* Don't do resolve_retry on ipsec_get_phase1_dst() results, because ↵jim-p2012-05-241-1/+1
| | | | ipsec_get_phase1_dst() already does that before returning output.
* Test for empty here, rather than !, so a blank value (as from mobile ↵jim-p2012-05-241-1/+1
| | | | clients) doesn't fall to the other tests.
* Merge pull request #2 from TheBlueMatt/masterErmal Luçi2012-05-242-26/+75
|\ | | | | Custom Dynamic DNS
| * Remove dead code.Matt Corallo2012-05-221-8/+0
| |
| * Fix DynDNS issue introduced by f3b2b2a (_dnsIP was not set).Matt Corallo2012-05-221-2/+8
| |
| * Add the option to use a custom Dynamic DNS Provider via an Update URL and ↵Matt Corallo2012-05-222-19/+70
| | | | | | | | Result Match.
* | Fix reference updating for when more than one carp vip exists. Skip the ↵Erik Fonnesbeck2012-05-231-5/+9
| | | | | | | | upgrade code if no carp vip defined. Ticket #2445
* | Disable logging for now since it will spam every 60secs * #users * #zonesErmal2012-05-231-1/+1
| |
* | Add missing declaration for global variable $g where it is used.Erik Fonnesbeck2012-05-231-2/+2
| |
* | Fix name of the config section for virtual IPs in upgrade code. Ticket #2445Erik Fonnesbeck2012-05-231-2/+2
| |
* | Check the surrounding characters to not allow partial matches. Ticket #2445Erik Fonnesbeck2012-05-231-1/+1
| |
* | Revert "Rather do a fix by going through vips in reverse order"Erik Fonnesbeck2012-05-231-4/+1
| | | | | | | | This reverts commit d996dfeab2ec40cf3fb44b51811333b40ed5073f.
* | Fixes #2364. On busy pppoe servers it might take some time before mpd exits. ↵Ermal2012-05-231-0/+4
| | | | | | | | Check for this before trying to restart
* | Do this only for carp type vipsErmal2012-05-231-1/+4
| |
* | Rather do a fix by going through vips in reverse orderErmal2012-05-231-3/+5
| |
* | Since this is an interface to avoid issues arising from vip1 and vip11 ↵Ermal2012-05-231-1/+1
| | | | | | | | existing and replacing vip1 will replace even vip11, put on the regex <(starting close tag).
* | Unset the IP protocol tag while processing this array. This prevents a log ↵smos2012-05-231-0/+2
| | | | | | | | message
* | Fixes #2209. Obey the mtu value set on the interfaces.php page. Though this ↵Ermal2012-05-231-1/+4
| | | | | | | | value will be overwritten if there is a configuration under PPP settings tab. Maybe a good idea is to set MRU at the same value if not set?
* | Be a bit smarter about the stats interface for the huawei cards. Some of the ↵smos2012-05-232-2/+4
| | | | | | | | | | | | K series have the stats on 0.2, the E series on 0.3 Some of the older E series only have 0.2 too. The new K3770 I got today is too new.
* | Add more functions and expand the 3G status interfaces screen.smos2012-05-231-4/+68
| | | | | | | | List the SIM state, service, speeds and mode
* | clean up old lock files for modem ports if a stale is left behindsmos2012-05-231-1/+6
| |
* | Move vip upgrade code to be later, since it was backed out of 2.0.x it no ↵jim-p2012-05-232-16/+17
| | | | | | | | longer needs to be so early, and otherwise there can be some breakage/fallout. Ticket #2445
* | Ooops use correct name for vipsErmal2012-05-231-2/+1
| |
* | Oops this should be sed and not sh. Fixes #2445Ermal2012-05-231-1/+1
| |
* | Specify correct attribute where to read the setting from.Ermal2012-05-231-1/+1
| |
* | If specified use the default settings for bw limitation rather than 0Ermal2012-05-231-2/+2
| |
* | Add the 3G mode display, really needs a function that translates these into ↵smos2012-05-231-2/+3
| | | | | | | | | | | | | | 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.
* | Fix command, remove spurious 'smos2012-05-231-1/+1
| |
* | Kill the old 3gstats collector. Clarify the log messagesmos2012-05-231-2/+3
| |
* | Make file names match to make this work. Also use zone name in the file to ↵Ermal2012-05-231-2/+2
|/ | | | not mix things
* If extra bw attributes are supplied during reauthentication apply and log themErmal2012-05-221-1/+50
|
* Unlock if error occursErmal2012-05-221-1/+4
|
* 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
* 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-213-28/+43
| | | | interface instead of global.
* Allow saving on system.php if the gateways are down.smos2012-05-201-8/+11
|
* Fix variable testjim-p2012-05-201-1/+1
|
* Initialize variable if it's not setsmos2012-05-201-0/+2
|
* 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-181-2/+6
|
* - also rename $section arg to $section_name in some functions to clarifyDarren Embry2012-05-171-15/+30
| | | | | - 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
|
OpenPOWER on IntegriCloud