Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some checks before blindly trying to create a config file. | Ermal Luçi | 2008-06-02 | 1 | -1/+4 |
| | |||||
* | CarpDEV fixes. It now works!! | Scott Ullrich | 2008-05-25 | 1 | -0/+3 |
| | |||||
* | Tune PHP_FCGI_CHILDREN and PHP_FCGI_MAX_REQUESTS depending on how much | Scott Ullrich | 2008-04-15 | 1 | -3/+16 |
| | | | | | | | | ram is installed for the captive portal operations. Idea semi taken from http://forum.pfsense.org/index.php/topic,8861.new.html#new NOTE: The forumula could probably be revised a bit but this is a good start. | ||||
* | If OpenBGPD is installed, allow the selection of BGP as our | Scott Ullrich | 2008-03-10 | 1 | -1/+2 |
| | | | | default gateway. | ||||
* | Nuke opcode_* function. | Scott Ullrich | 2008-03-10 | 1 | -98/+0 |
| | |||||
* | Sync w/ HEAD | Scott Ullrich | 2008-03-06 | 1 | -15/+57 |
| | |||||
* | fix new gateway code to be backwards compatible. | Chris Buechler | 2008-03-02 | 1 | -1/+16 |
| | |||||
* | don't foreach if it isn't an array (maybe temp fix while I'm working through ↵ | Chris Buechler | 2008-03-02 | 1 | -2/+2 |
| | | | | other issues) | ||||
* | Backport -ss syslogd feature from HEAD. Only bind to 127.0.0.1 if we | Scott Ullrich | 2008-02-18 | 1 | -1/+5 |
| | | | | are not remotely sending logs. | ||||
* | Make sure we sync before mounting ro. | Scott Ullrich | 2008-02-14 | 1 | -0/+2 |
| | |||||
* | Fix bug causing duplicate extension=apc.so entries in php.ini, which blows ↵ | Chris Buechler | 2007-12-30 | 1 | -1/+0 |
| | | | | up PHP | ||||
* | Add ldap.so library. | Scott Ullrich | 2007-12-28 | 1 | -0/+2 |
| | | | | Work sponsored-by: Centipede Networks | ||||
* | Set server.max-request-size to 384 for captive portal. | Scott Ullrich | 2007-12-10 | 1 | -2/+2 |
| | |||||
* | Set server.max-request-size to 384 for captive portal. | Scott Ullrich | 2007-12-10 | 1 | -1/+3 |
| | |||||
* | Limit captive portal uploads to /tmp/captiveportal which has no access to ↵ | Scott Ullrich | 2007-12-10 | 1 | -2/+6 |
| | | | | write files. | ||||
* | Convert the dns server code into a for loop and add 2 more dns servers on. ↵ | Scott Ullrich | 2007-12-09 | 1 | -12/+11 |
| | | | | Now we can easily control how many dns servers we want to allow entry for. Also get rid of code duplication. | ||||
* | Move route delete items to system.inc so they are performed on every change | Scott Ullrich | 2007-12-09 | 1 | -0/+2 |
| | |||||
* | When multiple gateways are present (muliwan) show a dropdown box next to ↵ | Scott Ullrich | 2007-12-08 | 1 | -22/+34 |
| | | | | each dns server allowing the operator to select which gateway the dns server should use to resolve addresses. | ||||
* | Improve fall through logic | Seth Mos | 2007-10-19 | 1 | -10/+10 |
| | |||||
* | Check if array exists | Seth Mos | 2007-10-19 | 1 | -9/+13 |
| | |||||
* | Add prelimenary Routing page. | Seth Mos | 2007-10-19 | 1 | -2/+48 |
| | | | | Allow multiple gateways on one (static) interface | ||||
* | With the tweaks that have occured today fastcgi can now run again on 64 ↵ | Scott Ullrich | 2007-06-03 | 1 | -4/+0 |
| | | | | megabyte machines. | ||||
* | Add system tunables area which allows the user to fine control sysctl's. | Scott Ullrich | 2007-05-26 | 1 | -5/+9 |
| | |||||
* | Add trailing slashes to upload directory | Scott Ullrich | 2007-04-23 | 1 | -1/+1 |
| | |||||
* | Do proper locking when writing out php.ini. Sync the disk contents to force ↵ | Scott Ullrich | 2007-04-22 | 1 | -0/+4 |
| | | | | the write to disk after closing the file. Hopefully this will help solve the php.ini from disappearing on bootup when a panic occurs. | ||||
* | Correct sysctl name.. it is movements not movement. | Scott Ullrich | 2007-04-08 | 1 | -2/+2 |
| | |||||
* | Remove trailing space | Scott Ullrich | 2007-04-02 | 1 | -1/+1 |
| | |||||
* | Set /sbin/sysctl -n net.link.ether.inet.log_arp_movement=0 when shared ↵ | Scott Ullrich | 2007-04-02 | 1 | -0/+2 |
| | | | | physical net is checked | ||||
* | Use mwexec() to avoid printing out the sysctl operation | Scott Ullrich | 2007-04-02 | 1 | -1/+1 |
| | |||||
* | Add missing text from ntp configure | Scott Ullrich | 2007-03-20 | 1 | -2/+14 |
| | |||||
* | We no longer need memory limit, our port does not use it. | Scott Ullrich | 2007-03-16 | 1 | -1/+0 |
| | |||||
* | 8 is even faster for apc cache according to Holger. | Scott Ullrich | 2007-03-13 | 1 | -1/+1 |
| | |||||
* | Kill trailing space | Scott Ullrich | 2007-03-13 | 1 | -1/+1 |
| | |||||
* | Back out variable size cache, it slows things down. Why 12 megabytes is ↵ | Scott Ullrich | 2007-03-13 | 1 | -4/+1 |
| | | | | slower than 10 megabytes is a good question. | ||||
* | Automatically adjust apc cache by available memory. | Seth Mos | 2007-03-12 | 1 | -1/+4 |
| | | | | | Suggested-by: Seth Implemented-by: Scott | ||||
* | Increase default cache size to 10 megabytes to make wraps happy again ↵ | Scott Ullrich | 2007-03-12 | 1 | -1/+1 |
| | | | | Noticed-and-prodded-by: Holger | ||||
* | Be consistent on bootup. IE: Starting time sync...done.\n instead of ↵ | Scott Ullrich | 2007-03-08 | 1 | -1/+5 |
| | | | | Starting time sync ... | ||||
* | Bump php working max memory to 32 megabytes | Scott Ullrich | 2007-03-08 | 1 | -0/+1 |
| | |||||
* | Set php extensions dir | Scott Ullrich | 2007-03-08 | 1 | -0/+1 |
| | |||||
* | Fix syslog ordering for ntpdate. | Seth Mos | 2007-02-26 | 1 | -2/+2 |
| | |||||
* | Put ntpdate in ntp logs. | Seth Mos | 2007-02-20 | 1 | -2/+2 |
| | |||||
* | force a time sync early in the boot before we start any services. | Seth Mos | 2007-02-20 | 1 | -1/+15 |
| | | | | | This especially important for dhcp when used in failover. Let NTPd keep the time in sync. | ||||
* | Reverse platform testing logic. It must have been oppisite day. | Scott Ullrich | 2006-12-22 | 1 | -2/+2 |
| | |||||
* | Only use freebsd-sendfile network handler on Full Installations. Tests have ↵ | Scott Ullrich | 2006-12-22 | 1 | -2/+9 |
| | | | | shown that it actually slows down the metallic theme on embedded by Holger. | ||||
* | Use correct directive. | Scott Ullrich | 2006-12-21 | 1 | -2/+5 |
| | |||||
* | MFC use freebsd-sendfile | Scott Ullrich | 2006-12-21 | 1 | -3/+3 |
| | |||||
* | MFC [15285] | Bill Marquette | 2006-11-11 | 1 | -0/+7 |
| | | | | add dhcpd static mappings to dns forwarder | ||||
* | Only enumerate the variable if it is an array to avoid: | Scott Ullrich | 2006-11-10 | 1 | -2/+3 |
| | | | | Warning: fclose(): supplied argument is not a valid stream resource in /etc/inc/system.inc on line 147 | ||||
* | MFC 15253 | Scott Ullrich | 2006-11-10 | 1 | -2/+2 |
| | | | | * suppress the annoying 'missing default locale' warning if calling the tar binary | ||||
* | apparently 5m cache slows stuff WAAAYYYYYYY down, 7m has a negligable | Bill Marquette | 2006-10-29 | 1 | -1/+1 |
| | | | | performance diff from 30m and works better than 5m, so let's use it |