summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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.
* | | | Merge pull request #1718 from phil-davis/patch-2Renato Botelho2015-06-151-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | status_queues missing semi-colonPhil Davis2015-06-151-1/+1
|/ / / | | | | | | This really looks like it should have a semi-colon. Somehow the PHP interpreter is not being fussy about it in this context, I guess being followed by the "endif;" keyword the interpreter guesses the previous statement must be done.
* | | Ticket #4655 well manually merge pull/1715. Thanks: PhilErmal LUÇI2015-06-151-3/+9
| | |
* | | add input validation for proxy URL, port, user.Chris Buechler2015-06-141-0/+12
|/ / | | | | | | | | Conflicts: usr/local/www/system_advanced_misc.php
* | Ok another round of this which unbreaks input error validation messagesErmal LUÇI2015-06-131-3/+6
| |
* | Make this right finally :). Thanks-ti: Phil-davisErmal LUÇI2015-06-121-3/+2
| |
* | Add hostid script in the source to solve the issue with platforms that do ↵Ermal LUÇI2015-06-121-0/+137
| | | | | | | | not have proper uuid or duplicate uuid which breaks carp/pfsync and other things in HA setup.
* | Merge pull request #1716 from edwinlee11/patch-1Ermal LUÇI2015-06-121-2/+0
|\ \
| * | Remove track6-interface and track6-prefix-id from interfaces->lan in default ↵Edwin Lee2015-06-121-2/+0
| |/ | | | | | | | | | | | | | | | | | | | | config.xml 1. <track6-interface>wan</track6-interface> and <track6-prefix-id>0</track6-prefix-id> of interfaces->lan from /conf.default/config.xml will get copied over to /cf/conf/config.xml 2. Without going to the LAN interface configuration page to click "Save" at least once, those 2 entries will stay there (even after going through the first run wizard). 3. In the services_radvd_configure function in /etc/inc/services.inc, the existence of those 2 entries will cause /var/etc/radvd.conf to be written with "AdvSendAdvert on;" for the LAN interface 4. Hence, IPv6 router advertisements will be periodically sent even if IPv6 is never enabled for the network.
* | Activate the redirection that for some reason got disabledErmal LUÇI2015-06-121-2/+2
|/
* Ticket #4655 Do not behave against the logic of checkbox and description.Ermal LUÇI2015-06-111-2/+2
|
* Merge pull request #1710 from stilez/patch-4Renato Botelho2015-06-111-10/+2
|\
| * simplify is_ipaddrv4() and fix zero-padding issue stilez2015-06-071-10/+2
| | | | | | | | | | | | | | Fixes these two issues: 1) The historical workaround of testing IPv4 for validity by (a) converting to long (b) converting back again, then (c) comparing to see if it's the same as the original, is redundant. The old issue with ip2long() was fixed in PHP 5.2.10 and invalid IPv4 can now be tested simply by ip2long() === FALSE. 2) The workaround didn't really work optimally anyway as it mis-reported otherwise valid IPs as invalid if any octet or the IP as a whole was zero padded. Some IP lists or IP data sources users might use could be zero padded - an avoidable headache.
* | Merge pull request #1714 from brunostein/fix_checking_nat_destination_portRenato Botelho2015-06-111-2/+2
|\ \
| * | fix checking for overlaps of NAT destination portbruno2015-06-111-2/+2
|/ /
* | Make the host uuid opt-outErmal LUÇI2015-06-112-3/+28
| |
* | Revert "Ticket #4442 Do not process URL aliases during bootup but trigger it ↵Chris Buechler2015-06-102-4/+3
| | | | | | | | | | | | just after finished booting. This completely solves the bootup delays without lowering the timeout as before. Probably need to increase a bit the timeouts now to be friendly to other connections" This reverts commit ec9eb7891780e5f142838c03203ad8ce267ed89e.
* | Send the machine uuid with the headers requesting the version fileErmal LUÇI2015-06-101-1/+1
| |
OpenPOWER on IntegriCloud