summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/system.inc
Commit message (Expand)AuthorAgeFilesLines
* Set HTTP_PROXY to empty as recommended at https://httpoxy.org/#fix-nowRenato Botelho2016-07-181-0/+2
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-1/+1
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-54/+54
* Exclude non-qualified hostnames from hosts file. Ticket #6064Chris Buechler2016-07-081-12/+12
* Missing closing quotedoktornotor2016-07-081-1/+1
* Create /var/run/dmesg.boot symlink for vm-bhyve (Feature #6573)doktornotor2016-07-081-0/+3
* Include interface scope on IPv6 static routes to link local gateway IPs. Tick...Chris Buechler2016-06-241-0/+4
* This needs a newlinejim-p2016-06-061-1/+1
* 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
|\
OpenPOWER on IntegriCloud