Commit Graph

35313 Commits

Author SHA1 Message Date
Scott Ullrich
416ed28d60 Allow for the user to customize the pf optimization options in the system -> advanced menu. the default is normal. 2005-01-23 00:52:14 +00:00
Scott Ullrich
121efc3932 Apparently we will need quick for ALTQ rules 2005-01-23 00:00:13 +00:00
Scott Ullrich
7beae95575 Dont use the quick flag when creating ALTQ rules so the user doesnt accidently open up the firewall to something they do not wish to do. 2005-01-22 23:35:02 +00:00
Scott Ullrich
a3ad4f8afa Add swap space graph to main status screen. 2005-01-22 23:30:44 +00:00
Scott Ullrich
6778d4524f Do not set a value="" on checkbox fields. 2005-01-22 22:13:31 +00:00
Scott Ullrich
709133671e Inform the user that the reset password is pfsense .. not mono. While where here notify the user that WAN will be set to DHCP. 2005-01-22 22:03:23 +00:00
Scott Ullrich
a88fe76173 Add pfctl -vsq debugging command to status page 2005-01-22 21:39:12 +00:00
Scott Ullrich
bdb7d6e77e Resync with 1.2b3 with the additional pf options. 2005-01-22 21:18:16 +00:00
Scott Ullrich
4025d86407 Remove console links browser option. It does not work correctly with wizard. 2005-01-22 19:36:21 +00:00
Scott Ullrich
b0b5deb687 Disable scheduler type change when a queue is defined. 2005-01-22 08:43:14 +00:00
Scott Ullrich
8002c53850 Cat out /tmp/rules.debug in status page 2005-01-22 08:19:44 +00:00
Scott Ullrich
5872211642 FIx bug in filter_altq_get_queuename 2005-01-22 07:58:30 +00:00
Scott Ullrich
d09c8936ca allow bandwidth to not be defined 2005-01-22 06:51:40 +00:00
Scott Ullrich
bf21c7e5b6 Improve shaper port handling 2005-01-22 06:25:56 +00:00
Scott Ullrich
b6f87f4626 Update (C) 2005-01-22 04:50:29 +00:00
Scott Ullrich
741476956f Bump version to 0.18 2005-01-22 04:50:11 +00:00
Scott Ullrich
130adf0b67 Turn off debugging echo 2005-01-22 04:13:54 +00:00
Scott Ullrich
9074e2cd95 Add support for squid transparent proxy 2005-01-22 04:00:22 +00:00
Scott Ullrich
e76ad1ac34 Add support for priortizing ACK's 2005-01-22 03:28:13 +00:00
Scott Ullrich
78a80023ff Add queues counter status. 2005-01-22 03:27:49 +00:00
Scott Ullrich
12bcdc89e9 Commit what I have so far. Magic shaper now works 100% .. or atleast appears to! 2005-01-22 02:57:05 +00:00
Scott Ullrich
44ce4df14a switch xml format over to pfsense header and footer. time to break away from m0n0walls configuration since ours is a little different now. 2005-01-21 23:31:30 +00:00
Scott Ullrich
1220d12a6a Move schedulertype configuration setting to system since we have switched to one scheduler per system. 2005-01-21 22:13:29 +00:00
Scott Ullrich
222b529936 Move scheduler type to advanced menu. We'll default to PRIQ as a simple starting point for new users. NOTE: The scheduler type goes into affect for all interfaces. 2005-01-21 20:56:53 +00:00
Scott Ullrich
1b8f6d97f8 Start the process of moving back to a m0n0wall style rules / queues system. 2005-01-21 20:32:03 +00:00
Scott Ullrich
776b3849e0 Bump to 0.17 2005-01-19 21:55:25 +00:00
Scott Ullrich
fe236d2c7a Add carp entry 2005-01-19 01:33:52 +00:00
Scott Ullrich
d8838131c0 Correct new rc.d script 2005-01-19 01:14:43 +00:00
Scott Ullrich
04fa6b1b2a Reenable CARP. We need to copy the patched /etc/protocols over to the image for the protocol to work via pf. 2005-01-18 20:48:12 +00:00
Scott Ullrich
9057899c79 Disable fragmentation rule toggle. 2005-01-18 16:36:57 +00:00
Scott Ullrich
fd69ff6e39 Disable fragmentation rule toggle. 2005-01-18 16:30:16 +00:00
Scott Ullrich
549aea7419 temporarily disable carp rules since i am getting invalid protocol yet it seems to work otherwise. 2005-01-18 02:34:28 +00:00
Scott Ullrich
3bd1bd72ec Run /usr/local/etc/rc.d/* items if they exist 2005-01-18 02:16:06 +00:00
Scott Ullrich
03f0bfe710 Add description for interfaces selection widget if its set. 2005-01-18 01:36:51 +00:00
Scott Ullrich
2c634bddb0 Add support for vpn_selection. 2005-01-18 01:26:43 +00:00
Scott Ullrich
2cf712c449 Add type column to adddeleteeditpagefields allowing for the script to answer yes and no for checkbox items. 2005-01-18 00:01:05 +00:00
Scott Ullrich
03dce3bd1a reset selected variable at the begining of foreach loop 2005-01-17 23:59:02 +00:00
Scott Ullrich
3b506c7fd2 Bump to 0.16 2005-01-15 00:57:13 +00:00
Scott Ullrich
d6a84c3167 Tweak package manager to not require a package to function. 2005-01-13 22:23:33 +00:00
Scott Ullrich
8a9e047d38 If a package does not list any packages needed do not check to make sure its installed. 2005-01-13 21:50:50 +00:00
Scott Ullrich
8fc2952b05 If carp is compiled into the kernel and userland lets make the appropriate firewall rules to pass the traffic. 2005-01-13 17:58:45 +00:00
Scott Ullrich
d21337019d Add variable substitutions: $wanip, $lanip to wizard and pkg_edit facilities. 2005-01-12 17:17:35 +00:00
Scott Ullrich
d51f86e05d Expand the usage of $myurl in wizard fields and pkg_edit 2005-01-12 04:47:39 +00:00
Scott Ullrich
a6e4adb3f9 Bump to 0.15 2005-01-12 03:37:16 +00:00
Scott Ullrich
b56f04bee5 Check isset values to make sure they have a value before using. 2005-01-12 03:33:41 +00:00
Scott Ullrich
1cd160578c Change default password to pfsense 2005-01-12 02:11:41 +00:00
Scott Ullrich
bb940538a4 Correctly save and restore values. 2005-01-11 23:37:54 +00:00
Scott Ullrich
31d27c6c0e Say hello to package editing capabilities! 2005-01-11 20:15:37 +00:00
Scott Ullrich
7c53996539 Add package edit buttons 2005-01-11 18:35:18 +00:00
Scott Ullrich
b384f9b06c Bump to 0.14 2005-01-11 04:19:17 +00:00