summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_server.php
Commit message (Expand)AuthorAgeFilesLines
* Assume a default value of 1 for cert_depth to disallow chaining.jim-p2011-10-271-1/+5
* Add GUI option to limit the certificate depth allowed when OpenVPN clients ar...jim-p2011-10-271-0/+30
* Reverting class="sortable" damaged by commit 17d5077f61d963178f47e016b8768b76...Evgeny Yurchenko2011-06-051-1/+1
* Merge remote branch 'origin/master'Evgeny Yurchenko2011-06-051-4/+12
|\
| * Instead of showing an emtpy drop-down for CA/Cert/CRL, show an error that the...jim-p2011-06-031-0/+12
| * Remove the warning message that a user doesn't have any CA/Certs when viewing...jim-p2011-06-031-4/+0
* | Restoring gray background to the right of some tables in GUI.Evgeny Yurchenko2011-06-051-1/+1
|/
* Misc OpenVPN CRL selection fixes.jim-p2011-05-051-5/+8
* Allow users to select SSL/TLS+User Auth with external authentication sources.jim-p2011-04-261-7/+0
* Don't test if a cert is in use here, you could in theory use a cert for a use...jim-p2011-04-071-2/+0
* Fix link; use same message for missing certs.jim-p2011-04-061-2/+2
* Make the default openvpn cert authority message a bit relaxed and let user kn...Scott Ullrich2011-04-061-1/+1
* Switch back to dev_mode so existing configs aren't broken by the other changes.jim-p2011-04-011-6/+6
* Select the device mode to tun if variable device_mode not exist in the config...lgcosta2011-03-211-3/+8
* Added option to select the type of device for use in the tunnel openvpnlgcosta2011-03-211-0/+18
* Add drop-down to select OpenVPN hardware crypto (finds usable devices from "o...jim-p2011-01-201-0/+20
* Add a checkbox for duplicate-cn on OpenVPN servers.jim-p2011-01-201-1/+24
* Fix vip descriptions in openvpn and ipsec screens. Ticket #1042Pierre POMES2010-12-061-2/+2
* Disable redirect gateway checkbox when using shared key (you can't push with ...jim-p2010-12-021-1/+6
* Fix XSS issuesScott Ullrich2010-11-121-9/+9
* Various CRL fixes.jim-p2010-11-061-0/+4
* Warn a user when entering the OpenVPN client/server screens that they need a ...jim-p2010-11-041-7/+29
* Replace \r from custom options otherwise it breaks config.Ermal2010-10-281-1/+1
* Fix formattingjim-p2010-10-281-16/+16
* Fix this logic.jim-p2010-10-281-1/+1
* Indicate in various places if a certificate is revoked.jim-p2010-10-211-2/+12
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protec...jim-p2010-10-191-4/+4
* Add GUI checkbox to enable strict username/common name matching for SSL/TLS+U...jim-p2010-10-131-0/+32
* Allow selecting an OpenVPN Server CRL if we are in an SSL mode.jim-p2010-09-211-0/+22
* Properly segment the OpenVPN server list table so it will sort properly.jim-p2010-09-201-0/+6
* CA/CERT Movejim-p2010-09-011-2/+2
* Require an authentication backend if the user chooses an OpenVPN server mode ...jim-p2010-08-301-0/+3
* Fix typojim-p2010-08-131-1/+1
* Use <?php instead of the short formRenato Botelho2010-08-121-1/+1
* Fix gettext implementation on vpn_openvpn_server.phpCarlos Eduardo Ramos2010-07-301-1/+1
* Implement gettext() calls on vpn_openvpn_server.phpCarlos Eduardo Ramos2010-07-271-121/+121
* Fix typo that prevented these two checkboxes from displaying the proper state...Erik Fonnesbeck2010-07-091-2/+2
* Hide the inter-client comm. option for peer-to-peer openvpn connections.jim-p2010-06-301-1/+5
* Remove logs tab from OpenVPN, since it is now replaced by the Log icon.jim-p2010-06-011-1/+0
* Add status and log urls to OpenVPN pages.jim-p2010-06-011-0/+2
* Hide "Local Network" field when creating/editing an OpenVPN shared key server...jim-p2010-05-081-1/+9
* Fix OpenVPN server validation logic. It was failing if you tried to save a sh...jim-p2010-05-081-4/+6
* add Logs tabChris Buechler2010-05-041-0/+1
* Fix descriptionjim-p2010-04-281-1/+1
* Add back Dynamic IP checkbox for OpenVPN Servers.jim-p2010-04-281-0/+20
* Revert "Fix finding next OpenVPN port. Protocol should be lowercase." - This ...jim-p2010-04-191-1/+1
* Fix finding next OpenVPN port. Protocol should be lowercase.jim-p2010-04-191-1/+1
* show port and protoChris Buechler2010-04-181-3/+3
* Show wizard tab for openvpn.Ermal Luçi2010-03-111-0/+1
* Ticket #413. Hanlde cases when no authentication is specified.Ermal Luçi2010-03-101-2/+4
OpenPOWER on IntegriCloud