- 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).
This commit is contained in:
smanojna
2006-03-07 13:54:44 +00:00
parent 52f11fa9cd
commit 36e3a1ef20
9 changed files with 4236 additions and 2146 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Mar 7 19:20:50 IST 2006 - smanojna@novell.com
- 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).
-------------------------------------------------------------------
Tue Mar 7 15:08:26 IST 2006 - smanojna@novell.com