summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Upon restoring a config, replacing whole sections, or editing config.xml in ↵Erik Fonnesbeck2010-11-211-1/+3
| | | | edit.php, prevent possible accidental lockout from DNS rebind and HTTP referrer checks by disabling them until reboot or the next time they pass, whichever comes sooner. Ticket #1027
* Fix reading the ip from the right file for dyndns.Ermal2010-11-191-9/+9
|
* When the local port is left blank on an OpenVPN client, use 'lport 0' to ↵jim-p2010-11-191-1/+1
| | | | direct the client to use a random source port. Fixes #1025
* Save the host name and domain to a temporary location until the setup wizard ↵Erik Fonnesbeck2010-11-182-3/+18
| | | | is finished to prevent triggering the DNS rebind message. Fixes #1022 Also use this information to implement the redirect for changed host for ticket #455
* Handling this properly when the web gui is on an alternate port number.Erik Fonnesbeck2010-11-181-3/+5
|
* Make this check more general in case someone makes a wizard that changes an ↵Erik Fonnesbeck2010-11-171-4/+8
| | | | opt interface's IP address and wants to use the "Reload in progress" step. Ticket #455
* Properly reflect ports in the GUI view of the anti-lockout rule since ↵jim-p2010-11-171-2/+17
| | | | Ermal's changes restricted it to only ssh/gui ports.
* Show CRL download link only for imported certificates or CRLs with revoked ↵jim-p2010-11-171-0/+2
| | | | certificates.
* Some CRL fixes.jim-p2010-11-171-5/+7
|
* Ticket #1017. Put a @ before each fwrite to silence errors. Also setup the ↵Ermal2010-11-171-1/+1
| | | | log file in the beginning rather than on each individual function.
* Resolves #1018. Provide a more unique host name for the file.Ermal2010-11-171-1/+1
|
* Add workaround for referrer check to not be triggered on the previous IP ↵Erik Fonnesbeck2010-11-171-1/+3
| | | | address when redirected by the setup wizard.
* Redirect to the correct IP at the end of the setup wizard if accessing it on ↵Erik Fonnesbeck2010-11-171-2/+10
| | | | an IP address that was changed. Fixes #455
* Fix typo in comment.jim-p2010-11-161-1/+1
|
* Ensure this is an array before entering the foreach loop. Fixes #1012Erik Fonnesbeck2010-11-161-7/+9
|
* Avoid exec() and use php calls.Ermal2010-11-161-7/+3
|
* * Use pkg_info -E pkgname* for testing if a package is installed.Ermal2010-11-161-6/+6
| | | | | | | | | * Do not call eval if we cannot include an .inc file since that will make the whole script fail. * Keep the log from the start to the end without overwriting. This makes debugging and problem reporting easy and explains what is done during installation. * Check retrun value of download_with_progress_bar to make it possible catching errors during download. * Lots of improvements in between Related to Ticket #950
* Disable CSRF checks on the backup page.Scott Ullrich2010-11-151-0/+1
|
* Add nocsrf flagScott Ullrich2010-11-142-3/+7
|
* Fix misnamed form field on CRL import.jim-p2010-11-141-1/+1
|
* Fix variable names. Ticket #954Erik Fonnesbeck2010-11-141-5/+5
|
* Fix case of variable name for swap usage. Ticket #477Erik Fonnesbeck2010-11-141-1/+1
|
* Open link in new tab/windowScott Ullrich2010-11-131-1/+1
|
* Form image buttons are submit buttons and thus default buttons, causing ↵Erik Fonnesbeck2010-11-128-15/+15
| | | | unwanted behavior with the enter key. Use links instead, where possible.
* Add style to rowhelper normal text fields in packages for consistency.Erik Fonnesbeck2010-11-121-1/+1
|
* CSRF startup code has been moved to guiconfig.incScott Ullrich2010-11-121-4/+0
|
* Unbreak AJAXScott Ullrich2010-11-121-0/+3
|
* Misc XSS fixesScott Ullrich2010-11-121-10/+13
|
* Protect against XSS by someone broadcasting an HTML SSID... (better to be ↵jim-p2010-11-121-1/+1
| | | | safe...)
* One more potential XSS vector. Not sure how it would have text injected ↵jim-p2010-11-121-1/+1
| | | | here, but better safe than sorry.
* More notice XSS fixes.jim-p2010-11-121-4/+4
|
* Fix XSS issuesScott Ullrich2010-11-1237-145/+144
|
* 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
|
OpenPOWER on IntegriCloud