summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'upstream/master'Seth Mos2011-01-2643-633/+1415
|\ | | | | | | | | Conflicts: etc/inc/system.inc
| * Silence warnings.Ermal2011-01-261-2/+2
| |
| * Fix case for disabling RRD graphing for spamd package.Erik Fonnesbeck2011-01-251-1/+1
| |
| * Setup textdumps too while we're at it. Handy.jim-p2011-01-251-0/+9
| |
| * Fix exec bits on rc.dumponjim-p2011-01-251-0/+0
| |
| * Redirect to correct pageScott Ullrich2011-01-251-2/+2
| |
| * Add support for dumpon/savecore to run on full installs.jim-p2011-01-252-0/+49
| |
| * Whitespace fixjim-p2011-01-251-2/+2
| |
| * Redirect to correct pageScott Ullrich2011-01-251-1/+1
| |
| * Restart lighty captive portal after syncScott Ullrich2011-01-251-0/+2
| |
| * Transform PORTAL_REDIRURL variableScott Ullrich2011-01-251-0/+8
| |
| * Fix url. Do not include mod_accesslog twiceScott Ullrich2011-01-252-2/+2
| |
| * remove single quotesScott Ullrich2011-01-251-1/+1
| |
| * Brute force dnswatch kill if neededScott Ullrich2011-01-251-0/+2
| |
| * move pre-auth url before after auth url for consistency.Scott Ullrich2011-01-251-7/+7
| |
| * Set form field type, make URL boxes same sizeScott Ullrich2011-01-251-1/+1
| |
| * move option near the otherScott Ullrich2011-01-251-7/+7
| |
| * Increase textbox size. Clarify the original Redirection URL purpouseScott Ullrich2011-01-251-2/+2
| |
| * Handle PORTAL_REDIRURL variableScott Ullrich2011-01-251-0/+6
| |
| * Adding CP pre-authentication redirect URL boxScott Ullrich2011-01-251-1/+9
| |
| * Launch dnswatch correctly.Scott Ullrich2011-01-251-2/+2
| |
| * Allowed hostname is now working. Make bw up and down checks a bit more ↵Scott Ullrich2011-01-251-1/+5
| | | | | | | | strict using intval() and comparing >0. Fix bw and upload checks allowing either to be set.
| * Allowed hostname is now working. Make bw up and down checks a bit more ↵Scott Ullrich2011-01-251-13/+19
| | | | | | | | strict using intval() and comparing >0. Fix bw and upload checks allowing either to be set.
| * Misc fixupsScott Ullrich2011-01-258-32/+32
| |
| * Make allowedhostname an array.Scott Ullrich2011-01-251-3/+3
| |
| * Prevent drop down menu creationScott Ullrich2011-01-256-6/+6
| |
| * Adding switch to prevent dropdown menu creation.Scott Ullrich2011-01-251-7/+4
| |
| * Adding tab for allowed hostnamesScott Ullrich2011-01-255-0/+5
| |
| * Adding preliminary version of allowed hostnames. Allowed hostnames function ↵Scott Ullrich2011-01-253-11/+424
| | | | | | | | similar to allowed IP addresses and permit the captive portal to pass traffic out. An example usage of this is to allow access to a hotel web page freely and then require authentcation hotlinking from this point.
| * Fix formatting. Die, VIM, DIE!Scott Ullrich2011-01-252-62/+100
| |
| * Reformat file. VIM needs to die a flaming death.Scott Ullrich2011-01-251-373/+370
| |
| * don't show version on this page either, to match the other pagesChris Buechler2011-01-251-2/+2
| |
| * Comment out this code since it currently segfaults and get_real_interface ↵Erik Fonnesbeck2011-01-251-0/+4
| | | | | | | | could cause major slowdown here for some configurations.
| * Remove extra call to get_real_interface.Erik Fonnesbeck2011-01-251-6/+4
| |
| * Use the first element of the array instead of the array itself for the ↵Erik Fonnesbeck2011-01-251-1/+1
| | | | | | | | comparison.
| * Revert "I think this is supposed to be get_real_interface too, not ↵Erik Fonnesbeck2011-01-251-1/+1
| | | | | | | | | | | | get_parent." - This function should not call get_real_interface here to avoid slowdown from recursion. This reverts commit 54ac5d9080c2ea6669af07aa49a5ce660f2ede76.
| * Make get_parent_interface return an array to handle MLPPP and make it find ↵gnhb2011-01-251-28/+69
| | | | | | | | | | | | vlan parents too. Also, update interface_netgraph_needed to handle MLPPP on vlans.
| * Add NULL check to wireless functions.gnhb2011-01-251-3/+3
| | | | | | | | | | | | The old interface_translate_type_to_real function used previously would return OPTX if it was passed "OPTX" and OPTX existed but was unassigned, whereas get_real_interface returns NULL, so now we check for NULL.
| * I think this is supposed to be get_real_interface too, not get_parent.gnhb2011-01-251-1/+1
| | | | | | | | Revert if I mis-understood.
| * Change name of function "interface_translate_type_to_real" to match what ↵gnhb2011-01-251-9/+11
| | | | | | | | | | | | | | | | | | | | it's doing (or should be doing.) Next commits will change functionality of this function because before now it's identical to "get_real_interface" function (because of bug mentioned below.) Also, replace interface_translate_type_to_real with get_real_interface in two places for wireless functionality. I don't think they expect the result produced by interface_translate_type_to_real. Change from "type" it "ipaddr" in switch statement. "type" isn't a valid field in $config['interfaces']
| * handle alternate xml_rootobj correctly when doing config backups w/RRD dataChris Buechler2011-01-241-3/+3
| |
| * Resolves #1216. Do not create nat entries on ovpn interfaces.Ermal2011-01-241-0/+2
| |
| * Warn users a different way if packages are being reinstalled in the ↵jim-p2011-01-244-2/+33
| | | | | | | | background. Only lock out package pages, still print a giant warning on the others. (Some people were getting stuck in this state http://forum.pfsense.org/index.php/topic,32531.0.html )
| * Actually send a notice even if no default queue could not be found. This ↵Ermal2011-01-241-1/+5
| | | | | | | | might be serious in some cases.
| * Do not put the queue config on the rules if there is no default queue, just ↵Ermal2011-01-241-7/+17
| | | | | | | | log it. This prevents errors in rules loading which is worse than having no shaper.
| * Log the errors we know for not allowing a queue to be added.Ermal2011-01-241-1/+6
| |
| * Do proper input validation on traffic shaper wizards to not allow empty fiedls.Ermal2011-01-244-87/+87
| |
| * Properly check empty fields when specifying bandwidth values.Ermal2011-01-244-4/+4
| |
| * Add the npt tag which is used by the IPv6 tree to the 2.0 mainline tree.smos2011-01-242-4/+4
| | | | | | | | This prevents a config blowup when a ipv6 config loads on 2.0.
| * it's 2011Chris Buechler2011-01-231-1/+1
| |
OpenPOWER on IntegriCloud