Project

General

Profile

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

# Date Author Comment
45508803 11/25/2013 05:41 PM Jim Pingle

Allow an "empty" CRL to be exported, since this is still a valid action.

1e9b4611 09/12/2013 02:28 PM Renato Botelho

Remove call-time pass by reference for do_input_validation, helps ticket #2565

0d15afff 04/09/2013 11:19 AM Colin Fleming

Tidy up "system_crlmanager.php" XHTML

Add CDATA section to SCRIPT tags
Update HTML boolean operators
Close INPUT and BR tags
Move TFOOT between THEAD and TBODY, this is a "quirk" of HTML

d5059f4c 02/10/2013 07:31 PM Cyrill B

Update usr/local/www/system_crlmanager.php

Cleanup HTML

6f3d3a07 10/06/2012 09:36 PM Jim Pingle

Allow editing an imported CRL, and refresh OpenVPN CRLs when saving. Implements #2652

94efbf8b 07/27/2011 04:05 PM Jim Pingle

Shift OpenVPN require, it was causing CRLs to not save changes properly.

b1e4005f 07/18/2011 06:33 PM Vinicius Coque

removes variables concatenation on gettext strings

cfcc6994 07/13/2011 09:16 PM Jim Pingle

CRL fixes for empty CRLs (so they don't kill OpenVPN)

0d5c21f7 05/18/2011 01:59 AM Chris Buechler

fix missing images for CRLs

728003c8 05/11/2011 08:10 PM Jim Pingle

Various CRL fixes, handle empty internal CRLs better.

44bcc1be 03/30/2011 07:21 PM Jim Pingle

Allow importing a CRL for an external CA.

916ee745 11/18/2010 12:16 AM Jim Pingle

Show CRL download link only for imported certificates or CRLs with revoked certificates.

304af9d8 11/18/2010 12:12 AM Jim Pingle

Some CRL fixes.

364ecdd1 11/14/2010 07:29 PM Jim Pingle

Fix misnamed form field on CRL import.

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

c1f95f5c 11/06/2010 06:08 PM Jim Pingle

Various CRL fixes.

62b262e4 10/21/2010 08:07 PM Jim Pingle

Remove WIP note. This should resolve #555.

fc54f29b 10/21/2010 07:11 PM Jim Pingle

Add ability to select reason codes for revocation. Reformat CRL edit screen a bit. Ticket #555

8e022a76 10/21/2010 06:33 PM Jim Pingle

Refresh OpenVPN CRL files when a CRL has a cert added/removed. Ticket #555

ad08687b 10/21/2010 05:34 PM Jim Pingle

Add support for deleting a cert from a CRL (unrevoke). As of this point basic CRL functionality does work: Revoke a cert and it cannot connect. Remove it from the CRL and it can. (Have to edit/save OpenVPN server instance to update/refresh CRL though). Ticket #555

28ff7ace 10/20/2010 07:41 PM Jim Pingle

Add more CRL functionality. Needs to wait on a new build for further testing.

5293bfec 10/20/2010 07:41 PM Jim Pingle

Fix some forgotten name->descr changes.

f2a86ca9 10/19/2010 06:19 PM Jim Pingle

Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.

57d1853e 09/21/2010 08:06 PM Jim Pingle

Another CRL delete fix.

ad8df715 09/21/2010 07:56 PM Jim Pingle

Fix delete action for CRLs, and other cleanup.

c492948a 09/21/2010 07:11 PM Jim Pingle

Don't list a cert count for external CRLs since we can't tell what they are.

81bfb231 09/21/2010 07:05 PM Jim Pingle

Add a work-in-progress CRL manager page