[PATCH] 114 Added dependency on redhat-rpm-config.
by Endi Sukma Dewata
To avoid multilib conflicts the spec file has been modified to
depend on redhat-rpm-config. This way the brp-java-repack-jars
will run to repack the JAR files to generate identical files
across architectures.
Ticket: #296
--
Endi S. Dewata
10 years, 6 months
GD Errata Status
by John Magne
Code checked in, builds have been submitted for all packages.
The build system is bogging down apparently, will finish off the errata tomorrow.
10 years, 6 months
[PATCH] Verify Symbolic Links (Dogtag 9)
by Matthew Harmsen
The following patch fixes the problem of being unable to install an
instance that does not contain the default name described in the
following TRAC ticket:
* TRAC Ticket #301 -Need to modify init scripts to verify needed
symlinks in an instance
10 years, 6 months
[PATCH] Verify Symbolic Links (Dogtag 10)
by Matthew Harmsen
The following patch fixes the problem of being unable to install an
instance that does not contain the default name described in the
following TRAC ticket:
* TRAC Ticket #301 -Need to modify init scripts to verify needed
symlinks in an instance
10 years, 6 months
[PATCH] 109 Merged Javadoc packages.
by Endi Sukma Dewata
The Javadocs for pki-util, pki-java-tools and pki-common have been
merged and packaged into pki-javadoc RPM.
Ticket #295
--
Endi S. Dewata
10 years, 6 months
[PATCH] 107 Added proxy realm.
by Endi Sukma Dewata
CMS engine is a singleton and it's used by PKI realm to authenticate
users accessing the subsystem. Since a Tomcat instance may contain
multiple subsystems, each having separate realm, the PKI JAR files
need to be moved into WEB-INF/lib so that they will run inside
separate class loaders. Note that Tomcat requires that the JAR files
be copied into this folder, they cannot be linked.
Tomcat also requires that the authenticator and realm classes be
available in common/lib. To address this a new package pki-tomcat.jar
has been added. The package contains the authenticator and a proxy
realm. When the subsystems start running, they will register their
own realms into the proxy realms such that the authentications will
be forwarded to the appropriate subsystems.
Ticket #89
--
Endi S. Dewata
10 years, 6 months
[PATCH] 110 Removed duplicate common classes in pki-console.jar.
by Endi Sukma Dewata
The pki-console has been modified to depend on pki-base. This way
it's no longer necessary to include duplicate common classes in
pki-console.
Ticket #113
I verified installing pki-base, dogtag-pki-console-theme, and
pki-console and running pkiconsole to connect to a remote CA.
--
Endi S. Dewata
10 years, 6 months