summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Allow tcpdump by default on enc. There is no measurable performance impact, ↵Chris Buechler2009-08-081-2/+2
| | | | and it's annoying to flip the sysctls to allow when needed.
* add "Disable reply-to" box. Work around for bug #14Chris Buechler2009-08-031-1/+1
|
* Tell syslogd to not compress information to the following line is repeated N ↵Scott Ullrich2009-07-291-3/+3
| | | | times. This unbreaks sshlockout_pf.
* Don't log an error unless there really is one.Chris Buechler2009-07-241-2/+4
|
* Fix rdr on PPPoE and PPTP serversChris Buechler2009-07-231-4/+4
|
* Revert the flowtable addition that should have never been accidently ↵Scott Ullrich2009-07-191-14/+13
| | | | commited. Skip pfsync0 similar to how we do in master/HEAD
* Load glxsb by default, unless disabled. Add option to disable to System -> ↵Chris Buechler2009-07-191-1/+20
| | | | Advanced.
* Fix variable name so that the prefer old SA knob actually does what one ↵Seth2009-07-161-1/+1
| | | | expects it to do.
* needs to be a global nowScott Ullrich2009-07-151-0/+2
|
* Do not allow muting of serial + full installScott Ullrich2009-07-151-0/+2
|
* Do not allow muting of a serial console. The kernel gets very cranky and ↵Scott Ullrich2009-07-151-1/+9
| | | | dishes cannot control tty errors
* Switch over the dns list from arguments to dnswatch to a file which holds ↵Seth2009-07-141-4/+3
| | | | them which dnswatch will use
* Allow auto firmware upgrade to work on NanoBSDScott Ullrich2009-07-111-2/+3
|
* Allow auto firmware upgrade to work on NanoBSDScott Ullrich2009-07-111-2/+11
|
* For now set the number of flows to the same as allowable states.Scott Ullrich2009-07-111-0/+3
|
* Do not add hostname to watch in the refresh ipsec policy section, there may ↵Seth2009-07-112-4/+7
| | | | | | | | | | | | be other tunnels using the same endpoint which need refreshing as well. This is also done in the part where the racoon configuration is written so it's safe to skip it here. Silence the logging in the dnscache code and the ipsec route add code into a debug check FIXME: there is a possible situation where hostname changes can be missed. In a lot of tunnels situation there might be updates of other hostnames that changed while we were reconfiguring. Not sure how to handle that.
* Make the dnswatch list array unique before processingSeth2009-07-111-0/+1
|
* Increase the PHP running memory limit to 128MB from 32MB, on 1.5MB largeSeth2009-07-091-2/+2
| | | | config XML files we run out of memory.
* This routine was not meant to foreach() even though it is inside a ↵Scott Ullrich2009-07-091-0/+1
| | | | foreach(). It's slightly confusing but the foreach obtains the correct namespace and then processes. Add the needed break; statemenet because on subequent foreach() loops, the carp password will be WRONG/BLANK.
* MFC fix from ErmalChris Buechler2009-07-091-12/+12
| | | | Fixes #26
* Do not call mute_kernel_msgs() it causes havoc.Scott Ullrich2009-07-071-4/+0
|
OpenPOWER on IntegriCloud