021e3b16e5
Thu May 4 17:38:25 IST 2006 - smanojna@novell.com - Description: 1. Fixed Bug 170854: CASAGui only allows one edit at a time. 2. Added 512 character limit during the edit operation, i.e. the newly edited value string cannot be longer than 512. 3. Fixed a bug caused during deleting and adding new key-value pairs, this bug had not been filed in Bugzilla. -In the manage secret dialog, delete a key-value pair. -Add a new key with the same name as the one deleted above but but with a different value. -When you click the OK button the changes are not effected. - Modified files: c_gui/MiCasa.cs c_gui/Firefox.cs c_gui/GnomeKeyring.cs c_gui/KdeWallet.cs c_gui/Common.cs ------------------------------------------------------------------- |
||
---|---|---|
auth_token | ||
c_adlib | ||
c_common | ||
c_doc | ||
c_gui | ||
c_jwrapper | ||
c_kwallet | ||
c_micasacache | ||
c_micasad | ||
c_micasadk | ||
c_policy | ||
c_sharp | ||
c_test | ||
casa-yast | ||
ClientPasswordManager | ||
config | ||
dependencies | ||
doc | ||
extensions | ||
extern/w32 | ||
include | ||
login_capture | ||
LoginCapture | ||
make | ||
package | ||
products/install | ||
shsrc | ||
tools | ||
vs_solutions | ||
AUTHORS | ||
autogen.sh | ||
CASA.changes | ||
ChangeLog | ||
configure.in | ||
COPYING | ||
Makefile.am | ||
mk-ca-all | ||
mk-cai-all | ||
NEWS | ||
README | ||
Readme_for_the_project_and_setup.txt | ||
Readme_for_Windows_Build.txt | ||
Readme.txt |
INSTRUCTIONS FOR SETTING UP YOUR BUILD ENVIRONMENT ================================================== For Linux cd to top directory. ./autogen.sh (for debug build, pass "--enable-debug") make For Windows MAKE CLEAN ALL run sequence mk-ca-all for developers and mk-cai-all for BMs. for individual builds: for Windows cd 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 tw Windows platform example: mk-nsssdk-ow optimzed for Windows 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. ******************************************************************************************