Commit Graph

533 Commits

Author SHA1 Message Date
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
d2592918a5 Addition Parameter check 2006-05-04 22:25:26 +00:00
Cameron (Kamran) Mashayekhi
551b155271 yast realted scripts were updated. 2006-05-04 21:49:54 +00:00
Cameron (Kamran) Mashayekhi
eaff53bce5 yast realted scripts were updated. 2006-05-04 21:49:17 +00:00
Jim Norman
eae40f90a0 fix windows build file. 2006-05-04 20:44:15 +00:00
soochoi
15d57bac34 autotools: windows makefiles change 2006-05-04 20:40:09 +00:00
Jim Norman
cbd8ab4be0 Bug 172719: Clean debug out. 2006-05-04 19:37:46 +00:00
soochoi
7ee344037a check change to miCASA.jar into CASA-devel RPM 2006-05-04 19:30:40 +00:00
soochoi
66bbcd1179 BUG #167804: add miCASA.jar to CASA-devel RPM package 2006-05-04 17:36:19 +00:00
soochoi
bde60592f3 first checkin windows autotools 2006-05-04 16:25:55 +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
Jim Norman
7d5b46c59e Fix typo 2006-05-04 10:51:24 +00:00
Jim Norman
c198b1c114 WOrk in progress 2006-05-04 10:40:59 +00:00
Jim Norman
3f70b8e277 Bug 171135. Give user the option to launch YAST when micasad is not running. 2006-05-04 10:37:20 +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
smanojna
60989aa71d 2006-05-04 03:55:53 +00:00
Jim Norman
bea3c5ca77 Roll back 171135.
Partial fix 169353.
2006-05-03 22:38:44 +00:00
Jim Norman
55bfaf28c8 Update help files with graphics 2006-05-03 20:36:52 +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
cde3ddbd8b Add FastRandom to project file (windows) 2006-05-03 16:15:40 +00:00
Jim Norman
75d85518e9 fix code mix up. 2006-05-02 21:54:49 +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
Jim Norman
7e3c1a6dcb Checkpoint windows project files 2006-05-02 21:30:23 +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
Juan Carlos Luciani
243d49616a Finished the changes where the GetIdenTokenProviderInterface() was moved
to platform independant code.
2006-05-02 03:01:26 +00:00
Juan Carlos Luciani
e6bb3b5db9 Added commented out lines with information on how to incorporate
auth_token into the build system.
2006-05-02 02:37:23 +00:00
Juan Carlos Luciani
5801d7d981 Added commented out line with information on how to change the makefile
to incorporate auth_token into the build system.
2006-05-02 02:36:39 +00:00
Juan Carlos Luciani
f5da184c10 Added identoken.c to list of modules that must be compiled. 2006-05-01 21:45:21 +00:00
Juan Carlos Luciani
ca2ae38b53 Adding new files. 2006-05-01 21:26:39 +00:00
Juan Carlos Luciani
7a0175ec7f Adding new files. 2006-05-01 20:41:26 +00:00
Juan Carlos Luciani
9ba4679404 Adding new files. 2006-05-01 20:40:32 +00:00
Juan Carlos Luciani
b3d1831ef0 New files. 2006-05-01 17:38:04 +00:00
Juan Carlos Luciani
22a0c44526 2006-05-01 16:28:02 +00:00
Jim Norman
34ab56f4ed Fix syntax error. 2006-04-28 21:27:31 +00:00
Jim Norman
7c24af851a Account for length without null inclusion 2006-04-28 21:25:05 +00:00
Juan Carlos Luciani
4ee6c466c2 Continue solution setting changes. 2006-04-28 21:02:44 +00:00
Juan Carlos Luciani
dcde5534ef Moved the code that obtains identity provider interfaces to its own platform independent module. 2006-04-28 21:02:04 +00:00
Juan Carlos Luciani
afb30e0f5f Move the code to get Identity provider interfaces to its own platform independent module. 2006-04-28 21:00:41 +00:00
Juan Carlos Luciani
d5ffb104fb Changes due to rename of platutils.c to platform.c. 2006-04-28 20:59:03 +00:00
Juan Carlos Luciani
c58138c9a5 Changes due to rename of platutils.c to platform.c. 2006-04-28 20:58:37 +00:00
Juan Carlos Luciani
ad7eea8933 Changes due to continued development effort. 2006-04-28 20:57:31 +00:00
Juan Carlos Luciani
47f4dbb6b7 Changes due to rename of platutils.c to platform.c. 2006-04-28 20:55:47 +00:00
Juan Carlos Luciani
4f9fa1a152 Changes due to continued development effort. 2006-04-28 20:55:04 +00:00
Juan Carlos Luciani
e59ed6255c 2006-04-28 19:11:12 +00:00
Juan Carlos Luciani
0604a57953 2006-04-28 19:09:02 +00:00
Juan Carlos Luciani
514ef66c57 2006-04-28 19:08:12 +00:00