Commit Graph

142 Commits

Author SHA1 Message Date
Cameron (Kamran) Mashayekhi
0e2f327e7c Fix for to the startup service problem on upgrade.
Fix for circular dependency between CASA and Gnome Keyring.
Fix for yast grey out button.
2006-05-22 21:14:34 +00:00
soochoi
611cd0f9d6 fix the bad date in CASA.changes as a fix to German autobuild 2006-05-15 15:20:52 +00:00
Jim Norman
ccd47dd2dc bug 174093. Set the name of our process to CASAManager so that
gnome-keyring knows who we are.
2006-05-11 22:37:57 +00:00
Jim Norman
837669576a - Bug 169353. Prompt user for Desktop Password when Master Password is not present. 2006-05-08 02:38:42 +00:00
smanojna
565814baf8 -------------------------------------------------------------------
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

-------------------------------------------------------------------
2006-05-05 12:21:39 +00:00
smanojna
92f63891ed -------------------------------------------------------------------
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

-------------------------------------------------------------------
2006-05-05 05:16:47 +00:00
Jim Norman
cbd8ab4be0 Bug 172719: Clean debug out. 2006-05-04 19:37:46 +00:00
smanojna
855346769a -------------------------------------------------------------------
Thu May  4 21:30:25 IST 2006 - smanojna@novell.com

- Description:
  1. Fixed Bug 152929: Secret with special characters in name causing
     unexpected behaviour.

- Modified files:
  c_gui/images/casa.glade
  c_gui/Common.cs
  c_gui/MiCasa.cs
  c_gui/KdeWallet.cs
  c_gui/GnomeKeyring.cs
  c_gui/Firefox.cs

-------------------------------------------------------------------
2006-05-04 15:58:24 +00:00
smanojna
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

-------------------------------------------------------------------
2006-05-04 12:10:52 +00:00
smanojna
9410dca79c -------------------------------------------------------------------
Thu May  4 15:23:17 IST 2006 - smanojna@novell.com

- Description:
  1. Added dialog-modal property for change master password dialog.
  2. Added delete dialog handler for master password prompt dialog
     during unlock store.

- Modified files:
  c_gui/images/casa.glade
  c_gui/CommonGUI.cs

-------------------------------------------------------------------
2006-05-04 09:47:47 +00:00
smanojna
27c799489a -------------------------------------------------------------------
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

-------------------------------------------------------------------
2006-05-04 04:04:03 +00:00
Jim Norman
6bf0bc9539 Bug 171135. Give user the option to launch YAST when micasad is not running. 2006-05-03 19:03:21 +00:00
Jim Norman
6d5251fe02 Security Audit 4.1. Enhanced Persistence encryption salt generation
to be more random based on the password or master password used.
2006-05-02 21:44:13 +00:00
lsreevatsa
51d1477c3f - Description:
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
2006-05-02 15:05:55 +00:00
smanojna
0df6145a35 -------------------------------------------------------------------
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

