Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code style WWW Status | Phil Davis | 2015-05-15 | 1 | -189/+220 |
| | |||||
* | Fix lineup of copyright lines | Phil Davis | 2015-01-01 | 1 | -7/+7 |
| | | | | | and module names and other bits of formatting and typos in header comment sections. | ||||
* | Welcome 2015 | Renato Botelho | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | fix up text | Chris Buechler | 2014-11-22 | 1 | -1/+1 |
| | |||||
* | Change copyright statement to reflect reality | Jim Thompson | 2014-11-10 | 1 | -3/+3 |
| | |||||
* | modify copyright statement to reflect reality | Jim Thompson | 2014-11-10 | 1 | -0/+1 |
| | |||||
* | remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days ↵ | Chris Buechler | 2014-11-04 | 1 | -1/+0 |
| | | | | and hasn't been relevant in years. | ||||
* | Make the byte counts on OpenVPN status human readable rather than huge ↵ | jim-p | 2014-06-16 | 1 | -6/+6 |
| | | | | unformatted numbers. | ||||
* | Tidy up "status_openvpn.php" XHTML | Colin Fleming | 2014-06-03 | 1 | -2/+1 |
| | | | | | Move the closing FORM tag after the PHP check if there are any OpenVPN instances. | ||||
* | Tidy up "status_openvpn.php" XHTML | Colin Fleming | 2014-05-16 | 1 | -24/+31 |
| | | | | | | | | Add CDATA sections to SCRIPTS Add SUMMARY to TABLES Change NAME to ID in TR tags Closing IMG tags and add ALT to IMG Add missing closing FORM, closing BODY and closing HTML | ||||
* | replaced uppercase html tags with lowercase | ayvis | 2014-03-19 | 1 | -1/+1 |
| | | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript" | ||||
* | xhtml Compliance | ayvis | 2014-03-14 | 1 | -5/+5 |
| | | | replaced <br>, <br/> and </br> with <br /> | ||||
* | require service-utils.inc for find_service_by_openvpn_vpnid() | Renato Botelho | 2013-09-26 | 1 | -0/+1 |
| | |||||
* | Add missing td | Renato Botelho | 2013-09-26 | 1 | -86/+90 |
| | |||||
* | Remove use of undefined var $conn and fix some td class | Renato Botelho | 2013-09-26 | 1 | -4/+4 |
| | |||||
* | Use a better description for this column. | jim-p | 2013-04-02 | 1 | -2/+2 |
| | |||||
* | Fix service status for OpenVPN peer-to-peer client/server instances. | jim-p | 2013-04-02 | 1 | -14/+10 |
| | |||||
* | Clarify notes when there is an error reaching the openvpn management daemon ↵ | jim-p | 2013-04-01 | 1 | -2/+36 |
| | | | | for service status. Also, add service controls to the openvpn status page. | ||||
* | A couple fixes for openvpn routing table display. Feature #2766 | jim-p | 2013-01-21 | 1 | -2/+2 |
| | |||||
* | Add routing table display for each OpenVPN ssl/tls server instance, ↵ | jim-p | 2013-01-21 | 1 | -3/+58 |
| | | | | collapsed by default. Part of feature #2766 | ||||
* | (line endings UNIX format..) | PiBa-NL | 2012-09-16 | 1 | -1/+2 |
| | | | | | | | | Firewall log alternating colored rows Firewall log sortable Fixed several sorting issues in widgets and other pages Sorting now possible on multiple rows in the header tables Sorting now possible for text that starts with IPv4:port | ||||
* | Correct this function call, OpenVPN client killing works again, fixes #2554 | jim-p | 2012-09-06 | 1 | -1/+1 |
| | |||||
* | Whoops forgot this one | jim-p | 2012-08-10 | 1 | -0/+2 |
| | |||||
* | Only display "No OpenVPN instance defined" if there really are none. | Phil Davis | 2012-06-27 | 1 | -1/+1 |
| | |||||
* | Converting ajax code from prototype to jQuery | Vinicius Coque | 2011-10-22 | 1 | -8/+8 |
| | |||||
* | Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no ↵ | jim-p | 2011-08-30 | 1 | -2/+2 |
| | | | | server directive) and also be a little more verbose about what is happening, if we can tell. | ||||
* | Rework OpenVPN status, show status for shared key servers. | jim-p | 2011-07-27 | 1 | -6/+53 |
| | |||||
* | Fix OpenVPN client kill. Reported at ↵ | jim-p | 2010-10-04 | 1 | -5/+5 |
| | | | | http://forum.pfsense.org/index.php/topic,28784.0.html | ||||
* | Ticket #826. Add more bandage to notice when a reading on socket timeouts. | Ermal | 2010-08-18 | 1 | -0/+5 |
| | |||||
* | Ticket #826. Convert to unix domain sockets for management interface so we ↵ | Ermal | 2010-08-18 | 1 | -2/+5 |
| | | | | do not have problems when interface is any. | ||||
* | Ticket #826. Add timeout of 1 second for all read/write actions performed on ↵ | Ermal | 2010-08-18 | 1 | -0/+1 |
| | | | | the socket. This should fix point 1) on the ticket. | ||||
* | Print a notice that OpenVPN status information is not available for shared ↵ | jim-p | 2010-08-16 | 1 | -0/+4 |
| | | | | key servers. | ||||
* | Corrections gettext calls on status_openvpn.php | Rafael Lucas | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | Implement gettext() calls on status_openvpn.php | Carlos Eduardo Ramos | 2010-07-23 | 1 | -20/+20 |
| | |||||
* | Move these functions to a more central location. Part of ticket #496 | jim-p | 2010-04-27 | 1 | -157/+3 |
| | |||||
* | Handle empty OVPN client array correctly. Ticket #397 | pierrepomes | 2010-03-08 | 1 | -3/+7 |
| | |||||
* | Add statistics for OpenVPN client instances | pierrepomes | 2010-02-16 | 1 | -2/+147 |
| | |||||
* | Add capability to kill active OpenVPN clients from Status > OpenVPN. | jim-p | 2010-02-07 | 1 | -67/+157 |
| | |||||
* | Rework includes/require. This saves about 4 megabytes. | Scott Ullrich | 2009-11-21 | 1 | -0/+1 |
| | | | | Simplify get_memory(). Tested on mips/i386 | ||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -1/+3 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | Turn common tabular data areas into sortable items. Revert the sortable.js ↵ | Scott Ullrich | 2009-08-23 | 1 | -34/+40 |
| | | | | change that used tabcont and change back to sortable | ||||
* | Fix a rendering bug in the new OpenVPN status page. | Matthew Grooms | 2008-08-27 | 1 | -2/+3 |
| | |||||
* | Replace the old openvpn status page with a new implementation. We now add | Matthew Grooms | 2008-08-27 | 1 | -0/+158 |
a tcp management port option to each OpenVPN server. Instead of rooting through the OpenVPN logs once a minute for status updates, we now submit a request to the management port to obtain informaiton. We probably need to add a pf rule to prevent management ports from being accessed by unwanted processes. |