From 2784c04a8e179aca50ab344babcc974f63614c99 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 18 Apr 2001 22:13:03 +0000 Subject: [PATCH] Oops. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index f81be51..8895c17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2001-04-18 Alex Graveley + + * src/soup-core/soup-server.h: Added SoupServerBasicToken, + SoupServerDigestToken, SoupServerAnonymousToken structs, all with + a SoupServerAuthType as the first element. Added + SoupServerAuthToken which is a union of all three auth types. + + * src/soup-core/soup-server.c (soup_server_register_full): + Added. Accept method authentication callback and allowed auth types. + + * src/soup-core/soup-apache.c (soup_apache_handler): Use a + SoupServerAuthToken. Log to apache only in error conditions. + + * src/soup-core/soup-server.c (soup_server_authorize): Accept a + SoupServerAuthToken instead of username/pass/realm. + 2001-04-04 Rodrigo Moya * src/soup-wsdl/wsdl-soap-stubs.c (wsdl_emit_soap_stubs): -- 2.7.4