summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* links -> LinksScott Ullrich2004-12-231-1/+1
|
* Missing ;;Scott Ullrich2004-12-231-0/+1
|
* Set net.link.ether.bridge.pf when enabling bridge.Scott Ullrich2004-12-231-5/+5
|
* 9) Access web GUI using linksScott Ullrich2004-12-231-0/+4
|
* add row as an array itemScott Ullrich2004-12-231-1/+1
|
* Finish packaging storage mechanism. Upon package deletin the package ↵Scott Ullrich2004-12-211-13/+13
| | | | manager will loop through the variables and set them so that you can invoke commands such as system("pw userdel " . $username); from the xml configuration file.
* Create a xml_safe_fieldname function which strips out all of the bad ↵Scott Ullrich2004-12-201-56/+93
| | | | characters that could be associated with a xml fieldname.
* Add enable and disable fields feature to XML language. Fix the TYPE dropdown.Scott Ullrich2004-12-191-1/+1
|
* disable debuggingScott Ullrich2004-12-161-1/+1
|
* * Add pkg.php which will parse the package xml file and present an interface ↵Scott Ullrich2004-12-121-3/+3
| | | | | | | (see http://www.pfsense.com/screens/pkg.JPG ) * Correct behavior of pkg_mgr.php when multiple packages are included * Other minor cleanups
* Add tem field as array xml markersScott Ullrich2004-12-121-29/+29
|
* Say welcome to the pfSense package manager!Scott Ullrich2004-12-122-12/+16
|
* Display optional interfaces correctlyScott Ullrich2004-12-101-2/+3
|
* dont try to deterimine swap volume until primary volume is mounted (need ↵Scott Ullrich2004-12-051-1/+1
| | | | grep and cut)
* Merge in m0n0wall 1.2b3 changes.Scott Ullrich2004-12-053-31/+170
|
* Synchornize with m0n0wall 1.2b3. These files have not really beenScott Ullrich2004-12-051-1/+2
| | | | | modified too much so a straight copy works. 9 files remain to be patched by hand.
* Do not hard code IDE swap device, probe /etc/fstab for its existanceScott Ullrich2004-11-281-2/+3
|
* make sure to unlink first during tar operationsScott Ullrich2004-11-281-1/+1
|
* Introduce an easy way to upgrade firmware for pfSense.Scott Ullrich2004-11-251-1/+32
|
* update platform to pfSenseScott Ullrich2004-11-241-1/+1
|
* Clean up a little more (whitespace) and echo after menu selectionScott Ullrich2004-11-242-3/+4
|
* Trim off some extra screen real-estate by combining the interface line with ↵Scott Ullrich2004-11-241-7/+6
| | | | ip addresses (add wan ip). Update (C)
* Throw a input_error if user tries to use modulate state or synproxy state ↵Scott Ullrich2004-11-241-3/+23
| | | | and icmp or udp
* Allow rules to be assigned different state mechanisms such as: keep state, ↵Scott Ullrich2004-11-241-1/+4
| | | | modulate state, synproxy state and none.
* Make sure to enable swap before trying to obtain core dumpScott Ullrich2004-11-241-0/+1
|
* extra safe-guard when creating nat outgoing balancing rules.Scott Ullrich2004-11-241-5/+8
|
* Fix small bug in outgoing load balancing rule generation.Scott Ullrich2004-11-241-1/+1
|
* Do not call shaper_configure. This is now handled in the rules section.Scott Ullrich2004-11-241-6/+0
| | | | Reported-by: Daimao
* Do not call shaper_configure. This is now handled in the rules section.Scott Ullrich2004-11-241-3/+0
| | | | Reported-by: Daimao
* Turn SACK off.Scott Ullrich2004-11-221-0/+2
|
* remove sysctl.confScott Ullrich2004-11-221-1/+0
|
* surround macros with ""Scott Ullrich2004-11-221-1/+1
|
* remove /var/tmp and /tmp on bootScott Ullrich2004-11-221-3/+2
|
* Remove /var/run/sysreboot.reqd on boot if existsScott Ullrich2004-11-221-0/+4
|
* Turn off SACK since this is most likely causing kernel panicsScott Ullrich2004-11-221-0/+1
|
* lets call mkdir by full path just in caseScott Ullrich2004-11-221-1/+1
|
* include panic support since freebsd 5 is apparently not so stable. :(Scott Ullrich2004-11-221-0/+3
|
* No need for opening brace in this case. Paste-typoScott Ullrich2004-11-211-1/+1
|
* Add logout feature to console (for ssh sessions)Scott Ullrich2004-11-211-0/+4
|
* Missing braceScott Ullrich2004-11-211-2/+2
|
* Forgot a closing brace.Scott Ullrich2004-11-211-9/+13
| | | | Pointy-hat-to-me-award.
* Add backend support for source-track, max-src-nodes and max-src-states.Scott Ullrich2004-11-211-0/+11
|
* Backend piece of insert a disable firewall option to turn pfSense into a ↵Scott Ullrich2004-11-211-3/+5
| | | | router only.
* Enable fast forwarding (fast routing).Scott Ullrich2004-11-211-84/+88
| | | | | | | | | | 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.
* Surround interface with ()Scott Ullrich2004-11-211-1/+1
|
* "The firewall" -> pfSenseScott Ullrich2004-11-211-57/+57
|
* Small bug fixes and minor description changesScott Ullrich2004-11-211-2/+4
|
* Backend portino of add the ability to define networks, ports and or hosts as ↵Scott Ullrich2004-11-211-0/+5
| | | | aliases. Allow the alias to point to more than ONE item ;)
* Add Outgoing load balancingScott Ullrich2004-11-201-8/+14
|
* Add a SSH configuration file which permits root login.Scott Ullrich2004-11-201-0/+101
|
OpenPOWER on IntegriCloud