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...
Eliminate interfaces_carp_bring_up_final()
Shutdown client instances upon deleting.
Pass mode
Shutdown deleted process
clean up text
change default value, fix white space
shared key needs to be input field
fix wording
Begin adding OpenVPN users feature.
Differentiate between shared key and pki on the GUI.Fix some errors with the javascript
OpenVPN: remove keepalive, its already hardcoded
OpenVPN: added keepalive and infinite resolver options
OpenVPN: my fault... now its correct... the server pushes the commands...
OpenVPN: redirect-gateway added [for CSC]
OpenVPN: redirect-gateway added
Remove ugly hacks and use propper method for dispalying generated ciphers.
Correct typo.
Switch to using generated certificates for server mode.
Show the certificate tab in all openvpn configuration tabs.
Use the new introduced pages.
Introduce the Certificate generation tab for openvpn and use the certifacte generation page created by Scott.Add the table missing tab to the certificate generation page.
touch up text
Ticket #1644
Ticket #1577
Ticket #1569
OpenVPN-multi-interface-patches by Fernando Tarl? Cardoso Lemos
Ticket 1709: fixed typo in OpenVPN cfg-page
Ticket 1709: fexed typo in OpenVPN cfg-page
global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427
- clean up miniupnpd.inc use array directly instead of seperate function
MFC fix to RELENG_1
fixed some typos
remove duplicate upnp disabled message
-move upnp_action to services.inc-make sure to clear rules when stopping miniupnpd-fix status_upnp and status_services pages so they use upnp_action and not the rcfile
Shutdown miniupnpd correctly.
Ticket #1383
Use /var/etc/
Woops, we need this code. Write out config file correctly.
Correctly move upnp to base since LiveCD cannot write files to /usr/local/etc or /usr/local/etc/rc.d/
Ticket #1342
Add Type-Of-Service-passthru for server and client
Add OpenVPN CSC-DHCP Options (override per Client), add TLS-Authentication, add connection-limit for server
-bump miniupnpd version 20070521-dropped status tab from upnp services page-dropped tabs from upnp status page
Use pfSync SYNCPEER directive if defined.
Ticket #1317
Add openvpn server tos and dhcp server options.
Submitted-by: Martin Fuchs
Fix spelling mistake
Pointed-out-by: Summat via IRC
Add a note that you do not use Synchronize IP and password option on backup cluster members.
Allow synchornize to ip to be blank.
Capitalize IP
Take into account the DHCP wan ip address as well
Do not forget VIP's as well.
Do not allow the setting of the carp sync ip to be an ip address on the same firewall. This leads to a sync loop.
Remove hack that checks for blank protocol. We need to fix the upstream bug that is causing the blank entries. This bug is also appearing in the load balancing area now.
Increase the size of the openvpn custom options box.
Apply OpenVPN patch from Martin Fuchs which adds outgoing tunnel bandwidthg control.
Move sync schedules underneath firewall rules section for cosmetic bling bling.
Suggested-mulitple-times-by: Holger
Use the correct array path to deterimine if a false entry exists.
Only check for server or client respectively instead of checking for both. Otherwise if a operator is only running server or client openvpn entries we do not show the configuration.
Add xml sync schedules option
Do not show blank openvpn configuration items.
Fix bad paths resulting from move of routed packageReported-by: Samer Chaer <samerchaer at gmail.com>
Further trim openntpd.xml now that it is in base
Initialize variable to clear eclipse error
Ticket #1272 - fix path to routed.incMFC: [17086]
enable rip daemon in base
Back out multi wan changes. I need to rethink this a bit.
Expand columns to 60
Use a comma to seperate multiple hosts instead of a carriage return which is being stripped by the package manager
Woops, fix a cut-and-pasto
Add note that multiple IP addresses should be seperated with a carriage return
Allow multiple racoon listen ips so that racoon can live on two different wan carp ips (multiple isps)
Correctly add the OpenVPN option
Make sure openntpd is installed since it is now in base
Add OpenNTPD to base.
correct spelling of permission
miniupnpd version bump 20070208 .. adds uuid, serial number, and version support
correctly set the webgui url in miniupnpd
miniupnpd interfaces field is required .. pointed out by dsh
fix typo in miniupnpd
miniupnpd version bump 20070130
Update to 20070112
MFC miniupnpd changes from Ryan Wagoner
Sync miniupnpd w/ HEAD
MFC UPNP support6
Expand "Announce Dynamic local route" to textarea
Ticket #1071
Check for valid IP Address when needed.
Ticket #1055
Since:
1. Sasyncd is not included in RELENG_12. Interface selection widget is hosed for all interfaces
Remove SASYNCD specific features and only ask for failover IP address.
MFC 12867s/interfaces_array/iface_array/ fix display of previously selected interfaces this changes where the config option is stored WARNING: OLSR configs will need to be updated (reselecting interface only)
Latest OLSR changes.
MFC
Don't leave CARP cluster in a inconsistent state by not calling interfaces_carp_bring_up_final();
OLSRD -> olsrd
Update OLSR to only call setup_wireless_olsr() once now that it sets up all interfaecs in one shot.
Fix LQE
Use size of 1
OLSR fixes
Synch with -HEAD.