summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Expand)AuthorAgeFilesLines
* Alias name cannot have more than 31 chars, add maxlength here just as an extr...RELENG_2_1_5Renato Botelho2014-08-251-1/+1
* Fix text description for interface mismatch, fixes #3820Renato Botelho2014-08-211-1/+1
* Merge branch 'RELENG_2_1' of git.pfmechanics.com:pfsense/pfsense into RELENG_2_1Jared Dillard2014-08-202-10/+34
|\
| * non-css parts of gold menuMatt Smith2014-08-192-10/+34
* | fix top nav to fit gold in non-default themesJared Dillard2014-08-205-7/+6
|/
* fix spacing in pfsense_ng topnavJared Dillard2014-08-191-3/+4
* Ensure this is always an array to avoid a PHP error from foreach.jim-p2014-08-151-1/+5
* Do not reset source and destination port range values when it's an associated...Renato Botelho2014-08-111-4/+8
* Avoid generating an invalid racoon config if the user specified a mobile pool...jim-p2014-08-081-1/+1
* Require click-through POST confirmation when restoring or deleting a configua...jim-p2014-08-081-15/+51
* Remove javascript alert DNS resolution action from the firewall log view. It ...jim-p2014-08-082-9/+0
* Do not execute on GET, only pre-fill Host box so the user can press the butto...jim-p2014-08-081-38/+38
* Shorten the wait at "reload" in startup wizard to 5 seconds from 60. That's m...Chris Buechler2014-08-081-1/+1
* Encode interface/VIP descriptions before displaying them on the GRE and GIF p...jim-p2014-08-062-2/+5
* Encode interface/VIP descriptions before displaying them on the NTP daemon se...jim-p2014-08-061-1/+1
* Encode the detail field of an alias entry before displaying its contents back...jim-p2014-08-061-1/+1
* Escape the individual dnsmasq advanced/custom optionsjim-p2014-08-061-1/+1
* Fix input validation logic on diag_testport.php, escape more shell arguments ...jim-p2014-08-041-3/+3
* Allow hostnames in bulk import since they are valid entries in a network type...jim-p2014-07-141-1/+1
* Change Cancel button to call history.back() as done in Firewall Rules, the cu...Renato Botelho2014-07-081-1/+1
* Fix #3725:Renato Botelho2014-06-301-3/+3
* Merge pull request #1208 from razzfazz/nat_add_missing_protocolsRenato Botelho2014-06-201-1/+1
|\
| * bring protocols on NAT edit page more in line with rule edit pageDaniel Becker2014-05-221-1/+1
* | Remove also . and / from graphRenato Botelho2014-06-191-1/+1
* | 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
* | Use CDATA for javascriptRenato Botelho2014-06-191-3/+3
* | Fix indent and whitespacesRenato Botelho2014-06-191-6/+7
* | Simplify logic, add some protection to user input parametersRenato Botelho2014-06-181-27/+23
* | Fix whitespaces and indentRenato Botelho2014-06-181-46/+45
* | We need to allow subdirectories under /usr/local/pkg, here is the proper fixRenato Botelho2014-06-181-7/+5
* | 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
* | Validate starttime and stoptime formatRenato Botelho2014-06-171-0/+8
* | Be more precise to match members of a bridge interface, it should fix #3637Renato Botelho2014-06-101-1/+3
* | 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-061-4/+8
* | remove openbgpd bits from system_gateways_edit and system.inc. The packageChris Buechler2014-05-301-6/+0
* | Unset iflist and iflist_disabledRenato Botelho2014-05-292-1/+6
* | Show disabled interface when it was already part of interface group, it avoid...Renato Botelho2014-05-292-6/+14
|/
* add guiconfig to widgets not including it. ticket #3498Chris Buechler2014-05-142-0/+2
OpenPOWER on IntegriCloud