Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | MFC [15088] | Bill Marquette | 2006-10-22 | 2 | -2/+2 |
| | | | | Ticket #1133: Fix OpenNTP page header and make PPTP log tab consistent | ||||
* | MFC [15086] | Bill Marquette | 2006-10-22 | 1 | -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 Marquette | 2006-10-22 | 1 | -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 Ullrich | 2006-10-20 | 1 | -0/+4 |
| | |||||
* | We no longer have a update time interval | Scott Ullrich | 2006-10-18 | 1 | -13/+7 |
| | | | | Ticket #1139 | ||||
* | Create rc.linkup.sh to simplify check_reload_status | Scott Ullrich | 2006-10-17 | 1 | -0/+1 |
| | |||||
* | Woops, we need the ftp anchor *BEFORE* the user rules, and the inital PASS ↵ | Scott Ullrich | 2006-10-17 | 1 | -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 Ullrich | 2006-10-17 | 1 | -1/+1 |
| | | | | system.inc on bootup now. | ||||
* | Set ClientAliveCountMax to 5. | Scott Ullrich | 2006-10-17 | 1 | -1/+1 |
| | |||||
* | Only allocate 5M to APC cache - the contents of /etc/inc and /usr/local/www | Bill Marquette | 2006-10-17 | 1 | -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 korozion | Bill Marquette | 2006-10-15 | 2 | -6/+9 |
| | | | | MFC checkin [15047] | ||||
* | file_notice() requires notices.inc | Scott Ullrich | 2006-10-14 | 1 | -0/+1 |
| | |||||
* | file_notice() requires notices.inc | Scott Ullrich | 2006-10-14 | 1 | -1/+1 |
| | |||||
* | Ticket #1124 - fix wording | Bill Marquette | 2006-10-14 | 1 | -1/+1 |
| | | | | MFC of commit [15039] | ||||
* | Do not unlink filter_drity, allow check_reload_status to handle this. | Scott Ullrich | 2006-10-12 | 1 | -1/+0 |
| | |||||
* | 1.0-RELEASE time. I never thought we would make it! w00h0000! | Scott Ullrich | 2006-10-12 | 1 | -1/+1 |
| | |||||
* | Do not write out php.ini on cdrom platform. | Scott Ullrich | 2006-10-10 | 1 | -0/+3 |
| | |||||
* | Call the php.ini creation function after the other functions have been ↵ | Scott Ullrich | 2006-10-10 | 1 | -8/+7 |
| | | | | loaded into memory. | ||||
* | Call the php.ini creation function after the other functions have been ↵ | Scott Ullrich | 2006-10-10 | 1 | -4/+3 |
| | | | | loaded into memory. | ||||
* | * Dynamically create php.ini on bootup | Scott Ullrich | 2006-10-10 | 2 | -4/+55 |
| | | | | * 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 Ullrich | 2006-10-10 | 1 | -1/+4 |
| | | | | directions to limit the connection count per ip address. | ||||
* | Add back maxprocperid javascript since we can now control this. | Scott Ullrich | 2006-10-10 | 1 | -1/+1 |
| | |||||
* | Use mod_evasive to limit connections per ip | Scott Ullrich | 2006-10-09 | 1 | -17/+40 |
| | |||||
* | Add back maxprocperid since we can now control this. | Scott Ullrich | 2006-10-09 | 1 | -0/+12 |
| | |||||
* | Ensure nameserver information is removed at bootup before its discovered again. | Scott Ullrich | 2006-10-09 | 1 | -0/+3 |
| | |||||
* | * Output script correctly using SCRIPT_NAME | Scott Ullrich | 2006-10-09 | 1 | -2/+2 |
| | | | | * Fix html arguments | ||||
* | Set background color for body | Scott Ullrich | 2006-10-08 | 1 | -5/+7 |
| | |||||
* | Set background color | Scott Ullrich | 2006-10-08 | 1 | -3/+5 |
| | |||||
* | Add missing \n | Scott Ullrich | 2006-10-08 | 1 | -1/+1 |
| |