Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
95b97dd1 04/27/2010 05:58 PM Jim Pingle

Add first revision of rewritten OpenVPN status widget to 2.0 resolves #496.

312d166b 02/28/2010 01:45 AM Jim Pingle

AJAX-ify the gmirror status widget. Add license header while I'm here.

5aaccff5 04/05/2009 07:03 PM Jim Pingle

New Widget: Gmirror Status

5579cecd 04/05/2009 05:50 PM Jim Pingle

Fix log widget title/link

af8ae7ce 04/04/2009 11:50 PM Jim Pingle Filter log parsing update
  • Share filter log parsing code instead of using copy/paste/code duplication.
  • Reworked the JavaScript a little so it could also be shared
  • Fix a large number of bugs, especially in the AJAX-based dynamic log viewer.
  • Picks up some more detail from the logs, and more accurately determines the protocol of a given log entry....
57ecd9b6 03/15/2009 11:01 PM Scott Ullrich

Jettison clog and replace with fifolog which is included in FreeBSD 7.1

3dfa6a52 03/11/2009 09:28 PM Scott Ullrich

Add ajax mojo to gateway status widget

dad93012 03/09/2009 02:37 AM Scott Ullrich

Correctly close opened [ arrays and such.

7b94aef3 03/09/2009 02:31 AM Scott Ullrich

Use ) instead of ]

e6a5a066 03/08/2009 04:42 AM Ermal Luçi

Do the same for filter logs on dashboard as on the System logs.

85a5da13 10/23/2008 09:51 PM Ermal Luçi
  • Rename get_current_wan_address to get_interface_ip
  • Rename get_real_wan_interface to get_real_interface
  • Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@
  • Cleanup some code when passing or remove some unused one.
a93e56c5 07/11/2008 01:55 AM Matthew Grooms

Overhaul IPsec related code. Shared functions have been consolidated into
a new file named /etc/ipsec.inc. Tunnel definitions have been split into
phase1 and phase2. This allows any number of phase2 definitions to be
created for a single phase1 definition. Several facets of configuration...

fff75fa4 07/08/2008 07:30 PM Seth Mos

Change /sbin/setkey to ipsec-tools /usr/local/sbin/setkey

3e321df2 06/21/2008 05:38 PM Ermal Luçi

Continue interface improvements

88ff3edf 02/10/2008 07:34 PM Scott Ullrich

Fix multicast traffic display in widget.

348327b7 01/08/2008 02:40 AM Chris Buechler

touch up text

Ticket #1569

ffe2f910 12/30/2007 09:15 PM Scott Dale

change href link

e461fcfc 10/05/2007 08:41 AM Seth Mos

Fix broken ipsec logic

cb1da811 10/05/2007 07:38 AM Seth Mos

Fix ipsec overview for wan interface, carp already worked

9624823b 08/03/2007 11:12 PM Scott Dale

reorganize ipsec code

5d7f3e14 08/03/2007 12:32 AM Scott Dale

improved load times for ipsec tunnels

d1ef3e5a 07/24/2007 03:48 AM Scott Dale

show configuration screen to allow option to display detail IPsec info (will help with load times for many tunnels)

981f03e5 07/23/2007 03:20 AM Scott Dale

new ipsec widget

8b35e9c3 07/15/2007 05:23 PM Scott Dale

add support to change widget titles and add links.

22ff4a6e 07/04/2007 01:05 AM Scott Dale

Update reg ex to accommodate extra data thrown into log
MFC: asap

c0f09778 05/24/2007 12:21 AM Scott Ullrich
  • Only process 8 events since we only show 5 lines
  • Change update rate to be a tad higher
1db766df 05/07/2007 02:21 AM Scott Dale

Widget base. Note: changes to widgets are not saved yet.