summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug causing duplicate extension=apc.so entries in php.ini, which blows ↵Chris Buechler2007-12-301-1/+0
| | | | up PHP
* Add ldap.so library.Scott Ullrich2007-12-281-0/+2
| | | | Work sponsored-by: Centipede Networks
* Set server.max-request-size to 384 for captive portal.Scott Ullrich2007-12-101-2/+2
|
* Set server.max-request-size to 384 for captive portal.Scott Ullrich2007-12-101-1/+3
|
* Limit captive portal uploads to /tmp/captiveportal which has no access to ↵Scott Ullrich2007-12-101-2/+6
| | | | write files.
* Convert the dns server code into a for loop and add 2 more dns servers on. ↵Scott Ullrich2007-12-091-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 changeScott Ullrich2007-12-091-0/+2
|
* When multiple gateways are present (muliwan) show a dropdown box next to ↵Scott Ullrich2007-12-081-22/+34
| | | | each dns server allowing the operator to select which gateway the dns server should use to resolve addresses.
* Improve fall through logicSeth Mos2007-10-191-10/+10
|
* Check if array existsSeth Mos2007-10-191-9/+13
|
* Add prelimenary Routing page.Seth Mos2007-10-191-2/+48
| | | | Allow multiple gateways on one (static) interface
* With the tweaks that have occured today fastcgi can now run again on 64 ↵Scott Ullrich2007-06-031-4/+0
| | | | megabyte machines.
* Add system tunables area which allows the user to fine control sysctl's.Scott Ullrich2007-05-261-5/+9
|
* Add trailing slashes to upload directoryScott Ullrich2007-04-231-1/+1
|
* Do proper locking when writing out php.ini. Sync the disk contents to force ↵Scott Ullrich2007-04-221-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 Ullrich2007-04-081-2/+2
|
* Remove trailing spaceScott Ullrich2007-04-021-1/+1
|
* Set /sbin/sysctl -n net.link.ether.inet.log_arp_movement=0 when shared ↵Scott Ullrich2007-04-021-0/+2
| | | | physical net is checked
* Use mwexec() to avoid printing out the sysctl operationScott Ullrich2007-04-021-1/+1
|
* Add missing text from ntp configureScott Ullrich2007-03-201-2/+14
|
* We no longer need memory limit, our port does not use it.Scott Ullrich2007-03-161-1/+0
|
* 8 is even faster for apc cache according to Holger.Scott Ullrich2007-03-131-1/+1
|
* Kill trailing spaceScott Ullrich2007-03-131-1/+1
|
* Back out variable size cache, it slows things down. Why 12 megabytes is ↵Scott Ullrich2007-03-131-4/+1
| | | | slower than 10 megabytes is a good question.
* Automatically adjust apc cache by available memory.Seth Mos2007-03-121-1/+4
| | | | | Suggested-by: Seth Implemented-by: Scott
* Increase default cache size to 10 megabytes to make wraps happy again ↵Scott Ullrich2007-03-121-1/+1
| | | | Noticed-and-prodded-by: Holger
* Be consistent on bootup. IE: Starting time sync...done.\n instead of ↵Scott Ullrich2007-03-081-1/+5
| | | | Starting time sync ...
* Bump php working max memory to 32 megabytesScott Ullrich2007-03-081-0/+1
|
* Set php extensions dirScott Ullrich2007-03-081-0/+1
|
* Fix syslog ordering for ntpdate.Seth Mos2007-02-261-2/+2
|
* Put ntpdate in ntp logs.Seth Mos2007-02-201-2/+2
|
* force a time sync early in the boot before we start any services.Seth Mos2007-02-201-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 Ullrich2006-12-221-2/+2
|
* Only use freebsd-sendfile network handler on Full Installations. Tests have ↵Scott Ullrich2006-12-221-2/+9
| | | | shown that it actually slows down the metallic theme on embedded by Holger.
* Use correct directive.Scott Ullrich2006-12-211-2/+5
|
* MFC use freebsd-sendfileScott Ullrich2006-12-211-3/+3
|
* MFC [15285]Bill Marquette2006-11-111-0/+7
| | | | add dhcpd static mappings to dns forwarder
* Only enumerate the variable if it is an array to avoid:Scott Ullrich2006-11-101-2/+3
| | | | Warning: fclose(): supplied argument is not a valid stream resource in /etc/inc/system.inc on line 147
* MFC 15253Scott Ullrich2006-11-101-2/+2
| | | | * suppress the annoying 'missing default locale' warning if calling the tar binary
* apparently 5m cache slows stuff WAAAYYYYYYY down, 7m has a negligableBill Marquette2006-10-291-1/+1
| | | | performance diff from 30m and works better than 5m, so let's use it
* Ticket #1154: Bad format for generated syslog.confScott Ullrich2006-10-271-7/+10
| | | | Submitted-by: Angelo Turetta aturetta+pfsense @at@ bestunion.it
* Change APC caching size to 5 megabytes. php.ini is generated from ↵Scott Ullrich2006-10-171-1/+1
| | | | system.inc on bootup now.
* Do not write out php.ini on cdrom platform.Scott Ullrich2006-10-101-0/+3
|
* * Dynamically create php.ini on bootupScott Ullrich2006-10-101-0/+46
| | | | * Do not use APC for embedded machines. Advice from #lighttpd
* If user has defined the maxprocperip to 0 then do not install mod_evasive ↵Scott Ullrich2006-10-101-1/+4
| | | | directions to limit the connection count per ip address.
* Use mod_evasive to limit connections per ipScott Ullrich2006-10-091-17/+40
|
* Do not log NTPD messages to OpenVPN tabScott Ullrich2006-10-051-1/+1
|
* Add OpenNTPD logging tabScott Ullrich2006-10-051-2/+2
|
* Add OpenNTPD logging tabScott Ullrich2006-10-051-1/+8
|
* Misc OpenNTPD changes. Do not restart on wan ip changeScott Ullrich2006-10-031-2/+10
|
OpenPOWER on IntegriCloud