summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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-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
|
* Version bumpScott Ullrich2005-03-031-1/+1
|
* 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
* 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
|
* 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
|
* 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
|
* Bump version to 0.45Scott Ullrich2005-03-021-1/+1
|
* 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)
* Version bump. Include a subversion, too!Scott Ullrich2005-03-021-1/+1
|
* Do not interate installedpackages if they dont exist.Scott Ullrich2005-03-021-0/+1
|
* Hook in rc_packagesScott Ullrich2005-03-021-0/+3
|
* 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
|
* Version bumpScott Ullrich2005-03-011-1/+1
|
* If an error occurs, exit with 1, not 0Scott Ullrich2005-03-011-4/+4
|
* Add proxy_auth_username and proxy_auth_password system tags which will ↵Scott Ullrich2005-03-011-0/+7
| | | | | | control the auto upgrade process if a proxy server is involved. Currently this is a hidden variable (similar to the way m0n0wall functions) but will have a GUI written if there is enough demand.
* Detect when either md5 cannot be downloaded, log a message to syslog and bail.Scott Ullrich2005-03-011-0/+10
|
* 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
* Better way to run ftp-proxy - works for people with wierd NAT configs (like me)Bill Marquette2005-03-011-1/+1
|
OpenPOWER on IntegriCloud