a few coding indentation/style fixes.
Correct this function call, OpenVPN client killing works again, fixes #2554
Inconsistent behavior with Alias info popup
hopefully fixes #2625
http://redmine.pfsense.org/issues/2625
never call parseInt without a radix.
Fix up tcpdump for pflog stop/start a little, consolodate code, and restart tcpdump for pflog when saving log settings.
Add check for local port being set before testing. Fixes #2606
Fix IPv6 remote_network typo
The IPv4 remote network was being displayed in both the IP4 and IPv6 input fields. Then whatever value was in the IPv6 field ended up in the config as the IPv4 remote network.Just a couple of missing "v6" on variable names.
Test for an array before using it like one.
Fix another typo
Fix typo
Teach ntpd how to get its time from a local GPS on serial.
Use REQUEST_URI here so the GET parameters are preserved (makes the links work better for things like interfaces.php?if=wan, and packages.
Extend the shortcuts code and link back from Status > Services also.
More shortcuts
Initialize this for good measure.
Add (c) header, also add ability to glob in shortcuts so packages can use it too.
Clarify requirements for DHCP static mapping IP
Merge pull request #211 from bcyrill/patch-4
Update usr/local/www/services_router_advertisements.php
Refine the formatting of the service status icon a bit depending on its context.
Change form field since aliases are not supported here.Also separate the DNS settings using the default bar.
Update usr/local/www/vpn_openvpn_server.php
Fix javascript of GW redirection adding IPv4 and IPv6 fields
Make sure we start with an empty service.
Update usr/local/www/shortcuts.inc
Fix array initialization
Where possible, link back to the main page of a section too.
Another missed shortcut
Forgotten shortcut
Forgot the shortcut section on this page, too...
Add/use some more similarly styled icons here, for a more consistent look.
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.
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