2005-10-11 21:51:00 +02:00
|
|
|
SRC=\
|
|
|
|
init/Main.cs \
|
|
|
|
init/AppHandler.cs \
|
|
|
|
common/RequestParser.cs \
|
|
|
|
common/SessionManager.cs \
|
|
|
|
common/User.cs \
|
|
|
|
common/UnixUser.cs \
|
|
|
|
common/UserIdentifier.cs \
|
|
|
|
common/UnixUserIdentifier.cs \
|
|
|
|
common/Constants.cs \
|
|
|
|
common/CSSSLogger.cs \
|
|
|
|
common/CSSSException.cs \
|
|
|
|
communication/IPCChannel.cs \
|
|
|
|
communication/CommunicationFactory.cs \
|
|
|
|
communication/UnixIPCChannel.cs \
|
|
|
|
communication/ICommunication.cs \
|
|
|
|
communication/UnixCommunication.cs \
|
|
|
|
cache/KeyChain.cs \
|
|
|
|
cache/Secret.cs \
|
|
|
|
cache/SecretStore.cs \
|
|
|
|
cache/KeyValue.cs \
|
|
|
|
cache/IKeychain.cs \
|
|
|
|
cache/ISecret.cs \
|
|
|
|
lss/LocalStorage.cs \
|
|
|
|
lss/CASACrypto.cs \
|
2005-10-14 18:49:15 +02:00
|
|
|
lss/Rfc2898DeriveBytes.cs \
|
2005-10-11 21:51:00 +02:00
|
|
|
verbs/ISSVerb.cs \
|
|
|
|
verbs/GetSecretStoreInfo.cs \
|
|
|
|
verbs/OpenSecretStore.cs \
|
|
|
|
verbs/CloseSecretStore.cs \
|
|
|
|
verbs/RemoveSecretStore.cs \
|
|
|
|
verbs/AddKeyChain.cs \
|
|
|
|
verbs/RemoveKeyChain.cs \
|
|
|
|
verbs/WriteSecret.cs \
|
|
|
|
verbs/ReadSecret.cs \
|
|
|
|
verbs/RemoveSecret.cs \
|
|
|
|
verbs/EnumerateKeyChainIds.cs \
|
|
|
|
verbs/EnumerateSecretIds.cs \
|
|
|
|
verbs/SetMasterPassword.cs \
|
|
|
|
verbs/WriteKey.cs \
|
|
|
|
verbs/ReadKey.cs \
|
|
|
|
verbs/IsSecretPersistent.cs \
|
|
|
|
verbs/ObjectSerialization.cs \
|
|
|
|
test/cache/TestSecret.cs \
|
|
|
|
test/cache/TestKeyChain.cs \
|
|
|
|
test/cache/TestSecretStore.cs \
|
|
|
|
test/common/TestSessionManager.cs \
|
|
|
|
test/common/TestRequestParser.cs \
|
|
|
|
test/communication/TestUnixCommunication.cs \
|
|
|
|
test/verbs/TestOpenSecretStore.cs \
|
|
|
|
test/verbs/TestCloseSecretStore.cs \
|
|
|
|
test/verbs/TestEnumerateKeyChainIDs.cs \
|
|
|
|
test/verbs/TestEnumerateSecIDs.cs \
|
|
|
|
test/verbs/TestReadSecret.cs \
|
|
|
|
test/verbs/TestRemoveKeyChain.cs \
|
|
|
|
test/verbs/TestWriteSecret.cs
|
|
|
|
|
|
|
|
|