Project

General

Profile

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

# Date Author Comment
f5736d98 02/18/2021 04:00 PM Viktor Gurov

Display negotiated cipher on Status / OpenVPN page. Implements #7077

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

f467ea24 11/21/2019 07:09 PM Jim Pingle

OpenVPN status page sent/recv bytes sorting changes. Fixes #7359

8ad987ee 09/25/2019 01:37 PM d j

Update status_openvpn.php

8b689c4c 09/25/2019 06:38 AM d j

Update status_openvpn.php

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

016260fe 01/09/2018 04:33 PM Steve Beaver

Fixed #8266 by removing JS alerts

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

1a8b6554 02/13/2017 09:23 PM Steve Beaver

GET/POST conversion for status*

2906d139 01/02/2017 05:17 PM Jim Pingle

Fix printing of local/remote host in OpenVPN status for Client Instances. If the client was not connected it was printing a ":" and nothing else in the field which was odd/confusing. Ticket #2766

bffa3185 01/01/2017 05:23 PM Jim Pingle

Show IPv6 for static key servers, too. Fixes #2766

cbfd0754 01/01/2017 04:59 PM Jim Pingle

Add IPv6 virtual address to SSL/TLS client output, formatting corrections/enhancement for SSL/TLS client and server. Ticket #2766

6f17547a 01/01/2017 04:03 PM Jim Pingle

Update OpenVPN SSL/TLS server status to reflect changes in OpenVPN 2.4. Ticket #2766

176b8f78 09/14/2016 08:18 PM Stephen Beaver

Merge branch 'master' of git.pfmechanics.com:pfsense/pfsense

1c402413 09/14/2016 07:32 PM Stephen Beaver

Merge pull request #2975 from NOYB/Services_Status

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

5a5a11cd 07/21/2016 01:58 PM Bruno Ferri

replace attribute 'name' to 'id' in openvpn status

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required....

7b05178d 06/01/2016 01:25 AM NOYB NOYB

Status / OpenVPN - Status Indicator

Add prefixes to Status and Actions.
Remove textual status. Icon and title should be fine.

29fda3d3 04/18/2016 06:44 PM Stephen Beaver

Make services POST only by providing JS code in pfSenseHelpers.js

530c7ccf 04/02/2016 07:02 AM NOYB NOYB

Status - Remove Personalizations

Remove "you" personalizations.

37676f4e 03/09/2016 07:30 PM Jim Pingle

Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965

Still need to review Advanced buttons and Repeatable block buttons.

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

3d7a8696 02/11/2016 04:33 AM k-paulius

Convert section titles to title case

c2081df1 02/05/2016 08:03 AM NOYB NOYB

HTML Compliance - Status / OpenVPN

Start tag body seen but an element of the same type was already open.
Stray start tag script.

98128ad6 01/27/2016 04:18 PM Phil Davis

Internationalization of various status*.php

3f98044a 01/22/2016 04:20 PM Francisco Cavalcante

Replaced jQuery to $ in same files

5c0ab3cd 01/14/2016 03:59 PM NewEraCracker

All simple php echo to short

Short version is far more used than long php echo. This brings all code to same standard where possible.

a66ce627 01/14/2016 01:07 PM NewEraCracker

Maybe abbreviations could be kept to a certain acceptable minimum

61fce4a6 12/17/2015 04:29 AM Phil Davis

Consolidate OpenVPN kill_client routine

After a gitsync just now I started getting "cannot redeclare
kill_client" error messages. Whatever it was that caused this to start
happening, the kill_client() function in these 2 places is identical.
Might as well put it in openvpn.inc

56fafd85 12/16/2015 01:50 PM Stephen Beaver

Fixed #5617
Added ID and style to routing table

e9701cfe 12/16/2015 02:09 AM Stephen Beaver

Fixed #5617
Table columns corrected

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

abe98adb 12/15/2015 04:53 AM Phil Davis

Code style status*

ff59b884 12/10/2015 02:00 PM Stephen Beaver

Fixed #5617
Fixed #5612

01036a9a 12/03/2015 01:53 AM Stephen Beaver

Say goodbye to fend.inc

5230f468 11/25/2015 04:48 PM Jim Pingle

Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.

1b7379f9 11/18/2015 10:31 PM Jared Dillard

Ticket #5471 another convert batch to font-awesome icons

10fe1eb5 11/10/2015 02:17 PM Stephen Beaver

Completes #5400, #3999, #5405
Mote: New ticket will be opened to provide IP address sorting

cb41dd63 11/09/2015 11:19 AM Renato Botelho

Copyright and license cleanup

- Remove personal copyright from people who assigned it to employer (ESF)
- Remove $Id$
- Remove extra spaces

919d91f9 11/09/2015 08:47 AM Phil Davis

EOL whitespace and header consistency for www

191cb31d 11/06/2015 03:40 PM Stephen Beaver

Copyright updates Batch 2 of 3

b9043cdc 10/30/2015 07:13 PM Stephen Beaver

Completed #5359

1baa4e7b 10/07/2015 01:07 PM Stephen Beaver

Part of fix to 5277

b4006109 09/15/2015 11:03 AM Hari

Removed debugging echo statement

9f605c1c 09/15/2015 10:54 AM Hari

Used bootstrap progress bar for queues' stats and used glyphicons

c64a0911 09/13/2015 05:29 PM Hari

Modified the files for Bootstrap

7295f5d0 08/27/2015 03:01 PM Jim Pingle

Encode OpenVPN descriptions before display on OpenVPN status

7bc8484b 08/27/2015 02:40 PM Jim Pingle

Encode the OpenVPN server description before display on OpenVPN status

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/