summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
...
* When reinstalling a package try to start it after to avoid non-expectations ↵Ermal LUÇI2014-11-201-0/+2
| | | | from people
* Remove debugging code that can lead us to XSS injection, also pass variables ↵Renato Botelho2014-11-201-8/+8
| | | | through htmlspecialchars() to sanitize
* Force pkg reinstall when asked for.Ermal LUÇI2014-11-201-1/+1
|
* Display Resolver host override aliasesPhil Davis2014-11-201-0/+21
| | | | On the main unbound resolver GUI page, like they display on the dnsmasq forwarder GIU page. As per forum: https://forum.pfsense.org/index.php?topic=78356.msg462345#msg462345
* Remove var_dump from production codePhil Davis2014-11-191-1/+0
|
* Remove var_dump from production codePhil Davis2014-11-191-1/+0
|
* Ticket #3987. Strongswan support autodetection of IKE version exchange. ↵Ermal2014-11-191-3/+3
| | | | Support this by allowing an auto version in the GUI.
* Pass path parameter through htmlpecialchars()Renato Botelho2014-11-181-1/+1
|
* Define a local boolean var for showact to avoid security issues, also pass ↵Renato Botelho2014-11-181-9/+11
| | | | order parameter trough htmlspecialchars()
* Fix whitespace and indentRenato Botelho2014-11-181-23/+38
|
* Merge pull request #1341 from phil-davis/patch-6Renato Botelho2014-11-181-0/+1
|\
| * Make OpenVPN desccriptions appear in interfaces assign dropdownPhil Davis2014-11-181-0/+1
| | | | | | | | As reported in forum https://forum.pfsense.org/index.php?topic=84251.0 The fix turned out to be easy.
* | Merge pull request #1332 from phil-davis/patch-3Renato Botelho2014-11-186-15/+48
|\ \
| * | Stop FQDN in hostname fieldPhil Davis2014-11-111-2/+2
| | |
| * | Stop FQDN in hostname fieldPhil Davis2014-11-111-2/+8
| | |
| * | Stop FQDN in hostname fieldPhil Davis2014-11-111-1/+1
| | | | | | | | | using new is_unqualified_hostname function
| * | Stop FQDN in hostname fieldPhil Davis2014-11-111-1/+1
| | | | | | | | | using new is_unqualified_hostname function
| * | Stop FQDN in hostname fieldPhil Davis2014-11-111-5/+19
| | |
| * | Stop FQDN in hostname fieldPhil Davis2014-11-111-4/+17
| | |
* | | Merge pull request #1331 from phil-davis/patch-2Renato Botelho2014-11-181-1/+3
|\ \ \ | |_|/ |/| |
| * | Reintroduce graphcounter var to traffic_graphs.widget.phpPhil Davis2014-11-071-1/+3
| | | | | | | | | | | | | | | This counter got lost in commit https://github.com/pfsense/pfsense/commit/ee965a5c7bf37b852795e1201688e3b20bf3d8d1 But the code at line 174 was still using it to offset the start time of each shown graph by 2 seconds, which I guess helps the graph data collection requests back to the pfSense to be staggered, not all having to be serviced at almost exactly the same time. I noticed this while having a quick look at all the traffic graph widget code to see if there was an obvious place where the 2x bandwidth graphing problem happens. The "* 2" here in line 174 has nothing to do with that!
* | | Clean up unbound advanced page HTMLChris Buechler2014-11-171-38/+12
| | |
* | | Merge pull request #1338 from ↵Renato Botelho2014-11-171-13/+22
|\ \ \ | | | | | | | | | | | | SilvioGiunge/change_system_usermanager_settings_test_page
| * | | Changes in the test page of user managerkanazuchi2014-11-151-13/+22
| | | |
* | | | Clear dirty subsystem for hosts and staticmaps when unbound is enabledRenato Botelho2014-11-171-0/+2
| | | |
* | | | Don't show a big red "alarm"-looking message on every visit to the ↵Chris Buechler2014-11-162-8/+3
| | | | | | | | | | | | | | | | DHCP/DHCPv6 Server pages. Confuses people in that context, and it's not something that justifies highlighting in such a fashion. Move the message to show when you have no eligible interfaces.
* | | | Use appropriate size for the interface selects. Ticket #3989. clean up some ↵Chris Buechler2014-11-151-6/+6
| | | | | | | | | | | | | | | | text while here
* | | | fix Unbound Advanced optionsChris Buechler2014-11-151-1/+1
|/ / /
* | | 6RD Rapid Deployment is akin to ATM Machine, PIN Number, ... read: it's ↵Chris Buechler2014-11-147-5/+5
| | | | | | | | | | | | redundant. let's just call it 6RD Configuration.
* | | Make sure dhcpleases use correct pid file for dnsmasq or unbound. Fixes #4008Renato Botelho2014-11-142-0/+6
| | |
* | | outbound NAT can apply to any type of interface, make WAN-type specific ↵Chris Buechler2014-11-134-2/+2
| | | | | | | | | | | | reference generic
* | | geom part list no longer lists empty disks, compensate where needed.jim-p2014-11-131-1/+1
| | | | | | | | | | | | Also, while I'm here, fixup copyright.
* | | Merge pull request #1335 from brunostein/remove_multiple_groupsRenato Botelho2014-11-131-6/+32
|\ \ \
| * | | remove checkall checkboxbruno2014-11-131-1/+1
| | | |
| * | | add checkbox on the left side of the table and remove checkall checkboxbruno2014-11-131-14/+13
| | | |
| * | | add input checkbox to remove multiple groupsbruno2014-11-111-1/+28
| | | |
* | | | Merge pull request #1334 from brunostein/remove_multiple_usersRenato Botelho2014-11-131-7/+33
|\ \ \ \
| * | | | add tr idbruno2014-11-131-1/+1
| | | | |
| * | | | add check system userbruno2014-11-131-0/+2
| | | | |
| * | | | add onclickbruno2014-11-131-4/+4
| | | | |
| * | | | add checkbox on the left side of the table and remove checkall checkboxbruno2014-11-131-11/+8
| | | | |
| * | | | add input checkbox to remove multiple usersbruno2014-11-111-1/+28
| |/ / /
* | | | Make sure $cpzoneid is defined and use it to call pfSense_ipfw_Tableaction() ↵Renato Botelho2014-11-134-23/+41
| | | | | | | | | | | | | | | | and pfSense_ipfw_getTablestats(). Also fix fieldnames for captiveportal_hostnames. It should fix #4001
* | | | Do not show the user/pass for pre shared key on Openvpn since its not-supported.Ermal2014-11-131-2/+6
| | | |
* | | | Change this line slightly, for some reason it is making my editor crash with ↵jim-p2014-11-131-1/+1
| | | | | | | | | | | | | | | | the old line.
* | | | Do not display the disabled tunnels since they are not needed in the widget. ↵Ermal2014-11-121-45/+25
| | | | | | | | | | | | | | | | Ticket #3955
* | | | Commit the other part of the fix for Ticket #3955Ermal2014-11-121-1/+1
| | | |
* | | | Fixup some redirected URLs.jim-p2014-11-121-14/+14
| | | |
* | | | Fixup some URLs that changed.jim-p2014-11-121-7/+7
| | | |
* | | | Standardize quotes in help.phpjim-p2014-11-121-32/+32
| | | |
OpenPOWER on IntegriCloud