Searched refs:pw (Results 1 – 4 of 4) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | http_auth.c | 499 li_MD5_Update(&ctx, pw, strlen(pw)); in apr_md5_encode() 515 li_MD5_Update(&ctx1, pw, strlen(pw)); in apr_md5_encode() 517 li_MD5_Update(&ctx1, pw, strlen(pw)); in apr_md5_encode() 559 li_MD5_Update(&ctx1, pw, strlen(pw)); in apr_md5_encode() 569 li_MD5_Update(&ctx1, pw, strlen(pw)); in apr_md5_encode() 576 li_MD5_Update(&ctx1, pw, strlen(pw)); in apr_md5_encode() 630 li_MD5_Update(&Md5Ctx, (unsigned char *)pw, strlen(pw)); in http_auth_basic_password_compare() 690 crypted = crypt(pw, salt); in http_auth_basic_password_compare() 841 char *pw; in http_auth_basic_check() local 864 *pw++ = '\0'; in http_auth_basic_check() [all …]
|
| H A D | mod_ssi.c | 441 struct passwd *pw; in process_ssi_stmt() local 445 if (NULL == (pw = getpwuid(sce->st.st_uid))) { in process_ssi_stmt() 448 buffer_copy_string(b, pw->pw_name); in process_ssi_stmt()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 344 …* fix auth.backend.ldap.bind-dn/pw problems (only read from global context for temporary ldap reco…
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 2561 # pw32 DLLs use 'pw' prefix rather than 'lib' 2562 …library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$v…
|