|
5f74357963
|
* WebDAV/CalDAV/CardDAV: fixed basic authentication via redirect-rule to use $_SERVER["REDIRECT_HTTP_AUTHORIZATION"] as it is used by newer Apache versions
|
2013-07-15 11:06:45 +00:00 |
|
|
428e71daad
|
documented required rewrite rule for Apache FCGI
|
2013-03-18 08:14:47 +00:00 |
|
|
a6f869be64
|
* WebDAV/CalDAV/CardDAV: implemented support for clients sending passwords with non-ascii chars (eg. acents or umlauts) in iso-8859-1 instead utf-8: Firefox, Thunderbird, IE, Netdrive
|
2013-02-22 13:32:29 +00:00 |
|
|
46fd3ad561
|
"Support for basic auth when using PHP CGI"
|
2010-05-13 08:49:32 +00:00 |
|
|
5ef9746f90
|
switching logging per default off and only outputting passwords in log-level 2, as documented
|
2010-05-10 13:36:30 +00:00 |
|
|
d6d582a541
|
switching logging per default off and only outputting passwords in log-level 2, as documented
|
2010-05-10 12:46:46 +00:00 |
|
|
930f1052d5
|
supporting digest auth (see RFC 2617), which is more secure then basic auth on http (no cleartext password), it currently requires cleartext passwords in the database, to calculate the A1 hash!
|
2010-05-05 09:19:37 +00:00 |
|