summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_csc.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix some low-hanging potential security issues.jim-p2015-06-161-4/+4
|
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style www vpn_openvpnPhil Davis2015-05-231-82/+122
|
* Pass correct package name to add_package_tabs()Renato Botelho2015-05-071-1/+2
|
* Improving aesthetics.xbipin2015-01-131-1/+1
| | | | | Make title color more consistent with other pages. Improving aesthetics.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Update SCRIPT tags.Colin Fleming2014-05-191-2/+2
| | | | Add CDATA sections to SCRIPT tags in various files
* Tidy up "vpn_openvpn_csc.php" XHTMLColin Fleming2014-05-091-63/+61
| | | | | | | | | Add CDATA sections to SCRIPTS Add SUMMARY to TABLES Remove Unordered List for tabs Close INPUT and IMG tags and ALT to IMG Move NOWRAP into CLASS statement Deprecate Ampersand in Anchor tags
* replaced uppercase html tags with lowercaseayvis2014-03-191-2/+2
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-25/+25
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-3/+4
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* fix typoChris Buechler2013-12-261-2/+2
|
* Fix wording/spacingjim-p2013-12-261-2/+6
|
* Add support for local (push route) and remote (iroute) network definitions ↵jim-p2013-12-261-0/+68
| | | | in an OpenVPN client-specific override entry.
* Make this box a little narrow so it doesn't force the descriptions to wrap.jim-p2013-12-261-1/+1
|
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Fix double-click to edit on OpenVPN CSC entriesjim-p2013-08-141-1/+1
|
* Remove prior CSC entry when cleaning up. Fixes #3143jim-p2013-08-141-2/+5
|
* Fix spellingWarren Baker2012-10-161-1/+1
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-2/+1
|
* Fix variable so CSC/Overrides for OpenVPN are actually deleted from the fs ↵jim-p2011-07-271-1/+1
| | | | when deleted from the GUI.
* Fix XSS issuesScott Ullrich2010-11-121-4/+4
|
* Use <?php instead of the short formRenato Botelho2010-08-121-1/+1
|
* Implement gettext() calls on vpn_openvpn_csc.phpCarlos Eduardo Ramos2010-07-271-79/+79
|
* Fix this disabled test for CSC entries.jim-p2010-07-141-1/+1
|
* Fix some errors in spelling, punctuation, grammar, etc.Larry Gilbert2010-06-121-4/+4
|
* 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
|
* Fix disabled setting for OpenVPN CSC entries, which was causing them to ↵jim-p2010-06-011-4/+5
| | | | disapper. (Disable was handled inconsistently, as with normal OpenVPN entries.) Fixes #633.
* add Logs tabChris Buechler2010-05-041-0/+1
|
* Show wizard tab for openvpn.Ermal Luçi2010-03-111-0/+1
|
* 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