summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Echo done when booting.Scott Ullrich2005-03-041-0/+2
|
* Missing ;Scott Ullrich2005-03-041-1/+1
|
* Version bumpScott 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-042-2/+2
|
* Make RFC959 data port workaround configurable - default to disabledBill Marquette2005-03-042-0/+29
|
* 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
|
* Toggle OS dropdown off and on when a TCP rule is enabled or disabled.Scott Ullrich2005-03-031-1/+8
|
* Version bumpScott Ullrich2005-03-031-1/+1
|
* * Add header with CSS at top (m0n0wall apparently moved this to fbeing.inc)Scott Ullrich2005-03-031-58/+64
| | | | | * Change the colors to pfSense * Thanks to Colin for doing all the hard work :)
* Add needed newlineScott Ullrich2005-03-031-1/+1
|
* -e -> -rScott Ullrich2005-03-031-1/+1
|
* If /tmp/custom.tgz exists, allow it to overwrite the upgrade. This can be ↵Scott Ullrich2005-03-032-1/+12
| | | | useful if you do not wish to upgrade a certain part of pfSense.
* Turn console off even though it was commented outScott Ullrich2005-03-031-1/+1
|
* Correct sshlockout_pf location.Scott Ullrich2005-03-031-1/+1
|
* Hook in sshlockout_pfScott Ullrich2005-03-032-0/+6
|
* Version bump. Fixes PPPOE issues reported by IlluScott Ullrich2005-03-031-1/+1
|
* 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
|
* Version bumpScott Ullrich2005-03-031-1/+1
|
* 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
* Backout this commit until I can further control the outgoing ip.Scott Ullrich2005-03-031-19/+1
|
* Racoon interface listen selectionScott Ullrich2005-03-031-0/+20
|
* 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
|
* Turn dns resolution off on SSHDScott Ullrich2005-03-031-1/+1
|
* Seperate the outputting of /tmp/rules.debug into its own statementScott Ullrich2005-03-031-1/+2
|
* Version bump.Scott Ullrich2005-03-031-1/+1
|
* * 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
|
* Version bumpScott Ullrich2005-03-021-1/+1
|
* Add LAN option for redirects aka inbound nat.Scott Ullrich2005-03-021-1/+1
|
* m0n0wall homepage -> pfSense handbookScott Ullrich2005-03-021-14/+14
|
* Correctly sync package configurations on bootup.Scott Ullrich2005-03-021-34/+11
|
* Pass true to resync_all_package_configs_bootupScott Ullrich2005-03-021-1/+1
|
* Do not update os type unless its defined in the rule.Scott Ullrich2005-03-021-1/+2
|
* 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
|
* Instead of hard coding an interface address, use the friendly name in packages.Scott Ullrich2005-03-021-1/+1
|
* Correctly handle additional_files_needed now that its an array type.Scott Ullrich2005-03-021-4/+6
|
* Missing } on newly added resync_all_package_configs_bootup()Scott Ullrich2005-03-021-1/+3
|
* Bump version to 0.45Scott Ullrich2005-03-021-1/+1
|
* * Reset $pkg_chmod variable on each loopScott Ullrich2005-03-021-0/+1
| | | | * Actually invoke chmod command if needed
* Whoops, forgot to add rc.packages before commit.Colin Smith2005-03-021-0/+36
|
* * rc_packages -> rc.packages (hooks changed appropriately)Colin Smith2005-03-022-6/+30
| | | | | | * 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)
OpenPOWER on IntegriCloud