libsoup r998 - in branches/libsoup-2.4: . libsoup tests



Author: danw
Date: 2008-01-01 01:13:05 +0000 (Tue, 01 Jan 2008)
New Revision: 998
ViewCVS link: http://svn.gnome.org/viewcvs/libsoup?rev=998&view=rev

Added:
   branches/libsoup-2.4/libsoup/soup-auth-ntlm.c
   branches/libsoup-2.4/libsoup/soup-auth-ntlm.h
Modified:
   branches/libsoup-2.4/ChangeLog
   branches/libsoup-2.4/libsoup/Makefile.am
   branches/libsoup-2.4/libsoup/soup-auth-digest.c
   branches/libsoup-2.4/libsoup/soup-auth-manager.c
   branches/libsoup-2.4/libsoup/soup-auth.c
   branches/libsoup-2.4/libsoup/soup-auth.h
   branches/libsoup-2.4/libsoup/soup-connection-ntlm.c
   branches/libsoup-2.4/libsoup/soup-connection.c
   branches/libsoup-2.4/libsoup/soup-connection.h
   branches/libsoup-2.4/libsoup/soup-marshal.list
   branches/libsoup-2.4/libsoup/soup-session-private.h
   branches/libsoup-2.4/libsoup/soup-session.c
   branches/libsoup-2.4/libsoup/soup-session.h
   branches/libsoup-2.4/libsoup/soup-types.h
   branches/libsoup-2.4/libsoup/soup.h
   branches/libsoup-2.4/tests/auth-test.c
   branches/libsoup-2.4/tests/ntlm-test.c
   branches/libsoup-2.4/tests/proxy-test.c
   branches/libsoup-2.4/tests/pull-api.c
Log:
	* libsoup/soup-session.c (soup_session_class_init): change
	the "authenticate" signal to include a SoupAuth rather than its
	components, and to have a "retrying" parameter rather than
	separating "authenticate" and "reauthenticate".

	* libsoup/soup-connection.c (soup_connection_class_init): Likewise

	* libsoup/soup-auth-manager.c (authenticate_auth): update

	* libsoup/soup-auth.c: make various attributes into gobject
	properties.
	(soup_auth_is_for_proxy): check whether an auth is plain or proxy
	(soup_auth_get_host): get the hostname associated with an auth

	* libsoup/soup-auth-ntlm.c: dummy class used by SoupConnectionNTLM
	in the authenticate signal

	* libsoup/soup-connection-ntlm.c (ntlm_authorize_pre): update for
	authenticate signals changes; use a fake SoupAuthNTLM to assist.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]