summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/system.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix dns test for localhost inclusion, when saving now the port value can be ↵jim-p2016-01-161-2/+2
| | | | set but empty. Fixes #5775
* Update license on files from /etc/incRenato Botelho2016-01-151-14/+41
|
* Use case-insensitive regex matching for http_host in nginx captive portal ↵Chris Buechler2016-01-111-2/+2
| | | | configs.
* Match nginx max body size with PHP's upload_max_filesizeChris Buechler2016-01-111-1/+1
|
* set nginx client_max_body_size large enough for config restore and other ↵Chris Buechler2016-01-111-0/+1
| | | | purposes.
* 10m ssl_session_cache is adequate for our use cases.Chris Buechler2016-01-071-1/+1
|
* Use the local dh-parameters for nginx rather than the default.Chris Buechler2016-01-071-0/+1
|
* 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
|/
* Fix nginx startup on NanoBSDjim-p2016-01-051-0/+3
|
* Fix spaces and indentRenato Botelho2016-01-051-14/+15
|
* fix redirurl for nginxChris Buechler2016-01-051-1/+1
|
* 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
|
* Retire system_generate_lighty_config()Renato Botelho2016-01-051-5/+0
|
* un-break SVG graphsChris Buechler2016-01-051-1/+0
|
* Skip error_log when disabled.Chris Buechler2016-01-051-1/+7
|
* clean up lighttpdChris Buechler2016-01-051-8/+0
|
* Keeping the disable logging option. Revert "clean up lighttpd bits"Chris Buechler2016-01-051-0/+8
| | | | This reverts commit 9de0332dec955ec513b74be9361de72d12aa7245.
* clean up lighttpd bitsChris Buechler2016-01-051-8/+0
|
* fix up nginx loggingChris Buechler2016-01-051-4/+3
|
* first run through, replacing lighttpd with nginx.Chris Buechler2016-01-051-214/+97
|
* Nuke fifolog support. It was never used or fully implemented, no GUI option, ↵jim-p2015-12-171-8/+35
| | | | | | and didn't end up working out. It buffered writes too long, users could never see the most current log data.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-10/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Ticket #5624: Welcome dpinger!Renato Botelho2015-12-101-3/+3
|
* Code style and white space in etcPhil Davis2015-12-101-1/+1
|
* 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.
* Allow gateway outside interface subnet. Fixes #972, #1847, and was checked ↵PiBa-NL2015-11-261-0/+18
| | | | (on 2.2.5) with that provider to work properly for the IPv4 part. In 2.3 test machine IPv6 also seems to insert the proper routes.
* Also get time zones three levels deep. Fixes #5517jim-p2015-11-231-1/+2
|
* Merge pull request #2070 from jean-m-cyr/masterRenato Botelho2015-11-191-0/+4
|
* etc inc delete $Id commentsPhil Davis2015-11-101-1/+0
| | | | | | and bits of white space. Note: There are plenty of files still with old-format copyright sections in here.
* Make sure timezones listed on first level directory is also grabbed by ↵Renato Botelho2015-10-131-2/+15
| | | | system_get_timezone_list(). It fixes #5303
* fix comment typo Phil Davis notedChris Buechler2015-09-301-1/+1
|
* Remove /usr/share/zoneinfo.tgz and use FreeBSD stock zoneinfo. It fixes #4726Renato Botelho2015-09-301-21/+16
|
* Add SVG MIME typeJose Luis Duran2015-08-291-0/+1
| | | | SVG MIME type is `image/svg+xml`.
* Declare the harddisks variable only if neededdoktornotor2015-08-281-4/+4
|
* Bug #4569 - system_set_harddisk_standby() rewritte for current CAM-based ATA ↵doktornotor2015-08-281-5/+12
| | | | | stack Resubmit of #1767
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+2258
OpenPOWER on IntegriCloud