mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 15:50:38 -04:00
Starting to clean libretroshare
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/ammorais_branch@1341 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
511e040dcb
commit
a8838b25fd
13 changed files with 2815 additions and 330 deletions
|
@ -56,11 +56,11 @@ void CleanupRsConfig(RsInit *);
|
|||
int InitRetroShare(int argc, char **argv, RsInit *config);
|
||||
|
||||
// This Functions are used for Login.
|
||||
bool ValidateCertificate(RsInit *config, std::string &userName);
|
||||
bool ValidateTrustedUser(RsInit *config, std::string fname, std::string &userName);
|
||||
bool LoadPassword(RsInit *config, std::string passwd);
|
||||
bool RsGenerateCertificate(RsInit *config, std::string name, std::string org,
|
||||
std::string loc, std::string country, std::string passwd, std::string &errString);
|
||||
//bool ValidateCertificate(RsInit *config, std::string &userName);
|
||||
//bool ValidateTrustedUser(RsInit *config, std::string fname, std::string &userName);
|
||||
//bool LoadPassword(RsInit *config, std::string passwd);
|
||||
//bool RsGenerateCertificate(RsInit *config, std::string name, std::string org,
|
||||
// std::string loc, std::string country, std::string passwd, std::string &errString);
|
||||
|
||||
/* Auto Login Fns */
|
||||
bool RsTryAutoLogin(RsInit *config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue