-------------------------------------------------------------------
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 -------------------------------------------------------------------
This commit is contained in:
parent
d2592918a5
commit
92f63891ed
10
CASA.changes
10
CASA.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 04 13:32:25 MST 2006 - jnorman@novell.com
|
||||
- Bug 172719: Clean debug out.
|
||||
|
@ -61,13 +61,16 @@ public class Common
|
||||
|
||||
public static int MAX_LEN = 512;
|
||||
|
||||
//static Char[] SpecialCharacters = new Char[]{ '*' };
|
||||
|
||||
static Char[] SpecialCharacters = new Char[]{ '`', '~', '@', '#', '$', '%',
|
||||
'^', '&', '*', '(', ')',
|
||||
'_', '=', '+', '|', '\\',
|
||||
'{', '}', '[', ']', ':',
|
||||
';', '\"', '\'', '<', '>',
|
||||
',', '.', '?', '/', '!'};
|
||||
|
||||
|
||||
|
||||
///##############################################################
|
||||
/// SPI CONSTANTS
|
||||
///
|
||||
@ -399,17 +402,10 @@ public class Common
|
||||
/// </summary>
|
||||
public static bool ValidateString(string sString)
|
||||
{
|
||||
Console.WriteLine("ValidateString(): " + sString);
|
||||
if( -1 == sString.IndexOfAny(SpecialCharacters) )
|
||||
{
|
||||
//Console.WriteLine("VS: true");
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
//Console.WriteLine("VS: false");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -26,7 +26,7 @@ Autoreqprov: on
|
||||
%define bldno 1.1.1
|
||||
Version: @VERSION@
|
||||
Release: 0
|
||||
Summary: Novell Common Authentication Service Adapter (CASA)
|
||||
Summary: Novell Common Authentication Services Adapter (CASA)
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
#Patch: %{name}-%{version}.diff
|
||||
#Patch2: CASA-detect_lib64.patch
|
||||
@ -42,7 +42,7 @@ and security package providing a set of libraries for application and
|
||||
service developers to provide single sign-on to an enterprise network.
|
||||
CASA provides a local on box credential store that is purely session
|
||||
based in 1.0. This store is populated with your Desktop and Network Login
|
||||
credentials on Novell Linux Desktop, Windows and Apple workstations.
|
||||
credentials on Novell Linux Desktop and Windows workstations.
|
||||
|
||||
%package devel
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
@ -52,7 +52,7 @@ Provides: CASA-devel
|
||||
|
||||
%description devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
to develop applications that can use CASA (Common Authnetication Services Adapter)
|
||||
to develop applications that can use CASA (Common Authentication Services Adapter)
|
||||
for credential storage and single sign-on.
|
||||
|
||||
%package gui
|
||||
@ -63,10 +63,10 @@ Requires: CASA = %{version} gtk-sharp >= 1.0.9 gtk2 >= 2.4.14
|
||||
Provides: CASA-gui
|
||||
|
||||
%description gui
|
||||
This package contains the CASA (Common Authnetication Services Adapter)
|
||||
Management application that allows you to manage credentials within CASA
|
||||
and for your kwallet gnome keyring. Additionally, you can also link secrets
|
||||
to one another.
|
||||
This package contains the CASA (Common Authentication Services Adapter)
|
||||
Management application that allows you to manage credentials for miCASA,
|
||||
kde wallet, gnome keyring and firefox password manager stores.
|
||||
Additionally, you can also link miCASA secrets to one another.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
Reference in New Issue
Block a user