* MDB is now pretty much removed from the store

* Merge recent fixes from trunk
This commit is contained in:
alexhudson
2007-07-12 09:59:43 +00:00
parent 153bde3052
commit f625063cf6
48 changed files with 1497 additions and 807 deletions
+6
View File
@@ -35,6 +35,12 @@ EXPORT BOOL MsgAuthVerifyPassword(const char *user, const char *password);
EXPORT BOOL MsgAuthSetPassword(const char *user, const char *oldpassword, const char *newpassword);
EXPORT BOOL MsgAuthGetUserStore(const char *user, struct sockaddr_in *store);
// Misc. util functions
EXPORT BOOL MsgSetRecoveryFlag(void);
EXPORT BOOL MsgGetRecoveryFlag(void);
EXPORT BOOL MsgGetServerCredential(char *buffer);
#define MSGSRV_LOCAL_SERVER NULL
#define MSGSRV_SELECTED_CONTEXT "."