summaryrefslogtreecommitdiffstats
path: root/base/console/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Fixed access banner normalization.Endi S. Dewata2017-06-141-1/+1
| | | | | | | | | | 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
* Fixed PKI console build issue on RHEL.Endi S. Dewata2017-06-141-2/+2
| | | | | | | | | | 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
* Added verbose option for PKI console.Endi S. Dewata2017-06-132-2/+84
| | | | | | | | | The PKI console has been modified to provide a verbose option to help troubleshooting. https://pagure.io/dogtagpki/issue/2671 Change-Id: Ib231a278a8d000bdbe43513149331bb0ea1f2752
* Updated PKI console option parser.Endi S. Dewata2017-06-071-24/+54
| | | | | | | | | The PKI console option parser has been updated to use the Commons CLI library. https://pagure.io/dogtagpki/issue/2671 Change-Id: I77d185c83fec61e3dd126ccf9579fa2fba1e33a4
* Cleaned up PKI console options.Endi S. Dewata2017-06-071-54/+6
| | | | | | | | | 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
* Fixed client cert auth in PKI console.Endi S. Dewata2017-06-063-11/+54
| | | | | | | | | | | | 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
* Added session timeout for PKI console.Endi S. Dewata2017-04-191-31/+4
| | | | | | | | | | 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
* AdminConnection cleanup by Eclipse.Endi S. Dewata2017-04-191-13/+20
| | | | Change-Id: I83c1adae3ec900d9c9806def518f6277ce6dedca
* Renamed CryptoUtil.setClientCiphers().Endi S. Dewata2017-03-191-1/+1
| | | | | The setClientCiphers() in CryptoUtil has been renamed to setDefaultSSLCiphers() for clarity.
* Removed duplicate code to configure SSL version ranges.Endi S. Dewata2017-03-171-35/+40
| | | | | The duplicate code for configuring default SSL version ranges has been merged into reusable methods in CryptoUtil.
* Added access banner for PKI console.Endi S. Dewata2017-02-241-1/+34
| | | | | | | | 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
* Fixed error handling for Console authentication.Endi S. Dewata2017-02-212-42/+121
| | | | | The CMSAdmin class has been modified to show the error dialog if Console authentication fails.
* Replaced internal token short name literals.Endi S. Dewata2017-01-247-69/+165
| | | | | | | The internal token short name literals have been replaced with CryptoUtil.INTERNAL_TOKEN_NAME. https://fedorahosted.org/pki/ticket/2556
* Refactored Constants.PR_INTERNAL_TOKEN_NAME.Endi S. Dewata2017-01-2116-25/+39
| | | | | | | The Constants.PR_INTERNAL_TOKEN_NAME has been replaced with CryptoUtil.INTERNAL_TOKEN_NAME since they are identical. https://fedorahosted.org/pki/ticket/2556
* Refactored Constants.PR_INTERNAL_TOKEN.Endi S. Dewata2017-01-211-21/+33
| | | | | | | The Constants.PR_INTERNAL_TOKEN has been replaced with CryptoUtil.INTERNAL_TOKEN_NAME since they are identical. https://fedorahosted.org/pki/ticket/2556
* UdnPwdDirAuth authentication plugin instance is not working.Jack Magne2016-06-172-5/+0
| | | | | | | | 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.
* Remove vestiges of NISAuth pluginFraser Tweedale2016-02-163-7/+0
| | | | Fixes: https://fedorahosted.org/pki/ticket/1674
* Ticket 1459 Dogtag clients cannot connect when CS is configured with ECCChristina Fu2015-07-131-0/+5
| | | | clients are: cli, HttpClient, and java console
* ecc Console - 1. clean up the tabs in the JSSConnection constructorChristina Fu2015-07-131-45/+45
|
* Ticket 1206 (java console) TLS range support: code change needed for cs when ↵Christina Fu2014-11-241-36/+17
| | | | acting as client
* authentication pluginAndrew Wnuk2014-01-022-0/+5
| | | | | | | | 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.
* Option to include nextUpdate as an offset to thisUpdateAndrew Wnuk2013-05-141-0/+72
| | | | | | This patch provides an option to generate CRLs with nextUpdate calculated as sum of thisUpdate and an offset. Ticket #571
* random certificate serial numbersAndrew Wnuk2013-04-191-21/+88
| | | | | | This patch adds support for random certificate serial numbers. Bug 912554.
* Removed duplicate com.netscape.certsrv.common.Endi Sukma Dewata2012-07-238-1612/+0
| | | | | | | | 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
* Merged changes in com.netscape.certsrv.common.Endi Sukma Dewata2012-07-188-82/+73
| | | | | | | | | | 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
* Removed whitespaces from Java code.Endi Sukma Dewata2012-04-09366-2950/+2950
| | | | | | | | Whitespaces in Java code have been removed with the following command: find . -not -path .git -name *.java -exec sed -i 's/[[:blank:]]\+$//' {} \; Ticket #134
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-26560-0/+102673
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