summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Split random-id and no-df option for scrubbing.Ermal Luçi2008-10-191-4/+18
|
* Add plugins folder for firmware_upgradeScott Ullrich2008-10-191-0/+2
|
* Reload the filter. Plugins might need to run.Scott Ullrich2008-10-191-0/+3
|
* Navigate to / after 40 seconds to avoid accidental reboots.Scott Ullrich2008-10-161-0/+1
|
* Still array handling changes on php5. Reported by: ↵Ermal Luçi2008-10-151-1/+1
| | | | http://forum.pfsense.org/index.php/topic,12043.0.html
* Test for existence before unsetting, this is do to changed behavior in php5. ↵Ermal Luçi2008-10-151-11/+11
| | | | Reported by: http://forum.pfsense.org/index.php/topic,12060.0.html
* Add table header rowScott Ullrich2008-10-141-0/+3
|
* Lock the config before reconfiguring filter rules.Ermal Luçi2008-10-141-0/+2
|
* Fix issue reported by http://forum.pfsense.org/index.php/topic,12043.0.html.Ermal Luçi2008-10-141-1/+1
|
* All these flushing is not needed now that apply is a differnet step like ↵Ermal Luçi2008-10-141-0/+2
| | | | everywhere else in code.
* Actually apply fixes to the correct files.Ermal Luçi2008-10-133-7/+8
|
* I always remember having done this long ago?!Ermal Luçi2008-10-132-2/+2
|
* Use listbg as all other pages doScott Ullrich2008-10-123-3/+3
|
* Add missing imageScott Ullrich2008-10-123-0/+0
|
* Do not wrap dropdown menusScott Ullrich2008-10-121-1/+1
|
* Make sure all themes have login box informationScott Ullrich2008-10-121-0/+58
|
* Do not list color: #FFFFFF; twiceScott Ullrich2008-10-121-1/+0
|
* Do not hard code whiteScott Ullrich2008-10-121-1/+1
|
* Do not hard code whiteScott Ullrich2008-10-1214-27/+9
|
* Do not hard code white colorScott Ullrich2008-10-121-1/+1
|
* Do not harc code whiteScott Ullrich2008-10-123-3/+3
|
* Do not hard code whiteScott Ullrich2008-10-122-2/+2
|
* Do not hard code whiteScott Ullrich2008-10-121-2/+0
|
* Do not hard code whiteScott Ullrich2008-10-122-2/+2
|
* Do not hard code whiteScott Ullrich2008-10-123-3/+2
|
* Do not hard code whiteScott Ullrich2008-10-129-16/+6
|
* Use listbgScott Ullrich2008-10-121-4/+2
|
* Honour listbg font propertiesScott Ullrich2008-10-121-1/+1
|
* Set foreground color to whiteScott Ullrich2008-10-125-1/+6
|
* Use listbg instead of hard coding red background for RFC1918 informationScott Ullrich2008-10-121-2/+2
|
* * Fix a case where instead of testing(==) we where assigning(=) and resulted ↵Ermal Luçi2008-10-121-29/+30
| | | | | | in strange behaviour * Do not unset everything when an interface is disabled just mark it as disabled and write so in the log.
* Only set font color to white when background is redScott Ullrich2008-10-111-3/+1
|
* Allow setting the size of password fieldsScott Ullrich2008-10-111-1/+2
|
* Black does not show up well on a red background, use white.Scott Ullrich2008-10-111-1/+3
|
* Fix applying interface settings and prevent it from being applied multiple ↵Ermal Luçi2008-10-111-10/+11
| | | | times as in ocasions with browser glitches. Remove some only wan part code.
* Use ECN for the queues created by the wizard which is a more recent ↵Ermal Luçi2008-10-084-68/+68
| | | | | | technology and i am tired of explaining to users how to handle errors on it. Strange is this is an ALPHA(!!) release! The actual problem is in the dummynet merge with pf which has a red keyword with diferent parameters.
* Break before information text to match other pagesScott Ullrich2008-10-071-1/+1
|
* * Remove bigpond support from backend.Ermal Luçi2008-10-061-38/+0
| | | | | * Use killbypid instead of sigkillbypid SIGUSR2 is not doing what is expected. * Actually start pppoe/pptp when the routing is called for this.
* Cleanup the status queues so it does not does stupid things.Ermal Luçi2008-10-011-8/+0
| | | | Apparnetly this needs to be converted to 'ajax' calls as the traffic graph but for now live with this.
* Introduce a 'None' option for the gateways select box.Ermal Luçi2008-09-301-2/+4
| | | | | | | Apart fixing aestetic when there is no gateway configured for the interface it allows you to setup gateways and not select them on the interface configuration i.e. on Lan or similar type configured ones. Reported-by: sullrich@
* pkg_edit add <wrap>off</wrap> for textareaMark Crane2008-09-291-2/+3
|
* Remove stray 1Scott Ullrich2008-09-281-1/+1
|
* * Remove debugging codeScott Ullrich2008-09-281-2/+5
| | | | * Hide syntax highlighting option for now
* Do not encode, AJAX function handles.Scott Ullrich2008-09-281-2/+3
|
* Automatically remote /tmp/config.cache if it exists after file save.Scott Ullrich2008-09-281-1/+4
|
* Fix enable/disable checkboxSeth Mos2008-09-201-1/+1
|
* Workaround agressive cache of firefox by adding some options in the header. ↵Ermal Luçi2008-09-201-1/+5
| | | | this is the same issue as the traffic graph one.
* Add text, from lagg(4) man page, that explains what the various protocols ↵Ermal Luçi2008-09-202-3/+43
| | | | do. Add even a note to explain that only un-assigned interfaces can be part of a lagg(4) interface with suggestion from http://forum.pfsense.org/index.php/topic,11614.0.html.
* Add a note that interfaces part of a lagg(4) will not be shown(allowed to be ↵Ermal Luçi2008-09-201-0/+1
| | | | assigned.
* Do not allow lagg(4) members to be assigned.Ermal Luçi2008-09-201-2/+6
|
OpenPOWER on IntegriCloud