summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Remove diag_backup.js progress.php upload_progress.php since they are not ↵Ermal2013-01-054-290/+0
| | | | used since long time
* Remove upload_progress_meter references not usedErmal2013-01-051-5/+0
|
* Add this fix here too for upnp, set the bits when specifying the listening IP.jim-p2013-01-041-1/+2
|
* This is needed since preload is now goneWarren Baker2013-01-041-0/+1
|
* Get back to trim() and strip / from left/right but when redirecting properly ↵Ermal2013-01-041-4/+5
| | | | create the redirurl var
* Remove preload.php even here now that is possible to avoid issues during ↵Ermal2013-01-041-66/+0
| | | | startup of lighty
* Always commit the session fast to allow other consumers to proceed to their ↵Ermal2013-01-044-1/+14
| | | | requests. This unbreaks now the lock up the GUI had allowing only one action from same source per time. Now even if you run a command that blocks indefinitely for example the GUI want lock anymore but allow you to proceed to other actions. Manual cherry-pick of 4111fcf5307829b19b95fbb499addddff46264af
* USe rtrim here as that it the meaning. This should unbreak the issues on ↵Ermal2013-01-021-1/+1
| | | | 2.0.2 with CP
* Fix obtaining DNS servers from PPPjim-p2012-12-211-10/+11
|
* Safety belt checks to fix a PHP error that for whatever reason only appeared ↵jim-p2012-11-271-2/+2
| | | | in Chrome.
* remove non-applicable textChris Buechler2012-11-211-1/+0
|
* Fixup kernel detection during upgrade process to ensure someone can't end up ↵jim-p2012-11-201-4/+2
| | | | with a kernel that doesn't exist any more.
* Resolves #2294. Base64 encode the file when sending to the browser same way ↵Ermal2012-11-201-1/+3
| | | | it is encoded when sent to us. This prevents csrf from mangling things
* Only apply this port check for TCP and UDP.jim-p2012-11-201-1/+1
|
* Allow only post action and not get to avoid security problemsErmal2012-11-201-15/+12
|
* Remoev exec_raw.php since its a dangerous pageErmal2012-11-201-53/+0
|
* To allow limiters to work correctly on mutliwan for now enforce selecting a ↵Ermal2012-11-161-0/+2
| | | | gateway on outgoing
* it was giving error at firebugogun acik2012-11-161-35/+36
|
* Re-add WOL to the services menu, it apparently disappeared in an earlier commit.jim-p2012-11-141-0/+1
|
* fix last commit (#2679)Thomas NOEL2012-11-121-1/+1
|
* Resolves #2679. Correct behaviour when port is null to avoid warnings on ↵Ermal2012-11-121-0/+2
| | | | error log
* Resolves #2678. Merge patch suggedted to stop warnings on PHP_errors.logErmal2012-11-121-2/+3
|
* Use a random exponent for the RSA generation of keys. Its is questionable if ↵Ermal2012-11-061-1/+17
| | | | its needed to be saved as a value? Ticket #2657
* fixed pathsogun acik2012-11-053-5/+5
|
* Make a function to get the current theme and use it everywhere rather than ↵jim-p2012-11-023-39/+3
| | | | | | | | | duplicating code or missing functions. (Fixes forced themes using the wrong theme for login screen) Conflicts: etc/inc/util.inc usr/local/www/head.inc
* Encode the interface parameter before using it in a redirectjim-p2012-10-311-1/+1
|
* Encode the if parameter before using it in redirects, too.jim-p2012-10-311-4/+4
|
* Encode the if parameter before using it in htmljim-p2012-10-311-3/+3
|
* Escape parameters better when managing tables. Fix test to allow deleting ↵jim-p2012-10-311-6/+6
| | | | subnet entries as well as IPs.
* Remove debug outputjim-p2012-10-311-1/+0
|
* Set the CSRF Magic timeout to the same as the session timeout, so that if a ↵jim-p2012-10-311-0/+3
| | | | user sets a lower session time, the CSRF magic tokens do not outlive the user's session.
* Update CSRF Magicjim-p2012-10-312-9/+12
|
* Eliminate system calls here, use PHP instead.jim-p2012-10-041-2/+2
|
* Sanitize some variablesjim-p2012-10-041-8/+9
| | | | Discovered-By: Yann CAM
* Verify posted kernel type against a defined list of good values.jim-p2012-10-041-5/+11
| | | | Discovered-By: Yann CAM
* fix for: Output from CSRF magic mangles files in Diagnostics > Edit FileDarren Embry2012-09-171-0/+3
| | | | http://redmine.pfsense.org/issues/2294
* Use a better link here.jim-p2012-09-121-1/+1
|
* Print a nice large warning on the PPTP page about it no longer being ↵jim-p2012-09-121-0/+1
| | | | considered secure.
* Protect against a potential infinite loop here.jim-p2012-08-011-1/+2
|
* Make use of product_nameWarren Baker2012-07-271-1/+1
|
* Put fix for IE 8/9 url handling bugErmal2012-07-271-1/+2
|
* LAN is not special here anymore. Do not remove the interface again (it was ↵jim-p2012-06-271-9/+3
| | | | alraedy removed before this block), do not remove NAT and such (OPTs may still need it!) and no need to remove shaper. Improve DHCP check and generalize it to work on any interface, not just LAN.
* This apparently is breaking reinstalls. Revert "Actually make reinstallpkg ↵jim-p2012-06-151-4/+1
| | | | | | remove the bionaries and really reinstall them" This reverts commit 3ddb92a6a52e2345684c11da72ef6853b82d2915.
* Revert "Remove missed line"jim-p2012-06-151-0/+1
| | | | This reverts commit 2b52fee241484b1d52b2435e1716461ba2e36486.
* Remove missed lineErmal2012-06-151-1/+0
|
* Actually make reinstallpkg remove the bionaries and really reinstall themErmal2012-06-151-1/+4
|
* This should have been 2.1 only, and it's just causing some odd package ↵jim-p2012-06-122-43/+11
| | | | | | behavior on 2.0.2 (blank lines in squid's interface selection, for one). 2.1 has different code here anyhow. Revert "Added "interface_selection" type to enable interface selection in tinydns server" This reverts commit 05d908db3ad62e46eb22bb73e397ba8bf61cb36c.
* Remove extra spaces and add closing <tr> tagWarren Baker2012-06-121-1/+1
|
* Provide a way to disable the pkg info linkjim-p2012-06-072-0/+8
|
* Wrong branchErmal2012-06-051-16/+0
| | | | | | Revert "Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100" This reverts commit 477cc2bc24b4b0a36b2bc765c1bb4d79a2eacaed.
OpenPOWER on IntegriCloud