summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Standardize Status breadcrumbsPhil Davis2015-12-075-5/+5
|
* Merge pull request #2173 from phil-davis/svccpRenato Botelho2015-12-078-15/+15
|\
| * Standardize Captive Portal breadcrumbsPhil Davis2015-12-078-15/+15
| | | | | | | | | | and services_captiveportal_zones_edit is actually code that can only add a zone, so it might as well say so.
* | Merge pull request #2174 from phil-davis/patch-1Renato Botelho2015-12-071-1/+1
|\ \
| * | Standardize DNS Resolver breadcrumbsPhil Davis2015-12-071-1/+1
| | |
* | | FIxed #5597Stephen Beaver2015-12-071-0/+24
|/ /
* | Merge pull request #2153 from stilez/patch-3Renato Botelho2015-12-071-5/+5
|\ \
| * | unlink_if_exists() : minor enhancementstilez2015-12-031-5/+5
| | | | | | | | | | | | | | | | | | two minor enhancements - 1) add a comment for skim-readers, that patterns are allowed (but not arrays?) and that no error is returned 2) use array_map rather than foreach loop
* | | Merge pull request #2157 from ttalle/openvpn_certificate_cn_username_validationRenato Botelho2015-12-071-1/+1
|\ \ \
| * | | Change comparison of username to certificate common name to be safer and ↵Talle2015-12-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | case insensitive Currently the username is compared against the common name using a standard PHP comparison, this is unsafe because it might do unintended type conversions. So change the != comparison to an !== comparison to make sure the types match. Since usernames on Windows sytstems are not case-sensitive and prone to case differences in user input or auto filled fields we should allow case differences between the username and the certificate common name.
* | | | Fix this test. Ticket #5602jim-p2015-12-071-1/+2
| | | |
* | | | Merge pull request #2158 from reneschuster/dyndns_spdnsRenato Botelho2015-12-072-2/+43
|\ \ \ \
| * | | | Add DynDNS provider SPDNS (IPv4 and IPv6)Rene Schuster2015-12-042-2/+43
| | |/ / | |/| | | | | | | | | | | | | | SPDNS is a free DynDNS service from the German company Securepoint Security Solutions
* | | | Merge pull request #2163 from phil-davis/patch-3Renato Botelho2015-12-071-11/+3
|\ \ \ \
| * | | | Fix duplicate syslog messages - Redmine #5606Phil Davis2015-12-061-11/+3
| | |_|/ | |/| | | | | | | | | | For master. See https://github.com/pfsense/pfsense/pull/2162 for the RELENG_2_2 change.
* | | | Merge pull request #2164 from ecovillage/ADD_SMTP_TEST_NOTERenato Botelho2015-12-071-1/+1
|\ \ \ \
| * | | | Improve helpfulness of smtp-test buttons help-text.Felix Wolfsteller2015-12-061-1/+1
| | | | |
* | | | | Prioritize and separate server certs for OpenVPN servers to make it more ↵jim-p2015-12-072-15/+51
| | | | | | | | | | | | | | | | | | | | clear they should be using certificates created as Server certificates for this purpose -- it's still valid to use non-server certs but it's not what most people intend to do. Ticket #5602
* | | | | whitespace/style fixupsjim-p2015-12-071-5/+9
| | | | |
* | | | | Merge pull request #2165 from PiBa-NL/pferrormessageRenato Botelho2015-12-071-23/+24
|\ \ \ \ \
| * | | | | fix showing when a error happens parsing pf rulesPiBa-NL2015-12-061-23/+24
| | |/ / / | |/| | |
* | | | | Merge pull request #2167 from phil-davis/pkgsync23Renato Botelho2015-12-073-2/+8
|\ \ \ \ \
| * | | | | Redmine #4279 Package reinstall displayed when shutting down before upgradePhil Davis2015-12-073-2/+8
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a different flag file to indicate that a package reinstall is required after a reboot is done first. This avoids the possibility that the user navigates in the webGUI during the time while the shutdown is in progress and is accidentally presented with the reinstall all packages GUI button. Early in rc.bootup switch the flag file to use its ordinary name, so that all subsequent code in boot scripts and webGUI will work as it already does to handle the package reinstall and notifying the user that a package reinstall is about to be done or in progress...
* | | | | Merge pull request #2169 from phil-davis/umgrRenato Botelho2015-12-076-6/+6
|\ \ \ \ \
| * | | | | Standardize breadcrumbs for User Manager tabsPhil Davis2015-12-076-6/+6
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | I think this is the way it should be to make it like everywhere else. Even when in the "Groups" pages, it is still reached by "System" "User Manager".
* | | | | Merge pull request #2170 from phil-davis/patch-6Renato Botelho2015-12-071-1/+1
|\ \ \ \ \
| * | | | | Standardize firewall shaper breadcrumbsPhil Davis2015-12-071-1/+1
| |/ / / / | | | | | | | | | | The others for queues, limiter, wizards seem OK.
* | | | | Merge pull request #2171 from phil-davis/sysadvRenato Botelho2015-12-076-6/+6
|\ \ \ \ \
| * | | | | Standardize System Advanced breadcrumbsPhil Davis2015-12-076-6/+6
| |/ / / /
* | | | | Merge pull request #2172 from phil-davis/syscertmgrRenato Botelho2015-12-073-3/+3
|\ \ \ \ \
| * | | | | Standardize Certificate Manager breadcrumbsPhil Davis2015-12-073-3/+3
| |/ / / /
* | | | | Fixed #5599Stephen Beaver2015-12-071-24/+37
| | | | |
* | | | | Eliminate an incorrect use of config_file from a pkg info.xml (it should be ↵jim-p2015-12-071-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reading configurationfile, not config_file) This is the last place that references the old config_file field, it will be safe to remove once this is in snapshots.
* | | | | Fixed #5601Stephen Beaver2015-12-071-1/+1
|/ / / / | | | | | | | | | | | | COnfirmation is automatically added to fa-trash icon, so explicit on-click is no longer required
* | | | Run ping_hosts.sh once after IPsec start if it's enabled, to avoid a wait of ↵Chris Buechler2015-12-041-0/+7
| | | | | | | | | | | | | | | | up to 4 minutes for minicron to run it.
* | | | Remove the second Disconnect VPN button. Its function is different, but it ↵Chris Buechler2015-12-041-3/+0
| | | | | | | | | | | | | | | | doesn't really have a practical use (child SAs can be deleted elsewhere) and the presence of two buttons is confusing.
* | | | make text consistentChris Buechler2015-12-041-1/+1
| | | |
* | | | Fix VIP listing in firewall_nat_edit.php dst fieldChris Buechler2015-12-041-3/+5
| | | |
* | | | fix missing spaces in textChris Buechler2015-12-041-2/+2
| | | |
* | | | undo title capitalizationJared Dillard2015-12-041-5/+0
| | | |
* | | | add styles for different color progress barsJared Dillard2015-12-041-0/+12
| | | |
* | | | revert 4afd1362bd57d0e4ce362dc105085b8c8d9f64c1 and add BETA stylesheetJared Dillard2015-12-043-740/+358
| | | |
* | | | Include ipsec.inc here otherwise the global is undefined when called when ↵jim-p2015-12-041-0/+1
| | | | | | | | | | | | | | | | restoring a config in the GUI.
* | | | Address a potential LFI in pkg.php and wizard.php without breaking the ↵jim-p2015-12-042-4/+16
| | | | | | | | | | | | | | | | ability to pass relative paths Restricts them to files under their intended base directories.
* | | | Add descriptive name field to CSR completion formStephen Beaver2015-12-041-0/+7
| | | |
* | | | Remove deprecated Bootstap decoration from badgesStephen Beaver2015-12-041-4/+5
| | | | | | | | | | | | | | | | | | | | Fix quotes Make column selector numeric and add limits
* | | | pfSense.css has been moved to pfSense-EXP.cssStephen Beaver2015-12-042-355/+740
| | | | | | | | | | | | | | | | | | | | pfSense.css has been reverted to the version from about a week ago Please go to System->General setup->Web configurator and select the css file you would prefer to work with
* | | | Merge pull request #2160 from ExolonDX/branch_02Stephen Beaver2015-12-042-44/+63
|\ \ \ \
| * | | | Tidy up "firewall_shaper*.php"Colin Fleming2015-12-042-44/+63
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Tidy up coding style Add PROPERTY statement to LINK tag Remove self closing statement from ANCHOR tag
* | | | Merge pull request #2159 from ExolonDX/branch_01Stephen Beaver2015-12-041-17/+26
|\ \ \ \
OpenPOWER on IntegriCloud