summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_camanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Allow a wider range of characters to be used in certificate fields, as laid ↵jim-p2017-05-111-19/+13
| | | | out by RFC 4514. Fixes #7540
* Merge pull request #3699 from PiBa-NL/20170417-certificatemanager-ca-crl-inuseRenato Botelho2017-04-201-0/+6
|\
| * certificate manager, show 'in use' also for CA and CRL where certificates ↵PiBa-NL2017-04-171-0/+6
| | | | | | | | are in use by packages.
* | Merge pull request #3629 from doktornotor/patch-18Renato Botelho2017-04-201-0/+1
|\ \
| * | Add missing includedoktornotor2017-03-081-0/+1
| |/
* | certificate manager, allow importing of ECC certificatesPiBa-NL2017-04-161-1/+1
|/
* Remove whirlpool from the list of CA/Cert digest algorithms as it does not ↵jim-p2017-03-081-1/+1
| | | | | | work properly. OpenSSL claims it's not valid ("unknown signature algorithm"). Fixes #7370 While I'm here, stop needlessly repeating the algo list, it's a global in certs.inc, so use that single copy of the list.
* Fix display of openssl errors when working with CA or certificate entries. ↵jim-p2017-03-081-6/+9
| | | | Found this while looking into ticket #7370
* Accommodate locales by testing for $_POST['va'] onlySteve Beaver2017-02-131-1/+1
|
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-10/+10
| | | | functions
* GET/POST conversion system_crlmanger.phpSteve Beaver2017-02-101-1/+1
|
* GET/POST conversion for camanager and certmanagerSteve Beaver2017-02-091-10/+6
|
* Required fields for System pagesPhil Davis2017-01-301-13/+13
|
* Breadcrumb linksPhil Davis2017-01-101-0/+2
|
* Fix CA input validation to (again) allow an import without a key. Fixes #7001jim-p2016-12-121-1/+1
|
* Ensure that the submitted private key matches the certificate or CA when ↵jim-p2016-11-291-0/+3
| | | | importing. Ticket #6953
* When deleting a CA, do not delete all certificates from this CA, only remove ↵jim-p2016-11-291-3/+22
| | | | the CA reference from certificates that used this CA, as the relationship can be rebuilt if needed. Also, prevent in-use CAs from being deleted and print a list of places a CA is used, similar to the output on certificates. Fixes #6947
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Add a field to CA/Cert pages for OU, which is required by some external CAs ↵jim-p2016-08-031-2/+15
| | | | and users. Fixes #6672
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* Remove input_errors2Ajax calls, was never implemented. Ticket #3027Chris Buechler2016-07-101-6/+0
|
* webgui tables, doubleclick event to perform 'edit' actionPiBa-NL2016-07-031-1/+1
|
* Merge pull request #2944 from stilez/patch-23Chris Buechler2016-06-281-2/+2
|\
| * Add missing recommended key lengths/digest to ca managerstilez2016-05-081-2/+2
| |
* | Always use require_oncePhil Davis2016-06-271-1/+1
|/ | | | | | | | | 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. It seems to me that there is no harm at all in always using require_once().
* System / Certificate Manager / CAs / Edit - Remove PersonalizationsNOYB2016-03-291-1/+1
| | | | Remove "you" personalizations.
* Change "internal" representation of CA on CA and CRL list to an icon, and ↵jim-p2016-03-081-4/+1
| | | | the inuse indicator on CRLs to an icon. Ticket #5965
* Update system_camanager.phpderelict-pf2016-03-011-1/+1
| | | Something felt off about the Certificate/CA icons. Especially the fa-key and P12 being the same action. I think this is better.
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-141-2/+5
|\
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-141-2/+5
| |
* | Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
|/ | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Internationalization of various system*.phpPhil Davis2016-02-031-5/+5
|
* system_camanager action button titlesPhil Davis2016-01-281-4/+4
|
* Fixed #5566Stephen Beaver2016-01-131-36/+41
|
* Convert remaining short_open_tag occurances. See PR #2378NewEraCracker2016-01-111-1/+1
|
* HTML Compliance - System / Certicate / CAsNOYB2015-12-261-0/+2
| | | | | Close div tag Close php tag
* Code style System CertificatesPhil Davis2015-12-171-24/+27
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Standardize Certificate Manager breadcrumbsPhil Davis2015-12-071-1/+1
|
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-1/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-0/+1
|
* convert system_camanager to faheper2015-11-051-14/+6
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-2/+2
|
* replace and find for icon-embed-btnheper2015-11-051-1/+1
|
* Updated button stylesStephen Beaver2015-11-041-29/+57
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Fixed #5022Stephen Beaver2015-08-281-1/+1
|
* arrray type changed to associative for country codesStephen Beaver2015-08-271-6/+16
|
OpenPOWER on IntegriCloud