Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version bump. | Scott Ullrich | 2006-12-04 | 1 | -1/+1 |
| | |||||
* | MFC | Scott Ullrich | 2006-12-04 | 1 | -15/+16 |
| | | | | Miniupnpd menu item | ||||
* | Misc spelling mistakes. Remove old commented out code. | Scott Ullrich | 2006-12-03 | 1 | -4/+1 |
| | |||||
* | Work around the fact that check_reload_status is inheriting socket ↵ | Scott Ullrich | 2006-12-03 | 1 | -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 a | Seth Mos | 2006-12-02 | 1 | -2/+16 |
| | | | | gateway. | ||||
* | Install frickin pptp proxy rules | Scott Ullrich | 2006-11-30 | 1 | -0/+4 |
| | |||||
* | Do not set an exit status in dhclient-script. | Scott Ullrich | 2006-11-30 | 1 | -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 bump | Scott Ullrich | 2006-11-30 | 1 | -1/+1 |
| | |||||
* | Add frickin pptp proxy hooks. | Scott Ullrich | 2006-11-30 | 1 | -0/+5 |
| | |||||
* | Version bump | Scott Ullrich | 2006-11-29 | 1 | -1/+1 |
| | |||||
* | MFC UPNP support6 | Scott Ullrich | 2006-11-29 | 3 | -0/+383 |
| | |||||
* | Version bump | Scott Ullrich | 2006-11-28 | 1 | -1/+1 |
| | |||||
* | Start OpenVPN with nohup | Scott Ullrich | 2006-11-28 | 1 | -1/+1 |
| | |||||
* | Version bump. Includes check_reload_status fixes which should help some ↵ | Scott Ullrich | 2006-11-25 | 1 | -1/+1 |
| | | | | DHCLIENT users. | ||||
* | Version bump | Scott Ullrich | 2006-11-24 | 1 | -1/+1 |
| | |||||
* | Uhm, previous was almost right. Limit dropped to a 115MB available ram | Seth Mos | 2006-11-24 | 1 | -1/+1 |
| | | | | so people can use computers with up to 8MB of shared graphics memory. | ||||
* | Do not forget rule anchor for imspector. | Scott Ullrich | 2006-11-24 | 1 | -0/+3 |
| | | | | Pointed-out-by: dberlin | ||||
* | MFC 15441 | Scott Ullrich | 2006-11-24 | 1 | -1/+4 |
| | | | | added imspector anchor | ||||
* | If the available memory is between 97 and 128 MB do not prompt. This is | Seth Mos | 2006-11-22 | 1 | -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. And | Seth Mos | 2006-11-22 | 8 | -0/+192 |
| | | | | color include. | ||||
* | Merge newer rrd graphing code, drop down now only lists valid rrd | Seth Mos | 2006-11-22 | 3 | -344/+696 |
| | | | | | targets. Added CPU and States graphs. More logging in case of graph generation. Minor bugfixes and cleanup. | ||||
* | Version bump | Scott Ullrich | 2006-11-22 | 1 | -1/+1 |
| | |||||
* | Move $config = parse_config() statement to end of file to attempt to prevent ↵ | Scott Ullrich | 2006-11-22 | 1 | -3/+3 |
| | | | | | | the error: Fatal error: Unknown function: parse_config() in /etc/inc/config.inc on line 198 | ||||
* | Run fsck -fy instead of fsck -y | Scott Ullrich | 2006-11-20 | 1 | -3/+3 |
| | |||||
* | MFC 15106 | Scott Ullrich | 2006-11-19 | 1 | -0/+19 |
| | | | | | Ticket #1146: binat rules MUST be before NAT else they don't work as expected. | ||||
* | MFC 14296 | Scott Ullrich | 2006-11-19 | 2 | -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 15382 | Scott Ullrich | 2006-11-19 | 1 | -1/+1 |
| | | | | fix: is_process_running() does inaccurate matches | ||||
* | Version bump to SNAPSHOT. | Scott Ullrich | 2006-11-19 | 1 | -1/+1 |
| | |||||
* | * Move stop package code out to it's own file rc.stop_packages | Scott Ullrich | 2006-11-17 | 2 | -5/+18 |
| | |||||
* | MFC | Scott Ullrich | 2006-11-12 | 1 | -45/+45 |
| | | | | pclose -> fclose | ||||
* | Do not complain unless user has less than 126 megs of ram. Some ↵ | Scott Ullrich | 2006-11-11 | 1 | -1/+1 |
| | | | | motherboards share ram with video cards. | ||||
* | MFC [15285] | Bill Marquette | 2006-11-11 | 6 | -52/+105 |
| | | | | 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 | ||||
* | Allow priv to appear multiple times so that a person can downgrade from the ↵ | Scott Ullrich | 2006-11-10 | 1 | -1/+1 |
| | | | | pile of SHIT we call -HEAD. | ||||
* | MFC 15253 | Scott Ullrich | 2006-11-10 | 1 | -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 enable | Scott Ullrich | 2006-11-08 | 1 | -0/+2 |
| | | | | this back after a successful installation. | ||||
* | Apparently my big fat warning about needing two interfaces is not a big ↵ | Scott Ullrich | 2006-11-06 | 1 | -1/+5 |
| | | | | enough warning. Make the language a bit more precise and stern to thwart bogus support requests. | ||||
* | MFC [15201] | Bill Marquette | 2006-11-05 | 1 | -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 negligable | Bill Marquette | 2006-10-29 | 1 | -1/+1 |
| | | | | performance diff from 30m and works better than 5m, so let's use it | ||||
* | back out recent change. | Scott Ullrich | 2006-10-28 | 1 | -5/+6 |
| | |||||
* | Only check for check_reload_status process if machine is booted | Bill Marquette | 2006-10-28 | 1 | -1/+1 |
| | | | | rc scripts launch this process at the end of boot | ||||
* | Ticket #1154: Bad format for generated syslog.conf | Scott Ullrich | 2006-10-27 | 1 | -7/+10 |
| | | | | Submitted-by: Angelo Turetta aturetta+pfsense @at@ bestunion.it | ||||
* | Be a little more agressive when blocking snort2c traffic | Scott Ullrich | 2006-10-26 | 1 | -1/+2 |
| | |||||
* | Version bump to 1.0.1 | Scott Ullrich | 2006-10-24 | 1 | -1/+1 |
| | |||||
* | Woops, somehow I forgot to add this files content. | Scott Ullrich | 2006-10-23 | 1 | -0/+3 |
| | |||||
* | Woops, log an error to system logs when we restart check_reload_status from ↵ | Scott Ullrich | 2006-10-23 | 1 | -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 Ullrich | 2006-10-23 | 1 | -5/+12 |
| | | | | dhclient-script, restart it. | ||||
* | Ticket #1136: Make sure check_reload_status is running so we can regen | Bill Marquette | 2006-10-23 | 1 | -1/+4 |
| | | | | rules | ||||
* | PF doesn't know what "congestion" TOS flag is | Bill Marquette | 2006-10-22 | 1 | -1/+1 |
| | |||||
* | Ticket #1135: better mousetrap for detecting amount of swap | Bill Marquette | 2006-10-22 | 1 | -2/+1 |
| |