summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
* Use case-insensitive regex matching for http_host in nginx captive portal ↵Chris Buechler2016-01-111-2/+2
| | | | configs.
* Update URL for dyns to match their current docs. Reported by GP^ on IRCChris Buechler2016-01-111-1/+1
|
* Match nginx max body size with PHP's upload_max_filesizeChris Buechler2016-01-111-1/+1
|
* Convert remaining short_open_tag occurances. See PR #2378NewEraCracker2016-01-111-1/+1
|
* set nginx client_max_body_size large enough for config restore and other ↵Chris Buechler2016-01-111-0/+1
| | | | purposes.
* Rework a bit interface_mtu_wanted_for_pppoe(), no functional changesRenato Botelho2016-01-111-28/+36
|
* HTML Compliance - Firewall / Traffic Shaper / LimiterNOYB2016-01-091-4/+4
| | | | | | | Bad value button for attribute type on element a: Subtype missing. (only used if href attribute set) The font element is obsolete. Use CSS instead.
* Fix DDNS dhcpd(v6).conf config generation issues. Ticket #5603Chris Buechler2016-01-081-8/+12
|
* Stop all nginx processes before attempt to start new ones. Fixes #5746Renato Botelho2016-01-081-1/+6
|
* Fix reverse DNS zone names on dhcpd conf. It should fix #5041Renato Botelho2016-01-081-6/+30
|
* Merge pull request #2380 from NewEraCracker/php-standardsRenato Botelho2016-01-081-3/+2
|\
| * Strengthen PHP session settingsNewEraCracker2016-01-071-0/+2
| | | | | | | | See https://secure.php.net/manual/en/session.configuration.php#ini.session.hash-function
| * Revert maximum array depth (aka input nesting level) to default valuesNewEraCracker2016-01-071-3/+0
| | | | | | | | | | | | 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.
* | Account for IP aliases in IPsec firewall rules. Ticket #5500Chris Buechler2016-01-071-0/+8
|/
* 10m ssl_session_cache is adequate for our use cases.Chris Buechler2016-01-071-1/+1
|
* Do not set PKG_AUTOUPDATE=false anymore and let pkg to update metadata when ↵Renato Botelho2016-01-071-45/+3
| | | | it's necessary. Some users reported to see issues in cases where update was necessary
* Remove /etc/inetd.conf and obsolete inetd related filesRenato Botelho2016-01-072-1/+3
|
* Revert "Force update if code reaches this point"Renato Botelho2016-01-071-1/+1
| | | | This reverts commit 5bcad0f5ec57858a6713cfbdbfcdf7004621b01b.
* Revert "Avoid mounting / rw without need when it's possible"Renato Botelho2016-01-071-24/+12
| | | | This reverts commit 0305284cf2d66119d6df8e57cdc52eb3b4d478af.
* Use the local dh-parameters for nginx rather than the default.Chris Buechler2016-01-071-0/+1
|
* Fixed up for vpn.log filtering.NOYB2016-01-071-11/+5
|
* Status - System Logs - VPNNOYB2016-01-071-10/+71
| | | | | | 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
* Merge pull request #2372 from phil-davis/patch-2Stephen Beaver2016-01-071-19/+63
|\
| * Shaper use full bandwidth units of measurePhil Davis2016-01-071-19/+63
| | | | | | | | | | 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".
* | Merge pull request #2371 from NewEraCracker/php-standardsStephen Beaver2016-01-071-0/+1
|\ \ | |/ |/|
| * Increase max_input_varsNewEraCracker2016-01-071-0/+1
| | | | | | | | Since Suhosin has a configured limit of 5000 maximum input variables, for consistency, PHP should be configured with a similar setting (the default is just 1000). This will allow BIG forms to save without any problem in the future.
* | Make sure httpsname is a valid domain to avoid breaking nginx confRenato Botelho2016-01-071-1/+2
|/
* Merge pull request #2355 from jlduran/no-preload-in-hstsChris Buechler2016-01-061-1/+1
|\
| * Remove preload token from HSTS headerJose Luis Duran2016-01-061-1/+1
| | | | | | | | | | | | | | Please see the documentation on how to include your domain in the preload lists: https://hstspreload.appspot.com
* | Include limit_conn config for CP maxprocperipChris Buechler2016-01-051-2/+10
| |
* | Only log to remote syslog server(s) if remote logging is enabledChris Buechler2016-01-051-8/+10
|/
* It's time to go BETA \o/Renato Botelho2016-01-051-1/+1
|
* Avoid mounting / rw without need when it's possibleRenato Botelho2016-01-051-12/+24
|
* Force update if code reaches this pointRenato Botelho2016-01-051-1/+1
|
* Fix nginx startup on NanoBSDjim-p2016-01-051-0/+3
|
* Make sure filesystem is rw state when pkg operations are calledRenato Botelho2016-01-051-0/+10
|
* Set necessary env vars for pkg db and cache dir on nanobsd or when MFS ↵Renato Botelho2016-01-051-14/+23
| | | | partition is being used
* Merge branch 'Status_-_System_Logs_-_Consolidation' of ↵Stephen Beaver2016-01-051-10/+25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NOYB/pfsense * 'Status_-_System_Logs_-_Consolidation' of https://github.com/NOYB/pfsense: Redmine #5731 Error when setting various system log settings from factory default config HTML Compliance - Status - System Logs - Firewall Summary View Fixup AJAX stuff so dynamic updating works. Rename functions per Phil suggestions. Remove commented out test code. Can' t do that here. Remove space between php tags. Status - System Logs - Consolidate - Firewall Summary View Status - System Logs - Consolidate - Firewall Dynamic View Status - System Logs - Consolidate - Common Functions
| * Fixup AJAX stuff so dynamic updating works.NOYB2016-01-041-10/+25
| | | | | | | | Move getGETPOSTsettingvalue function to be more centrally located in guiconfig.inc.
* | Merge pull request #2253 from calvinbui/patch-1Renato Botelho2016-01-051-3/+1
|\ \
| * | Stop DynDNS from turning off CloudFlarecalvinbui2015-12-171-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | By having 'proxiable' and 'proxied' values set to false, CloudFlare is turned off (i.e. not go through CloudFlare) for the domain when updating the DNS records. Setting them to 'true' would turn CloudFlare on that domain, however the user may have disabled it for their own reasons and would not like it changed. Instead, removing these two values will not alter the status of CloudFlare on the domain. Tested with false/false, true/false, false/true, true/true in all scenarios.
* | | Fix spaces and indentRenato Botelho2016-01-051-14/+15
| | |
* | | fix redirurl for nginxChris Buechler2016-01-051-1/+1
| | |
* | | Add more lighttpd pieces to obsoletedfiles listChris Buechler2016-01-051-0/+5
| | |
* | | Include CA chain in certificate for nginxChris Buechler2016-01-051-1/+6
| | |
* | | Add nginx redirection for captive portalChris Buechler2016-01-051-2/+28
| | |
* | | lighty clean upChris Buechler2016-01-051-14/+2
| | |
* | | some CP clean up in nginx startChris Buechler2016-01-051-53/+3
| | |
* | | Bring back $ca in config functionChris Buechler2016-01-051-1/+2
| | |
* | | Rename pid files from lighty to nginxRenato Botelho2016-01-051-6/+6
| | |
OpenPOWER on IntegriCloud