summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #1874. Correctly error out when the user or the pass is not posted ↵RELENG_2_0_0Ermal2011-09-131-7/+10
| | | | during login of CP.
* Check if a widget is null before testing a property. Fixes skipped updates ↵jim-p2011-09-131-1/+1
| | | | on certain widgets (like the gateway widget) if someone doesn't have the cpu widget file on their fs (which a clean install does not).
* the time has come. Bump to 2.0-RELEASEChris Buechler2011-09-121-1/+1
|
* Revert "Another try at prventing panic on reconfig of ppp type wans. Ticket ↵jim-p2011-09-121-12/+13
| | | | | | #1696" This reverts commit 55a14b686d8f35d03b87efdbddacb656a04f5bed.
* Revert "Be correct on teh variable scope"jim-p2011-09-121-3/+3
| | | | This reverts commit bf81eb22db36646ebf762600a3b4959c8c5214b0.
* Revert "Unset directly rather than defering"jim-p2011-09-121-4/+4
| | | | This reverts commit f5f89d214de3249316a6375ef1880ca659d6b762.
* Unset directly rather than deferingErmal2011-09-121-4/+4
|
* Be correct on teh variable scopeErmal2011-09-121-3/+3
|
* Another try at prventing panic on reconfig of ppp type wans. Ticket #1696Ermal2011-09-121-13/+12
|
* If we are coming from a PPPoE/PPTP WAN type, grab the old physical interface ↵jim-p2011-09-121-8/+14
| | | | first to avoid assigning a ppp interface to itself. Fixes pppoe->pppoe wizard run as well as changing pppoe->dhcp. Fixes #1696
* Check in intel license files, required for compliance. The copy.list alone ↵jim-p2011-09-123-0/+456
| | | | wasn't grabbing them.
* Add no cache headerScott Ullrich2011-09-121-0/+6
|
* Fixes #1696. Do not store temporary information under interfaces section ↵Ermal2011-09-121-26/+23
| | | | during wizards since this might generate a message to netgraph that triggers a panic.
* Correct behaviour of switching from console from any ppp type device to ↵Ermal2011-09-121-3/+26
| | | | other type. This has been broken since new ppp code.
* Don't try to unset this variable if it isn't set to begin with. Fixes #1865jim-p2011-09-091-1/+1
|
* fix firewall_nat_out to not auto-generate outbound NAT rules with one too ↵Chris Buechler2011-09-091-1/+2
| | | | many IPs
* Show friendly interface namesErmal2011-09-081-2/+2
|
* Remove references to undeclared tableErmal2011-09-071-4/+2
|
* Match pftop page exatly with privilege, there is no other page that glob ↵jim-p2011-09-062-2/+2
| | | | would catch. Fixes #1845
* Also show queues on limiter info page, so that the child queues of limiter ↵jim-p2011-09-061-0/+6
| | | | pipes can be viewed. (See ticket #1843)
* Revert "If a user's browser does not support cookies, print an error on the ↵Ermal2011-09-021-11/+0
| | | | | | login form telling them so." This reverts commit a2e90569ab481bc85f5b3be7a01cc1608b3d065a.
* Unlink the failed downloaded file if present. Since it might contain harmful ↵Ermal2011-09-011-0/+1
| | | | and not expected content
* Check/set array for $config['staticroutes']['route'] as well, fixes deleting ↵jim-p2011-09-011-0/+2
| | | | of the last static route not syncing to secondary unit.
* If a user's browser does not support cookies, print an error on the login ↵jim-p2011-08-311-0/+11
| | | | form telling them so.
* Avoid a blank trailing entryjim-p2011-08-301-1/+1
|
* Have Diag>DNS pull servers from /etc/resolv.conf instead of the config, so ↵jim-p2011-08-301-3/+3
| | | | it reflects all of the servers in use for the speed report.
* Add a note to the server Load Balancer page to let users know it's not for ↵jim-p2011-08-301-0/+5
| | | | Multi-WAN.
* Wording fix to better describe the Translation address.Warren Baker2011-08-301-5/+5
|
* Fix bottom note when viewing Floating rules to better reflect how they operate.jim-p2011-08-301-6/+15
|
* Fix note width for 1:1 NATjim-p2011-08-301-1/+1
|
* Fix QinQ note width.jim-p2011-08-301-1/+1
|
* Clarify textjim-p2011-08-301-4/+7
|
* Clarify textjim-p2011-08-301-4/+4
|
* Clarify notes so people don't think they need to disable pf to disable NAT.jim-p2011-08-302-2/+6
|
* Move the option to exclude localhost as a DNS server under System > General ↵jim-p2011-08-302-21/+16
| | | | so it is grouped with other system DNS options in a more logical location.
* Sync note for "server address" between PPTP/PPPoE/L2TP for consistency.jim-p2011-08-303-8/+17
|
* Add some help links for pages that were missing.jim-p2011-08-301-0/+5
|
* Change mbuf output on dashboard to read total/max, instead of current/total, ↵jim-p2011-08-301-3/+3
| | | | to give a more useful view. Also only use a single netstat command instead of two.
* Revert "Make the webConfigurator lockout rule to catch even edp protocol so ↵Ermal2011-08-301-1/+1
| | | | | | that xmlrpc bruteforce is caught as well." This reverts commit cde671805cccb380e60acb35374a23d3a7f48a99.
* Make the webConfigurator lockout rule to catch even edp protocol so that ↵Ermal2011-08-301-1/+1
| | | | xmlrpc bruteforce is caught as well.
* Fix several issues in pppoe code and remove duplicated code.Ermal2011-08-302-4/+3
|
* Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no ↵jim-p2011-08-303-7/+27
| | | | server directive) and also be a little more verbose about what is happening, if we can tell.
* Unlink last msg cache for growl when sending test messagwsScott Ullrich2011-08-291-0/+1
|
* Fixes #1666. Check if the interface needs to be added to a bridge during ↵Ermal2011-08-291-0/+5
| | | | rc.newwanip as well.
* Give the Layer7 patterns page some much needed love.Warren Baker2011-08-292-53/+19
|
* Log when XMLRPC auth fails so that the brute force lockout will kick in.Scott Ullrich2011-08-281-17/+43
|
* Add a couple more mobile browser detection strings (BlackBerry, Opera Mini/Mobi)jim-p2011-08-251-1/+1
|
* fix textChris Buechler2011-08-241-1/+1
|
* force a set path for ioncube loaderlgcosta2011-08-241-4/+4
|
* Make sure this does not operate on empty parameters, and also log when ↵jim-p2011-08-241-6/+14
| | | | removing states.
OpenPOWER on IntegriCloud