summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
* Encode DHCP/DHCPv6 server additional BOOTP text options before save to XML ↵Renato Botelho2016-01-153-4/+35
| | | | to preserve data. It fixes #5623
* Update license on files from /etc/incRenato Botelho2016-01-1538-640/+1536
|
* Update sasl classes to last version and remove all style customizations - ↵Renato Botelho2016-01-155-28/+26
| | | | http://www.phpclasses.org/package/1888-PHP-Single-API-for-standard-authentication-mechanisms.html
* Update smtp class to latest version, fixes #5604Renato Botelho2016-01-152-139/+1171
| | | | | | | - SMTP class from http://www.phpclasses.org/package/14-PHP-Sends-e-mail-messages-via-SMTP-protocol.html - Adapt code to current version, only change was tls parameter became start_tls
* Respect force parameter even if message is the same of last sentRenato Botelho2016-01-151-2/+2
|
* Add config upgrade code to remove L7 config pieces, and file a notice where ↵Chris Buechler2016-01-142-1/+17
| | | | found. Ticket #5508
* Simplify logic and fixes on interface_vlan_adapt_mtu()Renato Botelho2016-01-141-14/+13
| | | | | | | | - Remove some redundant code and define $if_mtu respecting the order - Assinged interface - PPP - default - When interface is a VLAN and parent is LAGG, it must be re-created
* When parent of a VLAN is LAGG and need to set a different MTU, interface ↵Renato Botelho2016-01-141-1/+14
| | | | must be re-created
* Use proper variable ($wantedmtu) to get vlan MTURenato Botelho2016-01-141-3/+1
|
* All lagg members are exclusive, set the same MTU defined on interface ↵Renato Botelho2016-01-141-11/+7
| | | | instead of consider what is currently set on members
* Rename variables to make more senseRenato Botelho2016-01-141-4/+4
|
* Simplify logicRenato Botelho2016-01-141-3/+4
|
* Merge pull request #2422 from phil-davis/patch-2Chris Buechler2016-01-131-47/+62
|\
| * Fix #5767 config validation errors when first enabling DNS ResolverPhil Davis2016-01-131-47/+62
| | | | | | | | | | | | Generate a complete set of test conf files in /var/unbound/test subdir when doing the validation of the tentative config that is being saved. This avoids any dependency on any of the "real" files already existing in /var/unbound and also avoids the chance of overwriting a live file that is currently in use by the running unbound. /var/unbound/test is removed once the validation has been done. The real unbound conf files are created in /var/unbound like they always were after the user presses apply.
* | Revise binat rule when nobinat is setStephen Beaver2016-01-131-1/+1
| |
* | Fix no binat checkboxStephen Beaver2016-01-131-1/+1
| |
* | Fixed #3887Stephen Beaver2016-01-131-14/+19
|/
* Prevent GIF/GRE from making dummy/unusable gateways that show up for ↵jim-p2016-01-131-2/+6
| | | | monitoring/routing/etc. Fixes #5766
* Fix missing ')'Stephen Beaver2016-01-131-1/+2
|
* Accommodate webgui separator bar by ignoring when loading rulesStephen Beaver2016-01-131-0/+4
|
* Update copyright noticeStephen Beaver2016-01-131-35/+53
|
* Fix whitespace in upgrade_118_to_119jim-p2016-01-131-3/+3
|
* Merge pull request #2406 from stilez/patch-9Renato Botelho2016-01-131-3/+3
|\
| * Remove spaces at EOL as requestedstilez2016-01-131-3/+3
| |
| * redmine 5702 - change to use high level IPv4 functions where low level ↵stilez2016-01-121-3/+3
| | | | | | | | ip2long32() etc are used
* | Fix attribution. Spotted-by BBcan177Renato Botelho2016-01-121-1/+1
| |
* | Merge pull request #2407 from stilez/patch-11Renato Botelho2016-01-121-2/+2
|\ \
| * | redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-2/+2
| |/ | | | | | | ip2long32() etc
* | Add missing spacesRenato Botelho2016-01-121-2/+2
|/
* 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
|
OpenPOWER on IntegriCloud