Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup URLs: | Renato Botelho | 2014-03-18 | 1 | -1/+1 |
| | | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config | ||||
* | bandwidthd version bump | phildd | 2013-12-29 | 1 | -1/+1 |
| | |||||
* | bandwidthd belts and braces checks when generating conf | phildd | 2013-12-29 | 1 | -8/+28 |
| | | | | | Forum: http://forum.pfsense.org/index.php/topic,68477.0.html Allows users to put "0" in various fields and have it come through validly into the bandwidthd conf file. Previously bare "0"s would appear in the conf file, which were wrong. | ||||
* | bandwidthd - whitespace formatting | Phil Davis | 2013-09-14 | 1 | -24/+24 |
| | |||||
* | bandwidthd - whitespace formatting | Phil Davis | 2013-09-14 | 1 | -5/+5 |
| | |||||
* | bandwidthd - specify explicitly the graph location index.html | Phil Davis | 2013-09-12 | 1 | -1/+1 |
| | | | | This helps some people whose browser does not find index.html automagically, and does not harm anything for others. http://forum.pfsense.org/index.php/topic,49165.msg362705.html#msg362705 | ||||
* | bandwidthd version bump | Phil Davis | 2013-09-09 | 1 | -1/+1 |
| | |||||
* | bandwidthd - check for interface subnet also specified by user | Phil Davis | 2013-09-09 | 1 | -5/+14 |
| | | | | | Check for the case where a user specifies the interface subnet to listen on in the "subnet" box, which is actually not required. In this case, do not put the subnet into the config twice. It fixes a GUI data entry confusion that is reported from time to time in the forum, e.g. http://forum.pfsense.org/index.php/topic,49165.msg320801.html#msg320801 http://forum.pfsense.org/index.php/topic,66354.0.html | ||||
* | Fixup a bunch of package service descriptions. | jim-p | 2013-08-28 | 1 | -0/+1 |
| | |||||
* | chaged text in description of "output PostgreSQL" to link | Individual IT Services | 2013-08-15 | 1 | -1/+1 |
| | |||||
* | corrected typo for log_error | Individual IT Services | 2013-08-14 | 1 | -1/+1 |
| | |||||
* | Updated the version number to 2.0.1_5 pkg v.0.1 | Individual IT Services | 2013-08-13 | 1 | -1/+1 |
| | |||||
* | added posibility to use postgreSQL database to store results | Individual IT Services | 2013-08-13 | 1 | -0/+37 |
| | |||||
* | added posibility to use postgreSQL database to store results | Individual IT Services | 2013-08-13 | 1 | -0/+29 |
| | |||||
* | bandwidthd add enable option | Phil Davis | 2013-03-31 | 1 | -6/+12 |
| | |||||
* | bandwidthd add enable option | Phil Davis | 2013-03-31 | 1 | -36/+51 |
| | |||||
* | bandwidthd - rotate log files when output_cdf is enabled | Phil Davis | 2013-03-15 | 1 | -5/+21 |
| | | | Improve the documentation of options on the GUI, including what happens when output_cdf is on. | ||||
* | bandwidthd - rotate log files when output_cdf is enabled | Phil Davis | 2013-03-15 | 1 | -2/+16 |
| | |||||
* | bandwidthd on nanobsd - put logo and legend files in place | Phil Davis | 2013-03-13 | 1 | -1/+6 |
| | | | legend.gif and logo.gif were missing from the report/graph page. They need to be put in /var/bandwidthd/htdocs | ||||
* | Open the Access Bandwidthd UI in a new tab | Phil Davis | 2013-03-04 | 1 | -2/+2 |
| | | | The Access Bandwidthd tab takes the user completely out of the pfSense WebGUI interface when clicked. This behaviour is not user-friendly. IMHO it is better to open the Bandwidthd UI in a new tab. | ||||
* | bandwidthd robust filesystem creation | Phil Davis | 2013-03-03 | 1 | -9/+49 |
| | | | Make the code that starts bandwidthd check for the correct dirs and symlinks, leave them alone if they are already there, and put them in place if they are missing. This fixes some places where some commands were generating "already exists" warnings, and generally makes sure that whatever someone does at the command line to mess with bandwidthd dirs and links, they will be put back when bandwidthd starts. | ||||
* | bandwidthd for nanobsd | phildd | 2013-03-01 | 1 | -12/+43 |
| | | | Make bandwidth on nanobsd write graph files and cdf log files to /var/bandwidthd rw memory filesystem, so it can run with /usr mounted read-only | ||||
* | bandwidthd - replace deprecated split with explode | Phil Davis | 2012-10-31 | 1 | -1/+1 |
| | | | | The split function is deprecated in PHP 5.3. For this simple use, the explode function does the same thing. http://forum.pfsense.org/index.php/topic,55187.0.html | ||||
* | Fix inconsistent field names | Phil Davis | 2012-10-02 | 1 | -14/+10 |
| | | | and default values, and some field description text. | ||||
* | Fix inconsistent field names | Phil Davis | 2012-10-02 | 1 | -2/+5 |
| | |||||
* | Bandwidthd skip_intervals typo prevented this param from being effective. | Phil Davis | 2012-07-24 | 1 | -1/+1 |
| | |||||
* | Put standard pfsense version check logic so it will default correctly for ↵ | Phil Davis | 2012-07-15 | 1 | -7/+16 |
| | | | | | future versions of pfsense. Previously, promiscuous mode was always stuck on - the bandwidthd default is "promiscuous true" and the code assumed the default was "false". This fix always specifies promiscuous mode explicitly so that it does not matter what the default is, the setting will always follow whatever the user has selected in the GUI check box. See forum thread http://forum.pfsense.org/index.php/topic,50878.0.html | ||||
* | Whoops, set proper architecture here. | jim-p | 2012-06-23 | 1 | -1/+1 |
| | |||||
* | Adapt bandwidthd to use the right dir on 2.1, work around the fact that you ↵ | jim-p | 2012-06-23 | 1 | -8/+17 |
| | | | | can't specify a proper custom config path. | ||||
* | Only print a subnet line for bandwidthd if it's a valid subnet, to avoid ↵ | jim-p | 2011-03-30 | 1 | -1/+2 |
| | | | | generating an invalid configuration file. | ||||
* | fix text on bandwidthd | Chris Buechler | 2011-03-06 | 1 | -2/+2 |
| | |||||
* | fixed the chmod 077 to 0677 | lgcosta | 2011-03-06 | 1 | -1/+1 |
| | |||||
* | Add support for multiple subnets custom on config form | lgcosta | 2011-03-06 | 2 | -1/+15 |
| | |||||
* | Do not pkg_delete | Scott Ullrich | 2010-11-30 | 1 | -1/+0 |
| | |||||
* | References aren't needed if you aren't modifying the new variable. Remove &. | jim-p | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | fix text. cvstrac 1639 | Chris Buechler | 2010-08-07 | 2 | -3/+3 |
| | |||||
* | mv packages to config dir to match web layout | Bill Marquette | 2009-02-06 | 2 | -0/+354 |