Commit Graph

130 Commits

Author SHA1 Message Date
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
smanojna
d7592ef237 - Added a delete-event-handler for the Firefox master password
prompt dialog.
- A minor fix to make CASAManager always write to the default wallet.
- Removed console debug print messages from GK and FF code.
2006-03-09 05:22:49 +00:00
lsreevatsa
9f52824611 2006-03-08 13:21:27 +00:00
smanojna
765907a49f - Added Firefox MasterPassword prompt into CASAManager.
CASAManager will now prompt for master password during aggregating
  the Firefox password manager if it is locked with a master password.
2006-03-08 10:58:28 +00:00
lsreevatsa
9c4ea3868b - Changed the GetDefaultWallet() function to address all scenarios. 2006-03-07 17:37:30 +00:00
smanojna
36e3a1ef20 - Added Application SSO feature to CASAManager (Linux).
We will be able to add single sign-on information to Konquerer and
  NetworkManager appilcations from within CASAManager.
  Main-Menu: Options > Application SSO.
- Fixed an expection thrown during GnomeKeyring delete secret operation.
- All textboxes in CASAManager have been updated to take not more than
  256 characters (just a small check to avoid buffer-overflows).
2006-03-07 13:54:44 +00:00
smanojna
52f11fa9cd - Fix for writing secrets into the default Wallet instead of
writing into CASAWallet.
- Changed the port attribute in Keyring from string to unit32.
2006-03-07 09:40:28 +00:00
Manohar
d7ed360f66 2006-03-06 10:12:20 +00:00
Cameron (Kamran) Mashayekhi
2a9c381599 CASAmanager.desktop was modified to point to CASAManager in /usr/bin.
CASAManager.sh was transfered to /usr/bin. 
CASA.spec and CASA_dbg.spec were synced up.
2006-03-01 17:32:33 +00:00
Manohar
d9f3be6c4f 2006-03-01 10:48:32 +00:00
soochoi
a5e2de6e1e add fstack-protector into makefile 2006-02-28 22:56:33 +00:00
soochoi
eb45e4ddd8 remove fstack-protector flag due to build fauilre 2006-02-28 20:45:21 +00:00
Manohar
3d8a6cf4e1 2006-02-28 11:39:25 +00:00