summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_csc.php
Commit message (Collapse)AuthorAgeFilesLines
* fix typosChris Buechler2010-01-011-1/+1
|
* fix textChris Buechler2010-01-011-1/+1
|
* Add advacnced custom options box Ticket #234Scott Ullrich2009-12-231-1/+16
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-1/+0
| | | | Simplify get_memory(). Tested on mips/i386
* Remove openvpn.inc from functions.inc since its just a subsystem that does ↵Ermal Luçi2009-07-081-0/+1
| | | | not need to be present on all of the includes.
* Use listbg as all other pages doScott Ullrich2008-10-121-1/+1
|
* Make it possible for pakages to insert additional tabbed pages into anMatthew Grooms2008-09-161-0/+1
| | | | | | | | existing tab group. This requires that each page in the tab group call add_package_tabs() with the tab group name before display_top_tabs() so pages can be inserted. While far from optimal, this system is really a stop-gap measure until a more intelligent menu/tab system can be implemented. Discussed with Scott on IRC.
* move CSS header to correct locationScott Ullrich2008-08-301-3/+3
|
* Add CSS headerScott Ullrich2008-08-301-0/+3
|
* Correctly validate required input fields for OpenVPN screens.Matthew Grooms2008-08-271-2/+2
|
* Correct some problems with the filter code where we were calling foreachMatthew Grooms2008-08-271-2/+2
| | | | | | | | | | | on data that wasn't necessarily a valid array. Modify the OpenVPN code to stop passing the array index around and then immediately obtaining a reference to the array entry. We already have a reference to the data, just pass it instead. Also add some check to make certain tap configuration steps more conditional. Make sure we remove configuration and pid files when they are no longer required. Fix a few other OpenVPN related bugs.
* Rework most of the OpenVPN support. The interfaces have been updated toMatthew Grooms2008-08-261-0/+730
not use the pkg system and the configuration has been migrated to an openvpn prefix. The centralized user and certificate manager is now used to support the openvpn configurations. Most of the files removed in this commit were not being referenced. This commit also splits out the certificate management components into a new system menu item.
OpenPOWER on IntegriCloud