Home
last modified time | relevance | path

Searched refs:md5 (Results 1 – 9 of 9) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_secure_download.c38 buffer *md5; member
51 p->md5 = buffer_init(); in INIT_FUNC()
77 buffer_free(p->md5); in FREE_FUNC()
255 buffer_copy_string_buffer(p->md5, p->conf.secret); in URIHANDLER_FUNC()
256 buffer_append_string(p->md5, rel_uri); in URIHANDLER_FUNC()
257 buffer_append_string_len(p->md5, ts_str, 8); in URIHANDLER_FUNC()
260 li_MD5_Update(&Md5Ctx, (unsigned char *)p->md5->ptr, p->md5->used - 1); in URIHANDLER_FUNC()
263 buffer_copy_string_hex(p->md5, (char *)HA1, 16); in URIHANDLER_FUNC()
265 if (0 != strncasecmp(md5_str, p->md5->ptr, 32)) { in URIHANDLER_FUNC()
270 md5_str, p->md5->ptr); in URIHANDLER_FUNC()
H A DMakefile.in152 data_array.c data_integer.c md5.c data_fastcgi.c \
170 liblightcomp_la-md5.lo liblightcomp_la-data_fastcgi.lo \
437 data_string.c data_count.c data_array.c data_integer.c md5.c \
452 data_array.$(OBJEXT) data_integer.$(OBJEXT) md5.$(OBJEXT) \
756 data_integer.c md5.c data_fastcgi.c \
896 md5.h http_auth.h stream.h \
1240 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-md5.Plo@am__quote@
1255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
1446 liblightcomp_la-md5.lo: md5.c
1447 …iblightcomp_la-md5.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-md5.Tpo -c -o liblightcomp_la-md5.lo `…
[all …]
H A DMakefile.am64 data_integer.c md5.c data_fastcgi.c \
272 md5.h http_auth.h stream.h \
H A DSConscript12 data_integer.c md5.c data_fastcgi.c \
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dlighttpd.htpasswd2 md5:$1$md5$kIa7Juuiv8zja0ILQPR36/
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dauthentication.txt94 A file which contains username, realm and the md5()'ed
H A Dsecdownload.txt128 $m = md5($secret.$f.$t_hex);
H A Dcml.txt251 string md5(string)
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS28 * [mod_auth] Fix digest "md5-sess" implementation (Errata ID 1649, RFC 2617) (fixes #2410)
37 * Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331)
58 …* [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict with the openssl one…
319 * case insensitive match for secdownload md5 token (#1710)
448 * fixed crash with md5-sess and cnonce not set in mod_auth (reported by Stefan Esser)
633 * fixed 64bit issue in md5
694 * added md5 and blowfish hashes to htpasswd