Project

General

Profile

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

# Date Author Comment
cfc0d396 03/08/2017 03:05 PM Jim Pingle

Remove whirlpool from the list of CA/Cert digest algorithms as it does not 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.

ddfa8daa 03/08/2017 02:58 PM Jim Pingle

Fix display of openssl errors when working with CA or certificate entries. Found this while looking into ticket #7370

8dbde62f 02/22/2017 06:11 PM Steve Beaver

Fixes #7296
HTML tags not allowed in selector option values

(cherry picked from commit 57f4327a60c0cabf43161a6cfde98479b42a7092)

de02dc29 02/11/2017 12:40 PM Phil Davis

Breadcrumb links

(cherry picked from commit edcd75357f0e93b124159314d3306197d5312e6c)

d414b7eb 02/06/2017 10:26 AM Pi Ba

certificatemanager, don't show information from previous certificate if no cert or csr is present in the cert

(cherry picked from commit 1048585a08ac824057eea35c57fe359b9e6a48fe)

51685157 01/30/2017 03:36 PM Phil Davis

Required fields for System pages

(cherry picked from commit 153c3aa61fe65c51d584a57c032a4805048e3062)

2a2396a6 09/06/2016 09:19 PM Renato Botelho

Move copyright from ESF to Netgate

b8332deb 08/03/2016 02:48 PM Jim Pingle

Add a field to CA/Cert pages for OU, which is required by some external CAs and users. Fixes #6672

3bc22054 08/01/2016 09:37 PM Renato Botelho

Merge pull request #3073 from phil-davis/certs

dbcc45d1 07/21/2016 01:29 AM Phil Davis

Backport Add missing recommended key lengths/digest to Cert system

Original pull request to master was #2944

30505ba6 07/20/2016 10:15 AM Phil Davis

Backport Remove input_errors2Ajax calls

Original commit to master was

https://github.com/pfsense/pfsense/commit/86d431a89d920f64dda5e7e1821f720daf6e067b

aaec5634 07/15/2016 06:32 PM Renato Botelho

Review license / copyright on all files (final round)

aceaf18c 06/27/2016 07:16 PM 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....

73ff9530 04/05/2016 11:59 AM Stephen Beaver

Merge pull request #2841 from NOYB/System_-_Miscellaneous_-_Remove_Personalizations

(cherry picked from commit 3061702cce23fcc5259f7d6d119a6fe05de84149)

faab522f 03/15/2016 12:39 PM Renato Botelho

Revert "Merge pull request #2728 from phil-davis/form_button"

This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

2f62ed87 03/11/2016 04:17 PM Phil Davis

Resolve conflicts with master

bc3c30eb 03/11/2016 03:59 PM Phil Davis

Internationalize Form_Button text

The text of a Form_Button is not translated internally. Some Form_Button
calls already had the button text enclosed in gettext(), this does it
for the remaining ones.

b35250d9 03/11/2016 12:02 PM NewEraCracker

Indent system_certmanager.php

308f0665 03/11/2016 12:01 PM NewEraCracker

The 'csr' code block is duplicated. This commit removes it

141d8913 03/11/2016 02:39 AM Jim Pingle

Fix some Save button quirks. Ticket #5965

8f58b51b 03/10/2016 02:43 PM Jim Pingle

More icon and button consistency fixes. Ticket #5965

cd7ddae6 03/09/2016 08:35 PM Jim Pingle

Icon consistency in Repeatable blocks. Ticket #5965

c2dbd6d7 03/01/2016 08:06 AM derelict-pf

Update system_certmanager.php

Something felt off about the certificate icons. Particularly the fa-key + P12. I think this is better.

1c2b01a7 02/24/2016 08:49 PM Jim Pingle

Do not offer the "CA" type when creating a certificate. CAs should only be made on the CAs tab. Fixes #5924

f7253434 02/14/2016 10:28 PM Stephen Beaver

Merge pull request #2637 from k-paulius/patch-6

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.

56c6b1cb 02/14/2016 08:08 PM k-paulius

Indicate in the breadcrumb if we are editing list item.

5f88f964 02/11/2016 03:51 AM k-paulius

Convert section titles to title case

762faef5 02/02/2016 07:24 PM Phil Davis

Internationalization of various system*.php

b94f1830 01/28/2016 05:31 PM Phil Davis

system_certmanager action button titles

4db1f211 01/25/2016 06:20 PM Stephen Beaver

