Only show the you can monitor the filter reload process for filter related changes
Break on 'You can also monitor the reload progress' instead of letting it wrap into a newline.
Misc fixups
Adding switch to prevent dropdown menu creation.
Ticket #1060. Escape even the alias entry descritpions.
Add nocsrf flag
Unbreak AJAX
Move this function to allow removing it from easyrule.
Fix filter_rules_sort's compare function to know about floating rules so it won't change their order.
Ensure csrf magic is loaded
Ticket #568. Do not show the save/cancel buttons on the edit page of firewall rules if that are advanced options set.
use / as relative since items might be living in a subdirectory off of / such as pfCenter/
Remove \r from this file usually crated when edited by Windows editors because it makes it unreadble in unix editors.
add func disc
new tab menu
WAN and LAN don't need to be specially added to $specialnets, since the code after can add them anyway.
Fix display of optX addresses in rule lists.
No need to use # in color code, it's already set with this
Allow overriding the Nifty corners background color
Add undo button for drag and drop reordering
Nuke trailing c/r
Add a Close button option for notices that have appeared as long as the save button has not been set
Unbreak nifty
Rename to already existing name=infoboxnp
Add a id of redboxtable to the table so that ajax can interact with this box.
Add 0x10 diffserv option. http://forum.pfsense.org/index.php/topic,24954.0.html
Implement tcp flags and sloppy state on the GUI.
Add a new alias type, urltable, which downloads a file of IP/CIDR addresses and loads them into a pf persist table instead of importing the addresses directly into a traditional alias. This allows for using huge tables of addresses that would otherwise break the GUI and/or fail to load into pf. Part of ticket #512
Add iPad support
Add more descriptive mode names to the error messages.
Allow the GUI auth API to be used for doing authentication against authentication servers specified. Teach Openvpn to use this API. Allow openvpn to authenticate against multiple servers that can be selected on the server configuration page.
Ticket #338. Remove aliases_sort function and keep the list always sorted in config.xml. This reverts to previous behaviour.
Ticket #341. Fix setting of default gw. Generate config after saving the changes as done on other places on pfsense code.
Make the "Currently viewing" drop down work in all browsers, not just Firefox.
Ticket #109
Add ignorefirmwarelock variable that can be used by some ajax callers
Add forgotten curly.
add teredo-protocol to port definitions
_REQUEST has data, too. Don't just check _POST only.
Fix ' in alias description. Confirmed working fix for ticket #143
Seperate diffserv box into a <select> dropdown. Hide item behind advanced button. Move down one section near other advanced items. Resolves #60
Fix hostname in page title. thanks to sullrich@ for pointer
Put the FQDN back into the page title. Many people have numerous firewalls up across tabs, and it's impossible to differentiate without this, which we've had for many years.
fix typo
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
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
Remove debugging echos
Fix some typos.
Fix interface list usage
WARN: Please ask before introducing old code on what have changed!
Nuke trailing newline
Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed.Remove some sort functions not used.
Add support for the NanoBSD platform
Revert "Rename cvssync to gitsync"
This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525.
Rename cvssync to gitsync
Fix typo: s/tempalte/template/
fix order
Since they're listed by name, order alphabetically.
Fix dump_clog to handle fifolog and clog timestamps and entries.
Switch back to CLOG by default. Leave support for fifolog as a config.xml item.
Use more human readable format
Convert epoch time to human readable
Add missing )
Ensure file exists.
Make 0 byte sized log files happy
Jettison clog and replace with fifolog which is included in FreeBSD 7.1
MFH (CVS) L2TP server implementation.Also add checks on most *_sort functions to handle error cases.
Pass $if if defined along after Apply
Move portion to top to aide with 401
Detect iphone / ipod
Use pfsense theme for ipod / iphone's
Add css for save button
Add themes/$themename/infobox.php which allows: $nifty_redbox = "#990000"; $nifty_blackbox = "#000000";... To be overridden.
Make style match 100%
Add break
$nifty_redbox = "#990000"; $nifty_blackbox = "#000000";
... in /usr/local/www/themes/{$themename}/tabcontrols.php
Display error reason correctly
Rename to inputerrorsleft and right
Remove trailing newline
Allow alert box to be themed
Check to see if alias item exists before testing against it
Do not show blank tab names
Make it possible for pakages to insert additional tabbed pages into anexisting tab group. This requires that each page in the tab group calladd_package_tabs() with the tab group name before display_top_tabs() sopages can be inserted. While far from optimal, this system is really a...
Add ability to hook into tabs on various screens. Each tab area willneed to hook into this sytem similar to: $tab_array = array(); $tab_array[] = array("Port Forward", true, "firewall_nat.php"); $tab_array[] = array("1:1", false, "firewall_nat_1to1.php");...
Merge lan configuration to the interfaces_wan.php page wich does the configuration of allother assigned interfaces.
Remove empty trailing line at end of file.
Bring in relay options for inbound load balancerMore work pending, this seems to generate proper configsneeds much more testing though
Stop clobbering $if on local pages.
Rework most of the OpenVPN support. The interfaces have been updated tonot use the pkg system and the configuration has been migrated to anopenvpn prefix. The centralized user and certificate manager is now usedto support the openvpn configurations. Most of the files removed in this...
Move format_bytes() to util.inc to match m0n0wall
`cat /var/folders/X7/X7bVv+-6HAyNkkcSCwAA5k+++TI/-Tmp-//cvsCjq0EX`
add MSN to well-known-ports
Add an interface to manage external authentication servers. The two typessupported currently are LDAP and Radius.