change lookup name from kwallet_rw to casakwallet
This commit is contained in:
parent
85aa2f3a40
commit
c65e3b0beb
@ -1,3 +1,7 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 24 04:40:20 MST 2006 - jnorman@novell.com
|
||||||
|
- change lookup name from kwallet_rw to casakwallet
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 22 18:52:20 MST 2006 - cmashayekhi@novell.com
|
Sat Apr 22 18:52:20 MST 2006 - cmashayekhi@novell.com
|
||||||
- installcasa and uninstallcasa scripts were added to
|
- installcasa and uninstallcasa scripts were added to
|
||||||
|
@ -28,22 +28,22 @@ using System.Runtime.InteropServices;
|
|||||||
namespace Novell.CASA.DataEngines.KWallet
|
namespace Novell.CASA.DataEngines.KWallet
|
||||||
{
|
{
|
||||||
|
|
||||||
public class kwallet
|
public class kwallet
|
||||||
{
|
{
|
||||||
|
|
||||||
//private static int MAX_NAME_LENGTH = 512;
|
//private static int MAX_NAME_LENGTH = 512;
|
||||||
private const string CPP_LIB = "kwallets_rw";
|
private const string CPP_LIB = "casakwallet";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
[DllImport(CPP_LIB)]
|
[DllImport(CPP_LIB)]
|
||||||
public static extern void MyTest(
|
public static extern void MyTest(
|
||||||
EnumSecretList enumSecretList
|
EnumSecretList enumSecretList
|
||||||
);
|
);
|
||||||
|
|
||||||
*/
|
*/
|
||||||
[DllImport(CPP_LIB)]
|
[DllImport(CPP_LIB)]
|
||||||
public static extern void Aggregate(
|
public static extern void Aggregate(
|
||||||
EnumSecretList enumSecretList
|
EnumSecretList enumSecretList
|
||||||
@ -60,14 +60,14 @@ public class kwallet
|
|||||||
[DllImport(CPP_LIB)]
|
[DllImport(CPP_LIB)]
|
||||||
public static extern int RemoveEntry(string walletName, string folderName, string keyName);
|
public static extern int RemoveEntry(string walletName, string folderName, string keyName);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
public static int Try(EnumSecretList enumSecretList)
|
public static int Try(EnumSecretList enumSecretList)
|
||||||
{
|
{
|
||||||
MyTest(enumSecretList);
|
MyTest(enumSecretList);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
*/
|
*/
|
||||||
public static int AggregateKW(EnumSecretList enumSecretList)
|
public static int AggregateKW(EnumSecretList enumSecretList)
|
||||||
{
|
{
|
||||||
Aggregate(enumSecretList);
|
Aggregate(enumSecretList);
|
||||||
@ -120,8 +120,8 @@ public class kwallet
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
//TBD: All this for future.
|
//TBD: All this for future.
|
||||||
/*
|
/*
|
||||||
[DllImport(CPP_LIB)]
|
[DllImport(CPP_LIB)]
|
||||||
public static extern int ReadSecret
|
public static extern int ReadSecret
|
||||||
(
|
(
|
||||||
@ -186,8 +186,8 @@ public class kwallet
|
|||||||
CloseAllWallets();
|
CloseAllWallets();
|
||||||
|
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user