[PATCH] 250 Added support for backup/restore on upgrade.
by Endi Sukma Dewata
The upgrade framework has been modified to support backup and restore
functionality. A new method backup(filename) has been added to save
a file into a backup folder. The CLI's have been modified to accept
a --revert parameter which will restore the backup files one version
at a time.
Ticket #583
--
Endi S. Dewata
11 years, 5 months
[PATCH] 59 Fixing errors reported in Pylint Code analysis Ticket #316 - Part 1
by Abhishek Koneru
Please review the patch which fixes a few errors reported by pylint in
dogtag's python code.
Also find attached the remaining errors to be fixed. Will submit a
detailed report in my next mail.
How i used pylint:
-- Installed pki packages.
-- Executed the following command -
cd /usr/lib/python2.7/sitepackages; pylint -E --include-ids=y pki/
pki/deployment/ pki/server/ `which pkispawn` `which pkidestroy` `which
pki-upgrade` `which pki-server-upgrade`
--Abhishek
11 years, 5 months
[PATCH] 263 Added TPS servlet.
by Endi Sukma Dewata
A basic TPS servlet has been added to demonstrate sending and
receiving TPS messages using chunked encoding.
The servlet can be tested using the attached tps-test.sh. See the output
in /var/log/pki/<tps instance>/catalina.out.
--
Endi S. Dewata
11 years, 6 months
[PATCH] 262 Added Tomcat-based TPS instance.
by Endi Sukma Dewata
The build and deployment tools have been modified to support creating
a basic Tomcat instance to run TPS. New configuration and template
files for TPS have been copied from another Tomcat subsystem. The TPS
functionality itself will be added in future patches.
Ticket #526
--
Endi S. Dewata
11 years, 6 months
[PATCH] 261 Fixed hard-coded server certificate nickname.
by Endi Sukma Dewata
Previously the server certificate name was partially hard-coded as
"Server-Cert cert-[PKI_INSTANCE_NAME]". Now in Tomcat-based subsystems
it can be fully configured using pki_ssl_server_nickname parameter.
In Apache-based subsystems it's left unchanged.
Unused copies of serverCertNick.conf have been removed.
Ticket #631
--
Endi S. Dewata
11 years, 6 months
[PATCH] 252-260 Preparation for Tomcat-based TPS
by Endi Sukma Dewata
In order to create Tomcat-based TPS (and possibly RA too), some files in
RA and TPS need to be reorganized and some config variable names need to
be changed to match the other Tomcat-based subsystems such that they can
be used by pkispawn.
--
Endi S. Dewata
11 years, 6 months