Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | More encoding | jim-p | 2015-06-16 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fix some low-hanging potential security issues. | jim-p | 2015-06-16 | 3 | -8/+8 | |
| | | | ||||||
* | | | Be more careful with encoding on pages that use single quotes around HTML ↵ | jim-p | 2015-06-16 | 2 | -5/+5 | |
| | | | | | | | | | | | | attributes | |||||
* | | | Additional encoding for system_advanced_misc.php | jim-p | 2015-06-16 | 1 | -7/+7 | |
| | | | ||||||
* | | | 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. | |||||
* | | | 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 | 2 | -1278/+0 | |
| | | | | ||||||
* | | | | 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 | 152 | -1279/+1307 | |
|\ \ \ | ||||||
| * | | | Code spacing | Phil Davis | 2015-06-15 | 152 | -1279/+1307 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | 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 | |
| | | ||||||
* | | 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 | |
| | ||||||
* | 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 | 1 | -0/+18 | |
| | ||||||
* | Re-generate broken .mo files, it fixes #4705 | Renato Botelho | 2015-06-07 | 2 | -0/+0 | |
| | ||||||
* | 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 | |||||
* | 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 | 1 | -11/+44 | |
|\ | ||||||
| * | Setup Wizard can result in invalid LAN DHCP pool calculation | Phil Davis | 2015-06-02 | 1 | -11/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | Improve setup wizard host name check | Phil Davis | 2015-06-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | Redmine #4712 It seems good enough to make the regex strings here be "reasonable". The full checks are done after pressing Next and the correct routines are called that do an exhaustive check. There seems not much point in trying to re-engineer all that here also. Odd things like "-hostname" and "hostname-" would be allowed through here but are caught by the full validation check. "." and "|" were being allowed in this regex - no idea why! | |||||
* | | Merge pull request #1705 from phil-davis/wizard-text | Renato Botelho | 2015-06-02 | 5 | -11/+11 | |
|\ \ | ||||||
| * | | Minor wizard text fixups | Phil Davis | 2015-06-02 | 5 | -11/+11 | |
| |/ | ||||||
* | | Merge pull request #1704 from phil-davis/bug4713 | Renato Botelho | 2015-06-02 | 1 | -1/+6 | |
|\ \ | ||||||
| * | | Supply current WAN gateway name to wizard | Phil Davis | 2015-06-02 | 1 | -1/+6 | |
| |/ | | | | | | | | | As the name of the WAN gateway is not always WANGW. Should fix redmine #4713 | |||||
* | | Clarify DNS Forwarder and Resolver both apply in these places. partially ↵ | Chris Buechler | 2015-06-02 | 10 | -8/+8 | |
|/ | | | | Ticket #3730 | |||||
* | Merge pull request #1702 from phil-davis/system-usermanger | Renato Botelho | 2015-05-30 | 6 | -214/+273 | |
|\ | ||||||
| * | Code style system user manager | Phil Davis | 2015-05-30 | 6 | -214/+273 | |
| | | ||||||
* | | Allow option to specify just 1 of user and pass in OpenVPN .up file | Phil Davis | 2015-05-30 | 1 | -3/+3 | |
|/ | | | | | | | | | | | | | | As per comment in https://redmine.pfsense.org/issues/3633 sometimes the server end only requires a password, no username. Usually 1 long string that serves as the hard-to-guess authentication. OpenVPN expects something to be on the first line of the ".up" file - traditionally called the username. It also insists on the second line being present, but is happy with it being empty - this is the authentication information traditionally called "password". Let the user put the single piece of authentication information in either the Username or Password field on the web GUI - whichever they feel comfortable calling it. In the ".up" file it has to always be the first line to keep OpenVPN happy. | |||||
* | remove pointless filter on dhcp static mappings table | Will Boyce | 2015-05-30 | 2 | -3/+1 | |
| | ||||||
* | Merge pull request #1585 from jlduran/dnsmadeeasy | Renato Botelho | 2015-05-30 | 1 | -2/+3 | |
|\ | ||||||
| * | Add support for DNS Made Easy | Jose Luis Duran | 2015-05-25 | 1 | -2/+3 | |
| | | | | | | | | | | | | Documentation: http://www.dnsmadeeasy.com/dynamic-dns/ | |||||
* | | Merge pull request #1700 from phil-davis/system-hr | Renato Botelho | 2015-05-30 | 3 | -331/+372 | |
|\ \ | ||||||
| * | | Code style system h and r | Phil Davis | 2015-05-30 | 3 | -331/+372 | |
| | | | ||||||
* | | | Merge pull request #1699 from phil-davis/system-g | Renato Botelho | 2015-05-30 | 6 | -493/+627 | |
|\ \ \ | ||||||
| * | | | Code style system g | Phil Davis | 2015-05-30 | 6 | -493/+627 | |
| |/ / | ||||||
* | | | Merge pull request #1698 from phil-davis/system-firmware | Renato Botelho | 2015-05-30 | 5 | -295/+379 | |
|\ \ \ | ||||||
| * | | | Code style system firmware | Phil Davis | 2015-05-30 | 5 | -295/+379 | |
| |/ / | ||||||
* | | | Merge pull request #1697 from phil-davis/patch-3 | Renato Botelho | 2015-05-30 | 1 | -5/+7 | |
|\ \ \ | ||||||
| * | | | system_firmware_restorefullbackup add missing p end tag | Phil Davis | 2015-05-30 | 1 | -5/+7 | |
| |/ / | | | | | | | and format this block so it is clear which tags start and end where. | |||||
* | | | Merge pull request #1696 from phil-davis/system-c | Renato Botelho | 2015-05-30 | 3 | -393/+571 | |
|\ \ \ | ||||||
| * | | | Code style system C | Phil Davis | 2015-05-30 | 3 | -393/+571 | |
| |/ / | ||||||
* | | | Merge pull request #1695 from phil-davis/system-a | Renato Botelho | 2015-05-30 | 8 | -770/+970 | |
|\ \ \ | ||||||
| * | | | Code style system a | Phil Davis | 2015-05-30 | 8 | -770/+970 | |
| |/ / |