Change variables to match the form
Change 'Interface of this connection' to 'Select interface #X that you would like to shape'
Change numberconnections to Enter number of XXX type connections
game was canceled... no longer available...
Use == false for better readability with file_is_for_platform() function
Correct typo for filename
Add function that extracts etc/platform from an upgrade file and compares to the file on disk. This replaces the dumb filename platform check.
Grammar fixes, patch from Josh Stompro
Pretty sure ruleid should be a hidden field.
We no longer have a carpdev patch. Comment out the radio button
Resolve elsif error
Summons the capitalization police
Correct hint
Add seperator
Correct pconfig variables
Require notices.inc
Adding SMTP support. Ticket #59
Fix typo
Fix error for server #1
Allow up to 3 remote syslog servers. Resolves #11
Add alias completion support to wizard. Resolves #25
Catch up to reality -- there are now 10 fields
Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into review/master
Conflicts: etc/inc/certs.inc etc/inc/upgrade_config.inc
Merge branch 'master' of git://rcs.pfsense.org/pfsense/automatically-managing-firewall-rules-with-nat-rules into review/master
Upgrade m0n0wall icmp types, ipsec to enc0 and reduce rule descriptions to 63 characters if required. Resolves #28
Set default gateway correctly by checking for yes or on
Oops, add ?>
Only show one notice and unbreak the apply button
Change the verson to 1.0 before running the configuration upgrade code in order to migrate items such as the default gateway and such
Convert configuration before redirecting to assign interfaces page.
Clear a bit the apply message and name the apply button 'Reboot firewall' to make clear what it does.
Move functions to pfsense-utils.inc since they can be called from either console or gui side
Move download_file_with_progress bar back to shared are where it belongs. These functions can be called from both console and the webConfigurator. Unbreaks pkg operations on bootup such as resinstall broken packages
Set the penalty box color to red Resolves #25 on 2.0.
Kick off package reinstall after restoring configuration. Resolves #15
Do not enable / disable javascript field. Resolves #41
Resurvey slice info after changes. Resolves #52
Make sortable
use tabcont class
Turn common tabular data areas into sortable items. Revert the sortable.js change that used tabcont and change back to sortable
Move back to using sortable as class name
Remove stray ;
Unbreak. Pointy-hat-to: Ermal!
Include functions.inc which will then include ipsec.inc
Unbreak ipsec!
Unbreak ipsec. ipsec.inc is needed to set the various drop down box values such as 'IP Address, Encryption Algo, etc.. Someone needs a big pointy hat.
Fix wrong code!This is wrong since it is not that simple to rename an alias in an alias and correct code for this was already present before.
Use global variable which defines the tmp_path and remove hardcoded ones.
Update link to traffic shaper config because HTTP/500 errors are bad mmmkay?
Hide Additional BOOTP/DHCP Options behind an advanced button like other items
Change size of columns to 10 and 55 for the number option rowhelper
Misc comments
Use intval()
Make sure entered # is a integer and use htmlspecialchars()
Add URL to custom BOOTP and DHCP options page hosted at iana.org
Reduce colspan to 3
Do not turn the fields red when restoring previously saved items
Add rowhelper field which allows defining custom dhcp option numbers. Sponsored-by: BSD Perimeter Commercial Support
Make the icon the correct size
Add avanced item indicator which will show when hovering the mouse over the icon which advanced item has been enabled
Oops, use address instead of name
Handle alias in an alias rename situation
Remove non-needed debugging item and rename debug log to /tmp/alias_rename_log.txt
Rename 'DNS' to 'DNS Lookup' to better match what the diag utility does
Wait while bogons table is being updated up to 90 seconds. After it is updated notify user that it was updated
Add missing debug checks
Allow editing of alias names that already are being referenced by rules, nat, etc by looping through items and replacing the old alias name with the newly updated alias name.Sponsored-by: BSD Perimeter Commercial Support
fix merge mess
Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
Conflicts: usr/local/www/diag_showbogons.php
Fix bogons update in GUI without duplicating logic
Only remove tmp file if we succeed
Add savemsg
Duplicate logic to download bogons data. For some reason the shell script is ignoring the first argument AND the file that was created to prevent it from sleeping. Life is too short to chase stupid stuff -- if you don't like it spend your own time to figure out the issue.
Icon for rules overview screen to indicate that advanced options are configured
Add sorting ability to status -> UPNP
Move Note below table so it does not interefere with table sorting
Unbreak dhcp lease sorting
Modify sortable.js to work on tabcont as opposed to sortable class. This has the effect of making any table that has a single header sortable instead of having to visit each page. Sponsored-by: BSD Perimeter Commercial Support
Make Status -> IPSec table sortable. Fix colors and styling on sortable table headers to match all other forms. Sponsored-by: BSD Perimeter Commercial Support
Do not sleep if /var/run/donotsleep_bogons exists. For some reason the first argument is not being passed when ran from webConfigurator
Rename Reload to Download latest bogon data
Add Reload button
Correct filename
Add Show Bogons command.
Use sha256 -q instead of | awk
Changed automatical filter rule creation to have multiple options.
Fix potential bug in UPnP config.If the shaper has never been used, the value being checked may not exist or not be an array.
Added support for automatically managing firewall rules with NAT rules.
Add my copyright.
Catch up with allowed ip using ipfw tables. This makes allowed ips be configured without reloading the whole other ones.
Prevent gif(4) interfaces from being used in bridges.
Use ipfw tables for allowed ips. This reduces the number of rules needed for them and speedups things when this list is big. This simplifies even deleteing an allowed ip from services->captiveportal->allowedips since we just need to remove them from the table.
Fix typo its tagged and not tag.
Reported-by: mileswuPatch-extracted-from: https://rcs.pfsense.org/projects/pfsense/repos/mainline/merge_requests/30