summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #1719 from N0YB/XHTML_Compliance_Diagnostics_TablesRenato Botelho2015-06-251-2/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add semicolonN0YB2015-06-151-2/+3
| | | | | | | | | | | | | | | | | | | | Fix delete Java Script to match valid HTML ID
| * | | | XHTML ComplianceN0YB2015-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | html id's not permitted to begin with a number. html id's not permitted to contain '/' add prefix (entry_) and replace slash with hyphen. table entry id format becomes: entry_<ip address>-<cidr> replacing the format: <ip address>/<cidr> does not change the displayed format.
* | | | | Add D1540-XG.Matt Smith2015-06-231-0/+3
| | | | |
* | | | | Introduce Netgate RCC-DFF to the list of known platformsRenato Botelho2015-06-232-2/+8
| | | | |
* | | | | rereadall is not enough here, restore reload call to make sure everything ↵Renato Botelho2015-06-231-0/+1
| | | | | | | | | | | | | | | | | | | | works. Ticket #4785
* | | | | Replace ipsec rereadsecrets + reload by single rereadall, that will re-read ↵Renato Botelho2015-06-231-2/+1
| | | | | | | | | | | | | | | | | | | | also cert changes. Ticket #4785
* | | | | Instead of sending USR1, just call ipsec reload. And before it, call ipsec ↵Renato Botelho2015-06-231-1/+2
| | | | | | | | | | | | | | | | | | | | rereadsecrets to make sure new secretes are updated. It should fix #4785
* | | | | Partially revert 019ee2bc8c, this workaround is not necessary. Real fix will ↵Renato Botelho2015-06-231-8/+0
| | | | | | | | | | | | | | | | | | | | be committed after this
* | | | | Add a workaround for ticket #4785:Renato Botelho2015-06-231-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a regression on strongswan between 5.3.0 and 5.3.2 as reported at [1]. To workaround this issue, add an extra line on ipsec.secrets with right fqdn.
* | | | | Merge pull request #1728 from devnullity/patch-1Chris Buechler2015-06-231-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix var name typo in shaper.inc Ben Cook2015-06-211-1/+1
| | | | | | | | | | | | | | | Fix typo so get_bandwidthtype_scale can do more than default to "1".
* | | | | Don't delete /var/tmp/, that was originally done to clear session data at ↵Chris Buechler2015-06-221-1/+0
| | | | | | | | | | | | | | | | | | | | boot, but no longer applicable as session data is no longer in /var/tmp/. Credit to 'aa' on opnsense forum.
* | | | | Use $myid in ipsec.secrets. Ticket #4785Chris Buechler2015-06-221-2/+2
|/ / / / | | | | | | | | | | | | | | | | Conflicts: etc/inc/vpn.inc
* | | | Specify $myid rather than %any here, otherwise user manager and mobile PSKs ↵Chris Buechler2015-06-211-3/+4
| |/ / |/| | | | | | | | | | | | | | | | | won't match. Ticket #4781 Conflicts: etc/inc/vpn.inc
* | | Ticket #4746 Correctly set global variables to be used by hostnames cod epathsErmal LUÇI2015-06-192-4/+6
| | |
* | | Merge pull request #1724 from phil-davis/patch-3Renato Botelho2015-06-190-0/+0
|\ \ \
| * | | Say what is happening when reinstalling package GUI XMLPhil Davis2015-06-161-1/+3
| | | | | | | | | | | | | | | | At the confirmation dialog after pressing the "Reinstall XML" button, the text does not distinguish between having pressed "Reinstall the whole package" and "Reinstall the GUI/XML". It would be nice if the text of this confirmation allowed the user to be confident about which button they had just pushed, before confirming the action. Note: This stuff has no gettext() wrappers - but that can be fixed later, not get mixed up in this.
* | | | Add a GUI field to increase the pf frag entries limit. Fixes ticket #4775jim-p2015-06-182-0/+22
| | | |
* | | | chmod +x hostidChris Buechler2015-06-181-0/+0
| | | |
* | | | Blacklist invalid "from" sources since they can be picked up accidentally ↵jim-p2015-06-171-1/+3
| | | | | | | | | | | | | | | | and cause rule errors. Fixes #4772
* | | | Say what is happening when reinstalling package GUI XMLPhil Davis2015-06-161-1/+3
| | | | | | | | | | | | | | | | | | | | At the confirmation dialog after pressing the "Reinstall XML" button, the text does not distinguish between having pressed "Reinstall the whole package" and "Reinstall the GUI/XML". It would be nice if the text of this confirmation allowed the user to be confident about which button they had just pushed, before confirming the action. Note: This stuff has no gettext() wrappers - but that can be fixed later, not get mixed up in this.
* | | | Add load_balancer_relay_* to obsolete files. They were removed from the ↵jim-p2015-06-161-0/+4
| | | | | | | | | | | | | | | | master branch already.
* | | | Merge pull request #1723 from phil-davis/patch-2Renato Botelho2015-06-161-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Why is break missing for reinstallxmlPhil Davis2015-06-161-0/+1
|/ / / | | | | | | | | | | | | I thought that "reinstallxml" should do less than "reinstallpkg" but actually it was getting stuff here, then falling through "reinstalpkg" which did delete_package_xml and then install_pkg, which got the files a 2nd time and... Maybe that was supposed to happen? Anyway, I thought I would point this out and someone can either commit this pull request if the "break" should be there, or explain to me why "reinstallxml" is supposed to fall through executing all this code.
* | | Encoding in services_unbound_advanced.phpjim-p2015-06-161-2/+2
| | |
* | | Encoding in system_advanced_sysctl.phpjim-p2015-06-161-7/+7
| | |
* | | Encoding in interfaces.phpjim-p2015-06-161-4/+4
| | |
* | | Encoding in services_unbound.phpjim-p2015-06-161-1/+1
| | |
* | | Encoding in pkg_mgr_settings.phpjim-p2015-06-161-1/+1
| | |
* | | Encoding in system_advanced_admin.phpjim-p2015-06-161-1/+1
| | |
* | | Encoding in interfaces_ppps_edit.phpjim-p2015-06-161-2/+2
| | |
* | | Encoding in diag_packet_capture.phpjim-p2015-06-161-3/+3
| | |
* | | Encoding in interfaces_qinq_edit.phpjim-p2015-06-161-1/+1
| | |
* | | Encoding in services_dnsmasq.phpjim-p2015-06-161-1/+1
| | |
* | | Encoding in vpn_ipsec_settings.phpjim-p2015-06-161-1/+1
| | |
* | | More encodingjim-p2015-06-161-2/+2
| | |
* | | Fix some low-hanging potential security issues.jim-p2015-06-163-8/+8
| | |
* | | Be more careful with encoding on pages that use single quotes around HTML ↵jim-p2015-06-162-5/+5
| | | | | | | | | | | | attributes
* | | Additional encoding for system_advanced_misc.phpjim-p2015-06-161-7/+7
| | |
* | | Protect single quotes as well to prevent JS injection, due to the way this ↵jim-p2015-06-161-10/+10
| | | | | | | | | | | | page uses single quotes for attributes.
* | | Encode parameters in system_advanced_firewall.php before displaying back to ↵jim-p2015-06-161-5/+5
| | | | | | | | | | | | the user.
* | | Keep a copy of old mtree binary during upgrade and use it to avoid crashing. ↵Renato Botelho2015-06-162-2/+8
| | | | | | | | | | | | Fixes #4563
* | | Check also for old FreeBSD release versionsRenato Botelho2015-06-161-1/+1
| | |
* | | Merge pull request #1722 from chapmajs/fix_hughesnet_pdErmal LUÇI2015-06-151-1/+1
|\ \ \
| * | | Fixing PD size selection for HughesNetJonathan2015-06-151-1/+1
| | | |
* | | | Remove the GUI for the pc-sysinstaller as well and add it to obsoletee filesErmal LUÇI2015-06-153-1278/+3
| | | |
* | | | Remove pc-sysinstall since it was never finished and probably will be not ↵Ermal LUÇI2015-06-1582-10305/+0
|/ / / | | | | | | | | | the choice. If needed can be resurrected
* | | Merge pull request #1721 from phil-davis/styleRenato Botelho2015-06-15186-1558/+1604
|\ \ \
| * | | Code spacingPhil Davis2015-06-15186-1558/+1604
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
OpenPOWER on IntegriCloud