summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Fix multiple issues on unbound advanced options GUI:Renato Botelho2014-07-151-102/+148
| | | | | | | | | | | - Drop many wrong key assignments to pconfig - Add missing keys to pconfig - Deal fine with boolean parameters - Mark subsystem dirty to require apply button - Drop calls to enable_change() - Remove unecessary js function enable_change() - Fix wrong <input> names - Change all <select> and text inputs fields to display current value
* Allow hostnames in bulk import since they are valid entries in a network ↵jim-p2014-07-141-1/+1
| | | | type alias.
* Merge pull request #1242 from ExolonDX/branch_master_01Renato Botelho2014-07-115-9/+10
|\
| * Tidy up misc. XHTMLColin Fleming2014-06-235-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "diag_dns.php" Tidy up "equals sign" "services_captiveportal.php" Add space to OPTION tag Update HTML Boolean operator Close INPUT and BR tags "services_captiveportal_hostname.php" Update ALIGN to MIDDLE "services_captiveportal_vouchers.php" Move closing TD tag outside the PHP IF statement "system_crlmanager.php" Close TR tags correctly
* | Fix PHP script closing tag placement.jim-p2014-07-112-4/+4
| |
* | Convert almost all /sbin/sysctl calls to php functionsRenato Botelho2014-07-075-36/+23
| |
* | Fix indentRenato Botelho2014-07-071-17/+17
| |
* | Add missing $g to global, as noted on pull request 1249Renato Botelho2014-07-031-1/+1
| |
* | Change Cancel button to call history.back() as done in Firewall Rules, the ↵Renato Botelho2014-07-031-1/+1
| | | | | | | | current method has issues with IE 11, it should fix #3728
* | Also check and verify the package server's SSL certificate if using HTTPS. ↵jim-p2014-07-023-0/+12
| | | | | | | | | | | | Issue 484 Our current XMLRPC client version doesn't have support on its own to validate this in a way we can use to test in a usable for printing an error message. For now, a cURL query to the XMLRPC URL is used in its place.
* | More refinements to the unofficial package repository warning ( Issue #484 ) ↵jim-p2014-07-024-9/+30
| | | | | | | | -- Now also shows on Dashboard and installed package list. Cleaned up some code and shuffled things around to avoid unnecessary repetition.
* | Detect if an unofficial package repository is in use and warn the user. Part ↵jim-p2014-07-011-1/+10
| | | | | | | | of issue #484 (more to go)
* | Stop calling auto_login() here since it's already called inside ↵Renato Botelho2014-07-011-5/+2
| | | | | | | | setup_serial_port()
* | Fix #3725:Renato Botelho2014-06-301-3/+3
| | | | | | | | | | | | | | - Fix match_filter_field() and also simplify logic - Fix $filterfieldsarray initialization - Avoid to have double spaces on filterfieldsarray['act'] - Fix filter on Firewall Logs
* | Add a BETA key for PBI signature check, this will be replaced by the final ↵Renato Botelho2014-06-271-0/+14
| | | | | | | | one before RELEASE. Ticket #3365
* | Set default serial speed to 115200 for 2.2, fixes #3715Renato Botelho2014-06-261-6/+6
| |
* | Merge pull request #1238 from DasTestament/masterRenato Botelho2014-06-252-2/+164
|\ \
| * | Update vpn_openvpn_server.phpDmitriy K.2014-06-241-1/+1
| | |
| * | Update vpn_openvpn_client.phpDmitriy K.2014-06-241-3/+3
| | |
| * | Update vpn_openvpn_server.phpDmitriy K.2014-06-201-2/+0
| | | | | | | | | removed comments
| * | Update vpn_openvpn_client.phpDmitriy K.2014-06-201-3/+0
| | | | | | | | | removed comments
| * | Default values for verb if it is not set when editDmitriy K.2014-06-172-2/+8
| | |
| * | a bit of refactoringDmitriy K.2014-06-171-4/+4
| | | | | | | | | | | | forgot to sync _server.php with _client.php naming style
| * | patchpack1Dmitriy K.2014-06-172-2/+163
| | | | | | | | | | | | | | | -Fix #3401 (Added tun option "Disable IPv6" -Added new options: route-nopull, route-noexec, verb;
* | | Merge pull request #1241 from Gertjanpfsense/masterRenato Botelho2014-06-241-1/+6
|\ \ \
| * | | Update status_captiveportal.phpGertjan2014-06-231-1/+6
| | |/ | |/| | | | Don't ask to select a zone if there is only ONE.
* | | Fix dscp values and provide a config upgrade to fix values stored in ↵Renato Botelho2014-06-241-3/+3
|/ / | | | | | | config.xml. This is a proper fix for #3688
* | Merge pull request #1218 from razzfazz/nat_add_missing_protocols_masterRenato Botelho2014-06-201-1/+1
|\ \
| * | bring protocols on NAT edit page more in line with rule edit pageDaniel Becker2014-05-281-1/+1
| | |
* | | Remove also . and / from graphRenato Botelho2014-06-191-1/+1
| | |
* | | Remove more backticksRenato Botelho2014-06-191-2/+2
| | |
* | | Fix status_rrd_graph_img.php and also improve it:Renato Botelho2014-06-191-36/+37
| | | | | | | | | | | | | | | | | | | | | | | | - Remove escapeshellarg that broke command line - Only remove dangerous chars to avoid command injection - Replace all `hostname` calls by php_uname('n') - Replace all `date` calls by strftime() - Add $_gb to collect possibly garbage from exec return
* | | Make sure single quotes are encoded and avoid javascript injectionRenato Botelho2014-06-191-2/+2
| | |
* | | Fix indent and whitespacesRenato Botelho2014-06-191-6/+7
| | |
* | | Simplify logic, add some protection to user input parametersRenato Botelho2014-06-181-27/+25
| | |
* | | Fix whitespaces and indentRenato Botelho2014-06-181-49/+52
| | |
* | | We need to allow subdirectories under /usr/local/pkg, here is the proper fixRenato Botelho2014-06-181-7/+5
| | |
* | | Change the option for webconfig login autocomplete from opt-in to opt-out, ↵Renato Botelho2014-06-181-8/+8
| | | | | | | | | | | | also bump config version and write a function to keep the current status on upgrades
* | | Fix syntax errorjim-p2014-06-171-1/+1
| | |
* | | Protect servicestatusfilter parameter with htmlspecialchars()Renato Botelho2014-06-171-1/+1
| | |
* | | Protect rssfeed parameters with htmlspecialchars()Renato Botelho2014-06-171-6/+6
| | |
* | | Avoid directory traversal on restorefullbackupRenato Botelho2014-06-171-2/+2
| | |
* | | Fix core dump on viewing invalid package logMatt Smith2014-06-172-3/+7
| | |
* | | Remove . and / from pkg name to avoid directory traversalRenato Botelho2014-06-171-5/+5
| | |
* | | Remove id=0 from miniupnpd menu and shortcutRenato Botelho2014-06-172-3/+3
| | |
* | | Avoid directory traversal when reading package xml files, also check if file ↵Renato Botelho2014-06-171-1/+6
| | | | | | | | | | | | exists before try to read it
* | | Make sure variables are escaped, also replace exec calls to run rm by ↵Renato Botelho2014-06-171-4/+4
| | | | | | | | | | | | unlink_if_exists()
* | | Remove useless code, variable is set again on next lineRenato Botelho2014-06-171-3/+0
| | |
* | | 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
OpenPOWER on IntegriCloud