| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
The PKIService has been modified to trim whitespaces in access
banner before returning the value to the client. The clients
have been modified to no longer trim the banner.
https://pagure.io/dogtagpki/issue/2671
Change-Id: I51c5e78d11c89c711e369328def27bb352aa49e6
|
| |
|
|
|
|
|
|
|
|
| |
The DefaultParser used in PKI console has been replaced with
PosixParser for backward compatibility with Commons CLI 1.2
on RHEL.
https://pagure.io/dogtagpki/issue/2671
Change-Id: Ie36bfd4cbd83818cfc06f6a3f69e02214cff0db2
|
| |
|
|
|
|
|
|
|
| |
The PKI console has been modified to provide a verbose option to
help troubleshooting.
https://pagure.io/dogtagpki/issue/2671
Change-Id: Ib231a278a8d000bdbe43513149331bb0ea1f2752
|
| |
|
|
|
|
|
|
|
| |
The PKI console option parser has been updated to use the Commons
CLI library.
https://pagure.io/dogtagpki/issue/2671
Change-Id: I77d185c83fec61e3dd126ccf9579fa2fba1e33a4
|
| |
|
|
|
|
|
|
|
| |
Some PKI console options are not actually used or always given a
fixed value so they have been removed for clarity.
https://pagure.io/dogtagpki/issue/2671
Change-Id: Ia691f90fa949ff07a7215f87385f08036bd71dd1
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The changes in 70520762af91b5dab41415028b1a6bfe66d42628 have been
reverted since it broke client cert auth in PKI console.
The PKI console session timeout is now detected by checking for
empty server response.
https://pagure.io/dogtagpki/issue/2643
Change-Id: Id075556620bc72cabcca3f303af54570d3ca1009
|
| |
|
|
|
|
|
|
|
|
| |
The PKI console has been modified to display an error message and
exit to the system if the SSL connection has been closed (e.g.
due to timeout).
https://pagure.io/dogtagpki/issue/2643
Change-Id: I4507b42cc4e2e706762159321e6991ae5ec68602
|
| |
|
|
| |
Change-Id: I83c1adae3ec900d9c9806def518f6277ce6dedca
|
| |
|
|
|
| |
The setClientCiphers() in CryptoUtil has been renamed to
setDefaultSSLCiphers() for clarity.
|
| |
|
|
|
| |
The duplicate code for configuring default SSL version ranges has
been merged into reusable methods in CryptoUtil.
|
| |
|
|
|
|
|
|
| |
The PKI console has been modified to retrieve access banner from
the server and ask for user confirmation at the beginning of the
program.
https://fedorahosted.org/pki/ticket/2582
|
| |
|
|
|
| |
The CMSAdmin class has been modified to show the error dialog
if Console authentication fails.
|
| |
|
|
|
|
|
| |
The internal token short name literals have been replaced with
CryptoUtil.INTERNAL_TOKEN_NAME.
https://fedorahosted.org/pki/ticket/2556
|
| |
|
|
|
|
|
| |
The Constants.PR_INTERNAL_TOKEN_NAME has been replaced with
CryptoUtil.INTERNAL_TOKEN_NAME since they are identical.
https://fedorahosted.org/pki/ticket/2556
|
| |
|
|
|
|
|
| |
The Constants.PR_INTERNAL_TOKEN has been replaced with
CryptoUtil.INTERNAL_TOKEN_NAME since they are identical.
https://fedorahosted.org/pki/ticket/2556
|
| |
|
|
|
|
|
|
| |
Ticket #1579 : UdnPwdDirAuth authentication plugin instance is not working.
Since this class no longer works, we felt it best to just remove it from the server.
This patch removes the references and files associated with this auth method.
|
| |
|
|
| |
Fixes: https://fedorahosted.org/pki/ticket/1674
|
| |
|
|
| |
clients are: cli, HttpClient, and java console
|
| | |
|
| |
|
|
| |
acting as client
|
| |
|
|
|
|
|
|
| |
This patch provides authentication plugin avoiding anonymous access.
Steps to use the plugin:
https://wiki.idm.lab.bos.redhat.com/export/idmwiki/New_Directory_Authentication_Plugin
BZ 861467/ Trac #348.
|
| |
|
|
|
|
| |
This patch provides an option to generate CRLs with nextUpdate calculated as sum of thisUpdate and an offset.
Ticket #571
|
| |
|
|
|
|
| |
This patch adds support for random certificate serial numbers.
Bug 912554.
|
| |
|
|
|
|
|
|
| |
The duplicate common source code in the console package have
been removed. Note that the binaries are still duplicated in
the pki-certsrv.jar and pki-console.jar.
Ticket #113
|
| |
|
|
|
|
|
|
|
|
| |
Due to packaging issue the source code in com.netscape.certsrv.common
were duplicated into common and console packages and over time they
have become out-of-sync. This patch merges the changes such that they
are now identical. When the packaging issue is fixed later the
duplicate copy can be removed.
Ticket #113
|
| |
|
|
|
|
|
|
| |
Whitespaces in Java code have been removed with the following command:
find . -not -path .git -name *.java -exec sed -i 's/[[:blank:]]\+$//' {} \;
Ticket #134
|
|
|
Previously the source code was located inside a pki folder.
This folder was created during svn migration and is no longer
needed. This folder has now been removed and the contents have
been moved up one level.
Ticket #131
|