summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* drag and drop function to reorder lists on pkg framework using jquery. Marcello Coutinho2012-05-251-8/+119
| | | | | | also new features like base64,description, tooltip custom texts. tested with sorting features too. related post on forum http://forum.pfsense.org/index.php/topic,49322.msg264514.html#msg264514
* Clarify the error message to something usefulsmos2012-05-251-2/+5
|
* Switch to a common function to determine anti-lockout ports, and fix a bug ↵jim-p2012-05-252-25/+26
| | | | that was getting the ports wrong with custom https+redirect on.
* Ensure there is a '.' between hostname and domain. Partially fixes #2454Warren Baker2012-05-251-6/+6
|
* Merge pull request #113 from vizvayu/load_averageJim P2012-05-243-0/+19
|\ | | | | Added load average information to System Information widget
| * Removed extra line :)Cristian Feldman2012-05-241-1/+0
| |
| * Added load average information to the System Information widgetCristian Feldman2012-05-243-0/+20
|/
* 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-244-54/+201
|\ | | | | 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-224-47/+196
| | | | | | | | 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.
* | Fix easyrule duplicate destination for pass - Fixes #2447jim-p2012-05-231-1/+1
| |
* | Reflect naming changes, work around broken media type for wirelesssmos2012-05-231-4/+4
| |
* | Don't skip "lan" as a possible WAN for shaper, since someone could have ↵jim-p2012-05-231-2/+0
| | | | | | | | renamed/repurposed it. Someone may shoot themselves in the foot if they pick it accidentally, but otherwise some valid configs may be prevented accidentally.
* | Round off the values.smos2012-05-231-4/+4
| |
* | Convert the Bytes per Second into kilobits per second like the status page sayssmos2012-05-231-4/+4
| |
* | 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-232-7/+99
| | | | | | | | 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
| |
* | Prevent 2 instances of rc.prunecaptiveportal from running in parallell since ↵Ermal2012-05-231-0/+10
| | | | | | | | this might be a bad thing
* | Add more fields to the 3g statssmos2012-05-231-2/+12
| |
* | Add the 3G mode display, really needs a function that translates these into ↵smos2012-05-233-5/+16
| | | | | | | | | | | | | | 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
| |
* | Initialize the statistics, also parse on MODE messagessmos2012-05-231-2/+12
| |
* | 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
* | 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
|/
* 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.
OpenPOWER on IntegriCloud