summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple issues on unbound advanced options GUI:Renato Botelho2014-07-151-102/+148
* Allow hostnames in bulk import since they are valid entries in a network type...jim-p2014-07-141-1/+1
* Merge pull request #1242 from ExolonDX/branch_master_01Renato Botelho2014-07-115-9/+10
|\
| * Tidy up misc. XHTMLColin Fleming2014-06-235-9/+10
* | 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 cu...Renato Botelho2014-07-031-1/+1
* | Also check and verify the package server's SSL certificate if using HTTPS. Is...jim-p2014-07-023-0/+12
* | More refinements to the unofficial package repository warning ( Issue #484 ) ...jim-p2014-07-024-9/+30
* | Detect if an unofficial package repository is in use and warn the user. Part ...jim-p2014-07-011-1/+10
* | Stop calling auto_login() here since it's already called inside setup_serial_...Renato Botelho2014-07-011-5/+2
* | Fix #3725:Renato Botelho2014-06-301-3/+3
* | Add a BETA key for PBI signature check, this will be replaced by the final on...Renato Botelho2014-06-271-0/+14
* | 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
| * | Update vpn_openvpn_client.phpDmitriy K.2014-06-201-3/+0
| * | 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
| * | patchpack1Dmitriy K.2014-06-172-2/+163
* | | Merge pull request #1241 from Gertjanpfsense/masterRenato Botelho2014-06-241-1/+6
|\ \ \
| * | | Update status_captiveportal.phpGertjan2014-06-231-1/+6
| | |/ | |/|
* | | Fix dscp values and provide a config upgrade to fix values stored in config.x...Renato Botelho2014-06-241-3/+3
|/ /
* | 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
* | | 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, al...Renato Botelho2014-06-181-8/+8
* | | 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
* | | Make sure variables are escaped, also replace exec calls to run rm by unlink_...Renato Botelho2014-06-171-4/+4
* | | 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 shel...Renato Botelho2014-06-171-7/+6
OpenPOWER on IntegriCloud