summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Internationalize console reboot scriptPhil Davis2015-12-101-13/+3
| | | | | | | | | | | | | | | | This file previously had to have a space after "Do you want to proceed [y|n]?" to make the prompt for user input nice. That made it one of the few exceptions to the code style guide, where lines are not supposed to have blank space at the end. Might as well have 1 less exception to the rule by internationalizing it, which removes the literal "EOD" echo output stuff.
* | | | Merge pull request #2192 from phil-davis/patch-4Renato Botelho2015-12-111-13/+3
|\ \ \ \
| * | | | Internationalize console halt scriptPhil Davis2015-12-101-13/+3
| |/ / / | | | | | | | | | | | | This file previously had to have a space after "Do you want to proceed [y|n]?" to make the prompt for user input nice. That made it one of the few exceptions to the code style guide, where lines are not supposed to have blank space at the end. Might as well have 1 less exception to the rule by internationalizing it, which removes the literal "EOD" echo output stuff.
* | | | Merge pull request #2193 from phil-davis/patch-5Renato Botelho2015-12-111-15/+4
|\ \ \ \
| * | | | Internationalize console reset to factory defaultsPhil Davis2015-12-101-15/+4
| |/ / / | | | | | | | | This is another one that was using echo EOD stuff and needed a space after "Do you want to proceed [y|n]?".
* | | | Merge pull request #2194 from phil-davis/patch-6Renato Botelho2015-12-111-27/+12
|\ \ \ \
| * | | | Internationalize more of config.console.incPhil Davis2015-12-101-27/+12
| |/ / / | | | | | | | | | | | | This code is a whole mix of some palces that use gettext() and other chunks of output that are hardcoded text between "EOD" markers. I have got rid of the "EOD" blocks where there is a question asked - those needed to have a space at the end of the question. To meet code style guide it is easy if questions are all in their own echo statements and the space " " can be visibly coded in.
* | | | Merge pull request #2195 from phil-davis/patch-8Renato Botelho2015-12-111-10/+0
|\ \ \ \
| * | | | Remove bonus debug from filter_log.incPhil Davis2015-12-101-10/+0
| |/ / / | | | | | | | | These debug blocks look like they should not be in production. if 'debug' is turned on, then they would always log_error() and return for all log lines, even good ones.
* | | | Merge pull request #2202 from phil-davis/patch-11Renato Botelho2015-12-111-4/+4
|\ \ \ \
| * | | | Fix GW setting names in upgrade_configPhil Davis2015-12-111-4/+4
| | | | |
* | | | | gwlb array key typo loss_intervalPhil Davis2015-12-111-3/+3
|/ / / /
* | | | Write upgrade config to replace apinger by dpinger, it should fix #5624Renato Botelho2015-12-102-1/+51
| | | |
* | | | Ticket #5624: Welcome dpinger!Renato Botelho2015-12-103-260/+193
| | | |
* | | | Add rc.gateway_alarm scriptRenato Botelho2015-12-101-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | dpinger always pass 3 parameters to alert_cmd, what can make pfSctl confuse, This script will be called by dpinger when alarm goes on or off, then it's going to call pfSctl
* | | | Merge pull request #2199 from heper/patch-2Stephen Beaver2015-12-101-0/+2
|\ \ \ \
| * | | | fix #5563heper2015-12-101-0/+2
| | | | |
* | | | | Fixed #5602 by dynamically updating hte help text based on the cert selected.Stephen Beaver2015-12-101-6/+3
|/ / / /
* | | | Code style and white space in etcPhil Davis2015-12-1029-100/+131
|/ / /
* | | Fixed #5540Stephen Beaver2015-12-081-6/+27
|/ /
* | Fix codel checkbox labelStephen Beaver2015-12-071-1/+1
| |
* | 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.
* | | | 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.
* | | | | Prioritize and separate server certs for OpenVPN servers to make it more ↵jim-p2015-12-071-13/+34
| | | | | | | | | | | | | | | | | | | | 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-071-0/+6
|\ \ \ \ \
| * | | | | Redmine #4279 Package reinstall displayed when shutting down before upgradePhil Davis2015-12-071-0/+6
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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...
* | | | | 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.
* | | | 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.
* | | | Include ipsec.inc here otherwise the global is undefined when called when ↵jim-p2015-12-041-0/+1
| |/ / |/| | | | | | | | restoring a config in the GUI.
* | | else if vs elseif code style consistencyNOYB2015-12-031-28/+28
| | |
* | | Status - System Logs - FilterNOYB2015-12-031-4/+135
| | | | | | | | | | | | | | | | | | Add advanced log filter form Break out log listing fields in to columns (Time, Process, PID, Message). Basic log filter form is still used in raw mode.
* | | net.inet.ipsec.debug in 10-STABLE and newer is extremely noisy and has a ↵Chris Buechler2015-12-031-0/+3
| | | | | | | | | | | | serious performance impact, where that wasn't the case on 10.1 base versions. Change it to 0 on upgrade to avoid problems for those who had it set previously.
* | | Revert previous commit which obsoleted fend.incdoktornotor2015-12-031-1/+0
|/ / | | | | | | | | | | Reason: https://github.com/pfsense/FreeBSD-ports/search?utf8=%E2%9C%93&q=fend.inc https://forum.pfsense.org/index.php?topic=103449.0
* | Fix PHP error on boot/resync of OpenVPNjim-p2015-12-031-1/+1
|/
* Update obsleted files: fend.incStephen Beaver2015-12-021-0/+1
|
* Sanitize the session_id/logout_id in captive portal.Chris Buechler2015-12-021-0/+1
|
* pull in correct stylesheet on login pageJared Dillard2015-12-021-2/+18
|
* Omit topology from the config when using shared key mode.jim-p2015-12-021-3/+5
|
* Fixed #5540Stephen Beaver2015-12-021-2/+2
|
* fix missing "Chris Buechler2015-12-011-1/+1
|
* Nuke openvpn_cleanup_csc, the job is done better by openvpn_delete_cscjim-p2015-12-011-11/+1
|
OpenPOWER on IntegriCloud