Searched refs:sample (Results 1 – 3 of 3) sorted by relevance
635 char sample[256]; in mod_authn_file_crypt_cmp() local641 && pwlen < sizeof(sample)) { in mod_authn_file_crypt_cmp()649 sample[i] = pw[(i >> 1)]; in mod_authn_file_crypt_cmp()650 sample[i+1] = 0; in mod_authn_file_crypt_cmp()659 memcpy(sample, "$1$", sizeof("$1$")-1); in mod_authn_file_crypt_cmp()660 memcpy(sample+sizeof("$1$")-1, b, slen); in mod_authn_file_crypt_cmp()661 sample[sizeof("$1$")-1+slen] = '\0'; in mod_authn_file_crypt_cmp()665 crypted = crypt(ntlmhex, sample); in mod_authn_file_crypt_cmp()671 ck_memzero(sample, sizeof(sample)); in mod_authn_file_crypt_cmp()719 rc = tblen == apr_md5_encode(pw, tb->ptr+6, sample, sizeof(sample)) in mod_authn_file_htpasswd_basic()[all …]
46 sample systemd unit script: doc/systemd/lighttpd.service
484 * [doc] improve sample configs486 * [doc] improve sample configs2086 * [core] cygwin sample to run lighttpd under NSSM2590 * load mod_auth & mod_authn_file in sample/test.conf3467 * use more LSB like paths in the sample config (#1242)