2006-12-08 11:26:52 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 8 15:20:11 MST 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Made changes resulting from self-code review of the project.
|
|
|
|
|
2006-12-04 11:22:29 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 4 15:15:44 MST 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Fixed "Shutting..." rc script output problem documented in
|
|
|
|
BUG225027.
|
|
|
|
|
2006-11-28 12:47:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 28 16:11:36 MST 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Fixed 64-bit platform problems introduced while addressing
|
|
|
|
bugs: BUG222541, BUG216949, BUG215221.
|
|
|
|
|
2006-11-22 04:51:18 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 22 08:45:06 MST 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Resolved the following bugs: BUG222541, BUG216949, BUG215221.
|
|
|
|
|
2006-11-21 06:41:54 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 21 10:36:07 MST 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Fixed makefile issue.
|
|
|
|
|
2006-11-18 08:10:14 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 17 19:11:12 MST 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Removed hard dependency on IBM JVM.
|
|
|
|
|
2006-11-13 06:51:53 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 13 10:44:47 MST 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Separated the non-java folder into client and server projects in
|
|
|
|
order to better support distributions that target desktops.
|
|
|
|
From now on, this changes files will only contain information
|
|
|
|
that applies to the server project.
|
|
|
|
|
2006-11-13 05:05:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 9 17:16:36 MST 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Finished the changes to enable client/ATS communications
|
|
|
|
over SSL.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 7 16:01:11 MST 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Made changes to enable client/ats communication over SSL. (Not quite
|
|
|
|
done with this yet).
|
|
|
|
|
|
|
|
- Updated the make system to allow Windows builds to be made from
|
|
|
|
the command line using Cygwin.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 19 09:20:24 MDT 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Created client-devel RPM.
|
|
|
|
|
|
|
|
- Made changes to conform to updates made to the Java components
|
|
|
|
with regard to the layout of files.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 10 08:46:22 MDT 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Brought up to date the README and TODO files.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 9 09:28:37 MDT 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Cleaned up compiler warnings that were present in some of the
|
|
|
|
components.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 6 14:22:54 MDT 2006 - schoi@novell.com
|
|
|
|
|
|
|
|
- Add the CASA build check as dependency in spec file
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 5 15:21:39 MDT 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Ported the client to Linux and created the CASA_auth_token_client package.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 2 11:47:16 MDT 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Made spec file modifications suggested by SuSE. The changes entailed
|
|
|
|
leveraging RPM macros instead of using my own scripts to make the
|
|
|
|
RPM more solid.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 14 17:41:40 MDT 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Added rc script for Validate AuthToken Service.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 14 09:48:54 MDT 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Created the Validate AuthToken Service and made all of the necessary changes
|
|
|
|
to allow it to be consumed by the AuthTokenValidate library.
|
|
|
|
|
|
|
|
- Also made necessary spec file changes to support our configuration.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 5 08:37:35 MDT 2006 - jluciani@novell.com
|
|
|
|
|
|
|
|
- Created client/server IPC libraries that will be utilized by libcasa_s_authtoken
|
|
|
|
to communicate with the Java Validate AuthToken Service (yet to be created) over
|
|
|
|
DOMAIN sockets. The service will utilize the libraries via JNI to be able to
|
|
|
|
process requests sent using DOMAIN sockets.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 15 10:09:32 MDT 2006 - schoi@novell.com
|
|
|
|
- Fixed CASA_auth_token_devel build requirement for CASA_auth_token_svc
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 7 10:28:32 MDT 2006 - schoi@novell.com
|
|
|
|
- This file has been created for CASA_auth_token_native project for the first
|
|
|
|
time.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|