Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only set font color to white when background is red | Scott Ullrich | 2008-10-11 | 1 | -3/+1 |
| | |||||
* | Allow setting the size of password fields | Scott Ullrich | 2008-10-11 | 1 | -1/+2 |
| | |||||
* | Black does not show up well on a red background, use white. | Scott Ullrich | 2008-10-11 | 1 | -1/+3 |
| | |||||
* | Fix applying interface settings and prevent it from being applied multiple ↵ | Ermal Luçi | 2008-10-11 | 1 | -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çi | 2008-10-08 | 4 | -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 pages | Scott Ullrich | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | No need to lock config when setting filter update status | Scott Ullrich | 2008-10-07 | 1 | -3/+1 |
| | |||||
* | * Remove bigpond support from backend. | Ermal Luçi | 2008-10-06 | 7 | -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 Grooms | 2008-10-06 | 1 | -1/+3 |
| | |||||
* | Actually take a shorter route at saving the gateway. | Ermal Luçi | 2008-10-04 | 1 | -1/+1 |
| | |||||
* | Use correct interface to record gateway. | Ermal Luçi | 2008-10-04 | 1 | -1/+1 |
| | |||||
* | trim description so long descriptions on IPsec doesn't create an invalid ruleset | Chris Buechler | 2008-10-04 | 1 | -8/+9 |
| | |||||
* | Repack tgz with ./ | Scott Ullrich | 2008-10-02 | 1 | -0/+0 |
| | | | | Noticed-by:Volker Kuhlmann | ||||
* | Update with latest zone information | Scott Ullrich | 2008-10-02 | 1 | -0/+0 |
| | |||||
* | Switch network-backend to freebsd-sendfile from writev now that | Scott Ullrich | 2008-10-02 | 1 | -1/+1 |
| | | | | lighttpd 1.4.20 has had some fixes applied. | ||||
* | Cleanup the status queues so it does not does stupid things. | Ermal Luçi | 2008-10-01 | 2 | -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çi | 2008-09-30 | 1 | -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 textarea | Mark Crane | 2008-09-29 | 1 | -2/+3 |
| | |||||
* | Remove stray 1 | Scott Ullrich | 2008-09-28 | 1 | -1/+1 |
| | |||||
* | * Remove debugging code | Scott Ullrich | 2008-09-28 | 1 | -2/+5 |
| | | | | * Hide syntax highlighting option for now | ||||
* | Do not encode, AJAX function handles. | Scott Ullrich | 2008-09-28 | 1 | -2/+3 |
| | |||||
* | Automatically remote /tmp/config.cache if it exists after file save. | Scott Ullrich | 2008-09-28 | 1 | -1/+4 |
| | |||||
* | run hostap later in script, fixes ral(4) card difference in FreeBSD 7.0. ↵ | Chris Buechler | 2008-09-28 | 1 | -1/+1 |
| | | | | | | Works with ath(4) also. Ticket #1813 | ||||
* | Move alwaysbroadcast item to a settable field. | Scott Ullrich | 2008-09-24 | 1 | -1/+3 |
| | | | | | | Ticket #1814 XXX: Create GUI option | ||||
* | Always broadcast to help fix vista fun. | Scott Ullrich | 2008-09-24 | 1 | -0/+1 |
| | | | | Ticket #1814 | ||||
* | Correct check if we are running with only one interface. LAN ca be deleted ↵ | Ermal Luçi | 2008-09-23 | 1 | -1/+1 |
| | | | | without problems with the new interface code. | ||||
* | Take into consideration the subnet mask configured. | Ermal Luçi | 2008-09-23 | 1 | -2/+2 |
| | |||||
* | Cleanup bootup script | Seth Mos | 2008-09-22 | 1 | -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çi | 2008-09-22 | 1 | -2/+2 |
| | |||||
* | Use correct arguments | Seth Mos | 2008-09-21 | 1 | -2/+2 |
| | |||||
* | Reffer to correct variable | Seth Mos | 2008-09-21 | 1 | -1/+1 |
| | |||||
* | Set full path to ping | Seth Mos | 2008-09-21 | 1 | -1/+2 |
| | |||||
* | If we really can't find what to ping just continue with the next graph | Seth Mos | 2008-09-21 | 1 | -0/+4 |
| | |||||
* | Remove dependency on WAN having the default route. | Seth Mos | 2008-09-21 | 1 | -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 Mos | 2008-09-21 | 1 | -0/+3 |
| | |||||
* | Fix enable/disable checkbox | Seth Mos | 2008-09-20 | 1 | -1/+1 |
| | |||||
* | kill(1) does not need SIG in front of signals anymore. Though i do not think ↵ | Ermal Luçi | 2008-09-20 | 1 | -4/+4 |
| | | | | mpd4 responds to SIGUSR[1,2] the same as mpd3. | ||||
* | Leave an XXX(note) for later on. | Ermal Luçi | 2008-09-20 | 1 | -0/+1 |
| | |||||
* | Workaround agressive cache of firefox by adding some options in the header. ↵ | Ermal Luçi | 2008-09-20 | 1 | -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çi | 2008-09-20 | 2 | -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çi | 2008-09-20 | 1 | -1/+2 |
| | | | | at least on lagg(4) case. | ||||
* | Reintegrate global minimum count setting enforcment. | Ermal Luçi | 2008-09-20 | 1 | -5/+11 |
| | |||||
* | Remove duplicated comment and add some style(9). | Ermal Luçi | 2008-09-20 | 1 | -9/+5 |
| | |||||
* | Correctly determine interface mismatches. | Ermal Luçi | 2008-09-20 | 1 | -23/+15 |
| | |||||
* | Remove unrelated code from function. Add some style(9) to code so ↵ | Ermal Luçi | 2008-09-20 | 1 | -5/+4 |
| | | | | readability is improved. | ||||
* | Add a note that interfaces part of a lagg(4) will not be shown(allowed to be ↵ | Ermal Luçi | 2008-09-20 | 1 | -0/+1 |
| | | | | assigned. | ||||
* | Do not allow lagg(4) members to be assigned. | Ermal Luçi | 2008-09-20 | 1 | -2/+6 |
| | |||||
* | Filter_configure takes too long to run on embedded and this seems to | Seth Mos | 2008-09-19 | 1 | -2/+2 |
| | | | | upset apinger? | ||||
* | Oops, typo. | Ermal Luçi | 2008-09-18 | 1 | -1/+1 |
| | |||||
* | Catch up with traffic graph changes. | Ermal Luçi | 2008-09-18 | 1 | -2/+1 |
| |