Completed #5787

b50d30c3 01/21/2016 08:39 PM Stephen Beaver

Fixed #5789

060ed238 01/13/2016 08:11 PM Stephen Beaver

Fixed #5566

e9258698 01/11/2016 09:10 PM NewEraCracker

Convert remaining short_open_tag occurances. See PR #2378

b7eb0ead 01/06/2016 12:08 AM Stephen Beaver

Fixed #5633

f224c8a2 12/17/2015 12:35 PM Stephen Beaver

Merge pull request #2258 from phil-davis/r015

78863416 12/17/2015 03:47 AM Phil Davis

Code style System Certificates

a5772d43 12/17/2015 03:35 AM Phil Davis

system_certmanager csr_dn_country keyname error

Someone was recently reporting a problem with certificate signing requests. Maybe this will help.

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

2d0d804b 12/07/2015 12:47 PM Phil Davis

Standardize Certificate Manager breadcrumbs

ba5c55e9 12/04/2015 03:02 PM Stephen Beaver

Add descriptive name field to CSR completion form

af28e231 12/03/2015 07:22 PM Stephen Beaver

Fix updating of CSR by correcting button name
Cosmetic fixes to ldapacpicker to make it usable in 2.3

53f5b15f 12/02/2015 08:23 PM Jim Pingle Some more adjustments to CSR handling for ticket #5561
  • Change the order of the actions for CSR so edit is first
  • Change the edit icon to a pencil to be more obvious
  • Change the export action for a CSR to export the request data
991af0a8 12/02/2015 08:08 PM Stephen Beaver

Don't display start/end times or export icons for CSRs

b29c322c 12/02/2015 05:58 PM Stephen Beaver

Fixed #5561 (mostly)

07ab3f0c 12/01/2015 04:26 AM Stephen Beaver

Fixed #5557

8fd9052f 11/29/2015 06:23 PM Colin Fleming

Type up SCRIPT tags

02cc81ef 11/23/2015 12:54 PM Doug Wollison

Added use of class autoloading (GUI stuff only)

Any GUI script that loads the guiconfig.inc file will have access to
the autoloader.

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

Copyright updates Batch 2 of 3

0619c9db 11/05/2015 02:05 PM Stephen Beaver

Convert system_certmanager.php to font awesome icons
Automatically add confirmation dialog to all fa-trash icons

c10cb196 11/05/2015 01:11 PM Stephen Beaver

Moved action-buttons in-line styling to pfSense.css

9d5a20cf 11/05/2015 11:38 AM jeroen van breedam

replace and find for icon-embed-btn

f74457df 11/04/2015 07:12 PM Stephen Beaver

Updated button styles

0bc61baa 10/27/2015 02:17 PM Stephen Beaver

Javascript refine to hide Delete row button if there is only one row

27e2bf9f 10/07/2015 11:06 PM Chris Buechler

fix placeholder copy/pasted from CA screen, back to what it was in 2_2

08ec2d99 10/02/2015 06:57 PM Stephen Beaver

Completes #5159
All duplicated JS removed to included file

eef93144 09/24/2015 04:48 PM Jared Dillard

Ticket #5204 a clean up pass of the jquery sections

0edcccc3 09/17/2015 08:13 AM Daniel Seebald

Added the possibility to use wildcard hostnames in certificate manager SAN fields

6b1ddb4a 09/04/2015 06:00 PM Stephen Beaver

Corrected typo (delet)

3f0efd58 09/04/2015 05:26 PM Stephen Beaver

Fixed #5098
Page re-written to use jQuery row add/delete

bf9d50e8 09/04/2015 04:50 PM Stephen Beaver

Test version to check certificate generation

5bb05274 09/04/2015 02:12 PM Stephen Beaver

Fixed #5094
Reformatted as requested

328a238a 09/02/2015 05:27 PM Jim Pingle

Merge pull request #1853 from PiBa-NL/bootstrap_fix1

98402844 09/02/2015 02:40 PM Stephen Beaver

Fixed #5028
Restored correct delcert action

ad2879b8 08/30/2015 11:09 PM PiBa-NL

bootstrap, use require_once for classes/Form.class.php

b8f22f61 08/27/2015 03:47 PM Stephen Beaver

arrray type changed to associative for country codes

51583438 08/27/2015 01:44 PM Stephen Beaver

Fixed #5023
Added jQuery to populate the certificate details from the selected CA

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/