summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/system.inc
Commit message (Expand)AuthorAgeFilesLines
* Include interface scope on IPv6 static routes to link local gateway IPs. Tick...Chris Buechler2016-06-241-0/+4
* Set keepalive_timeout 0 where captive portal in use, and update otherwise to ...Chris Buechler2016-06-031-1/+3
* Prefer index.php over index.html where both exist.Chris Buechler2016-05-111-1/+1
* A simple fix for #6120Renato Botelho2016-05-091-14/+0
* Add Hyper-V support to system_identify_specific_platform, and disable S.M.A.R...Chris Buechler2016-04-231-3/+10
* Ticket #6053Renato Botelho2016-04-041-6/+1
* Remove unused function sync_system_time()Renato Botelho2016-04-041-18/+0
* Implement system_get_serial()Renato Botelho2016-03-281-0/+15
* Remove dead codeRenato Botelho2016-03-281-8/+0
* Identify specific hardware models of some Netgate productsRenato Botelho2016-03-281-3/+20
* Rename variable to a name that make senseRenato Botelho2016-03-281-7/+7
* Don't log 404s for captive portal. Ticket #6027Chris Buechler2016-03-271-1/+1
* Remove ssl_stapling. Ticket #6020Chris Buechler2016-03-221-2/+0
* Don't log to filter.log when local logging is disabled. Ticket #6018Chris Buechler2016-03-211-1/+4
* Cleanup nginx configuration fileJose Luis Duran2016-03-191-21/+27
* Use product name rather than smbios here.Chris Buechler2016-03-141-1/+1
* Disable TLSv1.0 for web GUI's nginx instance. Ticket #5984Chris Buechler2016-03-121-1/+6
* Merge RCC add, 1540 name fix, from 2_2 branch.Chris Buechler2016-03-111-1/+5
* log dhcpleases and dhcpleases6 to dhcpd.log. Ticket #5968Chris Buechler2016-03-081-1/+1
* Remove duplicated text/javascriptChris Buechler2016-03-051-1/+1
* Update nginx gzip_types. Remove text/html since it's redundant, and add a few...Chris Buechler2016-03-041-1/+1
* Move NTP access restrictions to their own tab and add the ability to craft cu...jim-p2016-03-031-2/+35
* Fix #3029Renato Botelho2016-02-191-5/+4
* Ticket #3029Renato Botelho2016-02-191-6/+17
* Internationalize etc inc i through sPhil Davis2016-02-181-9/+9
* Prefer dnsmasq's host overrides when it's enabled. Ticket #5883Chris Buechler2016-02-111-3/+5
* Fix style issues.Chris Buechler2016-02-091-1/+2
* Review of CARP uniqid changes.Luiz Otavio O Souza2016-02-091-9/+7
* Enable gzip compression in nginx.Chris Buechler2016-02-041-0/+3
* Set fastcgi_read_timeout to 180 seconds rather than the default 60 for the oc...Chris Buechler2016-02-011-0/+1
* Remove all additional packages from the system before reset to factory defaul...Renato Botelho2016-02-011-0/+1
* Remove static routes to DNS servers when gateway is disabled. It should fix #...Renato Botelho2016-01-281-8/+14
* Simplify logicRenato Botelho2016-01-281-19/+14
* Fix dns test for localhost inclusion, when saving now the port value can be s...jim-p2016-01-161-2/+2
* Update license on files from /etc/incRenato Botelho2016-01-151-14/+41
* Use case-insensitive regex matching for http_host in nginx captive portal con...Chris Buechler2016-01-111-2/+2
* 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 purp...Chris Buechler2016-01-111-0/+1
* 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
* | 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
OpenPOWER on IntegriCloud