summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
* Use escapeshellarg on shell calls in auth.inc. Ticket #6475jim-p2016-06-091-10/+18
|
* Implement pkg_valid_name()Renato Botelho2016-06-081-0/+8
|
* Set keepalive_timeout 0 where captive portal in use, and update otherwise to ↵Chris Buechler2016-06-031-1/+3
| | | | nginx's current default of 75. Ticket #6421
* Use 0 here if specified. Ticket #6413Chris Buechler2016-05-271-1/+1
|
* Fix this missed one.NOYB2016-05-251-1/+1
| | | | (cherry picked from commit f42ef69ab518237260a2e129cbdf391549c003ad)
* Firewall / Aliases / Edit - New URL Table Alias TypeNOYB2016-05-252-12/+13
| | | | | | Make the code cleaner and easier to follow by using the same alias type designations as config. (cherry picked from commit ebe833f6a9463b0e4add1d97c360af4a682d1add)
* Firewall / Aliases / Edit - New URL Table Alias TypeNOYB2016-05-252-3/+4
| | | | | | Need to pass alias type to process_alias_urltable() function when creating a new url table alias because it is not yet set/available from config. So the alias_get_type() function can't be successfully used yet. (cherry picked from commit 3b07f4feaf35e70700082240ef03966f74f5df97)
* Lower default LDAP timeout to 5 seconds. Idea from Sandeep1991 in PR 2971. ↵Chris Buechler2016-05-241-4/+4
| | | | Ticket #6367
* Set request_terminate_timeout to the same as max_execution_time in case ↵Chris Buechler2016-05-241-0/+1
| | | | something executed externally doesn't respond, to avoid hanging up all of php-fpm eventually. Ticket #6318 among other similar potential issues.
* Relax Suhosin to allow a 512M memory limitNewEraCracker2016-05-241-1/+1
|
* Set PHP's memory limit to 512M on 64 bit. Ticket #6364Chris Buechler2016-05-241-2/+2
|
* Welcome 2.3.1-RELEASERenato Botelho2016-05-162-2/+3
|
* Customize limiter info messagePhil Davis2016-05-161-3/+8
| | | | | | The $dn_default_shaper_msg is what is displayed on the Limiters tab. It needs to talk about "limiter" rather than "queue". This code builds up each message using the same base template sentences, inserting "queue" or "limiter" in the appropriate place. (cherry picked from commit aadc135856a0dc2cb131aeda3fd7bc44c11ab123)
* Fix script name in error logChris Buechler2016-05-151-1/+1
|
* Fix misspellings.Chris Buechler2016-05-151-3/+3
|
* Disable ipcomp regardless of config setting to avoid problem. Ticket #6167Chris Buechler2016-05-131-1/+2
|
* Silence mwexec output. Now that the groupdel actually works, it spams the ↵Chris Buechler2016-05-131-1/+1
| | | | log when group isn't found. Ticket #6352
* Unbound and dnsmasq can both be enabled so restart both if need bek-paulius2016-05-131-4/+6
|
* Fix scope for IPv6 link local gateway IPs. Ticket #6353Chris Buechler2016-05-131-1/+1
|
* Handle link local IPv6 gateways and default gateway switching correctly. ↵Chris Buechler2016-05-131-0/+11
| | | | Ticket #6258
* Don't start unbound in track6 config if system is booting. Add dnsmasq here ↵Chris Buechler2016-05-121-1/+5
| | | | as well. Based on PR 2943. Ticket #6186
* Use -g with groupdel when passing a GID. Ticket #6352Chris Buechler2016-05-121-1/+1
|
* Use proper IPsec enable test. Fixes #6351jim-p2016-05-121-1/+1
|
* Fix #6278Renato Botelho2016-05-121-3/+3
| | | | | | | | | $cpzone is always in lowercase, it's used as the array key used in config.xml. Use it in two cases where the $cp['zone'] was being wrongly used: - To find out zoneid - To replace PORTAL_ACTION url
* Store notices safely to prevent potential XSS when notices are displayed ↵Chris Buechler2016-05-121-5/+5
| | | | locally or by remote systems where they're shipped. Ticket #6154
* Fix package_reinstall_all post-upgrade when packages have been removed in ↵Chris Buechler2016-05-121-5/+5
| | | | pre_upgrade. Ticket #6137
* Tweak upgrade - Remove unused code and document changes betterNewEraCracker2016-05-112-10/+8
| | | | This will ensure a smooth upgrade for those running config 15.4 to any next version.
* Prefer index.php over index.html where both exist.Chris Buechler2016-05-111-1/+1
|
* Only execute remote search operation on first call of get_pkg_info(), this ↵Renato Botelho2016-05-111-0/+18
| | | | should fix #6177
* Revert "Add config upgrade code to update package names. Ticket #6118"Chris Buechler2016-05-112-14/+1
| | | | This reverts commit 291fad43870bdb39ef0ab32125b022e268a29cf7.
* Check for is_array here to avoid possible issues if the config.cache is ↵Chris Buechler2016-05-101-1/+1
| | | | invalid. Adapted from PR 2925
* just exit for v6, gateways setup above.Chris Buechler2016-05-091-4/+0
|
* fix booting checkChris Buechler2016-05-092-2/+2
|
* Revert "Fix #6120"Renato Botelho2016-05-092-62/+0
| | | | This reverts commit 4cbe0b132f0d60b71a20052fae1155210a1f5a16.
* Revert "Require system.inc to fix /etc/rc.console_setup. Ticket #6120"Renato Botelho2016-05-091-1/+0
| | | | This reverts commit 32f0ee884632aba5ab38485a7c25c190bb5bccce.
* Require system.inc to fix /etc/rc.console_setup. Ticket #6120Renato Botelho2016-05-091-0/+1
|
* A simple fix for #6120Renato Botelho2016-05-092-16/+2
| | | | | - Retire system_console_configure() - Replace above call on rc.bootup by setup_serial_port()
* Fix #6120Renato Botelho2016-05-092-0/+62
| | | | | | | | | | - Do not include /etc/ttys on base package, it's not supposed to be replaced during upgrade - Create a script /etc/rc.console_setup to make it easy to call setup_serial_port() from shell scripts. This script will update /etc/ttys accordingly - Call /etc/rc.console_setup just after 2nd stage of upgrade happened and new files are in place
* Update L7 config upgrade code removal. Only file notice if it was actually ↵Chris Buechler2016-05-081-1/+5
| | | | in use, otherwise it just confuses people.
* Add config upgrade code to update package names. Ticket #6118Chris Buechler2016-05-082-1/+14
|
* Setup gateway monitors and exit in rc.newwanip(v6) if system is booting. ↵Chris Buechler2016-05-072-0/+18
| | | | Ticket #6186
* Log if rc.newwanip(v6) is called with empty interface.Chris Buechler2016-05-072-0/+2
|
* Miscellaneous Textual Correction - Firewall / ShaperNOYB2016-05-071-7/+7
| | | | (cherry picked from commit c3ebf3470402080bbddb709325611e7120eb3c0f)
* Workaound fixes #6320Stephen Beaver2016-05-071-3/+2
| | | | (cherry picked from commit d1c57eb8e1699f36a3ccda53cef2e28b10eeca92)
* Clear xmlrpc.lock when restarting php-fpm. Ticket #6328Chris Buechler2016-05-061-0/+5
|
* Bump net.inet.raw.recvspace and net.inet.raw.maxdgram by default. Ticket #6223Chris Buechler2016-05-061-1/+3
|
* Only try to chown files that still exist. Ticket #6131Chris Buechler2016-05-051-1/+3
|
* This was right to begin with. Revert "Allow uppercase letters in ↵Chris Buechler2016-05-051-1/+1
| | | | | | is_unqualified_hostname as well." This reverts commit 3d5fb131796ba6d9c5d53efe77080d7ddb334f22.
* Allow uppercase letters in is_unqualified_hostname as well.Chris Buechler2016-05-051-1/+1
|
* Bug fixes to Route53 DynDNSGeorge2016-05-041-2/+2
| | | | | Fixed a bug regarding a leading space in $ZoneID that causes an AWS 505 error. Also adds support for updating DNS if TTL changes. (cherry picked from commit a4bda7563136a7b47a1d090cededdb1b1a076019)
OpenPOWER on IntegriCloud