summaryrefslogtreecommitdiff
path: root/libsoup/soup-auth-domain.h
Commit message (Collapse)AuthorAgeFilesLines
* free the expires date, if setDan Winship2008-10-271-0/+4
| | | | | | | | | | | | | | | | | | * libsoup/soup-cookie.c (soup_cookie_free): free the expires date, if set * libsoup/soup-auth-domain-basic.h: * libsoup/soup-auth-domain-digest.h: * libsoup/soup-auth-domain.h: * libsoup/soup-cookie-jar.h: * libsoup/soup-logger.h: * libsoup/soup-multipart.h: add G_BEGIN/END_DECLS * libsoup/soup-date.c: add some g_return_if_fails Patches from and inspired by Xan Lopez, #522125 svn path=/trunk/; revision=1190
* use an underscore for struct definitions. Fixes bug #518317.Benjamin Otte2008-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | 2008-02-25 Benjamin Otte <otte@gnome.org> * libsoup/soup-address.h: * libsoup/soup-auth-domain.h: * libsoup/soup-auth.h: * libsoup/soup-message.h: * libsoup/soup-server.h: * libsoup/soup-session-async.h: * libsoup/soup-session-sync.h: * libsoup/soup-session.h: * libsoup/soup-socket.h: * libsoup/soup-types.h: * libsoup/soup-uri.h: use an underscore for struct definitions. Fixes bug #518317. svn path=/trunk/; revision=1093
* add a new generic auth callback that can be used with any subclass to doDan Winship2008-01-181-7/+33
| | | | | | | | | | | | | | | | * 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
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-0/+69
* Merge libsoup-2.4 branch to trunk svn path=/trunk/; revision=1041