summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Use correct interface when restarting dhclientScott Ullrich2006-12-171-2/+4
|
* "Always sent Session-Time in accounting packets. This makes most prepaid ↵Scott Ullrich2006-12-171-1/+1
| | | | | | systems to work again." Obtained from m0n0wall
* Revert previous dhclient crontab mojo. When running rc.newwanip if the ip ↵Scott Ullrich2006-12-162-2/+8
| | | | | | == 0.0.0.0 then fire off dhclient again. As seen on the forums ( http://forum.pfsense.org/index.php/topic,2645.0/topicseen.html )
* Version bump.Scott Ullrich2006-12-151-1/+1
| | | | Captive portal optional interface users should consider upgrading to this version.
* Create valid pf Syntax!Seth Mos2006-12-141-1/+1
|
* Only pass in on Captive Portal interfaceScott Ullrich2006-12-131-1/+2
| | | | Ticket #1188
* For interfaces using the Captive Portal, ensure that traffic can reach port ↵Scott Ullrich2006-12-131-0/+10
| | | | | | 8000 and 8001 which is the Captive Portal auth interfaces. Ticket #1188
* Version bumpScott Ullrich2006-12-121-1/+1
|
* Check DHCP interfaces every 6 hours for dhclient issues. Launch dhclient if ↵Scott Ullrich2006-12-122-0/+56
| | | | it is not bound to an interface correctly.
* - livecd/embedded: do not create a md on /var/db/rrd, /var already is oneSeth Mos2006-12-111-8/+1
| | | | -7 lines, +6MB ram. Tested on WRAP + LiveCD
* Version bumpScott Ullrich2006-12-111-1/+1
|
* Silence eclipse warningsScott Ullrich2006-12-113-0/+10
|
* Ticket #1185Scott Ullrich2006-12-111-1/+1
| | | | Check $hostname, not $domain
* Work around a dynamic rule problem that is known in FreeBSD for IPFW2:Scott Ullrich2006-12-091-0/+1
| | | | | | | | ">Strange, why only me(?) get this problem.. Isn't >net.inet.ip.fw.dyn_keepalive=1 by default ? This is a workaround. I am aware about this problem from several people. Here is needed more testing to determine the cause of the bug."
* Version bumpScott Ullrich2006-12-081-1/+1
|
* Version bumpScott Ullrich2006-12-061-1/+1
|
* Version bumpScott Ullrich2006-12-051-1/+1
|
* MFC 15495Scott Ullrich2006-12-051-1/+1
| | | | fix: root key files are not in /etc/ssh/root ...
* MFC 15411Scott Ullrich2006-12-051-2/+1
| | | | is_domain(): MS breaks all laws, so unserscores are allowed...
* MFC 15402Scott Ullrich2006-12-051-3/+2
| | | | is_domain(): domains must not contain underscores; empty strings are not valid
* Back out changes to try and fix OpenVPN. We really need to fix ↵Scott Ullrich2006-12-051-7/+0
| | | | check_reload_status
* Version bump.Scott Ullrich2006-12-041-1/+1
|
* 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
|
* 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
|
* 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.
* Merge newer rrd graphing code, drop down now only lists valid rrdSeth Mos2006-11-221-171/+318
| | | | | 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 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-112-3/+14
| | | | 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.
OpenPOWER on IntegriCloud