Home
last modified time | relevance | path

Searched refs:szAccount (Results 1 – 11 of 11) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/pm/smpd/
H A Dsmpd_register.c202 …if((szAccount == NULL) || (szPassword == NULL) || (strlen(szAccount) <= 0) || (strlen(szPassword) … in smpd_save_cred_to_file()
216 cred_blob.cbData = (DWORD )strlen(szAccount) + 1; in smpd_save_cred_to_file()
217 cred_blob.pbData = (BYTE *)szAccount; in smpd_save_cred_to_file()
479 …if (RegSetValueEx(hRegKey, key_name, 0, REG_SZ, (BYTE*)szAccount, (DWORD)strlen(szAccount)+1) != E… in smpd_save_password_to_registry()
545 *szAccount = '\0'; in smpd_read_password_from_registry()
554 if (strlen(szAccount) < 1) in smpd_read_password_from_registry()
692 char szAccount[SMPD_MAX_ACCOUNT_LENGTH]; in smpd_get_cached_password() local
703 *szAccount = '\0'; in smpd_get_cached_password()
709 (BYTE*)szAccount, in smpd_get_cached_password()
717 if (strlen(szAccount) < 1) in smpd_get_cached_password()
[all …]
H A Dsmpd.h956 SMPD_BOOL smpd_read_password_from_registry(int index, char *szAccount, char *szPassword);
957 SMPD_BOOL smpd_save_password_to_registry(int index, const char *szAccount, const char *szPassword, …
958 SMPD_BOOL smpd_save_cred_to_file(const char *filename, const char *szAccount, const char *szPasswor…
959 SMPD_BOOL smpd_read_cred_from_file(const char *filename, char *szAccount, int acc_len, char *szPass…
H A Dsmpd_adreg.cpp151 LPTSTR szAccount, /* Logon account that must access SCP. */ in ScpCreate() argument
/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4League.cpp58 Account = szAccount; in SetAuth()
209 assert(szAccount); in FindFBIDByAccount()
210 if (!szAccount) return false; in FindFBIDByAccount()
212 if (pItem->Account == szAccount) in FindFBIDByAccount()
226 if (pItem->Account == szAccount) in RemoveFBIDByAccount()
240 assert(szFBID); assert(szAccount); in AddFBID()
242 RemoveFBIDByAccount(szAccount); in AddFBID()
246 pNewItem->Account.Copy(szAccount); in AddFBID()
613 if (!szAccount || !*szAccount) in UserClose()
623 if (SCharCountEx(szAccount, C4League_Name_Valid_Characters) != SLen(szAccount)) in UserClose()
[all …]
H A DC4League.h66 void SetAuth(const char *szAccount, const char *szPassword, bool fRememberLogin);
199 void RemoveFBIDByAccount(const char *szAccount);
200 bool FindFBIDByAccount(const char *szAccount, StdStrBuf *pFBIDOut);
202 void AddFBID(const char *szFBID, const char *szAccount);
232 …bool Auth(const C4PlayerInfo &PlrInfo, const char *szAccount, const char *szPassword, const char *…
/dports/security/medusa/medusa-2.2/src/modsrc/
H A Dsmtp-vrfy.c505 int tryLogin(int hSocket, sLogin** psLogin, _MODULE_DATA* _psSessionData, char* szAccount, char* sz… in tryLogin() argument
534 sprintf((char *)bufSend, "%s %.250s@%.250s\r\n", szVerb, szAccount, szDomain); in tryLogin()
538 sprintf((char *)bufSend, "%s %.250s\r\n", szVerb, szAccount); in tryLogin()
561 writeError(ERR_DEBUG_MODULE, "[%s] Found valid account: %s", MODULE_NAME, szAccount); in tryLogin()
567 writeError(ERR_DEBUG_MODULE, "[%s] Found valid account: %s", MODULE_NAME, szAccount); in tryLogin()
573 writeError(ERR_DEBUG_MODULE, "[%s] Too many invalid recipients: %s", MODULE_NAME, szAccount); in tryLogin()
579 writeError(ERR_DEBUG_MODULE, "[%s] Non-existant account: %s", MODULE_NAME, szAccount); in tryLogin()
585 writeError(ERR_DEBUG_MODULE, "[%s] Non-existant account: %s", MODULE_NAME, szAccount); in tryLogin()
591 writeError(ERR_DEBUG_MODULE, "[%s] Invalid domain name: %s", MODULE_NAME, szAccount); in tryLogin()
/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4PlayerInfo.h135 …void SetLeagueData(const char *szAccount, const char *szNewClanTag, int32_t iScore, int32_t iRank,… in SetLeagueData() argument
136 …{ sLeagueAccount.CopyValidated(szAccount); sClanTag.CopyValidated(szNewClanTag); iLeagueScore = iS… in SetLeagueData()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/sparser/
H A DKviIrcServerParser_literalHandlers.cpp158 QString szAccount = msg->connection()->decodeText(msg->safeParam(0)); in parseLiteralAccount() local
167 if(szAccount == "*") in parseLiteralAccount()
170 e->setAccountName(szAccount); in parseLiteralAccount()
173 if(KVS_TRIGGER_EVENT_4_HALTED(KviEvent_OnAccount, console, szNick, szUser, szHost, szAccount)) in parseLiteralAccount()
262 QString channel, szAccount, szReal; in parseLiteralJoin() local
266 szAccount = msg->connection()->decodeText(msg->safeParam(1)); in parseLiteralJoin()
376 if(!szAccount.isEmpty()) in parseLiteralJoin()
382 if(szAccount == "*") in parseLiteralJoin()
385 e->setAccountName(szAccount); in parseLiteralJoin()
/dports/games/openclonk/openclonk-release-8.1-src/src/config/
H A DC4Config.h173 …void SetLeagueLoginData(const char *szServer, const char *szPlayerName, const char *szAccount, con…
H A DC4Config.cpp617 …ueLoginData(const char *szServer, const char *szPlayerName, const char *szAccount, const char *szL… in SetLeagueLoginData() argument
623 LastLeagueAccount.Copy(szAccount); in SetLeagueLoginData()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviUserListView.cpp1393 QString szAccount = pEntry->m_pGlobalData->accountName(); in nickChange() local
1412 pEntry->m_pGlobalData->setAccountName(szAccount); in nickChange()