Use proto and get rid of -> *
Be more specific on no rdr rule so squid can work
Full path to adjkerntz
Trim some print.
Add find_number_of_created_bridges() routine which returns the number of currently created bridges */
Version bump
Thats -p not -i
Version bump.
Correct typo
Add console/web-aware versions of update_status and update_output.
Minor work on packages. A console interface may require either a Lua rewrite of rc.initial, progress(1), or dialog (to make it pretty, anyway) ;)
bsnmpd support by strgout
run bsmptd
correct version
Make parent queues work again
make tos bit work in shaper
Turn default policy of state-policy if-bound on by default.
Discussed-by: bill, chdio, geekgod
Enable spanning tree protocol on bridged nodes
Revert check for interface enabled - this fixes user rules again
Make sure $bridges_total is a numeric
Cache the contents of find_carp_interface() to speed up subsequent requests
Speedup get_carp_interface_status() by caching the full ifconfig file and then using it for each seqsequent request during the php session
Version bump - this version will most likely be a developers only version
Remove filter_generate_ipfw_altq_rules() since we're not longer in IPFWland, toto
Remove commented out code in preperation for pure pf altq switchover
Start pftpx with wan address
Allow "any" as a source network on nat mappings
Do not process a rule that is attached to a disabled interface
Correctly remark this code snippet out
More work on cURL functions.
Something tells me we aren't using IPFW anymore Toto
Set package interface flag.
Send mtree output to syslog
Move ssh lockout rule and make it a non-quick rule so that USER_RULES can override if they wish
More bootup cleanups
Make all startup commands uniform by correctly outputing when they are done.
Example:
Starting DHCP service...done.
Misc comments
Missing space
Move package and cURL functions to their own include. These functions will be removed from pfsense-utils after cleanup and documentation.
Add cURL functions. These may be moved to pkg-utils.inc soonish.
Add pkg_fetch_recursive().
Start mergeing in altq/pf changes
version bump
Enforce hard timeouts
misc comments
Label the rules
Allow multiple bridges.
Allow DNS for captive portal to query the built in dns forwarder
Correct portal arguments by appending \ before *
Swap images
Only echo out if we are booting
Kepp track of the number of bridges
port = 8000include proto
Use arp table to deterimine when we need to flush an old captive portal user from the pf table <captiveportal>
Update (C)
Convert captive portal over to use pf tables.
TODO: Figure out how to deterimine when the last activity time of the user was.
Captive portal pf filter support
Somehow bogons rule was duplicated outside of the if check and blocking ips if they where private on the wan.
Super-sleuthing-by:alan walters
Do not ALTQ $LAN -> $FIREWALL trafffic
Remove "me" rules until I can find a better way to isolate firewall -> local traffic
Restore the previous behavior by not creating ipfw rules for carp.
find out the interface ip. match against carp subnetsand automagically generate rules for carp'd interfacesas well as the primary interface defined.
Prefer out xmit and in recv directives for ipfw
real fix for user rule label
Apply a label regardless of description missing, just make it be "USER RULE"
Convert friendly interface name to real interface
Correctly bring up carp interfaces if carpdev is not chosen
Group pftpx anchor with ftp-proxy
No need for inetd, pftpx is its own proxy
pftpx anchor should be on top
Only echo out if we're booting
Remove -q ftpproxy
Remove done
Allow user to specify interface. This will allow CARP to work on DHCP interfaces, etc!
And the crowd goes nuts!
Do not allow CTRL-Z and CTRL-C to be pressed in console.
Fixes Ticket #57
fix aliases
Fix MTU.
Submitted-by: strgout AT unixjunkie.com
Addresses ticket #98Submitted-by: strgout
More console muting. We actually look professional now.
Do not rules for static routed interfaces. Our behavior is different from m0n0wall and the user can create their own rules if they wish.
Fixes Ticket #97
mute console when bringing up pflogd
Mute and unmute the console at strategic times to cleanup the boot sequence
Mute console on boot.config loader, unmute when pfSense starts to wake up.