Scott Ullrich
|
bfa78efe94
|
Ensure glabel exists so we can mount ufs. Fixes #110
|
2009-10-10 22:16:29 -04:00 |
|
Scott Ullrich
|
9dd6215c56
|
Show size in uppercase
|
2009-10-10 21:44:50 -04:00 |
|
Scott Ullrich
|
eab890331f
|
Use /etc/nanosize.txt
|
2009-10-10 21:40:30 -04:00 |
|
Scott Ullrich
|
8ae39a39a9
|
Use /etc/nanosize.txt
|
2009-10-10 21:39:10 -04:00 |
|
Scott Ullrich
|
c43ed2f92d
|
Output NanoBSD image size
|
2009-10-10 21:11:34 -04:00 |
|
Scott Ullrich
|
e43e4bb1dd
|
Adding apple icon for themes
|
2009-10-05 17:31:04 -04:00 |
|
Scott Ullrich
|
cd227af5c2
|
Add theme Apple touch icon support
|
2009-10-05 17:28:16 -04:00 |
|
Scott Ullrich
|
b41b40637e
|
Add shiny webclip icon for Iphone homescreen bookmarks.
|
2009-10-05 17:21:46 -04:00 |
|
Scott Ullrich
|
6daa46be3a
|
Automatically source common items so that config is in the eval() context
|
2009-10-05 13:22:25 -04:00 |
|
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
|
817e358db2
|
Turn off auto update feature on NanoBSD platform. This will be addressed in 2.0
|
2009-09-29 20:42:00 -04: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
|
25c09d9c7c
|
Show page title
|
2009-09-22 23:39: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
|
f986e40271
|
Use already read in file to obtain the number of sessions
|
2009-09-11 21:51:05 -04:00 |
|
Scott Ullrich
|
d6f13f8289
|
Add missing Location:
|
2009-09-11 21:42:37 -04:00 |
|
Scott Ullrich
|
283dc8a0ec
|
Redirect back to cp page after disconnection of user
|
2009-09-11 21:42:04 -04:00 |
|
Scott Ullrich
|
7c563481da
|
Lock around read call
|
2009-09-11 21:29:31 -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
|
4fa1b0139a
|
Use ['name'] instead of ['tmp_name']
|
2009-09-10 18:24:57 -04:00 |
|
Scott Ullrich
|
b6ef36e897
|
Make sure globals are set
|
2009-09-10 17:33:26 -04:00 |
|
Chris Buechler
|
cd32787750
|
Don't show server load balancer pools in Gateway field
|
2009-09-07 19:54:20 -04:00 |
|
Scott Ullrich
|
3e6aaee5a6
|
Use stristr just in case of case sensitive nanobsd name
|
2009-09-06 15:52:46 -04:00 |
|
Scott Ullrich
|
b7cda8cc12
|
Move nano check to top of function
|
2009-09-06 15:50:11 -04:00 |
|
Scott Ullrich
|
4c0d7036d0
|
Check globals variable
|
2009-09-06 15:49:14 -04:00 |
|