Make sortable
Remove openvpn.inc from functions.inc since its just a subsystem that does not need to be present on all of the includes.
Add double click to edit
Requested-by: cmb
Add note about ; and add a push example
Break before Save
Oops, rename to avanced
Rename to custom_options to match the original setting name
Adding back openvpn advanced option which got lost in the -> 2.0 upgrade shuffle
Fix OpenVPN automatic shared key generation.
Fix detection of TLS/Shared Key mode for OpenVPNThe wrong variable was being checked, so the result was always false.
Apparent variable name typo, fixes Ticket #1904
Fix OpenVPN instance port change.It had been failing on any change, including valid unused choices.
Cleanup ipsec interfaces a bit and make sure they are displayed in tabs for consistency.
Use listbg as all other pages do
Use get_configured_interface_with_descr() for OpenVPN gui pages. Suggestedby Ermal.
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...
Modify the OpenVPN server configuration to allow the DH parameter lengthto be specified. Upgraded 1.2.x configurations will default to 1024 bits.
Minor re-work of OpenVPN configuration. Use operational modes to determinewhat configuration options are appropriate. The operational mode dictatesthe authentication method. They are defines as follows ...
Peer to Peer ( SSL/TLS )Peer to Peer ( Shared Key )...
Correct problems with OpenVPN that prevented the lzo compression and passtos options from being set correctly in configuration files.
move CSS header to correct location
Add CSS header
Correctly validate required input fields for OpenVPN screens.
Correct some problems with the filter code where we were calling foreachon data that wasn't necessarily a valid array.
Modify the OpenVPN code to stop passing the array index around and thenimmediately obtaining a reference to the array entry. We already have a...
Set some important default values for the new OpenVPN interface screens.Add functions and interface code to handle local port conflict detectionand resolution.
Dump the per-configuration dh parameters data. It make no sense to keepthis information in the configuration as its not specific to the server.It only contains the parameters ( a safe large prime number ) that isused during a DH key exchange. Instead, we now use a system wide dh file...
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...