summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* Add IPsec and OpenVPN to packet capture. Ticket #1032jim-p2011-02-161-2/+12
|
* Fix wordingjim-p2011-02-161-2/+2
|
* Change this form to a POST instead of using GET with button inputs. For some ↵jim-p2011-02-161-4/+6
| | | | reason using the GET method was causing things to be invoked twice, which led to two concurrent XMLRPC syncs, which can cause issues.
* Use a better regex here, sometimes ad devices can be numbered >=10.jim-p2011-02-161-1/+1
|
* Break on 'You can also monitor the reload progress' instead of letting it ↵Scott Ullrich2011-02-152-2/+2
| | | | wrap into a newline.
* Pass $notices to print_notices(), since it requires a parameter.jim-p2011-02-151-1/+1
|
* Fix start/end test for an IP in DHCP pool. Resolves #1280jim-p2011-02-131-2/+2
|
* Fix update check fix. Skipped a parameter.jim-p2011-02-132-2/+2
|
* Add alias support for source and destination ports on outbound NAT.Erik Fonnesbeck2011-02-133-8/+14
|
* Make update check a little more robust. Timeout after a few seconds, and if ↵jim-p2011-02-132-5/+4
| | | | we get a non-200 http code, ignore the response.
* Check for aliases in 1:1 and outbound NAT rules, too.Erik Fonnesbeck2011-02-132-0/+16
|
* Use autocomplete='off' like all other fields that accept aliases, to prevent ↵Erik Fonnesbeck2011-02-132-2/+2
| | | | web browser auto-complete from covering up the alias list popup.
* Simply code for determining whether an alias is currently in use.Erik Fonnesbeck2011-02-131-74/+49
|
* In update_alias_names_upon_change function add capability to access more ↵Erik Fonnesbeck2011-02-132-20/+17
| | | | deeply nested sections and fields.
* Use alias style and add AutoSuggestControl for source and destination ↵Erik Fonnesbeck2011-02-131-2/+37
| | | | address fields.
* The doubled "$rule = array();" lines are probably a copy/paste error. ↵Erik Fonnesbeck2011-02-131-4/+4
| | | | Probably meant to paste the line that sets the rule type to the match action like the rest of what was added in the affected commit.
* Correctly verify the input on bandwith at voip step for traffic shaper ↵Ermal2011-02-125-55/+123
| | | | wizards. Reported-by: http://forum.pfsense.org/index.php/topic,32833.0.html
* Remove any previous file with the same name as the one that will be ↵Ermal2011-02-121-0/+1
| | | | downloaded. This avoid the gui to always show update availble even though the site could not be reached.
* Remove any previous file with the same name as the one that will be ↵Ermal2011-02-122-0/+2
| | | | downloaded. This avoid the gui to always show update availble even though the site could not be reached.
* Convert the shapers to the match action so the generated rules do not impact ↵Ermal2011-02-114-0/+28
| | | | the filtering policy implemented.
* Allow match action on Floating rules and exposed it with name Queue. More ↵Ermal2011-02-111-0/+6
| | | | validation is needed.
* Also fix easyrule and auto->manual nat switch code. Ticket #1243jim-p2011-02-101-16/+18
|
* Generalize pppoe server enabled check and use it elsewhere in the GUI that ↵jim-p2011-02-104-12/+8
| | | | needed fixed. Still needs changes in filter.inc - Ticket #1243
* Check if this is an array first, just in case.jim-p2011-02-091-1/+1
|
* Fixes #1207. Allow renaming a limiter. Also prevent a limiter to be deleted ↵Ermal2011-02-091-6/+21
| | | | if it is referenced in filter rules.
* Turn off file size checkScott Ullrich2011-02-091-5/+3
|
* Resolves #1224. Correctly change name on port alias in firewall rules if the ↵Ermal2011-02-081-0/+2
| | | | alias name changes.
* Resolves #1263. Use correct config toggle for detecting alternate url for ↵Ermal2011-02-081-1/+1
| | | | firmware.
* Resolves #1264. Read even the httpsname option from config so it displays ↵Ermal2011-02-081-0/+1
| | | | correctly.
* fix text (remove entirely, comment is related to an open feature request). ↵Chris Buechler2011-02-081-2/+0
| | | | ticket #1262
* Increase a bitScott Ullrich2011-02-071-1/+1
|
* Limit file sizes to roughly 143kScott Ullrich2011-02-071-3/+7
|
* Limit file sizes to roughly 143kScott Ullrich2011-02-071-2/+4
|
* Global gScott Ullrich2011-02-071-0/+1
|
* Adding crashreporterurl for rebrandsScott Ullrich2011-02-071-1/+1
|
* s/er//Scott Ullrich2011-02-071-1/+1
|
* Spell out more clearlyScott Ullrich2011-02-071-2/+2
|
* Add a global g option named disablecrashreporter which defaults to false for ↵Scott Ullrich2011-02-071-10/+12
| | | | rebrands
* fix textChris Buechler2011-02-071-1/+1
|
* Note that we are deleting the local crash reportsScott Ullrich2011-02-071-1/+1
|
* Echo out server responseScott Ullrich2011-02-071-3/+2
|
* Ask the person to actually read the page before clicking yesScott Ullrich2011-02-071-0/+2
|
* Fix check to ignore minfree (and the rest of $skip_files)jim-p2011-02-071-4/+2
|
* Move routine under includes. Simplify the file skip checkScott Ullrich2011-02-061-18/+15
|
* s/We have/product name has/Scott Ullrich2011-02-061-1/+1
|
* Include newlinesScott Ullrich2011-02-061-2/+2
|
* Include filename of files in reportScott Ullrich2011-02-061-3/+6
|
* Fix typoScott Ullrich2011-02-061-1/+1
|
* Not that we are deleting filesScott Ullrich2011-02-061-1/+1
|
* Add link to kernel crash info on wikipedia for those who are not familiar ↵Scott Ullrich2011-02-061-1/+2
| | | | with a panic
OpenPOWER on IntegriCloud