Activate service status/control for CP also.
Fixup openvpn shortcut bar status/control
Whoops forgot this one
Print service title in tooltip for shortcut bar
Declare arrays before using them.
Activate new shortcuts/status in the rest of the areas that are currently setup.
Remove some notes/comments that aren't needed, add example.
Start revamp of shortcuts, central file to hold links, also service status/control, added to dns forwarder as example.
Whoops don't need this parameter.
Consolodate a bunch of duplicate service status code
Don't force these links to open in a new window.
Split references here so they apply correctly
Add forgotten "ipv6 remote network", clean up a couple bits, make sure local network box is hidden for shared key servers.
Activate "base" exchange mode also supported by racoon.
firmware_update_misc log file name out of date
The name was changed to /conf/firmware_update_misc_log.txt in etc/rc.firmware quite a while ago. It needs fixing here in diag_nanobsd.php also.
pkg_mgr_install - only mount rw when needed
When entering pkg_mgr_install the filesystem was being mounted rw and a backup made of the config, even if the case was "showlog" or "installedinfo". This resulted in:a) an extra "backup" of the config being made after an install - it could be seen in Diagnostics, Backup Restore, Config History...
Activate more Hash, DH, and PFS options that are available in racoon now. Note that SHA256-512 are RFC4868 compliant in FreeBSD, may break with other incompatible stacks.
require filter.inc so filter_configure is defined
The "renew" button on a DHCP connection ends up calling function interface_dhcpv6_configure() in interfaces.inc, which in turn calls filter_configure() (in filter.inc) but gives the error:Fatal error: Call to undefined function filter_configure() in /etc/inc/interfaces.inc on line 3350...
Protect against a potential infinite loop here.
Fix dhcpv6_relay writing to the dhcpv4 configuration
Implements ticket #1663
Make use of product_name
zone names can only contain A-Z a-z 0-9 _.
validate that zone name doesn't contain spaces.
fixes #2560
Merge branch 'master' of git://github.com/bsdperimeter/pfsense
Validate advanced gateway monitoring settings
Use the default values from return_apinger_defaults.Validate values - low less than high, probe interval less than "down" time, values are positive numeric.Update descriptions on the UI to show the defaults used.
Handle when the tab is set to host or network that the IP tab should still be displayed
Return the user to the tab they were working originally working on
Apply same logic and only display 10 Urls
Display the URL's listed and not the word 'array'
Merge pull request #166 from r-duran/master
Fix hardcodded alias type so alias suggestion works as expected while creating nested aliases.
Tack the IPsec interface onto the $ifdescrs array so the widget will display it.Redmine ticket #2546
Merge pull request #175 from marcelloc/master
pkg_edit - add show_disable_value option to select_source xml option
Add a v6 ip example to the host override edit so users know that they can use them there.
If the range isn't an array, skip it, or it will give a PHP error displaying leases.
Fix typo
Add an option to System > Advanced, misc tab to enable loading thermal modules (amdtemp, coretemp)
Anchor the semicolon here, or it can break parsing of the duid in certain cases. Fixes #2511
Add array check before array item check to miniupnpd service_status widgetrelated topic:http://forum.pfsense.org/index.php/topic,51205.msg273571.html#msg273571
Add additional check
Update master
Fix Captive Portal SSL
Fix Captive Portal status
Implement certificate chain in Captive Portal
Use Certificate Manager in Captive Portal settings
Change ereg() to preg_match() function
Change ereg_replace() to preg_replace() function
If a package has donotsave, still process its input validation. Properly handle preoutput in the case of input errors also.
OpenVPN Client config page - minor test fix
OpenVPN Server config page - a couple of minor text tidy ups
Allow for selecting the gateway group as a interface for the OpenVPN clients
LAN is not special here anymore. Do not remove the interface again (it was alraedy removed before this block), do not remove NAT and such (OPTs may still need it!) and no need to remove shaper. Improve DHCP check and generalize it to work on any interface, not just LAN.
Only display "No OpenVPN instance defined" if there really are none.
firewall_alises.php - include all tab to preserve the old behavior
firewall_aliases.php include tabs(ip,port,url) , list aliases sorted, use dom_title funcion to show titles.
Check in code that allows for using a gateway group as the interface on the OpenVPN server page. Only allow IPv4 gateway groups for now. We'll need to add IPv6 suppport here later when we import OpenVPN 2.3.Unbreak the gateway group function on broken configurations like a missing 3G stick....
Fix hiding services in the widget that contain a space in the service name.
IGMPproxy, service_status widget
Make sure it's an array as an empty string has a count > 0
fix typo
re-indentation.
Add "idle" to clarify that legitimate active connections would not be dropped by the pf optimization mode.
Use config array to get the timezone. syscfg is no longer defined here.
Remove testing/debugging entry
fix text
Now that we actually have a IP protocol tag in the config.xml we can make this check a lot simpler and do less guessing.Redmine ticket #2503
Fix link
Correct variable name. Fixes packet capture interface validation.
improve alias popup in firewall_rulesinclude url_table list up to 10000 itemsread alias only on mouseoveruse table to list columnsshow edit shortcutshow total items value on popup description
This is apparently breaking reinstalls. Revert "Actually make reinstallpkg remove the bionaries and really reinstall them"
This reverts commit 12b0fa564dc9b9ffe1773855e6ab528f4a5c7a5e.
Added radvd / Updated Captive Portal service widget
Add radvd to Status:Services #2485
Actually make reinstallpkg remove the bionaries and really reinstall them
Simplify the input validation condition for protocol
add subnets to RA; add support for aliases
hopefully finishes #2361
validate dropdowns for security reasons
really fixes #2494 :-)
minor code rearranging
move code that populates $interfaces nearer the top
hugh blanford patch: dnsmasq, source interface and ipsec vpns
fixes #1361
add validation to fields on diag_packet_capture
fixes #2494
fix a couple booboos
- fbegin.inc needs to be included after <body>- s/require/require_once/ fixes 'cannot redeclare function' error
Put v6 IP on a new line to save horizontal space
Add a note to the GIF page suggesting that if they are adding a he.net tunnelbroker they may want a dyndns entry to keep it updated.
Adjust this size a bit for a more comfortable fit.
Define the menu size dynamically
Add scrollbar in dropdown menu
Fix some Crypto Acceleration text typos
Generalize the Crypto hardware option and add GUI support for AES-NI.
Allow autocomplete on packet capture and exec, since it's convenient to have a history there and there are no password fields.
Provide a way to disable the autocomplete shutoff.
fix permissions check to xml package files and show only menus user has access to
Remove extra spaces and add closing <tr> tag
Make the carp vip interface column in the widget just a smidge wider since the names are longer now.