summaryrefslogtreecommitdiffstats
path: root/specs
Commit message (Collapse)AuthorAgeFilesLines
* Py3 modernization: libmodernize.fixes.fix_importChristian Heimes2016-04-021-1/+1
| | | | | | | | | | | | | | Enforce absolute imports or explicit relative imports. Python 3 no longer supports implicit relative imports, that is unqualified imports from a module's directory. In order to load a module from the same directory inside a package, use from . import module The future feature 'from __future__ import absolute_import' ensures that pki uses absolute imports on Python 2, too. See https://www.python.org/dev/peps/pep-0328/
* Added Python wrapper for pki pkcs12-import.Endi S. Dewata2016-04-021-0/+4
| | | | | | | | | | | | | | | | | | A Python wrapper module has been added for the pki pkcs12-import command to provide a mechanism to implement a workaround for JSS import limitation. Additional fixes by cheimes have been merged into this patch: setup.py: We must track all sub-packages manually. pylint-build-scan.py: pylint confuses the 'pki' package with the 'pki' command. The workaround symlinks the command and analysis the command under its alternative name. https://fedorahosted.org/pki/ticket/1742
* Synced some more pki-core spec file changes from DOGTAG_10_2_6_BRANCH.Matthew Harmsen2016-03-291-2/+6
|
* Inserted Fedora 22 specific dependencies into 'pki-core.spec' (Dogtag 10.2.7)Matthew Harmsen2016-03-291-1/+18
| | | | to be in sync with Fedora 22 in Koji.
* Changed 'pki-core.spec' (Dogtag 10.2.7) to be in sync with Fedora 23 in KojiMatthew Harmsen2016-03-291-7/+6
|
* Resolves: PKI TRAC Ticket #1714Matthew Harmsen2016-02-041-3/+5
| | | | | - PKI TRAC Ticket #1714 - mod_revocator and mod_nss dependency for tps should be removed
* Added python-nss runtime dependencyMatthew Harmsen2015-10-021-1/+5
| | | | - PKI TRAC Ticket #1623 - Runtime dependency on python-nss is missing
* Added pki-user-membership man page.Endi S. Dewata2015-08-241-0/+1
| | | | | | | | | A new man page has been added for pki <subsystem>-user-membership commands. The pki-user-cert man page has been modified to fix some errors. https://fedorahosted.org/pki/ticket/1584 (cherry picked from commit 997c8ec32ed483f3af47d692039720e62fa65c94)
* updated dependenciesMatthew Harmsen2015-08-081-3/+23
| | | | | - PKI TRAC Ticket #1530 - Client pki-tools missing tomcat-servlet dependency - PKI TRAC Ticket #1542 - Update tomcatjss dependency on Fedora 23 and later
* Fixed previous patch by ALWAYS including 'policycoreutils-python' regardlessMatthew Harmsen2015-07-241-4/+2
| | | | of platform.
* Please depend on policycoreutils-python-utilsMatthew Harmsen2015-07-241-1/+12
| | | | | - Bugzilla Bug #1246620 - [PATCH] Please depend on policycoreutils-python-utils [Fedora 23 and later - tradej]
* Updated version number to 10.2.7-0.1Matthew Harmsen2015-07-184-8/+20
|
* Update release number for release build (10.2.6-1)Matthew Harmsen2015-07-184-4/+16
|
* Added pki-tps-profile man page.Endi S. Dewata2015-07-181-0/+1
| | | | | | | | | A new man page has been added for the pki tps-profile CLI. The CLI has been modified to refer to the new man page. Some other man pages have been cleaned up as well. https://fedorahosted.org/pki/ticket/1271
* Added 'pkidaemon' man page.Matthew Harmsen2015-07-171-0/+1
|
* Added pki-audit man page.Endi S. Dewata2015-07-171-0/+1
| | | | | | | | A new man page has been added for the pki <subsystem>-audit CLI. Due to database upgrade issue the command is currently only available in TPS. https://fedorahosted.org/pki/ticket/1437
* Remove 'setup' directory containing remaining Perl routinesMatthew Harmsen2015-07-171-5/+4
| | | | - PKI TRAC Ticket #1492 - remove pki-proxy-setup
* Added man pages for pki-serverAde Lee2015-07-161-0/+5
| | | | Trac ticket 1356
* Create pkiuser user and group during installationChristian Heimes2015-07-151-0/+19
| | | | | | | The group 'pkiuser' and user 'pkiuser' are now created during the installation of the pki-server package. https://fedorahosted.org/pki/ticket/1468
* The man page for tpsclient does not exist.Jack Magne2015-07-091-1/+1
| | | | | | Ticket #1629 Provide a man page for the tool "tpsclient".
* Remove ExcludeArch directiveMatthew Harmsen2015-06-204-20/+16
|
* Updated version number to 10.2.6-0.1Matthew Harmsen2015-06-194-8/+20
|
* Update release number for release build (10.2.5-1)Matthew Harmsen2015-06-194-4/+16
|
* ticket 867 symkey library path link fixChristina Fu2015-06-181-6/+0
|
* Bugzilla Bug #1230970 - Errata TPS tests for rpm verification failedMatthew Harmsen2015-06-171-2/+4
|
* Added man page for pki group-member.Endi S. Dewata2015-06-081-0/+1
| | | | https://fedorahosted.org/pki/ticket/1064
* Added man page for pki user-cert.Endi S. Dewata2015-06-081-0/+1
| | | | https://fedorahosted.org/pki/ticket/849
* Ticket 867 Need to support TPS as a separate tomcat instance.Christina Fu2015-06-011-0/+5
| | | | | This patch addressed the issue that TPS on independent Tomcat is missing symlink to symkey.jar and causes all symkey method reference to fail
* Cleaned up python docs generation.Endi S. Dewata2015-05-281-1/+1
| | | | | | | The script to generate Python docs has been cleaned up and simplified. The python-sphinx configuration files have been moved into base/common/python. The build artifacts are now created in the build/base/common/python.
* Updated version number to 10.2.5-0.1Matthew Harmsen2015-05-264-8/+20
|
* Update release number for release build (10.2.4-1)Matthew Harmsen2015-05-264-4/+16
|
* Update nuxwdog and tomcatjss dependenciesAde Lee2015-05-121-4/+29
|
* Patches to get nuxwdog working with systemdAde Lee2015-05-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | This patch adds some new unit files and targets for starting instances with nuxwdog, as well as logic within the pki-server nuxwdog module to switch to/from the old and new systemd unit files. It also corrects some issues found in additional testing of the nuxwdog change scripts. To use nuxwdog to start the instance, a user needs to do the following: 1. Create an instance normally. 2. Run: pki-server instance-nuxwdog-enable <instance_name> 3. Start the instance using: systemctl start pki-tomcatd-nuxwdog@<instance_name>.service To revert the instance, simply do the following: 1. Run: pki-server instance-nuxwdog-disable <instance_name> 2. Start the instance using: systemctl start pki-tomcatd@<instance_name>.service
* Restored requirement for 'jss-javadocs'Matthew Harmsen2015-04-241-1/+9
|
* Updated version number to 10.2.4-0.1Matthew Harmsen2015-04-234-8/+20
|
* Remove duplicate prompt on nuxwdog startupAde Lee2015-04-232-46/+5
|
* Bumped release number for official release of 10.2.3.Matthew Harmsen2015-04-234-4/+16
|
* After discussions on IRC, changed runtime requirement from "nuxwdog" toMatthew Harmsen2015-04-221-1/+1
| | | | "nuxwdog-java-client".
* Added direct deployment for all subsystems.Endi S. Dewata2015-04-221-9/+18
| | | | | | | | The deployment tool has been modified to deploy all subsystems directly from the /usr/share/pki. This will simplify updating the templates in the web applications. https://fedorahosted.org/pki/ticket/499
* Added pki-server-nuxwdog tool to create config file for nuxwdogAde Lee2015-04-221-0/+1
| | | | | This config file can be used in starting up the instance in a standalone fashion.
* Add nuxwdog functionality to DogtagAde Lee2015-04-221-0/+3
| | | | | | | | | | | | This is the first of several commits. This adds a LifecycleListener to call init() on the nuxwdog client before any connectors or webapps start up, and call sendEndInit() once initialization completes. Code is also added to prompt for and test required passwords on startup. All that is required to use nuxwdog is to start the server using nuxwdog. An environment variable will be set that will trigger creation of the NuxwdogPasswordStore. We expect tags for the required passwords to be in cms.passwordList
* Added support for Tomcat 8.Endi S. Dewata2015-04-212-16/+57
| | | | | | | | | | | | The Dogtag code has been modified to support both Tomcat 7 and 8. All files depending on a specific Tomcat version are now stored in separate folders. The build scripts have been modified to use the proper folder for the target platform. The tomcatjss dependency has been updated as well. The upgrade script will be added in a separate patch. https://fedorahosted.org/pki/ticket/1264
* Fixed problem upgrading to F22.Endi S. Dewata2015-04-201-0/+9
| | | | | | | | Due to possible Tomcat 7 and 8 conflicts on F22 the spec file has been modified to explicitly require the proper Tomcat packages for the platform. https://fedorahosted.org/pki/ticket/1332
* Reverted version number back to 10.2.3-0.1.Matthew Harmsen2015-04-094-4/+16
|
* Updated version number to 10.3.0-0.1.Matthew Harmsen2015-04-064-4/+16
|
* Updated version number to 10.2.3-0.1Matthew Harmsen2015-03-184-8/+20
|
* Update release number for release build (10.2.2)Matthew Harmsen2015-03-174-4/+16
|
* Fixed CMake issues on F22.Endi S. Dewata2015-03-051-1/+1
| | | | | | Some CMake scripts have been updated to work on both F21 and F22. https://fedorahosted.org/pki/ticket/1281
* Fixed systemd errors/warnings after upgrade.Endi S. Dewata2015-02-271-0/+1
| | | | | | | The spec file has been modified to reload systemd daemon after upgrade to avoid errors/warnings when executing systemd commands. https://fedorahosted.org/pki/ticket/1255
* Fixed pylint report.Endi S. Dewata2015-02-051-3/+3
| | | | | | | | | | | | | | | Previously pylint report was saved it into a file which may not be accessible on a build system. The pylint-build-scan.sh has been changed to display the report so it will appear in the build log. The pylint configuration has also been modified to disable C and R messages by default. This way when other errors or warnings occur the build will fail without having to check for specific codes. Some Python codes have been modified to reduce the number of pylint warnings. https://fedorahosted.org/pki/ticket/703