summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
* Link local interfaces don't have subnet.. don't create access-control statementJean Cyr2014-12-031-5/+7
* 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
* | Preserve exit code lost from s/exit/return/Ermal LUÇI2014-12-021-1/+1
* | Cleanup whitespace.Ermal LUÇI2014-12-021-3/+1
* | Remove exit from as much as possible backend codeErmal LUÇI2014-12-022-9/+9
* | 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
|/
* 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
* Fix input validation for DNS resolver when localhost is enabled in resolv.con...Chris Buechler2014-11-281-7/+12
* Correct some logic and remove temporary filesErmal LUÇI2014-11-281-1/+2
* Make restore one by one to help https://forum.pfsense.org/index.php?topic=846...Ermal LUÇI2014-11-281-8/+12
* Correct typo on variable. Should help https://forum.pfsense.org/index.php?top...Ermal LUÇI2014-11-281-1/+1
* Add a parameter on platform_booting to help detect if it's on GUI on console ...Renato Botelho2014-11-283-6/+7
* Fix sapi name check to detect if it's on console, ticket #4049Renato Botelho2014-11-281-4/+4
* Remove the . here they just confuse things as in Ticket #4049. Also check tha...Ermal LUÇI2014-11-281-9/+1
* Remove these booting settings since are uselessErmal LUÇI2014-11-281-3/+0
* Remove these booting settings since are uselessErmal LUÇI2014-11-281-2/+0
* Bring back the old way of waiting for 3 times of 10seconds on bootup for a pp...Ermal LUÇI2014-11-281-6/+4
* Use function for determining if its ppp typeErmal LUÇI2014-11-281-7/+1
* Cleanup some code and use function for easier managementErmal LUÇI2014-11-281-25/+3
* Add option to disable auto-added access-control entries for users who want to...Chris Buechler2014-11-271-38/+40
* Fixes #4040 for pppoe use static route with -iface option to help when more t...Ermal LUÇI2014-11-272-4/+35
* Make the parsing of setkey -d(SAs) more reliable. Fixes #4043Ermal LUÇI2014-11-271-18/+19
* Correct logic of skipping for gif/gre/bridge on top of _vips. Even though thi...Ermal LUÇI2014-11-271-3/+3
* Put the safety belts for rrds on its proper location. No need to create /tmp ...Ermal LUÇI2014-11-272-7/+13
* Fix Unbound host_entries.conf warnings on console during bootPhil Davis2014-11-271-7/+20
* Setup rrd dir before calling create_gateway_quality_rrdPhil Davis2014-11-271-7/+7
* Use the undocumented -q options of devd to reduce spamming on logs. pfSense s...Ermal LUÇI2014-11-271-1/+3
* Do not run this during bootupErmal LUÇI2014-11-271-1/+2
* OptimizeErmal LUÇI2014-11-271-4/+1
* Do not run this code during upgrade and if ost is booting upErmal LUÇI2014-11-271-4/+8
* Actually comment this code out since it causes more troubles than solves for ...Ermal LUÇI2014-11-261-1/+3
* Just indent code to make it more readble.Ermal LUÇI2014-11-261-102/+98
* Make at least the code correct here even though it does not make sense on wha...Ermal LUÇI2014-11-261-1/+2
* Mute this since only spams logs when interface is not thereErmal LUÇI2014-11-261-1/+1
OpenPOWER on IntegriCloud