summaryrefslogtreecommitdiffstats
path: root/etc/inc
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
|
* Nuke (). Noticed-by: JimPsullrich2009-12-051-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
|
* 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
|
* 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
|
* 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)
* 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
* 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
|
* Pass origname instead of relying on a globalScott Ullrich2009-09-211-2/+2
|
* Check for interfaces with same name as alias. Ticket #92sullrich2009-09-211-0/+30
|
* Remove leftover code per ErmalScott Ullrich2009-09-181-3/+0
|
* Update locking to use Ermals non semaphore patch. I just beat the holy heck ↵Scott Ullrich2009-09-171-41/+18
| | | | out of it with the CP torture scripts and all seems OK
* Set max children to same amount as max procsScott Ullrich2009-09-171-17/+9
|
* It seems upon captive portal startup the captiveportal.db file is not ↵Scott Ullrich2009-09-171-0/+3
| | | | written out until the /etc/rc.prunecaptiveportal script is run. If the Operator decides to visit status -> captive portal right after enabling the service they will be greated with some nasty nasty errors. Silence this nonsense by creating a blank captiveportal.db file right after nuking it.
* Return NULL when captive portal is not enabledScott Ullrich2009-09-171-1/+1
|
* Do not process IPFW rules if captive portal is disabled.Scott Ullrich2009-09-171-1/+3
|
* Cap max requests at 500Scott Ullrich2009-09-171-6/+0
|
* Adding PHP_FCGI_MAX_REQUESTS => 500. This problem seems to stem from a ↵Scott Ullrich2009-09-171-9/+10
| | | | little-known issue with PHP: PHP stops accepting new FastCGI connections after handling 500 requests; unfortunately, there is a potential race condition during the PHP cleanup code in which PHP can be shutting down but still have the socket open, so lighty can send request number 501 to PHP and have it accepted, but then PHP appears to simply exit, causing a 500 return from lighty.
* Adding PHP_FCGI_MAX_REQUESTS => 500. This problem seems to stem from a ↵Scott Ullrich2009-09-171-0/+8
| | | | little-known issue with PHP: PHP stops accepting new FastCGI connections after handling 500 requests; unfortunately, there is a potential race condition during the PHP cleanup code in which PHP can be shutting down but still have the socket open, so lighty can send request number 501 to PHP and have it accepted, but then PHP appears to simply exit, causing a 500 return from lighty.
* Using /tmp for packet captures is a bad idea, mmmkay?Scott Ullrich2009-09-161-0/+5
|
* We need to link carp interfaces to wan and lan. This used to be the ↵Scott Ullrich2009-09-151-3/+8
| | | | behavior but somehow was reverted.
* set auto_releaseChris Buechler2009-09-121-1/+1
|
* Disable NATTScott Ullrich2009-09-021-2/+2
|
* rename interface to OPTYmdHis Resolves #16Scott Ullrich2009-08-241-1/+2
|
* Remove whitespace and \tScott Ullrich2009-08-241-1/+1
|
* Use array_splice() to unset items that should not be sync'd (nosync) ↵Scott Ullrich2009-08-241-16/+30
| | | | Resolves #38
* Make altq driver list up to date with 7.2Seth2009-08-211-6/+7
|
* Add vge interface to AltQ capable listSeth2009-08-211-1/+2
|
* Sync run_plugins() with headScott Ullrich2009-08-211-21/+15
|
* Unbreak parse_config plugins and fix autoconfigbackupScott Ullrich2009-08-211-8/+10
|
* Disable sshlockout. It's locking out after one failed login now that it's ↵Chris Buechler2009-08-201-1/+0
| | | | reading the logs correctly. It also isn't configurable, doesn't have a status page. Since 1.2.3 is close, let's ditch this from RELENG_1_2 and fix it properly for 2.0.
* Merge branch 'RELENG_1_2' of http://gitweb.pfsense.org/pfsense/mainline into ↵Chris Buechler2009-08-172-5/+13
|\ | | | | | | RELENG_1_2
| * When a UDP reflection line was added for inetd, it was added as streamScott Ullrich2009-08-161-3/+6
| |
| * Cleanup NanoBSD firmware upgradeScott Ullrich2009-08-121-2/+7
| |
* | Fix typoChris Buechler2009-08-171-1/+1
|/
* Make sure config.inc is sourcedScott Ullrich2009-08-101-2/+3
|
* Allow logging everything to syslog (allows syslog of snort, amongst other ↵Chris Buechler2009-08-091-0/+6
| | | | things)
OpenPOWER on IntegriCloud