summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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.
* | | 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-152-1278/+0
| | | |
* | | | 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-15152-1279/+1307
|\ \ \
| * | | Code spacingPhil Davis2015-06-15152-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-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
| |
* | 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
|
* fix checking for overlaps of NAT destination portbruno2015-06-111-2/+2
|
* Make the host uuid opt-outErmal LUÇI2015-06-111-0/+18
|
* Re-generate broken .mo files, it fixes #4705Renato Botelho2015-06-072-0/+0
|
* Clean up, organize, and expand the info presented by status.php. Save the ↵jim-p2015-06-051-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.phpjim-p2015-06-051-0/+2
|
* Merge pull request #1706 from phil-davis/setupwizardlanRenato Botelho2015-06-041-11/+44
|\
| * Setup Wizard can result in invalid LAN DHCP pool calculationPhil Davis2015-06-021-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 checkPhil Davis2015-06-021-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-textRenato Botelho2015-06-025-11/+11
|\ \
| * | Minor wizard text fixupsPhil Davis2015-06-025-11/+11
| |/
* | Merge pull request #1704 from phil-davis/bug4713Renato Botelho2015-06-021-1/+6
|\ \
| * | Supply current WAN gateway name to wizardPhil Davis2015-06-021-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 Buechler2015-06-0210-8/+8
|/ | | | Ticket #3730
* Merge pull request #1702 from phil-davis/system-usermangerRenato Botelho2015-05-306-214/+273
|\
| * Code style system user managerPhil Davis2015-05-306-214/+273
| |
* | Allow option to specify just 1 of user and pass in OpenVPN .up filePhil Davis2015-05-301-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 tableWill Boyce2015-05-302-3/+1
|
* Merge pull request #1585 from jlduran/dnsmadeeasyRenato Botelho2015-05-301-2/+3
|\
| * Add support for DNS Made EasyJose Luis Duran2015-05-251-2/+3
| | | | | | | | | | | | Documentation: http://www.dnsmadeeasy.com/dynamic-dns/
* | Merge pull request #1700 from phil-davis/system-hrRenato Botelho2015-05-303-331/+372
|\ \
| * | Code style system h and rPhil Davis2015-05-303-331/+372
| | |
* | | Merge pull request #1699 from phil-davis/system-gRenato Botelho2015-05-306-493/+627
|\ \ \
| * | | Code style system gPhil Davis2015-05-306-493/+627
| |/ /
* | | Merge pull request #1698 from phil-davis/system-firmwareRenato Botelho2015-05-305-295/+379
|\ \ \
| * | | Code style system firmwarePhil Davis2015-05-305-295/+379
| |/ /
* | | Merge pull request #1697 from phil-davis/patch-3Renato Botelho2015-05-301-5/+7
|\ \ \
| * | | system_firmware_restorefullbackup add missing p end tagPhil Davis2015-05-301-5/+7
| |/ / | | | | | | and format this block so it is clear which tags start and end where.
* | | Merge pull request #1696 from phil-davis/system-cRenato Botelho2015-05-303-393/+571
|\ \ \
| * | | Code style system CPhil Davis2015-05-303-393/+571
| |/ /
* | | Merge pull request #1695 from phil-davis/system-aRenato Botelho2015-05-308-770/+970
|\ \ \
| * | | Code style system aPhil Davis2015-05-308-770/+970
| |/ /
* | | Merge pull request #1694 from phil-davis/patch-2Renato Botelho2015-05-301-1/+1
|\ \ \
| * | | system_authservers text typoPhil Davis2015-05-301-1/+1
| |/ /
* | | system_advanced_network small grammar changesPhil Davis2015-05-301-6/+5
|/ / | | | | | | "to tunnel" instead of "to tunneling" Text for "prefer IPv4" reads better as 2 sentences.
OpenPOWER on IntegriCloud