Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  ascii-art
  inc
  phpshellsessions
  ssh
  ssl
auth.conf 272 Bytes
bogons 394 Bytes
crontab 126 Bytes
current-supfile 139 Bytes
devd.conf 1.51 KB
disktab 6.83 KB
fbtab 142 Bytes
gettytab 5.82 KB
group 407 Bytes
host.conf 205 Bytes
hosts.allow 89 Bytes
libmap.conf 20 Bytes
login.conf 6.37 KB
master.passwd 1.69 KB
motd 260 Bytes
networks 365 Bytes
pamd.conf 2.4 KB
passwd 1.38 KB
pccard.conf 9.73 KB
pf.os 27.7 KB
pfSense.obsoletedfiles 61 Bytes
platform 7 Bytes
printcap 0 Bytes
protocols 5.67 KB
pubkey.pem 630 Bytes
rc 8.19 KB
rc.banner 3.07 KB
rc.bootup 10.2 KB
rc.captiveportal_configure 1.52 KB
rc.cdrom 904 Bytes
rc.conf_mount_ro 1.44 KB
rc.conf_mount_rw 1.44 KB
rc.dhclient_cron 1.98 KB
rc.dyndns.storecache 244 Bytes
rc.dyndns.update 1.51 KB
rc.embedded 786 Bytes
rc.filter_configure 1.57 KB
rc.filter_configure_sync 1.54 KB
rc.firmware 15.6 KB
rc.firmware_auto 2.74 KB
rc.halt 180 Bytes
rc.initial 3.96 KB
rc.initial.defaults 1.95 KB
rc.initial.firmware_update 5.82 KB
rc.initial.halt 1.9 KB
rc.initial.password 2.28 KB
rc.initial.ping 1.76 KB
rc.initial.reboot 1.77 KB
rc.initial.setlanip 3.71 KB
rc.initial.setports 1.58 KB
rc.initial.store_config_to_removable_device 2.96 KB
rc.initial.toggle_sshd 2.25 KB
rc.interfaces_carp_configure 1.52 KB
rc.interfaces_lan_configure 1.49 KB
rc.interfaces_opt_configure 1.49 KB
rc.interfaces_wan_configure 1.49 KB
rc.linkup 4.03 KB
rc.linkup.sh 99 Bytes
rc.newipsecdns 1.98 KB
rc.newwanip 4.64 KB
rc.ntpdate 1.51 KB
rc.packages 1.57 KB
rc.prunecaptiveportal 1.55 KB
rc.reboot 506 Bytes
rc.reload_all 1.62 KB
rc.reload_interfaces 1.56 KB
rc.restart_webgui 251 Bytes
rc.shutdown 793 Bytes
rc.start_packages 331 Bytes
rc.stop_packages 359 Bytes
rc.update_bogons.sh 919 Bytes
services 150 KB
shells 234 Bytes
sshd 9.71 KB
sysctl.conf 1.17 KB
syslog.conf 535 Bytes
ttys 7.49 KB
ttys_wrap 1.53 KB
version 10 Bytes
version_base 3 Bytes
version_kernel 3 Bytes

Latest revisions

# Date Author Comment
5caa648d 09/18/2009 01:16 AM Scott Ullrich

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.

b95c4db2 09/18/2009 12:11 AM Scott Ullrich

Return NULL when captive portal is not enabled

08b6c550 09/17/2009 11:03 PM Scott Ullrich

Do not process IPFW rules if captive portal is disabled.

837b2b6b 09/17/2009 08:41 PM Scott Ullrich

Cap max requests at 500

c6c98953 09/17/2009 08:38 PM Scott Ullrich

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.

8134cc27 09/17/2009 08:36 PM Scott Ullrich

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.

6a01b7d9 09/16/2009 03:49 PM Scott Ullrich

Using /tmp for packet captures is a bad idea, mmmkay?

dd9892c6 09/15/2009 11:27 PM Scott Ullrich

We need to link carp interfaces to wan and lan. This used to be the behavior but somehow was reverted.

5c38d65a 09/12/2009 05:55 AM Chris Buechler

set auto_release

c126b548 09/10/2009 10:50 PM Scott Ullrich

Add 1 meg to on size disk image

View revisions

Also available in: Atom