-------------------------------------------------------------------
2006-05-02 07:09:57 +00:00
Jim Norman
98c2441e08 Bug 165283. Remove reference to Mac OS from help file. 2006-04-26 22:17:41 +00:00
Jim Norman
51da351af7 Security Audit 5:13. Use proper length on strncpy. 2006-04-26 21:38:59 +00:00
Jim Norman
315e2cecc1 Security Audit 5.6: Check length of ssNameLen < 256 before allocating buffer. 2006-04-26 17:03:11 +00:00
Jim Norman
43a64f3df3 Security Audit 5.4: Issue Garbage Collect after loading persistence. 2006-04-26 16:56:40 +00:00
Jim Norman
8230adb2d6 Security Audit 5.5: Check length of message to be within range. 2006-04-26 16:29:13 +00:00
Jim Norman
619936a51a Security Audit 5.13: Ensure that string lengths are within limits
and null terminated before copying them to buffers.
2006-04-26 15:10:02 +00:00
smanojna
f97574c995 - Bug 165283: CASA docs and About screen states that CASA runs on
Mac OSX which it does not currently.
2006-04-26 07:33:13 +00:00
soochoi
5f4ac7abec recheckin changes log file to dos2unix format 2006-04-24 23:29:19 +00:00
Cameron (Kamran) Mashayekhi
058e297bb5 yast module was updated to use installcasa and uninstallcasa. 2006-04-24 22:00:13 +00:00
Jim Norman
53ca56f0e9 Bug 157218. Clear lists of secrets when GUI is locked. 2006-04-24 21:44:25 +00:00
Jim Norman
c6d199d3a5 change all single digit dates to 2 digits 2006-04-24 16:22:54 +00:00
Jim Norman
c65e3b0beb change lookup name from kwallet_rw to casakwallet 2006-04-24 15:39:58 +00:00
Cameron (Kamran) Mashayekhi
79b44fa80c yast2-project was updated with install and uninstall scripts. 2006-04-23 01:11:20 +00:00
Cameron (Kamran) Mashayekhi
12a9ff1977 spec file updates for kwallet and bugs. 2006-04-20 22:33:19 +00:00
Cameron (Kamran) Mashayekhi
a9d7e832c2 YaST modules rename from novell-casa to CASA continued. 2006-04-20 18:50:11 +00:00
Jim Norman
ac0dbfc4e4 Security Audit report: 4.2. Enhance encryption of values in memory. 2006-04-19 20:22:39 +00:00
Jim Norman
d47212b28d Security Audit. Checkpoint changes thus far to c code. 2006-04-17 21:53:18 +00:00
Cameron (Kamran) Mashayekhi
10bc87ce3f Modified to reflect YaST module script changes. 2006-04-14 20:25:11 +00:00
Jim Norman
7684bc7aee Bug 164949. Enable/Disable menu item when Firefox tab is selected. 2006-04-13 14:46:10 +00:00
Jim Norman
e9676d12af Bug 164181. Prevent multiple instances of CASA Manager on windows. 2006-04-13 13:04:06 +00:00
Jim Norman
6398d22745 - Security Audit Report : Patch for Bug No. 5.2.
File c_micasad/lib/communication/UnixIPCClientChannel.cs
  Determine buffer size needed based on the amount of data being sent.
2006-04-12 15:15:13 +00:00
soochoi
062bd2f12b check in the fix for autobuild break 2006-04-10 17:18:08 +00:00
soochoi
84e3b242e8 check in autobuild fixes 2006-04-10 15:50:46 +00:00
Jim Norman
60d7c798d4 Bug 154548. Patch applied to fix CASAManager to read firefox secrets properly. 2006-04-10 15:47:48 +00:00
Jim Norman
64cfa770fc added timer to suppress viewing values(passwords) for micasa store after a preset time in seconds. 2006-04-04 20:27:23 +00:00
Cameron (Kamran) Mashayekhi
6311bab430 spec files was modified to reflect Suse changes. 2006-04-03 15:12:58 +00:00
Cameron (Kamran) Mashayekhi
50cbe6ec58 spec files were modified to add CASA to the system but don't start it by default. 2006-04-03 14:48:42 +00:00
Jim Norman
cdab14ea8c Bug 162024. Expand casa-logo when window grows. 2006-03-31 19:52:25 +00:00
Jim Norman
61178ffecd 2006-03-30 15:42:33 +00:00
soochoi
b128dc7f28 sync up CASA.changes from German autobuild 2006-03-29 18:47:54 +00:00
lsreevatsa
2433373e6e Security Audit Report : Patch for Bug No. 5.12.1.
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.
2006-03-29 14:20:09 +00:00
lsreevatsa
a06c806d2e - Security Audit Report : Patch for Bug No. 5.7.
File : c_micasad/verbs/SetMasterPassword.cs.
- Added a check to verify the length of the Master Password
  to be greater than 8 characters and less than or equal to
  256 characters.
2006-03-29 13:56:56 +00:00
lsreevatsa
b7b75b8ab7 Security Audit Report : Patch for Bug No. 5.4.1
File : c_micasad/lss/CASACrypto.cs
2006-03-29 11:38:49 +00:00
lsreevatsa
b6ff2610b2 - Added Modify and Delete functionalities for Firefox Password
Manager Secrets into CASAManager.
2006-03-15 15:56:11 +00:00
Jim Norman
49d966cf50 Bug 155529. Detect whether or not Firefox is installed 2006-03-14 22:26:49 +00:00