Project

General

Profile

Download (34.2 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
7cb5af21 03/13/2007 03:26 AM Scott Ullrich

Kill trailing space

6a71103a 03/13/2007 03:25 AM Scott Ullrich

Back out variable size cache, it slows things down. Why 12 megabytes is slower than 10 megabytes is a good question.

7a7dceb2 03/12/2007 10:00 PM Seth Mos

Automatically adjust apc cache by available memory.
Suggested-by: Seth
Implemented-by: Scott

9059473d 03/12/2007 09:03 PM Scott Ullrich

Increase default cache size to 10 megabytes to make wraps happy again

Noticed-and-prodded-by: Holger

4582b281 03/08/2007 11:19 PM Scott Ullrich

Be consistent on bootup.

IE:

Starting time sync...done.\n

instead of

Starting time sync ...

69f4b3a7 03/08/2007 08:13 PM Scott Ullrich

Bump php working max memory to 32 megabytes

afd5cfd7 03/08/2007 06:15 PM Scott Ullrich

Set php extensions dir

8fbd88cd 02/26/2007 08:41 AM Seth Mos

Fix syslog ordering for ntpdate.

12843a8a 02/20/2007 03:57 PM Seth Mos

Put ntpdate in ntp logs.

652cf082 02/20/2007 08:08 AM Seth Mos

force a time sync early in the boot before we start any services.
This especially important for dhcp when used in failover.
Let NTPd keep the time in sync.

a19daac5 12/22/2006 10:06 PM Scott Ullrich

Reverse platform testing logic. It must have been oppisite day.

d25b4a55 12/22/2006 09:02 PM Scott Ullrich

Only use freebsd-sendfile network handler on Full Installations. Tests have shown that it actually slows down the metallic theme on embedded by Holger.

770b4b9c 12/21/2006 09:08 PM Scott Ullrich

Use correct directive.

a56e787d 12/21/2006 09:05 PM Scott Ullrich

MFC use freebsd-sendfile

6a01ea44 11/11/2006 05:52 PM Bill Marquette

MFC [15285]
add dhcpd static mappings to dns forwarder

0dbac999 11/10/2006 07:58 PM Scott Ullrich

Only enumerate the variable if it is an array to avoid:

Warning: fclose(): supplied argument is not a valid stream resource in /etc/inc/system.inc on line 147

029d1a71 11/10/2006 04:06 PM Scott Ullrich MFC 15253
  • suppress the annoying 'missing default locale' warning if calling the tar binary
c64f4049 10/29/2006 12:28 AM Bill Marquette

apparently 5m cache slows stuff WAAAYYYYYYY down, 7m has a negligable
performance diff from 30m and works better than 5m, so let's use it

d2834563 10/27/2006 04:29 PM Scott Ullrich

Ticket #1154: Bad format for generated syslog.conf

Submitted-by: Angelo Turetta aturetta+pfsense at bestunion.it

33082c49 10/17/2006 08:52 PM Scott Ullrich

Change APC caching size to 5 megabytes. php.ini is generated from system.inc on bootup now.

4184c024 10/10/2006 01:28 AM Scott Ullrich

Do not write out php.ini on cdrom platform.

adf4b768 10/10/2006 12:38 AM Scott Ullrich
  • Dynamically create php.ini on bootup
  • Do not use APC for embedded machines. Advice from #lighttpd
632e8d54 10/10/2006 12:12 AM Scott Ullrich

If user has defined the maxprocperip to 0 then do not install mod_evasive directions to limit the connection count per ip address.

b0bdc06e 10/09/2006 11:54 PM Scott Ullrich

Use mod_evasive to limit connections per ip

8b7fb7ec 10/05/2006 10:10 PM Scott Ullrich

Do not log NTPD messages to OpenVPN tab

5c424e3d 10/05/2006 10:04 PM Scott Ullrich

Add OpenNTPD logging tab

18330d38 10/05/2006 09:50 PM Scott Ullrich

Add OpenNTPD logging tab

5f3e1f12 10/03/2006 12:18 AM Scott Ullrich

Misc OpenNTPD changes. Do not restart on wan ip change

20b90e0a 10/02/2006 09:12 PM Scott Ullrich

Switch to OpenNTPD.

2e44fb05 09/02/2006 12:11 AM Scott Ullrich

Check that watchdogd is running before trying to kill it

f15b7e03 09/01/2006 11:23 PM Scott Ullrich

Provide other writable upload and post temporary folders for lighty

f05740c1 09/01/2006 10:37 PM Scott Ullrich

Do not space after ...

d03f2faa 09/01/2006 10:08 PM Scott Ullrich

Don't duplicate upload-dirs lighttpd directive

ee959dc4 09/01/2006 09:53 PM Scott Ullrich

Set upload path to /root/

1ef7b568 09/01/2006 06:08 PM Scott Ullrich
  • Move lighty upload to a definable globals.inc value upload_path
  • Use new upload_path for firmware updates

This in combination with 128 megabyte embedded images should fix the dreaded upgrade problem for the embedded platform.

1a043fa7 08/25/2006 12:24 AM Scott Ullrich

Resolve msntp hosts before invoking msntp.

Fixes long lasting resolution bug.

See http://forum.pfsense.org/index.php/topic,1918.0/topicseen.html

c9f740ab 07/25/2006 01:30 AM Scott Ullrich

Turn off fast cgi on machines with less than 65 megs of ram. We told you it would be slow!

6bef50b3 07/23/2006 09:48 PM Scott Ullrich

Since we are caught in somewhat of a pickle concerning captive portal local element manager, force users to include "captiveportal" somewhere in the filename so that Lighty mod rewrites can deterimine if the request is indeed local, etc.

8e787bbf 07/23/2006 07:29 PM Scott Ullrich

Since we are caught in somewhat of a pickle concerning captive portal local element manager, force users to include "captiveportal" somewhere in the filename so that Lighty mod rewrites can deterimine if the request is indeed local, etc.

c575e412 07/23/2006 07:03 PM Scott Ullrich

Allow captive portal local element manager HTML or HTM pages to display correctly.

88ea096b 07/23/2006 07:01 PM Scott Ullrich

Allow captive portal local element manager HTML or HTM pages to display correctly.

f3b064aa 07/10/2006 01:35 AM Scott Ullrich

Line up entries better.

333f8ef0 07/09/2006 11:48 PM Scott Ullrich

Enable SSH Lockout. I really thought this was there before.

8f525719 07/06/2006 03:58 PM Scott Ullrich

Do not print errors to console, output them to syslog.

0260caec 07/04/2006 06:09 PM Scott Ullrich

Ticket #1034 - racoon & OpenVPN log never sent to remote syslog server

90d10009 06/30/2006 05:31 PM Scott Ullrich

Fix logging. Pointy-hats and party favors to me.

270a73fe 06/23/2006 11:57 PM Scott Ullrich

Log OpenVPN to correct log file

Ticket #1016

32cd3ca3 06/07/2006 01:54 AM Scott Ullrich
  • Increase max load per proc to 100
  • Increase fastcgi count to 3 only when there is more than 74 megs of ram
36215f65 06/05/2006 11:39 PM Scott Ullrich

Allow uppercase or lowercase .gif | .png or .jpg

8977946a 06/05/2006 11:34 PM Scott Ullrich

Correct regex. We want PNG's to work as well.

b76fd87f 06/01/2006 12:00 AM Scott Ullrich

Increase the maximum loads per process from 1 to 10. (Lighttpd)

b5317d07 05/26/2006 09:43 PM Scott Ullrich

Backout last commit, it didnt help the php count.

d4aa487e 05/26/2006 09:39 PM Scott Ullrich

change max_procs to 1

a199b93e 04/27/2006 04:53 PM Scott Ullrich

Add watchdogd support for Soekris and WRAP platforms.

beae8857 04/03/2006 10:48 PM Scott Ullrich

Send errors to /dev/null.. useful if you do not have a hardware crypto card to silence errors

3390eca7 04/03/2006 10:46 PM Scott Ullrich

Send errors to /dev/null.. useful if you do not have a hardware crypto card to silence errors

8495e0da 03/27/2006 11:30 PM Scott Ullrich

Do not attempt to rewrite .jpg, .png, and .gif images.

b18bff20 03/26/2006 06:49 PM Scott Ullrich

Reenable fast-cgi. We are no longer using reload_interfaces since it crashes 64 meg boxes after being invoked twice.

21002f0b 03/26/2006 03:03 AM Scott Ullrich

Turn off fast cgi on platforms with less than 64 megs of ram.

26cea883 03/22/2006 01:52 AM Scott Ullrich

Force fast cgi off in environment < 49 megs of ram

195c258a 03/18/2006 08:56 PM Scott Ullrich

Turn off debugging that slipped in

fef3a8ef 03/18/2006 08:51 PM Scott Ullrich

Allow the interface to be the gateway. This allows someone with multiple wans to route traffic out a correct interface such as DNS traffic, etc.

383a4439 03/13/2006 02:15 AM Scott Ullrich

mini_httpd -> lighttpd

7aae518a 03/11/2006 12:55 AM Scott Ullrich

Do not allow ^M or \n\n

6e0f3899 03/10/2006 11:48 PM Scott Ullrich

Update default certificate to a non-expired one

5c83df30 02/05/2006 09:06 PM Scott Ullrich

Do not return duplicate DNS entries

e428c94d 02/05/2006 08:37 PM Scott Ullrich

Do not allow blank nameserver entries

e263fe9a 01/18/2006 08:00 PM Scott Ullrich

Remove trailing newline

767a716e 01/15/2006 03:33 AM Scott Ullrich

Correct warnings and errors found eclipse

f994f4d6 01/06/2006 11:47 PM Scott Ullrich
  • Set max procs to 1 when ram < 65 megs
  • Set max requests to 1 when ram < 65 megs
096261af 01/05/2006 12:32 AM Scott Ullrich

Add server.event-handler = "freebsd-kqueue"

e9d0bf64 01/05/2006 12:26 AM Scott Ullrich

Sleep 1 after kill

b84d1b32 12/28/2005 01:55 AM Scott Ullrich

s/cat//

52624d2c 12/28/2005 01:10 AM Scott Ullrich

Turn back on fast-cgi for testing

9ee93e3d 12/10/2005 09:18 PM Scott Ullrich

Use nameservers.conf too, if it exists

cdd88d2f 12/04/2005 10:39 PM Scott Ullrich

Don't error when dns files do not exist in /var/etc/

3d00ccaa 12/04/2005 06:32 PM Scott Ullrich
  • Add get_nameservers() which processes /var/etc/nameserver_$interface
  • Use get_nameservers() instead of nameserver.conf since we may be in a multi-wan situation
  • Only populate $master_list when item is <> ""
eb0f441c 12/03/2005 07:40 PM Scott Ullrich

Fix captive portal redirects now that we are using LightHTTPD

1b2db323 11/29/2005 06:33 AM Scott Ullrich
  • Correct argument order
  • If user selects HTTPS but doesn't provide a port, default to 443
a81565a7 11/29/2005 01:31 AM Scott Ullrich

Disable fast-cgi

3d77d4c4 11/28/2005 12:10 AM Scott Ullrich
  • Do not invoke fastcgi on memory constrained platforms (<72 megs)
d93e8b5f 11/28/2005 12:05 AM Scott Ullrich

Up maxprocs to 2

6444382d 11/27/2005 11:42 PM Scott Ullrich

Lower maxprocs to 1

528df9a7 11/27/2005 03:21 AM Scott Ullrich

Remove -p

4f3756f3 11/27/2005 03:15 AM Scott Ullrich

MFC 8066
Various fixes, set max_procs default value to 5, corrected system_generate_lighty_config invocation.
Use port #

877ac35d 11/26/2005 10:06 PM Scott Ullrich

Use Lighty. Hopefully it's here to stay, and mini_httpd is dead, jim.

e3025dde 10/13/2005 01:18 AM Scott Ullrich

webGUI -> webConfigurator

f19d3b7a 10/12/2005 01:10 AM Scott Ullrich

Move global $config, $g; before check

dcf0598e 10/12/2005 01:04 AM Scott Ullrich

Terminal line with ;

58c7450e 10/11/2005 11:44 PM Scott Ullrich

Add developerspew header which will output:

services_dnsmasq_configure() being called microtime()

f7594142 10/11/2005 02:45 AM Scott Ullrich

Sync htpasswd in pfsense-utils:sync_webgui_passwords()

245388b4 10/05/2005 01:05 AM Scott Ullrich

Run shell or earlyshellcmd even if iit's not an array

421a1c03 10/04/2005 01:05 AM Colin Smith

Remove system_do_extensions(), a function left over from m0n0.

97d4e30b 10/01/2005 06:32 PM Seth Mos

Add start and stop beep support
Requested by the angry mob outside

75eb801d 09/30/2005 08:55 PM Scott Ullrich

Sync with m0n0wall 1.2b10

819197a8 09/23/2005 03:30 AM Scott Ullrich

Go back to mini_httpd

0d174c5f 09/21/2005 10:07 PM Scott Ullrich

Sync admin account unconditionally.

5999dd9c 09/21/2005 03:01 PM Scott Ullrich

Only wire .cgi to mod_cgi.

dde4f60c 09/21/2005 03:01 PM Scott Ullrich

Add mod_cgi when using fast_cgi. We have a few scripts using .cgi

fe9db220 09/21/2005 02:56 PM Scott Ullrich

Use correct variable