summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Include DHCP hostname. Ticket #427Scott Ullrich2010-03-161-0/+3
|
* Set net.inet.icmp.icmplim=0Scott Ullrich2010-03-161-1/+1
| | | | Ticket #20
* Allow overriding latencylow, latencyhigh, losslow and losshigh by seting ↵Scott Ullrich2010-03-101-4/+8
| | | | config['gateways']['settings'] which is also available in 2.0
* work around perms issue with filter reloads, and issue where filter reloads ↵Chris Buechler2010-02-271-3/+3
| | | | before apinger status is marked as down
* Note full directoryScott Ullrich2010-02-141-1/+1
|
* Minor formattingScott Ullrich2010-02-141-1/+2
|
* Use U for unlinkScott Ullrich2010-02-141-1/+1
|
* Add var/empty to excludes listScott Ullrich2010-02-141-0/+1
|
* Add var/empty to excludes listScott Ullrich2010-02-141-1/+1
|
* Add var/empty to excludes listScott Ullrich2010-02-141-1/+7
|
* Adding backup script that can be run before upgrading which backs up ↵Scott Ullrich2010-02-141-0/+8
| | | | everything including config.xml. Script gives instructions on how to restore a specific file as well.
* Handle faultCode()Scott Ullrich2010-01-111-0/+5
|
* Check for is_array()Scott Ullrich2010-01-091-1/+1
|
* Report auth errors correctly during xmlrpc syncScott Ullrich2010-01-091-0/+6
|
* Boos max_procsScott Ullrich2010-01-021-5/+5
|
* Revert "include needed libraries"sullrich2009-12-151-4/+0
| | | | This reverts commit 4e955eb1d6af6e6e00765a2d2c1afec93cc54ee3.
* include needed librariessullrich2009-12-141-0/+4
|
* Escape CARP password. Resolves #213sullrich2009-12-101-2/+3
|
* don't enable idle_poll, causes 100% CPU on FreeBSD 7.2RELENG_1_2_3_RELEASEChris Buechler2009-12-061-2/+2
|
* Bring syslog up after all interfaces are up and runningsullrich2009-12-061-3/+3
|
* Move syslogd start to after LAN interface bringup. Tested-by: jim-p, ↵sullrich2009-12-061-5/+5
| | | | myself. Resolves #196
* Nuke (). Noticed-by: JimPsullrich2009-12-051-1/+1
|
* Start rolling towards 1.2.3-RELsullrich2009-12-031-1/+1
|
* Ensure process is running before killingsullrich2009-12-026-10/+20
|
* Make sure process is running before killingsullrich2009-12-021-1/+2
|
* Delete DHCP Server interfaces and do not leave XXXX based interfaces. ↵sullrich2009-11-291-4/+6
| | | | Resolves #16
* Sanitize username and only return letters numbers and spaces on the ↵Scott Ullrich2009-11-141-1/+7
| | | | username. This eliminates the error during login that was cosmetic only in nature. The previous two commits where edge cases as the webConfigurator would never allow a blank username or password and was revised just for completeness sakes.
* Disallow blank passwordsScott Ullrich2009-11-141-2/+2
|
* Disallow blank passwordsScott Ullrich2009-11-141-30/+36
|
* Patch from Ron Lockard that fixed restore_chflags due to a STDOUT ↵Scott Ullrich2009-11-131-3/+3
| | | | redirection issue
* Don't add port on no nat rules. Fixes #120Chris Buechler2009-11-071-9/+10
|
* Revert "Fix no nat rules where ports 1024:65535 is added Resolves #120"Scott Ullrich2009-10-271-5/+3
| | | | This reverts commit 395a0413858c2301732e82d89f6a1b94ea0886f4.
* Fix no nat rules where ports 1024:65535 is added Resolves #120Scott Ullrich2009-10-271-3/+5
|
* Correctly note that the pfSenseupgrade is startingsullrich2009-10-221-1/+1
|
* Revert "Allow setting of LB Server mode"Scott Ullrich2009-10-131-9/+3
| | | | This reverts commit c5dfeaf6c31999688034c22b4fcb56477f0b9bd7.
* Allow setting of LB Server modeScott Ullrich2009-10-131-3/+9
|
* Remove upgrade IMG file after failureScott Ullrich2009-10-131-1/+5
|
* oops, remove stray ;Scott Ullrich2009-10-121-1/+1
|
* Do not allow mounting of RO mode when the firmware update manual mode is ↵Scott Ullrich2009-10-121-0/+4
| | | | engaged (RW)
* moving setup_microcode above interfaces_vlan_configure makes ↵Chris Buechler2009-10-031-3/+3
| | | | interfaces_vlan_configure log errors to the console, so move it after to silence.
* Make sure that we always end the file with a carriage return, if we have a ↵Seth2009-09-301-1/+2
| | | | single record the carriage return is missing which causes dnswatch to crash.
* If gzsig does not exist then return 1Scott Ullrich2009-09-271-0/+3
|
* Fix siproxd rule generationChris Buechler2009-09-261-2/+2
|
* fix Everything remote syslog optionChris Buechler2009-09-251-7/+9
| | | | Resolves #91
* move setup_microcode above the interface configuration, so in circumstances ↵Chris Buechler2009-09-251-6/+6
| | | | where the interface configuration needs to override those settings for working around certain problems (like disabling tx/rx checksum for wireless bridging) it doesn't get stomped on at boot time.
* Disable checksum offloading on wired interfaces when a wireless interface is ↵Chris Buechler2009-09-251-1/+13
| | | | | | bridged. Resolves #88
* Add IPSEC fixes sent in from Evgeny when a tunnel is disabledsullrich2009-09-251-19/+21
|
* register_argc_argv needs to be On so that we can process rc.linkup eventsScott Ullrich2009-09-231-1/+1
|
* Axe the s in developers. Capitalize accordingly. Suggested by JimPScott Ullrich2009-09-221-1/+1
|
* Axe the s in developers. Suggested by JimPScott Ullrich2009-09-221-1/+1
|
OpenPOWER on IntegriCloud