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
This works here, too...
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.
Sync pbi tools
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.
In order for miniupnpd to latch onto IPv6, we just need to give the interface name here, not the subnet. The daemon is smart enough to latch onto the right subnet(s) here anyhow.
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
Put fix for IE 8/9 url handling bug
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
Move locale files from /usr/share to /usr/local/share
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
Merge remote-tracking branch 'upstream/master' into cp_cert2
Implement certificate chain in Captive Portal
Sync with upstream pbi tools
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
Update pbi_create to current code from pc-bsd
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
Use awk instead of grep, this works on a v4 PPPoE connection for me. Need to verify that it works for 3G too.Redmine ticket #2458
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.
add Tusmobil provider info.
feature #2462
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