Fri May 5 17:51:27 IST 2006 - smanojna@novell.com
- Description:
Bug 152929: Secret with special characters in name causing
unexpected behaviour. This fix will only prevent the
following special characters * : ' \ & = < >
- Modified files:
c_gui/Common.cs
c_gui/images/casa.glade
-------------------------------------------------------------------
Fri May 5 10:25:10 IST 2006 - smanojna@novell.com
- Description:
Bug 165283: CASA docs and About screen states that CASA runs on
Mac OSX which does not currently.
- Modified files:
package/linux/CASA.spec.in
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Thu May 4 09:36:04 IST 2006 - smanojna@novell.com
- Description:
1. Removed references to support for Mac OS from rpm spec files.
2. Fixed an invalid <href> in Contents.htm file.
- Modified files:
shsrc/lshsrc/CASA.spec
shsrc/lshsrc/CASA_dbg.spec
c_gui/help/en/Contents.htm
-------------------------------------------------------------------
Security Audit 5:13. Refix for using proper length on strncpy.
Maximum Length is 512 characters.
- Modified files:
c_adlib/GKEngine.cs
c_adlib/ad_gk/GnomeKeyring.cs
c_adlib/ad_gk/native/ad_gk.c
Tue May 2 12:37:22 IST 2006 - smanojna@novell.com
- Description:
CASAManager GUI shall now support a maximum of 512 characters in
length. User will not be able to create secrets and key-value pairs
of lenght more than 512 characters from within CASAManager GUI.
This check is essential to protect CASA from possible buffer
overflow attacks.
Modified files:
casa.glade
-------------------------------------------------------------------
File : c_micasacache/sscs_unx_ipc_client.c.
- Added a check to verify whether size of the token is
less than NSSCS_MAX_SECRET_ID_LEN(512) assuring that
sscs_Utf8Strcpy() will not copy more bytes than memory
availble.