Commit Graph

13 Commits

Author SHA1 Message Date
Juan Carlos Luciani
67e99fc3d9 Fixed BUG228036 which was causing casa_atvd to not re-start after a
system re-boot.

Also added code to deal with cases where the
CASA_auth_token_jaas_support rpm is installed before the basic ATS setup
script is executed, thus ending up with the signing cert not being
imported into the client's key store.

M    server/package/linux/CASA_auth_token_server.changes
M    server/package/linux/CASA_auth_token_server.spec.in
M    server/AuthTokenValidate/Svc/linux/CasaAuthtokenValidateD
2007-01-03 10:22:36 +00:00
Juan Carlos Luciani
8ade751650 Modifications to resolve issues found during self-code review. 2006-12-08 05:45:03 +00:00
Juan Carlos Luciani
6489700c92 Fixed init.d script ouput "Shutting...." to "Shutting down...". 2006-12-04 10:17:19 +00:00
Juan Carlos Luciani
4df11cd930 More changes to try to resolve 64bit platform build issues. 2006-11-29 04:20:37 +00:00
Juan Carlos Luciani
00cffb071c Fixed some 64bit platform build issues.
-omhis line, and those below, will be ignored--

M    server/configure.in
M    server/package/linux/CASA_auth_token_server.changes
M    server/package/linux/CASA_auth_token_server.spec.in
M    server/AuthTokenValidate/Svc/linux/envvars
M    server/AuthTokenValidate/Svc/linux/Makefile.am
2006-11-28 11:47:04 +00:00
Juan Carlos Luciani
cce03a7a13 Updated README and TODO files to reflect the current state of the
project.
2006-11-22 05:21:33 +00:00
Juan Carlos Luciani
82545be587 Fixed problem that would not allow package to build under openSuSe. 2006-11-21 05:39:52 +00:00
soochoi
1d02f15357 CASA-auth-token: apply changes from german autobuild diff 2006-11-21 04:20:15 +00:00
Juan Carlos Luciani
0332b6610e Removed hard dependency on IBM's JVM. 2006-11-18 07:10:14 +00:00
Juan Carlos Luciani
f90f3d91bf Reverted the forked process model changes after finding out that
they needed to be more involved (Each child process needed to
initialize the JVM) and because it introduced a whole set of
new problems that were not acceptible. Instead, now we will support
an optional single-threaded process model that can be invoked to
deal with JVMs that have trouble executing when invoked from a
thread.
2006-11-15 05:06:54 +00:00
Juan Carlos Luciani
5f14f490e2 Enhancing the AuthTokenValidateSvc so that it can have a process model
where it executes the Java classes from helper processes. This is being
dome to get around SUN's JVM problem where class invokations from a
thread fail.
2006-11-14 08:07:01 +00:00
Juan Carlos Luciani
fc12f21d19 Finished changes to make the server project operational. 2006-11-13 05:51:53 +00:00
Juan Carlos Luciani
2cc21a344c The non-java project is being replaced by a client and a server project
in order to allow for the client component to be consumed by
distributions targeting the desktop. This check-in is for the server
project.
2006-11-13 04:05:01 +00:00