Moving micasa 1.5 trunk to Novell forge.

This commit is contained in:
Cameron (Kamran) Mashayekhi
2005-10-11 19:51:00 +00:00
parent 082db33275
commit efe0a5e13c
691 changed files with 116628 additions and 0 deletions

29
c_micasadk/micasa_lux.exp Normal file
View File

@@ -0,0 +1,29 @@
VER_1.0
{
global:
miCASA_CreateSHSHandle;
miCASA_DestroySHSHandle;
miCASA_GetNextSHSEntry;
miCASA_AddSHSEntry;
miCASA_RemoveSHSEntry;
miCASAOpenSecretStoreCache;
miCASACloseSecretStoreCache;
miCASAReadSecret;
miCASARemoveSecret;
miCASAWriteSecret;
miCASAGetStoreInformation;
miCASAEnumerateSecretIDs;
miCASARemoveSecretStore;
miCASASetMasterPassword;
miCASAUnlockSecrets;
miCASAUnlockStore;
miCASALockStore;
miCASARemoveKeyChain;
miCASARemoveCredential;
miCASASetCredential;
miCASAGetCredential;
miCASAIsSecretPersistent;
miCASASetMasterPasscode;
local:
*;
};