summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove dependency on WAN having the default route.Seth Mos2008-09-211-4/+0
| | | | Also failed because it did not use the full path to /sbin
* Make sure we get a valid address to ping for the rrd graphs.Seth Mos2008-09-211-0/+3
|
* Fix enable/disable checkboxSeth Mos2008-09-201-1/+1
|
* kill(1) does not need SIG in front of signals anymore. Though i do not think ↵Ermal Luçi2008-09-201-4/+4
| | | | mpd4 responds to SIGUSR[1,2] the same as mpd3.
* Leave an XXX(note) for later on.Ermal Luçi2008-09-201-0/+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.
* Seems that mtu and up parameters of ifconfig cannot be specified together, ↵Ermal Luçi2008-09-201-1/+2
| | | | at least on lagg(4) case.
* Reintegrate global minimum count setting enforcment.Ermal Luçi2008-09-201-5/+11
|
* Remove duplicated comment and add some style(9).Ermal Luçi2008-09-201-9/+5
|
* Correctly determine interface mismatches.Ermal Luçi2008-09-201-23/+15
|
* Remove unrelated code from function. Add some style(9) to code so ↵Ermal Luçi2008-09-201-5/+4
| | | | readability is improved.
* 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
|
* Filter_configure takes too long to run on embedded and this seems toSeth Mos2008-09-191-2/+2
| | | | upset apinger?
* Oops, typo.Ermal Luçi2008-09-181-1/+1
|
* Catch up with traffic graph changes.Ermal Luçi2008-09-181-2/+1
|
OpenPOWER on IntegriCloud