summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
* Provide success return indication from console_configure_dhcpdPhil Davis2014-12-071-0/+1
* Disable RC4 ciphers in lighttpdChris Buechler2014-12-051-2/+2
* Call filter_configure_sync() is a better fix for #4066, as pointed by ErmalRenato Botelho2014-12-051-3/+2
* Fix #4066:Renato Botelho2014-12-051-3/+12
* Add RELENG_2_2 to gitsyncRenato Botelho2014-12-051-0/+1
* dyn.dns.he.net uses a self-signed cert, disable verification for it.Chris Buechler2014-12-041-0/+1
* Don't try to launch 3gstats unless it's on a valid device.Chris Buechler2014-12-041-2/+4
* Proper CA certificates are in place to validate SSL in these cases where it p...Chris Buechler2014-12-041-22/+3
* replace spaces with tabsChris Buechler2014-12-041-2/+2
* After discussion with Ermal, remove this to force consumers to send thingsChris Buechler2014-12-041-7/+0
* Don't include link-locals as unbound interface candidatesJean Cyr2014-12-041-1/+1
* The time has come - bump to 2.2-RCChris Buechler2014-12-041-1/+1
* Fix update url since now we have RELENG_2_2Renato Botelho2014-12-041-1/+1
* Proper fix was put on f658bacErmal LUÇI2014-12-041-1/+2
* Properly unset booting flags to allow dynamic ipsec tunnels to work correctlyErmal LUÇI2014-12-042-3/+6
* change the ordering of dhcpd_configure and unbound_configure here, claims on ...Chris Buechler2014-12-041-3/+3
* Merge pull request #1360 from jean-m-cyr/masterChris Buechler2014-12-031-5/+7
|\
| * Link local interfaces don't have subnet.. don't create access-control statementJean Cyr2014-12-031-5/+7
* | Can't skip this if booting, ends up breaking config. Ticket #4071Chris Buechler2014-12-031-2/+1
|/
* fix IPv6 static routes, is_ipaddrv6 returns true for strings including aChris Buechler2014-12-031-3/+2
* Change our default resolv-retry back to OpenVPN's default. Changing thisChris Buechler2014-12-031-1/+1
* Merge pull request #1357 from DasTestament/patch-1Chris Buechler2014-12-021-1/+1
|\
| * Update filter.incDmitriy K.2014-12-011-1/+1
* | reload Unbound here, fixes some instances of PD-assigned v6 IPs missing from ...Chris Buechler2014-12-021-0/+3
* | If get_interface_ip(v6) is passed an IP, return the IP.Chris Buechler2014-12-022-6/+19
* | Use clog -f /var/log/filter.log to view firewall log entries, so they are dis...jim-p2014-12-021-1/+1
* | wait 10 minutes before retrying on soft failures to avoid us getting DoSedChris Buechler2014-12-021-1/+1
* | don't include cert.pem in the obsoletedfiles list.Chris Buechler2014-12-021-1/+0
* | Preserve exit code lost from s/exit/return/Ermal LUÇI2014-12-022-3/+3
* | Cleanup whitespace.Ermal LUÇI2014-12-021-3/+1
* | Remove exit from as much as possible backend codeErmal LUÇI2014-12-022-9/+9
* | Remove exit from as much as possible backend codeErmal LUÇI2014-12-023-11/+13
* | Remove exit and also properly close open filesErmal LUÇI2014-12-022-5/+8
* | Lock rc.linkup based on interface to avoid races in between up/down events wh...Ermal LUÇI2014-12-021-1/+4
* | Avoid calling exit in backend now that fpm is used for php since its a pesimi...Ermal LUÇI2014-12-021-6/+7
* | Comment out copy paste of v4 code. No need to delete arp entries on v6.Ermal LUÇI2014-12-021-1/+1
* | Comment out copy paste of v4 code. No need to delete arp entries on v6.Ermal LUÇI2014-12-021-1/+1
* | also take into account the "all" option in Unbound Network Interfaces whenChris Buechler2014-12-011-2/+2
* | Revert "/etc/ssl/cert.pem was obsoleted by mistake, remove it"Renato Botelho2014-12-011-0/+1
* | /etc/ssl/cert.pem was obsoleted by mistake, remove itRenato Botelho2014-12-011-1/+0
|/
* Unlink temporary xml file to avoid filling up space with junk filesErmal LUÇI2014-12-011-0/+4
* Only set i_dont_care_about_security_and_use_aggressive_mode_psk=yes where the...Chris Buechler2014-11-291-4/+10
* Correctly delete xml file after restore and conversion to rrdPhil Davis2014-11-291-1/+1
* Fix bracketing of if statement in unboundPhil Davis2014-11-291-2/+2
* fix syntax on prefix6 for DHCPv6 PDChris Buechler2014-11-281-1/+1
* Add input validation on vpn_ipsec_settings.php. Fixes #4052.Chris Buechler2014-11-281-1/+1
* Skip v6 WANs in Unbound access-control. Ticket #4023Chris Buechler2014-11-281-1/+3
* fix v6 access-control in Unbound, Ticket #4023Chris Buechler2014-11-281-1/+2
* Ticket #4009 Force serial console whenever the installer told us so.Ermal LUÇI2014-11-281-0/+3
* check if Unbound is enabled in addition to dnsmasq for v6 DNS assignment. Fix...Chris Buechler2014-11-281-3/+3
OpenPOWER on IntegriCloud