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
Fix typo
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
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.
Brazilian Portuguese (pt_BR) translations added
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
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.
Switch this back to attr, some older browsers have problems with prop, and attr still works for this.
Revert "Make mac_format aware of multiple Captiveportal instances"
This reverts commit 54df925b9ea447bdd10f88a886e2ef11d44c3059.
Merge pull request #137 from bcyrill/patch-4
Fix Captiveportal zone
Make mac_format aware of multiple Captiveportal instances
Added Captiveportal to service status
Merge pull request #132 from bcyrill/patch-4
Update Captiveportal
Merge pull request #131 from marcelloc/master
fix jquery+domtt notices css on all themes
actually update RA DNS settings now
finishes #2361
more work on feature #2361
- fields are there now but don't do anything- checkbox for 'use same settings' that disables fields
Merge pull request #130 from marcelloc/master
move css style from last pull request to themes.
fix css style to themes.
Merge pull request #129 from marcelloc/master
convert menu alerts/notices to jquery + domtt
split dhcpv6 server and ra #2361
remove the RA stuff from services_dhcpv6 for #2361
rename menu item for #2361
prep work for splitting dhcpv6 and RA for #2361.
fix select_source option
do #2467 only show GWs from same addr fam oncreate
minor indentation fix
While I'm here, don't test these with isset, just test directly, since they will be set to true/false in globals.inc
Provide a way to disable the pkg info link
Bye, bye olsrd back to packages.
Get rid of carpdev, it will never be
Detour through check_reload_status and only when the settings get applied not when the gateway has been changed.
Fix exec bit for usr/local/sbin/openvpn.attributes.sh
Change the DHCPv6 services page into a RA and DHCPv6 section, move some of the variables.Add drop down to select carp vip for that interface for CARP advertisementsAllow setting the RA priority.Redmine ticket #1829
Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100
Make sure the page does match as we trying to match the page to the url path and not the full url
Enhance the gateways status widget. Show Pending when it's not ready yet, show unknown when it really isn't online.
Some minor enhancements from renaming the Gathering Data to Pending.When it doesn't exist in the array it's really unknown. Make that lightblue. show a ~
Use "Pending" instead of gathering data, which is shorter