summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Fix XSS in notices.jim-p2010-11-121-2/+2
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-1239-50/+50
|
* 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 ↵Warren Baker2010-11-111-5/+0
| | | | rounded twice.
* Small rework of code for applying drag and drop reordering of rules and some ↵Erik Fonnesbeck2010-11-111-19/+18
| | | | | | extra checks added to fix some potential bugs. Ticket #878 Also minimizes the extent of the changes performed (useful when comparing config.xml files from before and after).
* Fix handling of floating rules in the drag and drop reordering code. Fix for ↵Erik Fonnesbeck2010-11-111-4/+11
| | | | part of ticket #878
* Move this function to allow removing it from easyrule.Erik Fonnesbeck2010-11-102-48/+0
|
* Fix filter_rules_sort's compare function to know about floating rules so it ↵Erik Fonnesbeck2010-11-102-24/+12
| | | | won't change their order.
* Use this sort before saving, so the rule just added is sorted into the ↵Erik Fonnesbeck2010-11-101-0/+1
| | | | proper category like the rest.
* Unbreak graphsScott Ullrich2010-11-102-2/+3
|
* Copy logic for when to show the cellular tab from status_rrd_graph.php. ↵jim-p2010-11-101-1/+1
| | | | Fixes #714
* Return this field to its old name to prevent a conflict of names and since ↵Erik Fonnesbeck2010-11-101-1/+1
| | | | | | the code that uses it still refers to it by that name. Issue reported at http://forum.pfsense.org/index.php/topic,29985.0.html This caused the full name field to be ignored when creating a user and prevented making a certificate at the creation of the user (either could still be changed afterward).
* 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-101-43/+46
| | | | | | * Optimize the test if the passed interface is a vaild one * Fix the apply settings to actually do something rather than do nothing at all * Some style and whitespace fixes
* Note that this textbox controls HTTP_REFERER hostname checks as wellScott Ullrich2010-11-101-1/+1
|
* * Adding function get_configured_ip_addresses() which returns all interfaces ↵Scott Ullrich2010-11-101-1/+19
| | | | | | | | | and their configured IP address * Add checkbox to System -> Advanced -> Admin for HTTP_REFERER checks * Add and enforce HTTP_REFERER check if checkbox is not checked. This will prevent HTML pages from crafting HTML GETs against the web interface and will prevent firewall admins from being "tricked" into clicking on links that may be harmful to their firewall.
* Fix misc XSS issues from davey bScott Ullrich2010-11-107-22/+22
|
* Add option to System: Firmware: Settings for running gitsync after ↵Erik Fonnesbeck2010-11-101-0/+38
| | | | installing an update, hidden/disabled if git has not been installed yet.
* Ensure csrf magic is loadedScott Ullrich2010-11-091-0/+1
|
* Fix Misc XSS issuesScott Ullrich2010-11-093-7/+6
|
* Testing csrf-magicScott Ullrich2010-11-092-0/+549
|
* Add a setting for the data type of values used with DHCP option numbers and ↵Erik Fonnesbeck2010-11-091-7/+59
| | | | input validation for each type. Fixes #962
* Add a function type to the field types allowed, to allow more field types ↵Erik Fonnesbeck2010-11-092-2/+6
| | | | without directly adding all of them to row helper.
* fix input validation for GREChris Buechler2010-11-081-2/+2
|
* Add a button to connect a non-mobile IPsec VPN from Status > IPsec. Sends a ↵jim-p2010-11-081-0/+26
| | | | ping from a local IP in the p2 subnet (if one exists on the router) to the remote p2 subnet.
* Return disabled interfaces as wellScott Ullrich2010-11-081-1/+1
|
* Return disabled interfaces as wellScott Ullrich2010-11-082-2/+2
|
* Recent move (d32d3970d58683d02f89073103eb595eaa8f395f) of routed/ items ↵Warren Baker2010-11-081-5/+5
| | | | required additional files to be updated to reflect correct path.
* Do not use sub arrayScott Ullrich2010-11-061-2/+2
|
* Make sure ipsec is incuded in valid interfacesScott Ullrich2010-11-061-2/+3
|
* Move Note to bottom of pageScott Ullrich2010-11-061-1/+1
|
* Show interface descriptionScott Ullrich2010-11-061-2/+2
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-2/+2
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-1/+1
|
* Do not escape strings twiceScott Ullrich2010-11-061-1/+1
|
* Misc fixes. Use htmlspecialchars() in more places. Use escaped shell argument.Scott Ullrich2010-11-061-6/+6
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-1/+1
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-1/+1
|
* Various CRL fixes.jim-p2010-11-062-45/+58
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-1/+1
|
* Define variable a bit earlier in case its sharedScott Ullrich2010-11-062-2/+6
|
* Use get_configured_interface_list() so Ermal does not yell at me :)Scott Ullrich2010-11-062-13/+2
|
* Fix misc input validation errors. Move routed/* to same dir as pkg itemsScott Ullrich2010-11-065-2/+12
|
* Ensure passed interface is validScott Ullrich2010-11-061-0/+14
|
* Use htmlspecialchars() for santitized outputScott Ullrich2010-11-061-3/+3
|
* Ensure that we are working with a proper passed interface..Scott Ullrich2010-11-061-11/+20
|
* If the anti-lockout rule is active, show it in the rules list for the LAN ↵jim-p2010-11-051-0/+32
| | | | interface (or WAN if the interface count is 1, same rules as in filter.inc for putting the rule in the ruleset)
* Warn a user when entering the OpenVPN client/server screens that they need a ↵jim-p2010-11-042-13/+57
| | | | CA/Cert if none exist.
* Use addslashes() here to prevent unescaped quotes from causing PHP errors. ↵jim-p2010-11-041-1/+1
| | | | Fixes advanced/custom options in OpenVPN wizard.
OpenPOWER on IntegriCloud