summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_server.php
Commit message (Collapse)AuthorAgeFilesLines
* Add drop-down to select OpenVPN hardware crypto (finds usable devices from ↵jim-p2011-01-201-0/+20
| | | | "openssl engine" list) for clients and servers.
* 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
| | | | shared key). Also re-run the code to hide the local network box if the gw redirect is checked when switching server modes, since there is no need to push a specific local network when pushing the default gateway.
* 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
| | | | CA/Cert if none exist.
* 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 ↵jim-p2010-10-191-4/+4
| | | | protection and standardize field names. Ticket #320.
* Add GUI checkbox to enable strict username/common name matching for ↵jim-p2010-10-131-0/+32
| | | | SSL/TLS+User Auth mode. Fixes #887
* 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
| | | | that needs user auth. Failing to do so can result in a configuration error.
* 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 ↵Erik Fonnesbeck2010-07-091-2/+2
| | | | state when editing OpenVPN server settings.
* 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 ↵jim-p2010-05-081-1/+9
| | | | server, because you can't push routes with shared key.
* Fix OpenVPN server validation logic. It was failing if you tried to save a ↵jim-p2010-05-081-4/+6
| | | | shared key server instance with an existing shared key.
* 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
| | | | | | was wrong in the wizard, apparently, and not the main page. This reverts commit a48613a65d8d04dfec2aeefdb37440bdd399cdab.
* 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
|
* Check against proper value. Spotted-by: cmbErmal Luçi2010-03-081-1/+1
|
* Overhaul the user login system to use the Servers tab as its base.Ermal Luçi2010-03-031-6/+2
| | | | Fix quite a few problems down the way.
* Allow openvpn server to authenticate only based on username/password ↵Ermal Luçi2010-03-021-1/+12
| | | | credentials.
* Allow the GUI auth API to be used for doing authentication against ↵Ermal Luçi2010-03-021-4/+6
| | | | authentication servers specified. Teach Openvpn to use this API. Allow openvpn to authenticate against multiple servers that can be selected on the server configuration page.
* Add support for authenticating users against server specified in the ↵Ermal Luçi2010-02-241-1/+28
| | | | system->user manager->servers for openvpn. While there propperly fill the shared secret field for raidus in the servers page.
* Fix setting unsetting of disable option for OpenVPN.Ermal Luçi2010-02-161-3/+4
|
* fix typoChris Buechler2010-02-071-1/+1
|
* Ticket #296. Blacklist webConfigurator certificate from certificate list it ↵Ermal Luçi2010-02-031-0/+2
| | | | will break at least Viscosity export utility.
* fix typosChris Buechler2010-01-011-1/+1
|
* fix textChris Buechler2009-12-301-1/+1
|
* Add IP alias and 'any' support to OpenVPN. Feedback #69pierrepomes2009-12-101-2/+9
|
* Add carp support for OpenVPN. Ticket #69pierrepomes2009-12-021-0/+3
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-1/+0
| | | | Simplify get_memory(). Tested on mips/i386
* fix typoChris Buechler2009-11-081-1/+1
|
* Make sortableScott Ullrich2009-08-231-8/+3
|
OpenPOWER on IntegriCloud