Commit Graph

555 Commits

Author SHA1 Message Date
soochoi 5171349f73 Windows: upgrade gtk to 2.8 2006-05-08 19:55:29 +00:00
Cameron (Kamran) Mashayekhi 109d62b715 cleaned up the comment. 2006-05-08 18:00:37 +00:00
Cameron (Kamran) Mashayekhi 35faf3a996 localization files added 2006-05-08 17:54:41 +00:00
Juan Carlos Luciani 2114567f41 Project changes reflecting the rename of the win32 folder and the addition of the msm and msi projects. Note that the msi and msm projects are temporary until we integrate auth_token with the rest of CASA. 2006-05-08 15:21:28 +00:00
Juan Carlos Luciani 6706e7ccd6 Project changes reflecting the rename of the win32 folder. 2006-05-08 15:18:32 +00:00
Juan Carlos Luciani 812694516e Project changes reflecting the rename of the win32 folder. 2006-05-08 15:17:51 +00:00
Jim Norman 54dfdb0964 Get username for setting credential 2006-05-08 12:10:28 +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
Juan Carlos Luciani f6a659b7eb Modified the folder name to be compatible with the make system for windows. 2006-05-05 23:22:41 +00:00
Juan Carlos Luciani 1a819d3fb2 Modified the folder name to be compatible with the make system for windows. 2006-05-05 23:21:16 +00:00
Juan Carlos Luciani 4db5688be6 Modified the folder name to be compatible with the make system for windows. 2006-05-05 23:20:27 +00:00
Juan Carlos Luciani 9f4de1d300 Modified the folder name to be compatible with the make system for windows. 2006-05-05 23:20:03 +00:00
Juan Carlos Luciani 4fa0faf7c5 Modified the folder name to be compatible with the make system for windows. 2006-05-05 23:19:33 +00:00
Juan Carlos Luciani 1b87cc09ae Modified the folder name to be compatible with the make system for windows. 2006-05-05 23:18:51 +00:00
Juan Carlos Luciani 94baa2c557 The name of the CasaAuthServer is now CasaAuthTokenSvc. 2006-05-05 23:10:41 +00:00
Juan Carlos Luciani 9e49faabfe Adding needed makefile. 2006-05-05 22:33:34 +00:00
Juan Carlos Luciani e75e04c80c Adding needed makefile. 2006-05-05 22:32:20 +00:00
Juan Carlos Luciani bc5ee9cb55 Continuing the changes due to the name changes for CasaAuthServer and
CasaJaasSupport along with changes to integrate those components into
the make system.
2006-05-05 22:28:15 +00:00
soochoi 6c46ad8ef0 add VersionVDProj.exe 2006-05-05 20:31:54 +00:00
soochoi 6165edfdd3 remove VersionVDProj.exe 2006-05-05 20:29:46 +00:00
Juan Carlos Luciani 065f299999 Changing the name of CasaAuthServer to AuthTokenSvc and changing the
name of CasaJaasSupport to JaasSupport.

Starting to make the changes to incorporate the components up above into
the make system.
2006-05-05 17:35:21 +00:00
smanojna cc583ead26 2006-05-05 14:45:46 +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 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