add a new generic auth callback that can be used with any subclass to do
authorDan Winship <danw@src.gnome.org>
Fri, 18 Jan 2008 14:53:35 +0000 (14:53 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 18 Jan 2008 14:53:35 +0000 (14:53 +0000)
commit2005378fa5627ba1ddb6f59f1eb72c1c070b6469
tree29ae891e99f8bd96f1a801f3ef4125ce88f29e53
parenta8f5ce63f284125adc5867c13cc8853634914add
add a new generic auth callback that can be used with any subclass to do

* libsoup/soup-auth-domain.c
(soup_auth_domain_set_generic_auth_callback):
(soup_auth_domain_check_password): add a new generic auth callback
that can be used with any subclass to do cleartext password
checking against messages. Suggested by Mathias Hasselmann.

* libsoup/soup-auth-domain-basic.c: Implement generic auth

* libsoup/soup-auth-domain-digest.c: Implement generic auth.
(soup_auth_domain_digest_evil_check_password): Gone, use the
generic version now.

svn path=/trunk/; revision=1048
ChangeLog
libsoup/soup-auth-domain-basic.c
libsoup/soup-auth-domain-digest.c
libsoup/soup-auth-domain-digest.h
libsoup/soup-auth-domain.c
libsoup/soup-auth-domain.h