summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_camanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Encode ca/cert descr in system_certmanager.phpjim-p2015-07-011-3/+7
|
* Code style system CPhil Davis2015-05-301-105/+151
|
* Random text typosPhil Davis2015-02-111-1/+1
| | | | that I noticed.
* Improving aesthetics.xbipin2015-01-131-1/+1
| | | | | Make title color more consistent with other pages. Improving aesthetics.
* Fix lineup of copyright linesPhil Davis2015-01-011-27/+27
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up "system_camanager.php" XHTMLColin Fleming2014-05-181-2/+2
| | | | | Change ONCHANGE to lower case Move NOWRAP into CLASS statement
* xhtml Complianceayvis2014-03-141-6/+6
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-4/+5
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* system_camanager init $input_errors so array_push worksPhil Davis2013-11-071-0/+1
| | | Fixes input validation when creating an internal certificate. Reported in forum http://forum.pfsense.org/index.php/topic,68849.0.html
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Allow removing CA and Cert entries that are blank/empty. Fixes #3005jim-p2013-06-181-1/+1
|
* Don't restrict the content of descr when making CA/Certs, it's free-form.jim-p2013-06-121-1/+1
|
* Tidy up "system_camanager.php" XHTMLColin Fleming2013-04-091-24/+24
| | | | | | Add CDATA sections to SCRIPT tags Close INPUT and BR tags Update HTML boolean operators
* Show cert start/end dates in list.jim-p2013-02-251-1/+15
|
* Default to using sha256 for a ca/cert digest algorithm, since sha1 is no ↵jim-p2013-02-191-0/+1
| | | | longer recommended.
* Apparently some systems don't like pulling this in globally, but it should ↵jim-p2013-02-101-1/+1
| | | | work if defined locally like the other similar lists.
* Update usr/local/www/system_camanager.phpbcyrill2013-02-101-8/+10
| | | Cleanup HTML
* Update usr/local/www/system_camanager.phpbcyrill2013-02-091-4/+4
| | | Properly close the anchor tag and fix ampersand.
* Allow selecting the digest algorithm when creating a CA or Cert. Implements ↵jim-p2013-01-211-3/+25
| | | | #2765
* Describe the serial field on imported CA more clearly. Resolves #2031jim-p2011-11-291-1/+2
|
* fix textChris Buechler2011-07-291-3/+3
|
* Internal CA creation error handling added.Evgeny Yurchenko2011-06-231-3/+8
|
* Intermediate CAs and openssl_xxx() error checking in CA management.Evgeny Yurchenko2011-06-231-4/+63
|
* Bug #1437. Check for invalid characters in the fields for ca, cert and csr.Evgeny Yurchenko2011-06-171-1/+13
|
* Bug #1437. Dropdown list for country codes (CA manager)Evgeny Yurchenko2011-06-161-6/+18
|
* Redirect back to the CA/Cert management page after delete so a person can't ↵jim-p2011-06-031-0/+2
| | | | refresh and accidentally delete other CA/Certs. (CRLs are deleted differently and don't need this fix)
* When deleting a CA, delete its associated CRLs.jim-p2011-05-051-2/+12
|
* Reject encrypted CA private keys. Resolves #1446jim-p2011-04-211-0/+2
|
* Allow editing of CAs, so that imported CAs can have their private keys added ↵jim-p2011-03-301-19/+60
| | | | later (mainly affected users upgrading from 1.2.3 and wanting to use the cert manager). Also, allow editing the CA's serial, since this shouldn't really be 0 for imported CAs, but the serial of the last cert that was made from this CA.
* Validate imported CA/Cert a bit more strongly. Should fix #1190jim-p2011-01-131-0/+2
|
* Fix XSS issuesScott Ullrich2010-11-121-2/+2
|
* Fix some forgotten name->descr changes.jim-p2010-10-201-2/+2
|
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-191-7/+7
| | | | protection and standardize field names. Ticket #320.
* Add CRL manager tab to other Cert Manager pagesjim-p2010-09-211-0/+1
|
* CA/CERT Movejim-p2010-09-011-6/+6
|
* gettext fixesRenato Botelho2010-08-121-11/+10
|
* Allow importing of a CA's private key (optionally).jim-p2010-07-071-1/+32
|
* Fix some errors in spelling, punctuation, grammar, etc.Larry Gilbert2010-06-121-2/+2
|
* add gettext() calls on missing placesRenato Botelho2010-04-301-1/+1
|
* Fixing gettext() implementation for required fieldsVinicius Coque2010-04-281-8/+12
|
* Reviewing gettext()Carlos Eduardo Ramos2010-04-271-3/+3
|
* Gettext for System::Cert managerVinicius Coque2010-04-261-38/+38
|
* increase the default cert lifetimeChris Buechler2009-12-211-1/+1
|
* fix typoChris Buechler2009-11-151-2/+2
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into ↵Scott Ullrich2009-08-241-5/+20
|\ | | | | | | | | | | | | | | review/master Conflicts: etc/inc/certs.inc etc/inc/upgrade_config.inc
| * Added support for certificate chains to manager so that lighty can deliver ↵Nigel Graham2009-05-241-5/+20
| | | | | | | | them via SSL.
* | Include certs.inc explicitly.Ermal Luçi2009-06-201-0/+1
|/
OpenPOWER on IntegriCloud