Remove .tar file if it exists before extracting.
Correctly install files.
Do not pass z flag to tar. The item is now gzipped.
Disable some bandwidth checks(revisit later on)
Use correct variable
Correctly generate Floating rules.
Make OpenVPN rules work.
If XML Carp configuration sync fails, rerun the sync with setDebug(1).
Fix wrong bracket on rules generation of altq
Correctly read the passed bandwidth for the root_queue.
Fix an issue with rules generation while logging is enabled.Reported-by: forum user qluk
Remove firmware image once completed
Uncompress archive before tarring it. This avoids compression seek slowdowns
Suggested-by: cmb
chflags noschg file before rm
Remove exec statement
Missing /
Use install when upgrading.
/var/log is a ram disk. Do not worry about CDROM checks.
Only chmod files if we are not on the CDROM platform.
Only process static ip address gateways on interfaces.
Add note that rrd gateway code needs upgrading. Affects quality graph.
Remove duplicate rrd upgrade entry.Add first attempt at gateway upgrade code.
Fix prompting for DHCP server setup
Clarify comment.
Correct logic.
Touch files if clog is disabled to ensure they are created.
Allow clogging feature to be disabled.
If OpenBGPD is installed, allow the selection of BGP as ourdefault gateway.
Only wait for carp supression bringup instead of blindly waiting 50+ seconds.
Copy all of libc binaries.
Welcome 1.3-ALPHA-ALPHA
Restart webConfigurator first.
Nuke opcode_* function.
Sync w/ HEAD.
We really do not need to be setting up php.ini in 3+ locations!
Update library mappings for php
Include APC settings in php.ini
Include ldap.so extension
Revert previous commit and remove only the unneeded parts.
This javascript is not needed anymore.
Turn off kernel muting for time being while I sorta out a number ofphp5 issues.
Do not recreate the ciphers repeatedly.
Remove duplicated entry for generating binat rules.
Remove ugly hacks and use propper method for dispalying generated ciphers.
Do not generate certificate directives if no certificate is selected.
Switch to using generated certificates for server mode.
Check that the item exists before using.
Check if item exists before using.
Add missing fi
Sync with HEAD.
Sync w/ HEAD
s/intval/floatval/fix settings for CBQ where setting of bandwidth was wrong in some places
OpenVPN: tidy up source...
OpenVPN: permit TLS for TCP
Ensure lock file is cleared after restart.
Noticed-by: mcrane via forum
Compensate with a space to avoid rules generation errors
clarify text
show interface in uppercase (lan -> LAN, etc.)
fix new gateway code to be backwards compatible.
Fix typo blowing up setlanip
don't foreach if it isn't an array (maybe temp fix while I'm working through other issues)
DSCP keyword comes first than flags and keep state
Add way to find the version of pfSense.This is needed since for 1.3 rules that packages install should be overridable.
Typo fixes and some bug fixing mostly at the frontend part.
Remove quick on this rules to allow using route-to rules for daemons running on the firewall.
Calculate bandwidth only once and correct a small error on queue names.
Do not chmod file that is not yet created.
Use propper icon for showing delete action to be consistent with pfSense GUI.Noticed/Suggested by: Hoba
Missing unset items for appliance project.
Do not allow enabling of DHCP server on dynamic IP interfaces (fixed in HEAD in last commit)
added a couple TODO items to fix later
Single interface supportAppliance Project
Fix numerous issues introduced with single interface support. Still some issues to be resolved here.
Unset block private networks on WAN when only one interface configured. We add antilockout rules on the WAN in this circumstance, and block private networks conflicts with that when your interface is on private IP space
Don't prompt for OPT assignment if LAN was not assigned. Previous check didn't work because the LAN setup in config.xml isn't relevant to the current interface assignment.
Adding script to allow enabling / disabling of SSHD from console menu.
Add process name and id checking functions
Missed commit from appliance project.
Change LAN ip to interface ip.
Do not show duplicate queues names on rules edit page
Ensure /tmp/ is writable
Correctly escape args.
Escaqpe shell arguments for Full Name when adding the user to FreeBSD.
Add debugging helper code.
s/${/{$/
Remove dead code.
Only delete a interface IP if it exists.
Backout last commit. The dependency order is not correct.
Remove extra c/r
Ask the user if they would like to unload the IP address configuration ofthe LAN interface after they have elected to remove it (appliance mode).
Unset the LAN interface after the user has commited. Otherwise if theyselect N that they are not happy with the setup we have already removedthe configuration sections.