Commit Graph

54 Commits

Author SHA1 Message Date
Scott Ullrich
405e5de066 Add rc.halt command which will shutdown and halt a running system.
Suggested-by: Bachman Kharazmi
2004-12-28 20:52:33 +00:00
Scott Ullrich
5cebeccff0 add config which is needed by pfstat.xml 2004-12-25 04:05:46 +00:00
Scott Ullrich
edb2ed902d Ignore pflog and plip interfaces. 2004-12-25 03:54:25 +00:00
Scott Ullrich
a0ff9696c1 Set net.link.ether.bridge.pf when enabling bridge. 2004-12-23 19:17:53 +00:00
Scott Ullrich
420e12b32d add row as an array item 2004-12-23 05:40:11 +00:00
Scott Ullrich
98bbf05a82 Create a xml_safe_fieldname function which strips out all of the bad characters that could be associated with a xml fieldname. 2004-12-20 22:21:11 +00:00
Scott Ullrich
d70190d938 disable debugging 2004-12-16 19:25:27 +00:00
Scott Ullrich
a7f908dbec * Add pkg.php which will parse the package xml file and present an interface (see http://www.pfsense.com/screens/pkg.JPG )
* Correct behavior of pkg_mgr.php when multiple packages are included
* Other minor cleanups
2004-12-12 20:05:38 +00:00
Scott Ullrich
528ae96e08 Add tem field as array xml markers 2004-12-12 04:59:56 +00:00
Scott Ullrich
ee11cc6eae Say welcome to the pfSense package manager! 2004-12-12 01:44:44 +00:00
Scott Ullrich
a23d724871 Merge in m0n0wall 1.2b3 changes. 2004-12-05 19:56:11 +00:00
Scott Ullrich
07bd3f83b4 Synchornize with m0n0wall 1.2b3. These files have not really been
modified too much so a straight copy works.   9 files remain to be
patched by hand.
2004-12-05 19:31:44 +00:00
Scott Ullrich
d59874c19d Throw a input_error if user tries to use modulate state or synproxy state and icmp or udp 2004-11-24 20:59:28 +00:00
Scott Ullrich
3849b3236b Allow rules to be assigned different state mechanisms such as: keep state, modulate state, synproxy state and none. 2004-11-24 19:46:36 +00:00
Scott Ullrich
16c489843c extra safe-guard when creating nat outgoing balancing rules. 2004-11-24 04:20:48 +00:00
Scott Ullrich
70d7607d5c Fix small bug in outgoing load balancing rule generation. 2004-11-24 04:12:27 +00:00
Scott Ullrich
3888fcca60 Do not call shaper_configure. This is now handled in the rules section.
Reported-by: Daimao
2004-11-24 04:01:36 +00:00
Scott Ullrich
f1332665bc Do not call shaper_configure. This is now handled in the rules section.
Reported-by: Daimao
2004-11-24 04:00:12 +00:00
Scott Ullrich
566faa5301 surround macros with "" 2004-11-22 22:31:36 +00:00
Scott Ullrich
5cd726bf3b No need for opening brace in this case. Paste-typo 2004-11-21 23:03:21 +00:00
Scott Ullrich
573f86c23d Missing brace 2004-11-21 22:06:22 +00:00
Scott Ullrich
ce45de77f0 Forgot a closing brace.
Pointy-hat-to-me-award.
2004-11-21 21:00:42 +00:00
Scott Ullrich
a9a16d0b96 Add backend support for source-track, max-src-nodes and max-src-states. 2004-11-21 19:32:46 +00:00
Scott Ullrich
6cc3419083 Backend piece of insert a disable firewall option to turn pfSense into a router only. 2004-11-21 19:05:23 +00:00
Scott Ullrich
0f282d7a16 Enable fast forwarding (fast routing).
A description of fastforwarding:

Fastforwarding caches the results of a route lookup for destination
addresses that are not on the local machine, and uses the cached route
to short-circuit the normal (relatively slow) route lookup process.  The
packet flows directly from one layer2 input routine directly to the opposing
layer2 output routine without traversing the IP layer.
2004-11-21 18:41:42 +00:00
Scott Ullrich
b39fb87c3e Surround interface with () 2004-11-21 07:16:22 +00:00
Scott Ullrich
1dc8c3eb90 Small bug fixes and minor description changes 2004-11-21 05:50:35 +00:00
Scott Ullrich
07c76d1819 Backend portino of add the ability to define networks, ports and or hosts as aliases. Allow the alias to point to more than ONE item ;) 2004-11-21 02:25:02 +00:00
Scott Ullrich
c55b323d61 Add Outgoing load balancing 2004-11-20 22:03:56 +00:00
Scott Ullrich
a675b78a6c implement upperlimit, realtime, linkshare and rio options 2004-11-20 00:50:21 +00:00
Scott Ullrich
7921387118 Implement borrow ALTQ option 2004-11-20 00:37:04 +00:00
Scott Ullrich
cfc707f763 Add Copyright to each file that we have touched so far and re attribute the file to Manuel Kasper such as:
Copyright (C) 2004 Scott Ullrich
	All rights reserved.

	originally part of m0n0wall (http://m0n0.ch/wall)
	Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
	All rights reserved.
2004-11-19 23:12:26 +00:00
Scott Ullrich
1b2808f1f8 bug fix: Honour newer sa setting 2004-11-19 23:05:52 +00:00
Scott Ullrich
500df02bad make sure we are not using skip rules 2004-11-19 22:21:17 +00:00
Scott Ullrich
4fc3d55d12 Setup load balancing on outbound nat 2004-11-19 22:05:51 +00:00
Scott Ullrich
aebf8c9ac6 Add NAT outbound load balancing 2004-11-19 21:40:14 +00:00
Scott Ullrich
dacc4f591f add support for net.key.preferred_oldsa and add a checkbox on IPSec screen 2004-11-19 21:24:18 +00:00
Scott Ullrich
d41f17ce1c add support for net.key.preferred_oldsa 2004-11-19 21:10:43 +00:00
Scott Ullrich
cad47db8b8 do not foreach through pfqueue, queues if it does not exist. 2004-11-17 19:50:15 +00:00
Scott Ullrich
3f2b92d274 Add captive portal logging.
Patch-submitted-to-m0n0wall-list-by:	Matt Juszczak <matt_AT_atopia.net>
2004-11-17 17:59:56 +00:00
Scott Ullrich
3e1e22de1f Our checks where too loose before, if the same type of scheduler was on more than one interface we assigned the queues to all the interfaces with the same definition, etc. 2004-11-16 02:41:34 +00:00
Scott Ullrich
5dd55fa3ce traffic shaper changes 2004-11-16 01:17:13 +00:00
Scott Ullrich
d899a20363 add filter_get_rule_interface function to return a interface of a rule 2004-11-15 20:40:56 +00:00
Scott Ullrich
298cdf6b41 do not assign queues to every interface, instead traverse all queue and only return a queue if its destined for the appropriate interface. 2004-11-15 01:51:14 +00:00
Scott Ullrich
dc3a01e457 take out the previous echo $ifface since that was a debugging item. 2004-11-14 20:30:08 +00:00
Scott Ullrich
f6f1d6f754 allow user to set a hidden ipsec field called "creategif" which will create gif entries which are useful for routing. 2004-11-11 00:34:29 +00:00
Scott Ullrich
c2fcc3ff74 modify altq options to fall under their own xml items 2004-11-10 23:46:24 +00:00
Scott Ullrich
a25183c5b8 add interface selection screen for proxyarp 2004-11-10 23:43:56 +00:00
Scott Ullrich
635615b291 Move shaper.inc to the attic since we no longer support dummynet traffic shaping. Say hello to ALTQ! 2004-11-10 18:37:09 +00:00
Scott Ullrich
f3e311cecd Do not run shaper.inc since we no longer support dummynet traffic shaping. 2004-11-10 18:36:21 +00:00