Go to file
2006-02-15 00:30:47 +00:00
auth_token Updated the license on all of the source files again... 2006-02-01 17:48:29 +00:00
c_adlib Bug 150975. Enable GNOME-Keyring when so is loaded 2006-02-15 00:17:28 +00:00
c_common Updated the license on all of the source files again... 2006-02-01 17:48:29 +00:00
c_doc CASA.spec was corrected and pam scripts were moved to spec file instead of start up script. 2006-02-08 23:14:01 +00:00
c_gui 2006-02-14 14:31:59 +00:00
c_jwrapper Updated the license on all of the source files again... 2006-02-01 17:48:29 +00:00
c_micasacache Updated the license on all of the source files again... 2006-02-01 17:48:29 +00:00
c_micasad Bug 150644. Prevent removal of secrets when store is locked. 2006-02-14 21:04:17 +00:00
c_micasadk Updated the license on all of the source files again... 2006-02-01 17:48:29 +00:00
c_policy Updated the license on all of the source files again... 2006-02-01 17:48:29 +00:00
c_sharp/NSSCSWrapper Updated the license on all of the source files again... 2006-02-01 17:48:29 +00:00
c_test Updated the license on all of the source files again... 2006-02-01 17:48:29 +00:00
ClientPasswordManager Updated the license on all of the source files again... 2006-02-01 17:48:29 +00:00
config Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
dependencies Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
doc Windows build 162 2005-12-02 22:53:22 +00:00
extern/w32 Updated the license on all of the source files again... 2006-02-01 17:48:29 +00:00
include Updated the license on all of the source files again... 2006-02-01 17:48:29 +00:00
login_capture/PAM Bug 143940. Prevent buffer overflow on usernames and passwords that are longer than buffers. 2006-02-13 15:58:09 +00:00
LoginCapture Updated the license on all of the source files again... 2006-02-01 17:48:29 +00:00
make Bug 133386: Make calls to gnome-keyring.so dynamic. This solves an install dependency when gnome-keyring is not installed on the target system. 2006-02-13 23:58:21 +00:00
products/install Deleted unused files 2005-10-27 16:03:14 +00:00
shsrc add fstack-protector back in 2006-02-15 00:30:47 +00:00
vs_solutions Bug 142475. Add EULA to install for windows and license info in help dialog. 2006-01-20 18:44:28 +00:00
CASA.changes Bug 150975. Enable GNOME-Keyring when so is loaded 2006-02-15 00:17:28 +00:00
mk-ca-all nomsg 2005-11-30 22:08:06 +00:00
mk-cai-all nomsg 2005-11-30 22:08:20 +00:00
Readme for the project and setup.txt Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
Readme for Windows Build.txt Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
Readme.txt Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00

INSTRUCTIONS FOR SETTING UP YOUR BUILD ENVIRONMENT
==================================================

MAKE CLEAN ALL run sequence mk-ca-all for developers and mk-cai-all for BMs.
for individual builds:
for Linux Directory cd shsrc/lshsrc and for Windows shsrc/wshsrc and find
the mk-XXX-tp that matches the module name and the type and the platform.
xxx the module name
types:
dp d for debug
op o for optimized
tl Linux platform
tw Windows platform
example:
mk-nsssdk-ow optimzed for Windows
mk-nsssdk-dl debug for linux

command line form:
mk-nsssdk-ow d clean all (d for developer - m for build manager)

****************************************************************************************** 

Complier has been upgraded to Microsoft VC 7. After installing the compiler and setting up
parmaters as described above you need to copy the directory Vc7 under the compiler installation 
into c:\tools or a directory that does not have any spaces in the name because cypgwin and
gnumake have problems executing commands in paths with spaces in the names.

Cameron Mashayekhi 2/14/2005

****************************************************************************************** 


For a clarification on the location of the compiler please read changes.log with the entry
dated 3/9/05.

Code changed from using wide chars (wchar_t) to UTF8.
sscs_utfh8.h
sscs_string.h
was added.

To support ISF architecture the nsscs_idk.h replaced nsscs_sdk.h and for the Managed APIs
the header file nsscs_mgmd_idk.h was added.

nsssdk has been renamed to nssidk.

Cameron Mashayekhi 3/9/05.

******************************************************************************************