Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Protect single quotes as well to prevent JS injection, due to the way this ↵ | jim-p | 2015-06-16 | 1 | -10/+10 | |
| | | | | | | | | | | | | page uses single quotes for attributes. | |||||
* | | | Encode parameters in system_advanced_firewall.php before displaying back to ↵ | jim-p | 2015-06-16 | 1 | -5/+5 | |
| | | | | | | | | | | | | the user. | |||||
* | | | Keep a copy of old mtree binary during upgrade and use it to avoid crashing. ↵ | Renato Botelho | 2015-06-16 | 2 | -2/+8 | |
| | | | | | | | | | | | | Fixes #4563 | |||||
* | | | Check also for old FreeBSD release versions | Renato Botelho | 2015-06-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #1722 from chapmajs/fix_hughesnet_pd | Ermal LUÇI | 2015-06-15 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Fixing PD size selection for HughesNet | Jonathan | 2015-06-15 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Remove the GUI for the pc-sysinstaller as well and add it to obsoletee files | Ermal LUÇI | 2015-06-15 | 3 | -1278/+3 | |
| | | | | ||||||
* | | | | Remove pc-sysinstall since it was never finished and probably will be not ↵ | Ermal LUÇI | 2015-06-15 | 82 | -10305/+0 | |
|/ / / | | | | | | | | | | the choice. If needed can be resurrected | |||||
* | | | Merge pull request #1721 from phil-davis/style | Renato Botelho | 2015-06-15 | 186 | -1558/+1604 | |
|\ \ \ | ||||||
| * | | | Code spacing | Phil Davis | 2015-06-15 | 186 | -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-2 | Renato Botelho | 2015-06-15 | 1 | -1/+1 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | status_queues missing semi-colon | Phil Davis | 2015-06-15 | 1 | -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: Phil | Ermal LUÇI | 2015-06-15 | 1 | -3/+9 | |
| | | | ||||||
* | | | add input validation for proxy URL, port, user. | Chris Buechler | 2015-06-14 | 1 | -0/+12 | |
|/ / | | | | | | | | | Conflicts: usr/local/www/system_advanced_misc.php | |||||
* | | Ok another round of this which unbreaks input error validation messages | Ermal LUÇI | 2015-06-13 | 1 | -3/+6 | |
| | | ||||||
* | | Make this right finally :). Thanks-ti: Phil-davis | Ermal LUÇI | 2015-06-12 | 1 | -3/+2 | |
| | | ||||||
* | | Add hostid script in the source to solve the issue with platforms that do ↵ | Ermal LUÇI | 2015-06-12 | 1 | -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-1 | Ermal LUÇI | 2015-06-12 | 1 | -2/+0 | |
|\ \ | ||||||
| * | | Remove track6-interface and track6-prefix-id from interfaces->lan in default ↵ | Edwin Lee | 2015-06-12 | 1 | -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 disabled | Ermal LUÇI | 2015-06-12 | 1 | -2/+2 | |
|/ | ||||||
* | Ticket #4655 Do not behave against the logic of checkbox and description. | Ermal LUÇI | 2015-06-11 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #1710 from stilez/patch-4 | Renato Botelho | 2015-06-11 | 1 | -10/+2 | |
|\ | ||||||
| * | simplify is_ipaddrv4() and fix zero-padding issue | stilez | 2015-06-07 | 1 | -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_port | Renato Botelho | 2015-06-11 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | fix checking for overlaps of NAT destination port | bruno | 2015-06-11 | 1 | -2/+2 | |
|/ / | ||||||
* | | Make the host uuid opt-out | Ermal LUÇI | 2015-06-11 | 2 | -3/+28 | |
| | | ||||||
* | | Revert "Ticket #4442 Do not process URL aliases during bootup but trigger it ↵ | Chris Buechler | 2015-06-10 | 2 | -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 file | Ermal LUÇI | 2015-06-10 | 1 | -1/+1 | |
| | | ||||||
* | | Send the machine uuid with the headers requesting the version file | Ermal LUÇI | 2015-06-10 | 1 | -1/+1 | |
| | | ||||||
* | | Fixes #4537 On 32bit platform do not enable direct dispatch on IPsec since ↵ | Ermal LUÇI | 2015-06-10 | 1 | -0/+3 | |
| | | | | | | | | it crashes the system | |||||
* | | Activate sync for the root slice in fstab during upgrade. Ticket #4523 | jim-p | 2015-06-10 | 1 | -0/+6 | |
| | | ||||||
* | | If the filesystem is corrupted i do not think fixing pwd DB is a good thing.. | Ermal LUÇI | 2015-06-09 | 1 | -4/+0 | |
| | | ||||||
* | | No need to do the same exercise twice. | Ermal LUÇI | 2015-06-09 | 1 | -6/+0 | |
| | | ||||||
* | | Do not call fsck just out of nowhere here since it cannot be the problem or ↵ | Ermal LUÇI | 2015-06-09 | 1 | -6/+4 | |
| | | | | | | | | fix. | |||||
* | | Do not disable APc here | Ermal LUÇI | 2015-06-09 | 1 | -3/+0 | |
| | | ||||||
* | | Restore the file system in R/W mode during most of rc script seems required ↵ | Ermal LUÇI | 2015-06-09 | 1 | -0/+15 | |
| | | | | | | | | on nano. Should unbreak nanobsd | |||||
* | | Add a space to the script to avoid that appended parameters seem the same as ↵ | Ermal LUÇI | 2015-06-09 | 1 | -1/+1 | |
| | | | | | | | | existing one | |||||
* | | Use skel as the source of new user files rather than copying from root. | jim-p | 2015-06-08 | 5 | -1/+28 | |
| | | | | | | | | Reported-By: https://twitter.com/fitchitis/status/607850849172373504 | |||||
* | | Do not synchronize alias url during filter reload rather trigger one if needed | Ermal LUÇI | 2015-06-08 | 1 | -2/+3 | |
| | | ||||||
* | | Ticket #4442 Do not process URL aliases during bootup but trigger it just ↵ | Ermal LUÇI | 2015-06-07 | 2 | -3/+4 | |
| | | | | | | | | 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 | |||||
* | | Fixes #4651 use proper var name on global to have the correct id put on the rule | Ermal LUÇI | 2015-06-07 | 1 | -1/+1 | |
| | | ||||||
* | | Re-generate broken .mo files, it fixes #4705 | Renato Botelho | 2015-06-07 | 2 | -0/+0 | |
| | | ||||||
* | | Obsolete old pt_BR ISO8859 directory and not current one | Renato Botelho | 2015-06-07 | 1 | -1/+1 | |
|/ | ||||||
* | Clean up, organize, and expand the info presented by status.php. Save the ↵ | jim-p | 2015-06-05 | 1 | -79/+97 | |
| | | | | | | | output to individual text files and compress them into a .tgz for later download. Conflicts: usr/local/www/status.php | |||||
* | Fix CARP plugin call for packages, interface was coming through as NULL ↵ | jim-p | 2015-06-05 | 2 | -2/+2 | |
| | | | | during CARP events. | |||||
* | Add INIT event for CARP as an alternate for 'backup', otherwise scripts ↵ | jim-p | 2015-06-05 | 1 | -0/+6 | |
| | | | | would not take down services during a MASTER->INIT transition. | |||||
* | Also sanitize OpenVPN static/tls keys in status.php | jim-p | 2015-06-05 | 1 | -0/+2 | |
| | ||||||
* | Merge pull request #1706 from phil-davis/setupwizardlan | Renato Botelho | 2015-06-04 | 2 | -15/+48 | |
|\ | ||||||
| * | Setup Wizard can result in invalid LAN DHCP pool calculation | Phil Davis | 2015-06-02 | 2 | -15/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 1) consider where the LAN IP is in the subnet range and then put the DHCP pool in the biggest remaining segment, either above or below. 2) Check the size of the available segment. If it is reasonably big then leave some space at either end of the segment, like the old code was doing. Otherwise give all the space to the pool. 3) Do not allow subnet mask 32 - I can't think of a use case for LAN to have a /32 subnet mask, it kind of breaks the whole concept of LAN. 4) Provide more detailed separate messages if the user tries to use the network address or broadcast address as the LAN IP. | |||||
* | | Merge pull request #1707 from phil-davis/patch-1 | Renato Botelho | 2015-06-04 | 1 | -2/+2 | |
|\ \ |