Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel ↵ | Ermal Luçi | 2009-03-16 | 1 | -1/+0 |
| | | | | now.(yay!) | ||||
* | Modify IPsec code to allow for transport mode. All existing configurations are | mgrooms | 2009-03-15 | 1 | -1/+1 |
| | | | | | marked as tunnel for backwards compatibility. There are problems with the spd read code which Will likely choke on transport entries. We can fix this later. | ||||
* | Modify captive portal to use centralized user management. The user manager has | mgrooms | 2009-03-15 | 1 | -1/+1 |
| | | | | been modified to include an account expiration option to support this service. | ||||
* | Correct the configuration file IPsec certificate upgrade process. | mgrooms | 2009-03-12 | 1 | -2/+2 |
| | |||||
* | Use nice -n20 for common launched items | Scott Ullrich | 2009-03-11 | 1 | -4/+4 |
| | |||||
* | Update config.xml to 5.5 to prevent RRD database updates from triggering. | Seth Mos | 2008-12-23 | 1 | -1/+4 |
| | | | | add rrd tag to default enabled | ||||
* | change default to enable block bogons | Chris Buechler | 2008-11-30 | 1 | -0/+1 |
| | |||||
* | Add TCP TSO = 0 sysctl | Scott Ullrich | 2008-11-04 | 1 | -0/+10 |
| | |||||
* | Change default icmplim to 750. | Scott Ullrich | 2008-10-25 | 1 | -1/+1 |
| | |||||
* | Revise default allow all to any rule text. Remove > and attempt to cleanup | Scott Ullrich | 2008-09-10 | 1 | -1/+1 |
| | | | | text to make it more friendly to a new user. | ||||
* | Remove the page locking privileges after discussion with Scott on IRC. The | Matthew Grooms | 2008-09-03 | 1 | -2/+0 |
| | | | | | | | feature was confusing and offered little utility that I could see. If we really need to provide serialized access to sections of the webui, IMO it should be a global lock option and enabled or disabled manually and not a privilege that is on all the time. | ||||
* | Modify all the default configuration files to ensure the versions match. | Matthew Grooms | 2008-09-02 | 1 | -1/+1 |
| | | | | | While in globals.inc, remove the easyrsa path and do some whitespace cleanup. | ||||
* | Set net.inet.icmp.icmplim to 500. Apparently the low setting of 200 | Scott Ullrich | 2008-09-01 | 1 | -10/+15 |
| | | | | | wrecked Seths firewall on upgrade due to overwhelming amounts of icmp packets. | ||||
* | Move WAN interface to appear first now that the interface code | Scott Ullrich | 2008-08-30 | 1 | -14/+14 |
| | | | | | programatically enumerates the interfaces. Not sure if we need upgrade code to move the interface order. | ||||
* | Disable extended TCP debugging. | Scott Ullrich | 2008-08-11 | 1 | -0/+5 |
| | |||||
* | Epose if_bridge(4) sysctl members. | Ermal Luçi | 2008-08-05 | 1 | -0/+10 |
| | |||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -23/+7 |
| | | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages | ||||
* | * Switch XML tag from </pages> to <pages/> | Scott Ullrich | 2008-07-30 | 1 | -1/+1 |
| | | | | * Sync the all group which appears to be missing | ||||
* | latest config.xml version is 4.9 | Scott Ullrich | 2008-07-28 | 1 | -1/+1 |
| | |||||
* | Rewrite portions of the user manager to ensure data is properly synced to | Matthew Grooms | 2008-07-25 | 1 | -4/+10 |
| | | | | | | | | | | | the system password and group databases. This is to provide better support for centralized user management when local account administration is preferred. I also took this opportunity to do some housekeeping. A lot of funtions that were only being used in one place or not at all were removed. The user page privelege checks were also simplified in preperation for future work in this area. | ||||
* | Add TCP Inflight | Scott Ullrich | 2008-07-19 | 1 | -0/+5 |
| | |||||
* | re-enable the sending of ICMP redirects by default | Chris Buechler | 2008-06-14 | 1 | -4/+4 |
| | |||||
* | Remove unused tag. | Scott Ullrich | 2008-03-10 | 1 | -2/+0 |
| | |||||
* | Unbreak package manager | Scott Ullrich | 2008-03-10 | 1 | -2/+0 |
| | |||||
* | Add missing bits from HEAD. | Scott Ullrich | 2008-02-20 | 1 | -0/+38 |
| | |||||
* | Switch over to the newly provisioned 0.pfsense.pool.ntp.org which | Scott Ullrich | 2008-02-18 | 1 | -1/+1 |
| | | | | ntp.org has graciously setup for pfSense. | ||||
* | Really disable CTRL+ALT+DELETE. | Scott Ullrich | 2008-02-02 | 1 | -1/+1 |
| | |||||
* | Disable CTRL+ALT+DELETE reboot sequence on keyboard. | Scott Ullrich | 2008-02-02 | 1 | -0/+5 |
| | | | | | Admnins commonly have to press this sequence to login to winderz boxen and if you have a shared KVM you might accidently reboot your firewall. | ||||
* | Move update bogons script to 3am. | Scott Ullrich | 2007-11-28 | 1 | -1/+1 |
| | | | | Discussed on pfSense-support@ | ||||
* | * Download bogons entries from pfsense.com | Scott Ullrich | 2007-11-27 | 1 | -1/+1 |
| | | | | | * Do not update on every minute on the 1st of the month * Sleep for a random period before updating to avoid killing the server | ||||
* | Increase net.inet.ip.intr_queue_maxlen to 1000 which is the IP input queue. | Scott Ullrich | 2007-08-22 | 1 | -0/+5 |
| | |||||
* | Reset slbd every 140 minutes as opposed to 300 minutes. | Scott Ullrich | 2007-08-02 | 1 | -1/+1 |
| | |||||
* | Set the ephemeral port range starting port to 1024 instead of 49152. On a ↵ | Scott Ullrich | 2007-07-05 | 1 | -0/+5 |
| | | | | busy firewall it is possible to run out of ephemeral ports and then the system will block new connections until a port is available. | ||||
* | s/bin/sbin/ | Scott Ullrich | 2007-06-27 | 1 | -1/+1 |
| | |||||
* | Reset SLBD every 5 hours to avoid 100% cpu utilization Ticket #1316 | Scott Ullrich | 2007-06-27 | 1 | -1/+10 |
| | |||||
* | We need to expire entries every hour, not every half hour. (snort) | Scott Ullrich | 2007-06-02 | 1 | -1/+1 |
| | |||||
* | Add overlooked sysctl's. | Scott Ullrich | 2007-05-26 | 1 | -0/+35 |
| | |||||
* | Add system tunables area which allows the user to fine control sysctl's. | Scott Ullrich | 2007-05-26 | 1 | -0/+47 |
| | |||||
* | Oops, we need /etc/ping_hosts.sh to run every 5 minutes. | Scott Ullrich | 2007-05-15 | 1 | -0/+9 |
| | |||||
* | Add NTP server field to dhcp config. | Seth Mos | 2007-05-08 | 1 | -0/+1 |
| | | | | From: Alexander Schaber | ||||
* | We actually have 2.9 has the default now. | Scott Ullrich | 2007-03-14 | 1 | -1/+1 |
| | |||||
* | * Bump config version to 2.8 | Scott Ullrich | 2007-02-09 | 1 | -1/+1 |
| | | | | * Automatically install a IPSEC pass rule for unsuspecting users | ||||
* | Backport cron handling from HEAD. | Scott Ullrich | 2007-01-29 | 1 | -0/+74 |
| | | | | Patches-submitted-by: DSH@ | ||||
* | Change default theme to nervecenter. | Scott Ullrich | 2007-01-18 | 1 | -3/+3 |
| | | | | No objections from any of the 13 other people in IRC. Make it so. | ||||
* | Disable NAT reflection by default. | Scott Ullrich | 2006-03-09 | 1 | -0/+1 |
| | |||||
* | Change back to sis0 and sis1 factory defaults | Scott Ullrich | 2006-02-26 | 1 | -2/+2 |
| | |||||
* | Set theme back to metallic and avoid the lynching | Scott Ullrich | 2006-01-01 | 1 | -1/+1 |
| | |||||
* | Change default theme back to pfsense. | Scott Ullrich | 2005-12-28 | 1 | -1/+1 |
| | | | | | | Some people claim the fancy metallic theme is slower. See http://forums.whirlpool.net.au/forum-replies-archive.cfm/436523.html | ||||
* | Change default interfaces to vmware (lnc0 lnc1) for PC version | Scott Ullrich | 2005-11-16 | 1 | -2/+2 |
| | |||||
* | Do not enable SSHD by default. | Scott Ullrich | 2005-11-13 | 1 | -1/+0 |
| | | | | Ticket #682 |