From 95dfbca5afbea6bdccaed86c8261948bbe9aebe9 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Fri, 16 Sep 2005 12:45:15 +0000 Subject: [PATCH] updated docs and news about md5 support in htpasswd git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@712 152afb58-edef-0310-8abb-c4023f1b3aa9 --- NEWS | 3 ++- doc/authentication.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e4430b2e..0b47d895 100644 --- a/NEWS +++ b/NEWS @@ -3,9 +3,10 @@ NEWS ==== -- 1.4.4 - 2005-09-14 +- 1.4.4 - 2005-09-16 * added support for %V in mod_accesslog * added a option for a FastCGI responser to send static files + * added md5 and blowfish hashes to htpasswd * fixed METHOD in mod_accesslog of WebDAV methods * fixed check for permission before files in sent * fixed mod-proxy and content for non-POST requests diff --git a/doc/authentication.txt b/doc/authentication.txt index 53acb630..5dc5cb2f 100644 --- a/doc/authentication.txt +++ b/doc/authentication.txt @@ -51,7 +51,7 @@ the credentials used for the authentication. for basic auth: - plain_ -- htpasswd_ (crypt only) +- htpasswd_ - htdigest_ - ldap_