summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-114-30/+47
|
* Status - System Logs - Manage LogNOYB2015-12-111-1/+7
| | | | | | | Build up th manage log section with options to override the "General Logging Options" settings on an individual log basis. Remove over exuberant gettext's. Set/adjust filter form field widths to be better fitting for the field types. Open/Close filter form based on filtering state.
* link to proper license information locationJared Dillard2015-12-111-1/+1
|
* Use default values for latencylow and losslow when they are not defined by ↵Renato Botelho2015-12-111-6/+19
| | | | user. Reported by grandrivers at https://forum.pfsense.org/index.php?topic=103818.msg579069#msg579069
* Convert latency to ms before use it to compare with value defined in gateway ↵Renato Botelho2015-12-111-3/+3
| | | | conf
* Change quality rrd delay variable again to match same unit apinger used so ↵Renato Botelho2015-12-111-1/+1
| | | | we don't break current database. Ticket #5624
* Fix parameter orderRenato Botelho2015-12-111-2/+2
|
* Add template to rrd updateRenato Botelho2015-12-111-2/+2
|
* Actually call bc to do the math, ticket #5624Renato Botelho2015-12-111-1/+1
|
* Convert delay to milliseconds for RRD graph, ticket #5624Renato Botelho2015-12-111-0/+3
|
* Remove unused function create_gateway_quality_rrd()Renato Botelho2015-12-111-35/+0
|
* Implement RRD gateway qualiry support after move to dpinger. Fixes #5624Renato Botelho2015-12-111-0/+37
|
* Use $ values for vardb_pathRenato Botelho2015-12-111-5/+5
|
* Merge pull request #2185 from phil-davis/factory-default-interfaces-20151208Renato Botelho2015-12-112-0/+63
|\
| * Automatically choose some interface combinationsPhil Davis2015-12-082-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on factory default boot. This allows the system to switch interfaces from the newer ones in the default config (e.g. em0 em1) back to the interfaces used by: Alix - vr1 vr0 APU - re1 re2 that match the WAN and LAN labels printed on many existing devices. It means these devices can boot the default config and this will automatically detect that there is no em0/em1 and will instead select whatever exists out of vr1/vr0 or re1/re2. This avoids the user having to use the serial cable to do interface assignment when starting a brand new image, or when resetting to factory defaults. It could easily be extended to other common interface combinations. For me, this (or similar) would be very beneficial. At remote sites it is really good if it is possible to do reset to factory defaults, or put a fresh CF/SD card in, and the system boots without needing to connect a serial cable and do interface assignment.
* | Merge pull request #2182 from NOYB/write_config_only_optionRenato Botelho2015-12-111-1/+7
|\ \
| * | Write Config Only OptionNOYB2015-12-071-1/+7
| |/ | | | | | | Add write_config function option to only write the config. Sometimes syncing firewall is not necessary or desirable. ex: changing log display options.
* | Merge pull request #2191 from phil-davis/patch-3Renato Botelho2015-12-111-13/+3
|\ \
| * | 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
|\ \ \ \
OpenPOWER on IntegriCloud