summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Read in tabcontrols.php and properly eval()Scott Ullrich2008-10-121-3/+5
|
* If /usr/local/www/themes/$themename/tabcontrols.php exists, then evalScott Ullrich2008-10-121-9/+20
| | | | | | | | | | | | | it and allow the tabbing colors and nifty corners to be overriden. The file simply needs to look like: <?php $tab_active_bg = "#EEEEEE"; $tab_inactive_bg = "#777777"; $nifty_tabs_corners = "#FFF"; $font_color = "white"; ?>
* * 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
|
* No need to lock config when setting filter update statusScott Ullrich2008-10-071-3/+1
|
* * Remove bigpond support from backend.Ermal Luçi2008-10-067-136/+16
| | | | | * Use killbypid instead of sigkillbypid SIGUSR2 is not doing what is expected. * Actually start pppoe/pptp when the routing is called for this.
* Use the correct syslog LOG_ERR constant and make this file executable.Matthew Grooms2008-10-061-1/+3
|
* Actually take a shorter route at saving the gateway.Ermal Luçi2008-10-041-1/+1
|
* Use correct interface to record gateway.Ermal Luçi2008-10-041-1/+1
|
* trim description so long descriptions on IPsec doesn't create an invalid rulesetChris Buechler2008-10-041-8/+9
|
* Repack tgz with ./Scott Ullrich2008-10-021-0/+0
| | | | Noticed-by:Volker Kuhlmann
* Update with latest zone informationScott Ullrich2008-10-021-0/+0
|
* Switch network-backend to freebsd-sendfile from writev now thatScott Ullrich2008-10-021-1/+1
| | | | lighttpd 1.4.20 has had some fixes applied.
* Cleanup the status queues so it does not does stupid things.Ermal Luçi2008-10-012-9/+1
| | | | 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
|
* run hostap later in script, fixes ral(4) card difference in FreeBSD 7.0. ↵Chris Buechler2008-09-281-1/+1
| | | | | | Works with ath(4) also. Ticket #1813
* Move alwaysbroadcast item to a settable field.Scott Ullrich2008-09-241-1/+3
| | | | | | Ticket #1814 XXX: Create GUI option
* Always broadcast to help fix vista fun.Scott Ullrich2008-09-241-0/+1
| | | | Ticket #1814
* Correct check if we are running with only one interface. LAN ca be deleted ↵Ermal Luçi2008-09-231-1/+1
| | | | without problems with the new interface code.
* Take into consideration the subnet mask configured.Ermal Luçi2008-09-231-2/+2
|
* Cleanup bootup scriptSeth Mos2008-09-221-22/+7
| | | | | | | | Remove starting dhcp twice. Remove double resolv.conf generation. Remove direct pfctl filter load command. Move initial time sync into is_wan_up logic so that it saves a lot of time on boot without a wan. opentp takes casre of it later if required.
* Use correct variable name for parent interface.Ermal Luçi2008-09-221-2/+2
|
* Use correct argumentsSeth Mos2008-09-211-2/+2
|
* Reffer to correct variableSeth Mos2008-09-211-1/+1
|
* Set full path to pingSeth Mos2008-09-211-1/+2
|
* If we really can't find what to ping just continue with the next graphSeth Mos2008-09-211-0/+4
|
OpenPOWER on IntegriCloud