summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Escape parameters passed to shell_exec()Renato Botelho2014-06-172-2/+2
|
* Be more careful with host parameter and make sure it's escaped when call ↵Renato Botelho2014-06-171-7/+6
| | | | shell functions
* Validate starttime and stoptime formatRenato Botelho2014-06-171-0/+8
|
* Create some symlinks inside pbi dir to reduce differences between 2.1 and ↵Renato Botelho2014-06-161-1/+22
| | | | 2.2 and avoid the need to change a lot of PBI scripts
* Make the byte counts on OpenVPN status human readable rather than huge ↵jim-p2014-06-161-6/+6
| | | | unformatted numbers.
* Avoid keeping old files from previous sessions on /tmp/configbakRenato Botelho2014-06-131-0/+1
|
* cf/ dir is removed below, do not need to remove the file hereRenato Botelho2014-06-131-1/+0
|
* Fix path for trigger_initial_wizardRenato Botelho2014-06-131-1/+1
|
* Merge pull request #1034 from vsquared56/masterRenato Botelho2014-06-131-4/+10
|\
| * Return full issuer for DN with multiple attribute valuesvsquared562014-03-241-4/+10
| | | | | | e.g. CN=Some Root CA,OU=Certificates Department,OU=(c) Copyright SomeCorp,O=SomeCorp,C=US
* | Replace Header() calls by lowercaseRenato Botelho2014-06-1322-26/+26
| |
* | Merge pull request #1222 from phil-davis/patch-8Renato Botelho2014-06-131-4/+18
|\ \
| * | Handle firewall log filter regex input better bug #3689Phil Davis2014-06-031-4/+18
| | | | | | | | | | | | | | | If the user inputs an invalid regex in any of the filter fields, then a page full of "warning" messages appear in the GUI, about whatever is invalid. If for some reason the user wants to match a forward slash somewhere, then they have to realize to escape it, doing "\/" instead of just "/". Be nice to this special case, because the user does not necessarily know that "/" is being used as the delimiter in the preg_match call. Turn "/" into "\/" (when the "\" is not already put in by the user). For other regex issues, suppress the warning output, using "@". When the user inputs some invalid garbage in a filter field, an empty filtered firewall log table will be displayed, rather than screens full of PHP warning output.
* | | Merge pull request #1229 from ExolonDX/branch-master_06Renato Botelho2014-06-137-15/+15
|\ \ \
| * | | Tidy up misc. widgets XHTMLColin Fleming2014-06-057-15/+15
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | captive_portal_status.widget.php Remove NAME from TABLE tag, not valid in XHTML carp_status.widget.php Add missing closing TD tag dyn_dns_status.widget.php and installed_packages.widgete.php Update TD class to single line load_balancer_status.widget.php Add quotes to missing TD background colour traffic_graphs.widget.php Tidy up HTML Boolean operator Make NAME and ID in INPUT tag unique wake_on_lan.widget.php Remove B tag from "widgetsubheader", alread in CSS Center message across all columns within table
* | | Merge pull request #1228 from ExolonDX/branch_master_05Renato Botelho2014-06-131-2/+7
|\ \ \
| * | | Update "pkg_edit.,php"Colin Fleming2014-06-051-2/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | "custom_php_after_head_command", if the PHP code also contains JavaScript ("squid_auth.xml" for example) then this will cause HTML errors, as you are not supposed to have anything between the closing HEAD tag and the opening BODY tag. Add the CLOSEHEAD PHP variable, move the include HEAD.INC into the PHP IF statement and manually close the HEAD tab, else just include HEAD.INC
* | | Bring the code of captiveportal up to speed with its module counterpart ↵Ermal2014-06-123-14/+14
| | | | | | | | | | | | requirments
* | | Fix i386 default URL for snapshotsRenato Botelho2014-06-121-1/+1
| | |
* | | Do not expire already disabled users, it fixes #3644Renato Botelho2014-06-121-1/+1
| | |
* | | Fix #3665, show IPSec tunnel description on status pageRenato Botelho2014-06-122-1/+25
| | |
* | | Fix a typo on variable nameRenato Botelho2014-06-121-1/+1
| | |
* | | Fix td classRenato Botelho2014-06-121-1/+1
| | |
* | | Fix #3702, make sure tunnel inside IP is set when interface changesRenato Botelho2014-06-111-1/+1
| | |
* | | remove extra .Chris Buechler2014-06-111-1/+1
| | |
* | | Be more precise to match members of a bridge interface, it should fix #3637Renato Botelho2014-06-101-1/+3
| | |
* | | Fix #3700 and other syntax issues:Renato Botelho2014-06-102-16/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove -G parameter from pfctl since it doesn't exist anymore - Initialize $old_router - Fix sh syntax on variable assign, it couldn't have space before = - Simplify logic - Avoid flush states twice, if it was done on IP change, don't do it again if router also has changed
* | | Do not allow interface group name to be bigger than 15 chars, helps ticket #3208Renato Botelho2014-06-091-1/+1
| | |
* | | Add some protection to parameters that come through _GETRenato Botelho2014-06-062-13/+17
| | |
* | | Fix #3691, use curl instead of fetch to download update filesRenato Botelho2014-06-051-17/+13
| | |
* | | Whitespace fixesjim-p2014-06-041-80/+80
| | |
* | | Allow the user to select "None" for OpenVPN client certificate, so long as ↵jim-p2014-06-042-13/+24
| | | | | | | | | | | | they supply and auth user/pass. Ticket #3633
* | | Just use ID here instead.jim-p2014-06-041-2/+2
| | |
* | | Various fixes to diag_dump_states.php (Add interface column, some extra ↵jim-p2014-06-041-8/+20
| | | | | | | | | | | | validation safety, etc). Should fix #2121
* | | Silent pbi_infoRenato Botelho2014-06-031-1/+1
| | |
* | | Update csrf-magic to 1.0.4Renato Botelho2014-06-032-8/+45
| | |
* | | Reduce possible noiseRenato Botelho2014-06-031-1/+1
| | |
* | | Merge pull request #1226 from ExolonDX/branch_master_04Renato Botelho2014-06-031-0/+1
|\ \ \
| * | | Tidy up "status_queues.php" XHTMLColin Fleming2014-06-031-0/+1
| |/ / | | | | | | | | | | | | Add closing BODY and closing HTML tags if "traffic shaping is not configured."
* | | Merge pull request #1225 from ExolonDX/branch_master_03Renato Botelho2014-06-031-2/+1
|\ \ \
| * | | Tidy up "status_openvpn.php" XHTMLColin Fleming2014-06-031-2/+1
| |/ / | | | | | | | | | | | | Move the closing FORM tag after the PHP check if there are any OpenVPN instances.
* | | Merge pull request #1224 from ExolonDX/branch_master_02Renato Botelho2014-06-031-9/+9
|\ \ \
| * | | Tidy up "diag_dns.php" XHTMLColin Fleming2014-06-031-9/+9
| |/ / | | | | | | | | | | | | | | | Move the "=" sign into the first table cell, this allows the output to line up in the second cell, Tidy up the table from the "resolution time" output.
* | | Merge pull request #1223 from ExolonDX/branch_master_01Renato Botelho2014-06-031-14/+10
|\ \ \ | |/ / |/| |
| * | Tidy up "crash_reporter.php" XHTMLColin Fleming2014-06-031-14/+10
|/ / | | | | | | | | Tidy up Paragraph tags Close INPUT tags
* | allow ipaliases to be configured on lo0Matt Smith2014-06-021-2/+2
| |
* | Merge pull request #1219 from nagyrobi/patch-13Renato Botelho2014-06-021-0/+2
|\ \
| * | Update services_ntpd.phpnagyrobi2014-05-291-0/+2
| | | | | | | | | Add validation for the case of no server specified, fall back to pool.ntp.org
* | | Fix filenamejim-p2014-05-311-1/+1
| | |
* | | Fix variable namejim-p2014-05-311-1/+2
| | |
OpenPOWER on IntegriCloud