Home
last modified time | relevance | path

Searched refs:sample (Results 1 – 3 of 3) sorted by relevance

/lighttpd1.4/src/
H A Dmod_authn_file.c635 char sample[256]; in mod_authn_file_crypt_cmp() local
641 && 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 …]
/lighttpd1.4/doc/
H A Dinitscripts.txt46 sample systemd unit script: doc/systemd/lighttpd.service
/lighttpd1.4/
H A DNEWS484 * [doc] improve sample configs
486 * [doc] improve sample configs
2086 * [core] cygwin sample to run lighttpd under NSSM
2590 * load mod_auth & mod_authn_file in sample/test.conf
3467 * use more LSB like paths in the sample config (#1242)