summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MFC 15441Scott Ullrich2006-11-241-1/+4
| | | | added imspector anchor
* If the available memory is between 97 and 128 MB do not prompt. This isSeth Mos2006-11-221-2/+2
| | | | | the same approach as system.inc does. This fixes boot for people with onboard graphic cards and you miss a few MB.
* New files required by newer graphing code. Placeholder error image. AndSeth Mos2006-11-228-0/+192
| | | | color include.
* Merge newer rrd graphing code, drop down now only lists valid rrdSeth Mos2006-11-223-344/+696
| | | | | targets. Added CPU and States graphs. More logging in case of graph generation. Minor bugfixes and cleanup.
* Version bumpScott Ullrich2006-11-221-1/+1
|
* Move $config = parse_config() statement to end of file to attempt to prevent ↵Scott Ullrich2006-11-221-3/+3
| | | | | | the error: Fatal error: Unknown function: parse_config() in /etc/inc/config.inc on line 198
* Run fsck -fy instead of fsck -yScott Ullrich2006-11-201-3/+3
|
* MFC 15106Scott Ullrich2006-11-191-0/+19
| | | | | Ticket #1146: binat rules MUST be before NAT else they don't work as expected.
* MFC 14296Scott Ullrich2006-11-192-3/+5
| | | | | | allow for the most stupid config ever if user selects nothing but p2pcatchall, allow them to be stupid and put all traffic in the p2p queue, effectively negating all benefits of shaping
* MFC 15382Scott Ullrich2006-11-191-1/+1
| | | | fix: is_process_running() does inaccurate matches
* Version bump to SNAPSHOT.Scott Ullrich2006-11-191-1/+1
|
* * Move stop package code out to it's own file rc.stop_packagesScott Ullrich2006-11-172-5/+18
|
* MFCScott Ullrich2006-11-121-45/+45
| | | | pclose -> fclose
* Do not complain unless user has less than 126 megs of ram. Some ↵Scott Ullrich2006-11-111-1/+1
| | | | motherboards share ram with video cards.
* MFC [15285]Bill Marquette2006-11-116-52/+105
| | | | 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
* Allow priv to appear multiple times so that a person can downgrade from the ↵Scott Ullrich2006-11-101-1/+1
| | | | pile of SHIT we call -HEAD.
* MFC 15253Scott Ullrich2006-11-101-2/+2
| | | | * suppress the annoying 'missing default locale' warning if calling the tar binary
* Turn off DMA by default. A option will be coming soon to enableScott Ullrich2006-11-081-0/+2
| | | | this back after a successful installation.
* Apparently my big fat warning about needing two interfaces is not a big ↵Scott Ullrich2006-11-061-1/+5
| | | | enough warning. Make the language a bit more precise and stern to thwart bogus support requests.
* MFC [15201]Bill Marquette2006-11-051-0/+1
| | | | | | unset $extport before assigning to it as not all elements of the array are assigned each time through the loop, but all elements are checked and used if already assigned. Oops.
* 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
* back out recent change.Scott Ullrich2006-10-281-5/+6
|
* Only check for check_reload_status process if machine is bootedBill Marquette2006-10-281-1/+1
| | | | rc scripts launch this process at the end of boot
* Ticket #1154: Bad format for generated syslog.confScott Ullrich2006-10-271-7/+10
| | | | Submitted-by: Angelo Turetta aturetta+pfsense @at@ bestunion.it
* Be a little more agressive when blocking snort2c trafficScott Ullrich2006-10-261-1/+2
|
* Version bump to 1.0.1Scott Ullrich2006-10-241-1/+1
|
* Woops, somehow I forgot to add this files content.Scott Ullrich2006-10-231-0/+3
|
* Woops, log an error to system logs when we restart check_reload_status from ↵Scott Ullrich2006-10-231-1/+1
| | | | dhclient-script instead of simply echoing out where someone may not even see it.
* If for any reason check_reload_status is not started when dhclient fires of ↵Scott Ullrich2006-10-231-5/+12
| | | | dhclient-script, restart it.
* Ticket #1136: Make sure check_reload_status is running so we can regenBill Marquette2006-10-231-1/+4
| | | | rules
* PF doesn't know what "congestion" TOS flag isBill Marquette2006-10-221-1/+1
|
* Ticket #1135: better mousetrap for detecting amount of swapBill Marquette2006-10-221-2/+1
|
* MFC [15088]Bill Marquette2006-10-222-2/+2
| | | | Ticket #1133: Fix OpenNTP page header and make PPTP log tab consistent
* MFC [15086]Bill Marquette2006-10-221-2/+2
| | | | Ticket #1137: find_interface_ip() doesn't do what it says. Really return only the first found IP. This fixes issues with people configuring FreeBSD IP aliases on interfaces
* MFC [15083]Bill Marquette2006-10-221-1/+1
| | | | Ticket #1145: Don't background the stop process, we really do need to stop the daemon before it tries to start again
* Remove pf states for client ip when disconnecting from captive portal.Scott Ullrich2006-10-201-0/+4
|
* We no longer have a update time intervalScott Ullrich2006-10-181-13/+7
| | | | Ticket #1139
* Create rc.linkup.sh to simplify check_reload_statusScott Ullrich2006-10-171-0/+1
|
* Woops, we need the ftp anchor *BEFORE* the user rules, and the inital PASS ↵Scott Ullrich2006-10-171-3/+4
| | | | | | rules *AFTER*. This controls the initial port 21 connetion and once that is allowed through the ftp rules installed by pftpx should bypass USER_RULES.
* Change APC caching size to 5 megabytes. php.ini is generated from ↵Scott Ullrich2006-10-171-1/+1
| | | | system.inc on bootup now.
* Set ClientAliveCountMax to 5.Scott Ullrich2006-10-171-1/+1
|
* Only allocate 5M to APC cache - the contents of /etc/inc and /usr/local/wwwBill Marquette2006-10-171-2/+2
| | | | | | add up to about 4.2M, this should still allow us to cache all our PHP in shared memory. Reported-By: gbelanger on forums
* ZoneEdit now works, tested by myself and korozionBill Marquette2006-10-152-6/+9
| | | | MFC checkin [15047]
* file_notice() requires notices.incScott Ullrich2006-10-141-0/+1
|
* file_notice() requires notices.incScott Ullrich2006-10-141-1/+1
|
* Ticket #1124 - fix wordingBill Marquette2006-10-141-1/+1
| | | | MFC of commit [15039]
* Do not unlink filter_drity, allow check_reload_status to handle this.Scott Ullrich2006-10-121-1/+0
|
* 1.0-RELEASE time. I never thought we would make it! w00h0000!Scott Ullrich2006-10-121-1/+1
|
* Do not write out php.ini on cdrom platform.Scott Ullrich2006-10-101-0/+3
|
OpenPOWER on IntegriCloud