summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Add dropped packet statsBill Marquette2005-03-071-1/+3
|
* add suspend statsBill Marquette2005-03-071-1/+3
|
* Simplify is_subqueue if logicScott Ullrich2005-03-061-9/+8
|
* * Minor style cleanups.Colin Smith2005-03-061-6/+18
| | | | * Add sweep_package_processes() to workaround those packages that do not automatically kill processes (iperf and netio servers, for example).
* Update our default SSL certificateScott Ullrich2005-03-061-24/+29
|
* Kill any running pfctl before extracting statsScott Ullrich2005-03-061-2/+4
|
* Revert this commit. It broke ALTQ!Scott Ullrich2005-03-061-107/+18
|
* Add a flag to gather_altq_queue_stats to allow the returning of the root queuesScott Ullrich2005-03-061-3/+4
|
* * Kill any occurance of pfctl before invoking pfctlScott Ullrich2005-03-061-1/+2
| | | | * Fix spelling mistake in comment
* * Modify queue graph to show the amount of bandwidth going through each ↵Scott Ullrich2005-03-051-4/+3
| | | | | | queue compared to total bandwidth * Add current queue traffic speed
* Add queue graph support.Scott Ullrich2005-03-051-0/+25
| | | | TODO: Show parent / child relationship and graph upon the total of the parent/child.
* Add Basic LB support (and altq rulenum changes)Chris Dionissopoulos2005-03-051-18/+107
|
* Update arp table before decide for a missing arp entryChris Dionissopoulos2005-03-051-0/+1
|
* Get rid of extra space at the end of the file that Komodo likes to install ↵Scott Ullrich2005-03-051-1/+1
| | | | on its own from time to time.
* Do not send carp traffic through the packet shaper.Scott Ullrich2005-03-051-0/+1
|
* Classify incoming LAN traffic from the WAN interrfaceScott Ullrich2005-03-041-2/+4
|
* Echo done when booting.Scott Ullrich2005-03-041-0/+2
|
* Missing ;Scott Ullrich2005-03-041-1/+1
|
* move ssh lockout outside of the foreach user rule loop so we only have one ↵Bill Marquette2005-03-041-1/+3
| | | | instance of the rule
* typoBill Marquette2005-03-041-1/+1
|
* Make RFC959 data port workaround configurable - default to disabledBill Marquette2005-03-041-0/+18
|
* broke ftp rule with last commit - fixBill Marquette2005-03-041-1/+1
|
* Fix ssh lockout ruleBill Marquette2005-03-041-1/+1
|
* Fix ftp servers that violate RFC 959 (we aren't Checkpoint, we've got better ↵Bill Marquette2005-03-041-1/+6
| | | | technology) - this should be a flag under "advanced" though I think
* Move ssh-disable rule to end of the ruleset.Scott Ullrich2005-03-041-4/+4
|
* Hook in sshlockout_pfScott Ullrich2005-03-031-0/+5
|
* Be more careful with MTU value. Extract the integer value and ensure the ↵Scott Ullrich2005-03-031-2/+2
| | | | item IS a integer before using the value.
* If no ip is assigned, wrap the second interface with ()Scott Ullrich2005-03-031-0/+3
|
* Do not setup an outgoing rule if an interface lacks an ip address.Scott Ullrich2005-03-031-6/+8
|
* Do a better check on $config['interfaces']['wan']['mtu'], making sure an ↵Scott Ullrich2005-03-031-1/+1
| | | | actual value exists
* Allow setting of racoon listening interface on the ipsec vpn screen. This ↵Scott Ullrich2005-03-032-1/+31
| | | | allows failover vpn!
* * Output more diagnostic messages during sync.Scott Ullrich2005-03-031-4/+2
| | | | * Only call the packages custom_php_resync_config_command
* Show which packages we are syncingScott Ullrich2005-03-031-1/+2
|
* Seperate the outputting of /tmp/rules.debug into its own statementScott Ullrich2005-03-031-1/+2
|
* * Use additional is_array checkingScott Ullrich2005-03-031-2/+3
| | | | * Full path to cat
* Treat line_split as an arrayScott Ullrich2005-03-031-2/+2
|
* Correctly sync package configurations on bootup.Scott Ullrich2005-03-021-34/+11
|
* Try to output the line # that errors out.Scott Ullrich2005-03-021-2/+5
|
* * Add convert_friendly_interface_to_real_interface_nameScott Ullrich2005-03-021-0/+7
|
* Missing } on newly added resync_all_package_configs_bootup()Scott Ullrich2005-03-021-1/+3
|
* * rc_packages -> rc.packages (hooks changed appropriately)Colin Smith2005-03-021-4/+28
| | | | | | * resync_all_packages_config -> resync_all_package_configs (hooks changed appropriately) * Add fetching of missing package XML to function resync_all_package_configs() * Add resync_all_package_configs_bootup() to provide status of package syncing on bootup. (hooks changed appropriately)
* Do not interate installedpackages if they dont exist.Scott Ullrich2005-03-021-0/+1
|
* Move resync_all_packages_config to our utilities areaScott Ullrich2005-03-021-1/+20
|
* Correctly return the number of created carp interfaces.Scott Ullrich2005-03-021-1/+1
|
* Fix boolean mistake for rules using OS signaturesBill Marquette2005-03-011-1/+1
|
* it helps if you use the write sysctl to enable bridgingBill Marquette2005-03-011-4/+2
| | | | bridging should now work
* Seperate autodetection out of previous functionScott Ullrich2005-03-011-14/+13
|
* vlan_setup needs an interface listScott Ullrich2005-03-011-0/+2
|
* Correct the vlan_setup function.Scott Ullrich2005-03-011-28/+30
|
* Speed up convert_real_interface_to_friendly_interface_nameScott Ullrich2005-03-011-1/+1
|
OpenPOWER on IntegriCloud