summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Note correct extension. Noticed-by: JimPsullrich2009-12-051-1/+5
|
* Show correct update source URLsullrich2009-12-051-1/+1
|
* Adding code-red theme from 'cheesyboofs' on forumsullrich2009-12-05235-0/+5096
|
* 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
|
* Add Jim's VLAN fix for Ticket #199sullrich2009-12-021-0/+2
|
* Delete DHCP Server interfaces and do not leave XXXX based interfaces. ↵sullrich2009-11-291-4/+6
| | | | Resolves #16
* Update fieldname, it should be hostname and not host Ticket #159Scott Ullrich2009-11-221-1/+1
|
* Jettison never used pagesScott Ullrich2009-11-152-309/+0
|
* 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
|
* Reload filter in case we need to sync CARP dataScott Ullrich2009-10-211-0/+3
|
* Set maximum memory to 64M for this page. Fixes #113Scott Ullrich2009-10-151-0/+5
|
* 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)
* fix typoChris Buechler2009-10-111-1/+1
|
* Add note about uncompressed images/filesScott Ullrich2009-10-111-0/+2
|
* 1 minute != 40 seconds. Change to 70 and give the slower boots a chance to bootScott Ullrich2009-10-101-1/+1
|
* Ensure glabel exists so we can mount ufs. Fixes #110Scott Ullrich2009-10-101-0/+1
|
* Show size in uppercaseScott Ullrich2009-10-101-1/+1
|
* Use /etc/nanosize.txtScott Ullrich2009-10-101-2/+2
|
* Use /etc/nanosize.txtScott Ullrich2009-10-101-2/+4
|
* Output NanoBSD image sizeScott Ullrich2009-10-101-0/+6
|
* Adding apple icon for themesScott Ullrich2009-10-055-0/+0
|
* Add theme Apple touch icon supportScott Ullrich2009-10-051-1/+1
|
* Add shiny webclip icon for Iphone homescreen bookmarks.Scott Ullrich2009-10-051-0/+0
|
* Automatically source common items so that config is in the eval() contextScott Ullrich2009-10-051-1/+3
|
* 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.
* Turn off auto update feature on NanoBSD platform. This will be addressed ↵Scott Ullrich2009-09-294-12/+20
| | | | in 2.0
* 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
|
OpenPOWER on IntegriCloud