NewEraCracker
3e582e4fd4
Strengthen PHP session settings
...
See https://secure.php.net/manual/en/session.configuration.php#ini.session.hash-function
2016-01-07 21:51:20 +00:00
NewEraCracker
f11c08e203
Revert maximum array depth (aka input nesting level) to default values
...
This is per default 50 in Suhosin (*.max_array_depth) and 64 in PHP (max_input_nesting_level)
Note: Array depth is not the number of elements within an array.
2016-01-07 21:49:01 +00:00
Chris Buechler
66a962cbdf
10m ssl_session_cache is adequate for our use cases.
2016-01-07 15:15:45 -06:00
Renato Botelho
6cf87aec74
Do not set PKG_AUTOUPDATE=false anymore and let pkg to update metadata when it's necessary. Some users reported to see issues in cases where update was necessary
2016-01-07 19:15:08 -02:00
Renato Botelho
274351c559
Remove /etc/inetd.conf and obsolete inetd related files
2016-01-07 19:15:08 -02:00
Renato Botelho
e674d246a9
Revert "Force update if code reaches this point"
...
This reverts commit 5bcad0f5ec .
2016-01-07 19:15:08 -02:00
Renato Botelho
500dfdb807
Revert "Avoid mounting / rw without need when it's possible"
...
This reverts commit 0305284cf2 .
2016-01-07 19:15:08 -02:00
Stephen Beaver
277b83dd88
Merge pull request #2379 from NewEraCracker/better-diag-traceroute
2016-01-07 15:54:15 -05:00
Stephen Beaver
811fb4200a
Merge pull request #2378 from NewEraCracker/php-standards
2016-01-07 15:50:37 -05:00
NewEraCracker
f6934376e8
Fix conflicts caused by merging
2016-01-07 15:50:30 -05:00
NewEraCracker
07a7b6dbd3
Convert this endif's missed by last commit
2016-01-07 15:50:30 -05:00
NewEraCracker
fa172bc5e8
Convert short open tags to full tags
...
Short open tag is discouraged since it is only available if enabled
See https://secure.php.net/manual/en/language.basic-syntax.phptags.php
2016-01-07 15:50:30 -05:00
NewEraCracker
f4541685c9
IMHO this looks better in 'pre' tags than nl2br
2016-01-07 20:45:29 +00:00
Chris Buechler
02ba2c972a
Use the local dh-parameters for nginx rather than the default.
2016-01-07 14:26:11 -06:00
NewEraCracker
7c46f76123
Fix conflicts caused by merging
2016-01-07 19:19:33 +00:00
NewEraCracker
5b978f510e
Merge remote-tracking branch 'upstream/master' into php-standards
2016-01-07 19:18:01 +00:00
Stephen Beaver
3568193009
Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock"
...
Just makes more sense to use a class for this
2016-01-07 13:56:51 -05:00
NOYB
6ac8623c18
Remove unneeded old commented pgtitle var
2016-01-07 13:29:29 -05:00
NOYB
3f420f8481
If action is not 'login' or 'logout' then display text of action.
...
Allow long action text to line wrap.
Don't line wrap IP address.
2016-01-07 13:29:29 -05:00
NOYB
58736bf340
But only if vpn.log file.
2016-01-07 13:29:29 -05:00
NOYB
1fdb771b93
Use the log file path provide from status_logs_common.inc
...
Apply a better way of filtering the vpn type that also provides the count of only the selected type (unset record from the array).
2016-01-07 13:29:29 -05:00
NOYB
f372bd5b99
Fixed up for vpn.log filtering.
2016-01-07 13:29:29 -05:00
NOYB
9f466a1d13
Consolidate with status_logs_common.inc
2016-01-07 13:29:29 -05:00
NOYB
67c19b9505
Function is now in guiconfig.inc
2016-01-07 13:29:29 -05:00
NOYB
f81ad804aa
Per Colin (PR #2300 )
...
Use Bootstraps text alignment classes
As per "http://getbootstrap.com/css/#type-alignment ", use CLASS
statement instead in inline STYLE statement (much tidier)
2016-01-07 13:29:29 -05:00
NOYB
87be90eda9
Staus - System - Logs - VPN - Write Config Only
...
If no logging changes have been made, only write the config file.
2016-01-07 13:29:29 -05:00
NOYB
68fdc24d80
Status - System Logs - VPN
...
Revamp log file selection method to be consistent with the other system logs.
Add advanced filter section; only activated for the non-vpn.log files (needs testing with vpn.log file first, continue using dump_clog_vpn until tested).
Add manage log section
2016-01-07 13:29:28 -05:00
jim-p
ff8e3635b6
Cleanup some text and fix default behavior of some NTP options to match 2.2.6 and what the text described.
2016-01-07 13:10:25 -05:00
NewEraCracker
536bf7c4a7
Convert this endif's missed by last commit
2016-01-07 15:54:27 +00:00
Stephen Beaver
e36f265e69
Merge pull request #2377 from phil-davis/patch-2
2016-01-07 10:49:17 -05:00
Phil Davis
c57b2aaded
diag_tables give different message when last updated is unknown
...
and put the message in an infoblock_open so the user can close/open it as they wish.
2016-01-07 21:31:35 +05:45
NewEraCracker
c5d1e3c0ae
Convert short open tags to full tags
...
Short open tag is discouraged since it is only available if enabled
See https://secure.php.net/manual/en/language.basic-syntax.phptags.php
2016-01-07 15:30:27 +00:00
Stephen Beaver
b5dbd20177
Merge pull request #2376 from phil-davis/patch-2
2016-01-07 10:30:24 -05:00
Phil Davis
16424666c7
Unset $entries array after clearing table
...
Without this, when the table is cleared then the "now old and gone" entries are being redisplayed the first time after the clear table happens.
2016-01-07 21:11:15 +05:45
Stephen Beaver
037d58299a
Merge branch 'patch-6' of https://github.com/phil-davis/pfsense
...
* 'patch-6' of https://github.com/phil-davis/pfsense :
status_logs_filter_summary make the info box open on initial page load
status_logs_filter_summary make the info an info box
2016-01-07 10:10:18 -05:00
Stephen Beaver
05ff0c6569
Merge pull request #2366 from NOYB/HTML_Compliance_-_Firewall_/_Schedules_/_Edit
2016-01-07 10:06:12 -05:00
Stephen Beaver
37d4f3639a
Merge pull request #2372 from phil-davis/patch-2
2016-01-07 10:04:21 -05:00
Stephen Beaver
eccb4c9ea5
Merge pull request #2373 from phil-davis/patch-3
2016-01-07 10:03:43 -05:00
Stephen Beaver
53d619c2f3
Merge pull request #2374 from phil-davis/patch-5
2016-01-07 10:03:18 -05:00
Stephen Beaver
224176a498
Merge pull request #2371 from NewEraCracker/php-standards
2016-01-07 09:52:45 -05:00
Phil Davis
0a7d86bd90
status_logs_filter_summary make the info box open on initial page load
2016-01-07 20:27:02 +05:45
Stephen Beaver
e6f5c46414
Fixed #5742
2016-01-07 09:41:04 -05:00
Phil Davis
db5ccb6a1f
firewall_shaper_queues show green success after apply
...
After applying changes done from firewall_shaper_queues the message should be green-success.
2016-01-07 20:02:23 +05:45
Phil Davis
c7593c816d
diag_nanobsd whitespace
...
Just a bit of consistency while I am here.
2016-01-07 19:53:58 +05:45
Renato Botelho
06dea9aa32
Fix #5743 , spell typo
2016-01-07 12:08:23 -02:00
Phil Davis
bfc94df0bf
Shaper use full bandwidth units of measure
...
In 2.2.* the shaper bandwidth type dropdowns show "Bit/s", "Kbit/s"... but in 2.3-BETA they are just showing "b", "Kb"...
That is fixed in the various array() definitions here.
I also added GetBwscaleText() function that will return the full text "Bit/s" etc associated with the current bandwidth type. Then call that in a couple of places that were displaying just the "raw" bandwidthtype on the screen. e.g. firewall_shaper_queues.php was displaying just "Kb" etc and now it will display "Kbit/s". That "issue" was in 2.2.* also - so that is an "enhancement".
2016-01-07 19:39:45 +05:45
Stephen Beaver
e849c17a98
SHow the infoblock on page load by specifying div id="infoblock_open"
2016-01-07 08:45:48 -05:00
Renato Botelho
716d10e0eb
Make sure httpsname is a valid domain to avoid breaking nginx conf
2016-01-07 11:45:36 -02:00
Stephen Beaver
38c575a3dd
Merge pull request #2364 from phil-davis/patch-5
2016-01-07 08:38:32 -05:00
Stephen Beaver
49b482738c
Allow an infoblock to be displayed (not hidden) on page load y specifying id='infoblock_open'
2016-01-07 08:30:53 -05:00