summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version bump.Scott Ullrich2006-12-041-1/+1
|
* MFCScott Ullrich2006-12-041-15/+16
| | | | Miniupnpd menu item
* Misc spelling mistakes. Remove old commented out code.Scott Ullrich2006-12-031-4/+1
|
* Work around the fact that check_reload_status is inheriting socket ↵Scott Ullrich2006-12-031-0/+12
| | | | | | descriptors from other programs. Kill check_reload_status on wan ip change and restart it. That way openvpn can be killed and restarted, etc. In addition while I am here, we really should restart openvpn after WAN ip changes as well.
* Do no install default pass in rules for openvpn interfaces with aSeth Mos2006-12-021-2/+16
| | | | gateway.
* Install frickin pptp proxy rulesScott Ullrich2006-11-301-0/+4
|
* Do not set an exit status in dhclient-script.Scott Ullrich2006-11-301-2/+0
| | | | | | | | | From a post that I dug up from Brooks: Why on earth are you exiting with $1 as the status? This is almost certainly the problem. You should not exit from dhclient-exit-hooks at all since it occurs in the context of dhclient-script and this exit values is entirely bogus.
* Version bumpScott Ullrich2006-11-301-1/+1
|
* Add frickin pptp proxy hooks.Scott Ullrich2006-11-301-0/+5
|
* Version bumpScott Ullrich2006-11-291-1/+1
|
* MFC UPNP support6Scott Ullrich2006-11-293-0/+383
|
* Version bumpScott Ullrich2006-11-281-1/+1
|
* Start OpenVPN with nohupScott Ullrich2006-11-281-1/+1
|
* Version bump. Includes check_reload_status fixes which should help some ↵Scott Ullrich2006-11-251-1/+1
| | | | DHCLIENT users.
* Version bumpScott Ullrich2006-11-241-1/+1
|
* Uhm, previous was almost right. Limit dropped to a 115MB available ramSeth Mos2006-11-241-1/+1
| | | | so people can use computers with up to 8MB of shared graphics memory.
* Do not forget rule anchor for imspector.Scott Ullrich2006-11-241-0/+3
| | | | Pointed-out-by: dberlin
* 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
|
OpenPOWER on IntegriCloud