summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Try to not make useless entries in the config file for very rare used configu...Ermal LUÇI2014-12-021-34/+62
* | | 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
* | Merge pull request #1356 from phil-davis/patch-3Renato Botelho2014-11-291-1/+1
|\ \
| * | Correctly delete xml file after restore and conversion to rrdPhil Davis2014-11-291-1/+1
|/ /
* | Merge pull request #1355 from phil-davis/patch-2Renato Botelho2014-11-291-2/+2
|\ \
| * | Fix bracketing of if statement in unboundPhil Davis2014-11-291-2/+2
|/ /
* | fix syntax on prefix6 for DHCPv6 PDChris Buechler2014-11-281-1/+1
* | validate MTU and MSS as integers, and don't allow MSS larger than pf will acc...Chris Buechler2014-11-281-4/+7
* | Add input validation on vpn_ipsec_settings.php. Fixes #4052.Chris Buechler2014-11-282-2/+58
* | 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-282-10/+15
* | Merge pull request #1354 from phil-davis/patch-2Ermal2014-11-281-5/+9
|\ \
| * | Process RRD backup compression in varPhil Davis2014-11-281-5/+9
* | | 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
|/ /
* | Process the rrd files one by one to fix https://forum.pfsense.org/index.php?t...Ermal LUÇI2014-11-281-2/+8
* | 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
* | Remove these booting settings since are uselessErmal LUÇI2014-11-282-6/+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
* | Merge pull request #1352 from phil-davis/patch-8Renato Botelho2014-11-281-1/+1
|\ \
| * | Fixup misleading commentPhil Davis2014-11-281-1/+1
* | | Merge pull request #1351 from phil-davis/patch-7Renato Botelho2014-11-281-1/+1
|\ \ \
| * | | Fix module name in top commentPhil Davis2014-11-281-1/+1
| |/ /
* | | Add input validation to Unbound advanced settings page. Ticket #4050Chris Buechler2014-11-281-0/+40
* | | Validate as integers, not just numeric, to prevent possible breakage.Chris Buechler2014-11-281-2/+2
OpenPOWER on IntegriCloud