summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up "functions.inc"Colin Fleming2014-04-011-1/+1
| | | | Remove unnecessary semi-colon.
* Remove TRIM_set and TRIM_unset support. This method isn't very elegant and ↵jim-p2014-03-311-23/+0
| | | | isn't necessary in the long run. It's better handled in the installer stage and not after the fact.
* Merge pull request #1041 from PiBa-NL/carp_maintenance_2.2Chris Buechler2014-03-301-1/+26
|\ | | | | carp, provide a way to 'permanently' set carp to 'maintenance mode' (advskew 254) persisting a reboot
| * carp, provide a way to 'permanently' set carp to 'maintenance mode' (advskew ↵PiBa-NL2014-03-301-1/+26
| | | | | | | | | | | | | | | | | | 254) persisting a reboot Option to set CARP interfaces to 'maintenance mode', persisting through a reboot so the primary machines stays as backup/inactive. This is required when there are some problems (possibly with the hardware) and the primary machine needs to be booted and checked again before becoming 'master'. Currently it will take back the master state during reboot even though there might still be problems or some re-configuring to do. p.s. it is for some reason not possible to reset advskew back to '0'.. should that number be removed as an option, and use 1 as a minimal value ?
* | Add privilegesWarren Baker2014-03-291-1/+13
| |
* | Reflect the service name when starting itWarren Baker2014-03-291-1/+1
| |
* | Add localhost as always allowed and ensure to include the access listsWarren Baker2014-03-291-1/+5
| |
* | Write out the access list correctlyWarren Baker2014-03-291-7/+11
| |
* | Configure acls for local networks and ensure listening interfaces are ↵Warren Baker2014-03-291-7/+32
| | | | | | | | correctly set
* | Add missing new lineWarren Baker2014-03-291-1/+1
| |
* | Correct referenceWarren Baker2014-03-291-2/+0
| |
* | Ensure TXT support on host descriptions actually worksWarren Baker2014-03-291-1/+1
| |
* | Remove even unused pamd.confErmal2014-03-281-55/+0
| |
* | Remove utterly old libmap.conf fileErmal2014-03-281-4/+0
| |
* | Update disktab to FreeBSD 10Ermal2014-03-281-41/+10
| |
* | Remove cvsup file from pfSense treeErmal2014-03-281-6/+0
| |
* | Another remenant from old daysErmal2014-03-281-10/+0
| |
* | Remove remenants of pccardd from FreeBSD 5Ermal2014-03-282-462/+0
| |
* | Update protocols file as wellErmal2014-03-281-11/+22
| |
* | Remove unused filesErmal2014-03-282-2/+0
| |
* | Do not use the version_kernel ad version_base files since they are not ↵Ermal2014-03-281-3/+6
| | | | | | | | relevant anyway
* | Use proper variable name for the interfaceErmal2014-03-281-1/+1
| |
* | Correct check that was broken even before to actually make the ieee8021x ↵Ermal2014-03-281-1/+1
| | | | | | | | enable from proper setting. Reported-by: https://forum.pfsense.org/index.php?topic=74013.0
* | Log everything when selected to do soErmal2014-03-261-93/+93
| |
* | Correct the generation of antifpoof rules with tracker. Also honor the log ↵Ermal2014-03-261-4/+3
| | | | | | | | directive. While here remove a duplicate antispoof declaration further down
* | Give each rule hardcoded on the ruleset a tracker so log entries give up ↵Ermal2014-03-261-103/+183
| | | | | | | | proper results there
* | Make this a global so no errors occurErmal2014-03-261-1/+1
| |
* | send crash reports via HTTPSChris Buechler2014-03-261-1/+1
| |
* | Change default charset on pages to utf-8Renato Botelho2014-03-252-4/+4
| |
* | Merge pull request #1031 from ayvis/master-br-patchRenato Botelho2014-03-256-38/+38
|\ \ | | | | | | replaced uppercase html tags with lowercase
| * | replaced uppercase html tags with lowercaseayvis2014-03-196-38/+38
| | | | | | | | | | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* | | Merge pull request #1035 from packetwerk/rc_permissionsRenato Botelho2014-03-252-0/+0
|\ \ \ | | | | | | | | fix permissions on two rc scripts
| * | | fix permissions on two rc scriptsFranco Fichtner2014-03-252-0/+0
| | |/ | |/|
* | | Fixes #3543, correct the typo in spellingErmal2014-03-241-1/+1
| | |
* | | While here escape the passed valuye to avoid problems with inputErmal2014-03-241-2/+2
| | |
* | | Somehow these got changed to /usr/local/sbin/ipfw instead of /sbin/ipfwErmal2014-03-241-4/+4
| | |
* | | Fix this for masterErmal2014-03-241-2/+2
| | |
* | | Fix deletion of ipfw rules and pipes for passthru mac, it fixes #3538Renato Botelho2014-03-241-2/+2
| | |
* | | Make this more usable by putting a delimiter in thereErmal2014-03-241-1/+1
| | |
* | | Also configure log levels any time the daemon is restarted.Ermal2014-03-241-0/+1
| | |
* | | Try to put the connection name in the logs for easy identificationErmal2014-03-241-0/+1
| | |
* | | Fix file name for domain overrides and ensure trust anchor is referencing ↵Warren Baker2014-03-211-2/+2
| | | | | | | | | | | | the correct file.
* | | Use the correct xml tag to check againstWarren Baker2014-03-211-1/+1
|/ /
* | Only display config title if option is enabledWarren Baker2014-03-201-3/+2
| |
* | Rather put forwarding for DNS servers into the configuration fileWarren Baker2014-03-201-29/+33
| |
* | Ensure if port is configured it is then usedWarren Baker2014-03-201-2/+3
| |
* | Add privileges for accessing DNS ResolverWarren Baker2014-03-201-0/+24
| |
* | Use array_flip even for the package parsersErmal2014-03-201-1/+1
| |
* | Add require_once where needed to avoid redeclaration from nested includesErmal2014-03-201-1/+1
| |
* | Configure first the vhid and than pass the vhid when configuring the carp ↵Ermal2014-03-201-4/+4
| | | | | | | | this makes the ip assigned to carp as well
OpenPOWER on IntegriCloud