summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix XSS issuesScott Ullrich2010-11-1237-145/+144
* Fix a theoretical/potential XSS in the http_referer check warning.jim-p2010-11-121-1/+1
* Fix XSS in notices.jim-p2010-11-121-2/+2
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-1239-50/+50
* Add whitespace to avoid breaking the resulting rule.Ermal2010-11-121-1/+1
* Whitespace fixes.Ermal2010-11-121-11/+10
* Make sure there is a direction specified otherwise errors might occur.Ermal2010-11-121-1/+1
* Initialize rule keeping array to avoid possible caching effects on php.Ermal2010-11-121-0/+2
* Clarify these descriptions a bit more on 1:1 edit.Erik Fonnesbeck2010-11-121-3/+3
* Handle AJAXScott Ullrich2010-11-111-0/+4
* NiftyCheck already included in bottom-loader.js otherwise div mainarea gets r...Warren Baker2010-11-111-5/+0
* Separate this into the original case with the floating rule cases above it to...Erik Fonnesbeck2010-11-111-1/+3
* Small rework of code for applying drag and drop reordering of rules and some ...Erik Fonnesbeck2010-11-111-19/+18
* Fix handling of floating rules in the drag and drop reordering code. Fix for ...Erik Fonnesbeck2010-11-111-4/+11
* Move this function to allow removing it from easyrule.Erik Fonnesbeck2010-11-103-48/+26
* Fix filter_rules_sort's compare function to know about floating rules so it w...Erik Fonnesbeck2010-11-103-24/+28
* Use this sort before saving, so the rule just added is sorted into the proper...Erik Fonnesbeck2010-11-101-0/+1
* Unbreak graphsScott Ullrich2010-11-102-2/+3
* Copy logic for when to show the cellular tab from status_rrd_graph.php. Fixes...jim-p2010-11-101-1/+1
* Return this field to its old name to prevent a conflict of names and since th...Erik Fonnesbeck2010-11-101-1/+1
* Take into account if we have redirection active to allow even port 443.Ermal2010-11-101-0/+2
* Make the antilockout rule match the webgui and ssh(if enabled) rather than an...Ermal2010-11-101-3/+12
* Only use escapeshellarg when passing the arguments to the shell. Fixes #1005jim-p2010-11-101-5/+3
* * Call get_configured_interface_* functions only once in the codeErmal2010-11-102-43/+47
* Small improvement no functional change.Ermal2010-11-101-8/+8
* Use php calls rather than forking to shell.Ermal2010-11-101-12/+3
* Use exec and check return value of command to avoid priting messages of stder...Ermal2010-11-101-4/+4
* Not sure why sometimes works sometimes does not work when bound to localhost ...Ermal2010-11-101-9/+1
* Bring interfaces up only if there is a mismatch to allow them to be reassigned.Ermal2010-11-102-6/+5
* Ticket #904. Hmm fix the interface_has_gateway() too.Ermal2010-11-101-2/+2
* Ticket #904. Actually correctly handle the assigned openvpn client as a dynam...Ermal2010-11-101-5/+3
* Actually was coorect before. 3rd parameter is length not index.Ermal2010-11-101-1/+1
* Correct HTTP_REFERER check when using an IP Address vs the Firewalls hostnameScott Ullrich2010-11-101-1/+1
* Note that this textbox controls HTTP_REFERER hostname checks as wellScott Ullrich2010-11-101-1/+1
* Remove trailing carriage returnScott Ullrich2010-11-1036-34/+41
* * Adding function get_configured_ip_addresses() which returns all interfaces ...Scott Ullrich2010-11-104-2/+61
* Fix misc XSS issues from davey bScott Ullrich2010-11-107-22/+22
* Add option to System: Firmware: Settings for running gitsync after installing...Erik Fonnesbeck2010-11-103-5/+58
* Remove csrf-magic include from functions.inc -- it was causing problems with ...Erik Fonnesbeck2010-11-101-1/+0
* Correct this to make it actually work. This is also mentioned in Ticket #904 ...Ermal2010-11-091-1/+1
* Use a shell script rather than bad hack to execute php code for pppoe periodi...Ermal2010-11-091-1/+7
* Fix display of queues on rules and layer7 containers.Ermal2010-11-091-1/+1
* Ensure csrf magic is loadedScott Ullrich2010-11-091-0/+1
* Fix Misc XSS issuesScott Ullrich2010-11-093-7/+6
* RevertScott Ullrich2010-11-091-1/+0
* Testing csrf-magicScott Ullrich2010-11-093-0/+550
* Set session.use_trans_sid to trueScott Ullrich2010-11-091-0/+1
* Add a setting for the data type of values used with DHCP option numbers and i...Erik Fonnesbeck2010-11-092-9/+68
* Add a function type to the field types allowed, to allow more field types wit...Erik Fonnesbeck2010-11-092-2/+6
* fix input validation for GREChris Buechler2010-11-081-2/+2
OpenPOWER on IntegriCloud