/reactos/sdk/lib/3rdparty/zlib/contrib/minizip/ |
H A D | crypt.h | 66 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) in init_keys() argument 71 while (*passwd != '\0') { in init_keys() 72 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys() 73 passwd++; in init_keys() 91 static unsigned crypthead(const char* passwd, /* password string */ in crypthead() argument 115 init_keys(passwd, pkeys, pcrc_32_tab); in crypthead() 122 init_keys(passwd, pkeys, pcrc_32_tab); in crypthead()
|
/reactos/dll/win32/wldap32/ |
H A D | bind.c | 475 TRACE( "(%p, %s, %p)\n", ld, debugstr_a(dn), passwd ); in ldap_simple_bindA() 483 if (passwd) { in ldap_simple_bindA() 484 passwdW = strAtoW( passwd ); in ldap_simple_bindA() 525 TRACE( "(%p, %s, %p)\n", ld, debugstr_w(dn), passwd ); in ldap_simple_bindW() 533 if (passwd) { in ldap_simple_bindW() 534 passwdU = strWtoU( passwd ); in ldap_simple_bindW() 569 TRACE( "(%p, %s, %p)\n", ld, debugstr_a(dn), passwd ); in ldap_simple_bind_sA() 577 if (passwd) { in ldap_simple_bind_sA() 578 passwdW = strAtoW( passwd ); in ldap_simple_bind_sA() 626 if (passwd) { in ldap_simple_bind_sW() [all …]
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | auth.c | 370 { "password", o_string, passwd, 468 strlcpy(ppp_settings.passwd, p, sizeof(ppp_settings.passwd)); 1523 && (passwd[0] != 0 || 1527 passwd[0] != 0 || 1573 char passwd[256], user[256]; 1582 slprintf(ppp_settings.passwd, sizeof(ppp_settings.passwd), "%.*v", passwdlen, apasswd); 1600 BZERO(ppp_settings.passwd, sizeof(ppp_settings.passwd)); 1675 BZERO(ppp_settings.passwd, sizeof(ppp_settings.passwd)); 1737 get_pap_passwd(passwd) 1738 char *passwd; [all …]
|
H A D | ppp.c | 218 void ppp_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd) { in ppp_set_auth() argument 235 pcb->settings.passwd = passwd; in ppp_set_auth()
|
H A D | eap.c | 1200 struct passwd *pw; in name_of_pn_file()
|
H A D | lcp.c | 660 if (pcb->settings.user && pcb->settings.passwd) { in lcp_resetci()
|
/reactos/dll/win32/secur32/wine/ |
H A D | negotiate.c | 84 SEC_WCHAR *user = NULL, *domain = NULL, *passwd = NULL, *package = NULL; in nego_AcquireCredentialsHandleA() local 133 passwd = HeapAlloc( GetProcessHeap(), 0, passwd_len * sizeof(SEC_WCHAR) ); in nego_AcquireCredentialsHandleA() 134 if (!passwd) goto done; in nego_AcquireCredentialsHandleA() 136 passwd, passwd_len ); in nego_AcquireCredentialsHandleA() 143 identityW->Password = passwd; in nego_AcquireCredentialsHandleA() 154 HeapFree( GetProcessHeap(), 0, passwd ); in nego_AcquireCredentialsHandleA()
|
H A D | ntlm.c | 298 SEC_WCHAR *user = NULL, *domain = NULL, *passwd = NULL, *package = NULL; in ntlm_AcquireCredentialsHandleA() local 360 passwd = HeapAlloc(GetProcessHeap(), 0, passwd_sizeW in ntlm_AcquireCredentialsHandleA() 363 identity->PasswordLength, passwd, passwd_sizeW); in ntlm_AcquireCredentialsHandleA() 375 pAuthDataW->Password = passwd; in ntlm_AcquireCredentialsHandleA() 391 HeapFree(GetProcessHeap(), 0, passwd); in ntlm_AcquireCredentialsHandleA()
|
/reactos/sdk/tools/mkisofs/schilytools/include/schily/ |
H A D | libport.h | 270 extern struct passwd *getpwnam __PR((const char *name)); 273 extern struct passwd *getpwent __PR((void)); 276 extern struct passwd *getpwuid __PR((uid_t uid));
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | nanoftp.c | 112 char *passwd; /* passwd string */ member 252 const char *passwd, int type) { in xmlNanoFTPProxy() argument 269 if (passwd) in xmlNanoFTPProxy() 270 proxyPasswd = xmlMemStrdup(passwd); in xmlNanoFTPProxy() 331 ctxt->passwd = xmlMemStrdup(cptr+1); in xmlNanoFTPScanURL() 499 if (ctxt->passwd != NULL) xmlFree(ctxt->passwd); in xmlNanoFTPFreeCtxt() 783 if (ctxt->passwd == NULL) in xmlNanoFTPSendPasswd() 786 snprintf(buf, sizeof(buf), "PASS %s\r\n", ctxt->passwd); in xmlNanoFTPSendPasswd() 1128 if (ctxt->passwd == NULL) in xmlNanoFTPConnect() 1131 snprintf(buf, sizeof(buf), "PASS %s\r\n", ctxt->passwd); in xmlNanoFTPConnect()
|
H A D | NEWS | 3271 - changed the nanoftp anonymous login passwd
|
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | util.c | 164 struct passwd * 168 struct passwd *pw; in GetPwByName() 266 struct passwd *pw; in GetHomeDir() 301 struct passwd *pw; in GetUsrName()
|
H A D | util.h | 76 struct passwd *GetPwByName(void);
|
H A D | glob.c | 1435 struct passwd *pw; in ExpandTilde()
|
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/ |
H A D | ppp.h | 255 const char *passwd; /* Password for PAP, secret for CHAP */ member 466 void ppp_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd);
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | crypt_lmhash.c | 43 static VOID (WINAPI *pSystemFunction006)( PCSTR passwd, PSTR lmhash ); 80 char passwd[] = { 's','e','c','r','e','t', 0, 0, 0, 0, 0, 0, 0, 0 }; in test_SystemFunction006() local 85 pSystemFunction006( passwd, lmhash ); in test_SystemFunction006()
|
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | nanoftp.h | 125 const char *passwd,
|
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | netnamer.c | 78 struct passwd *pwd;
|
/reactos/modules/rosapps/applications/net/ncftp/ncftp/ |
H A D | util.c | 649 struct passwd *pwptr; in InitUserInfo()
|
H A D | getline.c | 1992 struct passwd *pw; in gl_set_home_dir()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | rdesktop.c | 327 struct passwd *pw; in main()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/ |
H A D | nanoxwin.c | 1393 struct passwd * pw; in get_username_and_hostname()
|
H A D | qtwin.cpp | 1702 struct passwd * pw; in get_username_and_hostname()
|
H A D | svgawin.c | 1792 struct passwd* pw; in get_username_and_hostname()
|
H A D | qtewin.cpp | 2319 struct passwd * pw; in get_username_and_hostname()
|