Commit Graph

5172 Commits

Author SHA1 Message Date
Chris Buechler
9490c282a3 moving setup_microcode above interfaces_vlan_configure makes interfaces_vlan_configure log errors to the console, so move it after to silence. 2009-10-03 23:13:15 -04:00
Seth
0c8ec13a17 Make sure that we always end the file with a carriage return, if we have a single record the carriage return is missing which causes dnswatch to crash. 2009-09-30 12:53:54 +02:00
Scott Ullrich
3eec7a4fb9 If gzsig does not exist then return 1 2009-09-27 21:04:43 -04:00
Chris Buechler
b7a9691add Fix siproxd rule generation 2009-09-26 11:49:34 -04:00
Chris Buechler
f5d7fe7c5b fix Everything remote syslog option
Resolves #91
2009-09-25 23:09:30 -04:00
Chris Buechler
19ee38b4c9 move setup_microcode above the interface configuration, so in circumstances 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. 2009-09-25 20:34:41 -04:00
Chris Buechler
369fb26331 Disable checksum offloading on wired interfaces when a wireless interface is bridged.
Resolves #88
2009-09-25 19:49:09 -04:00
sullrich
8182c57e41 Add IPSEC fixes sent in from Evgeny when a tunnel is disabled 2009-09-25 13:38:27 -04:00
Scott Ullrich
c339557b05 register_argc_argv needs to be On so that we can process rc.linkup events 2009-09-23 13:11:06 -04:00
Scott Ullrich
f160434000 Axe the s in developers. Capitalize accordingly. Suggested by JimP 2009-09-22 18:51:34 -04:00
Scott Ullrich
43cca7d681 Axe the s in developers. Suggested by JimP 2009-09-22 18:50:23 -04:00
Scott Ullrich
fb56bff1ba Rename PHP Shell to developers shell 2009-09-22 18:48:40 -04:00
Scott Ullrich
581905c8aa Pass origname instead of relying on a global 2009-09-21 19:13:41 -04:00
sullrich
bca2d8ad64 Check for interfaces with same name as alias. Ticket #92 2009-09-21 11:33:14 -04:00
Scott Ullrich
09be0c7611 Remove leftover code per Ermal 2009-09-18 11:22:50 -04:00
Scott Ullrich
e6b2108943 Update locking to use Ermals non semaphore patch. I just beat the holy heck out of it with the CP torture scripts and all seems OK 2009-09-17 21:47:34 -04:00
Scott Ullrich
92880548e0 Set max children to same amount as max procs 2009-09-17 21:33:47 -04:00
Scott Ullrich
5caa648d36 It seems upon captive portal startup the captiveportal.db file is not 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. 2009-09-17 21:16:50 -04:00
Scott Ullrich
b95c4db290 Return NULL when captive portal is not enabled 2009-09-17 20:11:31 -04:00
Scott Ullrich
08b6c550ac Do not process IPFW rules if captive portal is disabled. 2009-09-17 19:03:47 -04:00
Scott Ullrich
837b2b6be1 Cap max requests at 500 2009-09-17 16:41:58 -04:00
Scott Ullrich
c6c9895334 Adding PHP_FCGI_MAX_REQUESTS => 500. This problem seems to stem from a 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. 2009-09-17 16:38:58 -04:00
Scott Ullrich
8134cc27e8 Adding PHP_FCGI_MAX_REQUESTS => 500. This problem seems to stem from a 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. 2009-09-17 16:36:33 -04:00
Scott Ullrich
6a01b7d954 Using /tmp for packet captures is a bad idea, mmmkay? 2009-09-16 11:49:08 -04:00
Scott Ullrich
dd9892c69c We need to link carp interfaces to wan and lan. This used to be the behavior but somehow was reverted. 2009-09-15 19:27:39 -04:00
Chris Buechler
5c38d65ad3 set auto_release 2009-09-12 01:55:48 -04:00
Scott Ullrich
c126b54875 Add 1 meg to on size disk image 2009-09-10 18:50:55 -04:00
Scott Ullrich
ae342f4779 Remove /var/run/firmware.lock as well 2009-09-10 18:34:10 -04:00
Scott Ullrich
595459a3fc Show what each of the numbers are during a upgrade size failure check 2009-09-10 18:30:05 -04:00
Scott Ullrich
6160967a1e Bump to RC3. RC2 was never released officially and was only available via snapshots. Bumping to avoid confusion since it was tagged for so long 2009-09-05 17:10:01 -04:00
Scott Ullrich
ec1bcf1b51 Disable NATT 2009-09-02 15:41:26 -04:00
Scott Ullrich
e31288e3b7 rename interface to OPTYmdHis Resolves #16 2009-08-24 21:47:52 -04:00
Scott Ullrich
2d0b9ebd32 Remove whitespace and \t 2009-08-24 21:20:17 -04:00
Scott Ullrich
86fa7e0e9c Use array_splice() to unset items that should not be sync'd (nosync) Resolves #38 2009-08-24 20:54:55 -04:00
Scott Ullrich
b8481c066c sync bogons 2009-08-23 20:13:27 -04:00
Seth
5fba3c6e2d Make altq driver list up to date with 7.2 2009-08-21 09:21:16 +02:00
Seth
6d6746dad9 Add vge interface to AltQ capable list 2009-08-21 09:06:34 +02:00
Scott Ullrich
06e48ccd0e Sync run_plugins() with head 2009-08-21 01:20:47 -04:00
Scott Ullrich
3b65922290 Unbreak parse_config plugins and fix autoconfigbackup 2009-08-21 01:00:37 -04:00
Chris Buechler
6c0fb3040d don't log sleep if not sleeping 2009-08-20 17:09:11 -04:00
Chris Buechler
9aca6e5bf6 Disable sshlockout. It's locking out after one failed login now that it's 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. 2009-08-20 04:56:28 -04:00
Scott Ullrich
329120019a Only sync packages once. 2009-08-18 15:29:47 -04:00
Chris Buechler
ddd6183335 Merge branch 'RELENG_1_2' of http://gitweb.pfsense.org/pfsense/mainline into RELENG_1_2 2009-08-17 05:05:03 -04:00
Chris Buechler
defe97ddf0 Fix typo 2009-08-17 04:55:13 -04:00
Scott Ullrich
2f90ab8ca6 When a UDP reflection line was added for inetd, it was added as stream 2009-08-16 13:36:09 -04:00
Scott Ullrich
816bfaaafd Patch from garga@ to resolve NanoBSD upgrade issues 2009-08-14 16:18:42 -04:00
Scott Ullrich
37ca89c5b2 Cleanup NanoBSD firmware upgrade 2009-08-12 15:09:05 -04:00
Scott Ullrich
a9d6bfc4ac Reload DHCP server after making changes 2009-08-12 14:00:35 -04:00
Scott Ullrich
482e9e2213 Make sure config.inc is sourced 2009-08-10 16:42:46 -04:00
Chris Buechler
4fc4669964 Allow logging everything to syslog (allows syslog of snort, amongst other things) 2009-08-09 18:12:48 -04:00