summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_crlmanager.php
Commit message (Expand)AuthorAgeFilesLines
* Encode ca/cert/crl descr in system_crlmanager.phpjim-p2015-07-011-11/+16
* Code spacingPhil Davis2015-06-151-6/+5
* Code style system CPhil Davis2015-05-301-100/+151
* Improving aesthetics.xbipin2015-01-131-1/+1
* Fix lineup of copyright linesPhil Davis2015-01-011-2/+2
* Welcome 2015Renato Botelho2014-12-311-1/+1
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
* Merge pull request #1237 from N0YB/XHTML_Compliance_System_MenuRenato Botelho2014-07-181-8/+26
|\
| * XHTML Compliance - System MenuN0YB2014-06-161-6/+24
| * XHTML Compliance - System MenuN0YB2014-06-161-2/+2
* | Tidy up misc. XHTMLColin Fleming2014-06-231-2/+2
|/
* Tidy up Ampersand XHTMLColin Fleming2014-05-271-1/+1
* Use an alphanumeric test rather than purely is_numericint because the ID is g...jim-p2014-04-091-2/+2
* xhtml Complianceayvis2014-03-141-8/+8
* Improve checks for params 'id', 'dup' and other similar ones to make sure the...Renato Botelho2014-03-121-5/+6
* Allow an "empty" CRL to be exported, since this is still a valid action.jim-p2013-11-251-2/+1
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
* Tidy up "system_crlmanager.php" XHTMLColin Fleming2013-04-091-36/+35
* Update usr/local/www/system_crlmanager.phpbcyrill2013-02-101-5/+6
* Allow editing an imported CRL, and refresh OpenVPN CRLs when saving. Implemen...jim-p2012-10-061-6/+43
* Shift OpenVPN require, it was causing CRLs to not save changes properly.jim-p2011-07-271-2/+1
* removes variables concatenation on gettext stringsVinicius Coque2011-07-181-2/+2
* CRL fixes for empty CRLs (so they don't kill OpenVPN)jim-p2011-07-131-2/+2
* fix missing images for CRLsChris Buechler2011-05-171-1/+1
* Various CRL fixes, handle empty internal CRLs better.jim-p2011-05-111-0/+1
* Allow importing a CRL for an external CA.jim-p2011-03-301-5/+13
* Show CRL download link only for imported certificates or CRLs with revoked ce...jim-p2010-11-171-0/+2
* Some CRL fixes.jim-p2010-11-171-5/+7
* Fix misnamed form field on CRL import.jim-p2010-11-141-1/+1
* Fix XSS issuesScott Ullrich2010-11-121-1/+1
* Various CRL fixes.jim-p2010-11-061-45/+54
* Remove WIP note. This should resolve #555.jim-p2010-10-211-1/+0
* Add ability to select reason codes for revocation. Reformat CRL edit screen a...jim-p2010-10-211-14/+29
* Refresh OpenVPN CRL files when a CRL has a cert added/removed. Ticket #555jim-p2010-10-211-1/+4
* Add support for deleting a cert from a CRL (unrevoke). As of this point basic...jim-p2010-10-211-4/+12
* Add more CRL functionality. Needs to wait on a new build for further testing.jim-p2010-10-201-2/+128
* Fix some forgotten name->descr changes.jim-p2010-10-201-2/+2
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protec...jim-p2010-10-191-11/+11
* Another CRL delete fix.jim-p2010-09-211-1/+1
* Fix delete action for CRLs, and other cleanup.jim-p2010-09-211-14/+16
* Don't list a cert count for external CRLs since we can't tell what they are.jim-p2010-09-211-1/+1
* Add a work-in-progress CRL manager pagejim-p2010-09-211-0/+430
OpenPOWER on IntegriCloud