Project

General

Profile

Download (24.3 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5540aee6 03/11/2010 04:18 PM Ermal Luçi

Show wizard tab for openvpn.

1a4f9b42 01/01/2010 08:02 AM Chris Buechler

fix typos

ffca8779 01/01/2010 07:57 AM Chris Buechler

fix text

72d51890 12/23/2009 11:38 PM Scott Ullrich

Add advacnced custom options box Ticket #234

483e6de8 11/21/2009 09:08 PM Scott Ullrich

Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386

d84bd468 07/08/2009 04:49 PM Ermal Luçi

Remove openvpn.inc from functions.inc since its just a subsystem that does not need to be present on all of the includes.

296a3cb6 10/12/2008 11:57 PM Scott Ullrich

Use listbg as all other pages do

b63f2e8b 09/16/2008 05:41 PM Matthew Grooms

Make it possible for pakages to insert additional tabbed pages into an
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...

47c00c09 08/30/2008 08:20 PM Scott Ullrich

move CSS header to correct location

0cece4a2 08/30/2008 08:09 PM Scott Ullrich

Add CSS header

872d9195 08/27/2008 10:05 PM Matthew Grooms

Correctly validate required input fields for OpenVPN screens.

dc408939 08/27/2008 04:19 AM Matthew Grooms

Correct some problems with the filter code where we were calling foreach
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...

d799787e 08/26/2008 04:48 AM Matthew Grooms

Rework most of the OpenVPN support. The interfaces have been updated to
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...