Rename camel_service_get_settings().
[platform/upstream/evolution-data-server.git] / camel / camel-sasl-gssapi.c
2012-08-12 Matthew BarnesRename camel_service_get_settings().
2012-02-20 Matthew BarnesCoding style and whitespace cleanup.
2012-01-03 Matthew BarnesCamel: Use thread-safe accessors for string settings.
2011-10-24 Matthew BarnesMove remaining CamelURL elements to CamelSettings.
2011-09-05 Milan Crhacamel-sasl-gssapi.c: Fix reply read of org.gnome.KrbAut...
2011-06-24 Matthew BarnesMake Camel's SASL framework more extensible.
2011-05-08 Matthew BarnesCoding style cleanups.
2011-04-17 Matthew BarnesSeal up CamelService.
2011-03-07 Fridrich ŠtrbaMiscellaneous build fixes for Windows
2011-03-05 Matthew BarnesCoding style cleanup.
2011-02-24 Milan CrhaBug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE...
2011-01-30 Matthew BarnesMore whitespace cleanup.
2010-11-12 Fridrich ŠtrbaFix Windows build
2010-10-17 Matthew BarnesFix build issue when not using Kerberos.
2010-09-28 Matthew BarnesRename blocking Camel methods.
2010-09-28 Matthew BarnesUse GCancellable in all methods that may block.
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-14 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-13 Matthew BarnesCoding style cleanups.
2010-08-12 Federico Mena QuinteroMerge branch camel-socks-proxy-master for SOCKS5 /...
2010-07-29 Milan CrhaBug #625606 - git/master build dies with glib-2.25.12
2010-07-28 Milan CrhaBug #622884 - Migrate from dbus-glib to glib's GDBus
2010-07-08 Matthew BarnesMigrate from CamelException to GError.
2010-06-14 David WoodhouseBug 599879 - Fix NULL return without exception on krb5...
2010-04-24 Matthew BarnesPort Camel to GObject.
2010-04-18 Matthew BarnesBug 603773 - com_err.h doesn't exist on Solaris
2010-04-12 Alexandre RostovtsevBug 615290 - Fails to build with Heimdal Kerberos
2010-04-06 Matthew BarnesMerge miscellaneous cleanups from camel-gobject.
2010-01-23 Matthew BarnesCoding style and whitespace cleanups.
2010-01-12 Srinivasa RagavanBUGFIX: #599879 - Dbus integration with krb5-auth-dialo...
2009-07-13 Matthew BarnesFix excessive whitespace.
2009-05-28 Matthew BarnesPrefer GLib basic types over C types.
2009-05-27 Matthew BarnesRemove trailing whitespace, again.
2008-06-20 Jeffrey Stedfastupdated novell copyright notices
2008-05-07 Jeffrey Stedfastreverted rev 8210 which just changed whitespace indent
2007-11-14 Matthew Barnes** Remove trailing whitespace from source code.
2007-09-07 Milan Crha2007-09-07 mcrha Fix for bug #473880
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-06-21 Irene Huangreplace gss_nt_service_name with GSS_C_NT_HOSTBASED_SER...
2007-06-06 Sankar PFixed some wrong pre-processor directives, that were...
2007-06-05 Irene HuangAdd option for using Sun Kerberos fixing bug #344728...
2007-04-28 Matthew Barnes** Fixes bug #418852
2005-08-31 Harish KrishnaswamyModify License to LGPL
2004-12-06 Jeffrey Stedfast#include "camel-net-utils.h"
2004-10-21 Jeffrey Stedfast#include "camel-i18n.h"
2004-09-27 Jeffrey StedfastInstead of doing a host-lookup ourselves, get it passed...
2004-09-24 Not Zed** See bug #47821.
2004-08-13 Rodney DawesHandle et/comm_err.h as well as the normal comm_err.h
2004-02-25 Jeffrey StedfastFree the uids *after* reporting Complete, otherwise...
2003-04-01 Jeffrey StedfastIf we are using the heimdal krb5 implementation, don...
2003-03-27 Jeffrey StedfastGet rid of debug printf's that are no longer needed...
2003-03-26 Jeffrey StedfastPass in the addresses of the second args to the delete...
2003-03-21 Jeffrey Stedfast#include <com_err.h> instead of #include <et/com_err.h>
2003-03-20 Jeffrey StedfastPlug in GSSAPI support.
2003-02-04 Jeffrey StedfastUse g_ascii_strdown() instead of g_strdown, since g_str...
2003-01-28 Jeffrey StedfastPass in some default flags to gss_init_sec_context...
2003-01-14 Jeffrey StedfastNew source files implementing the GSSAPI SASL mechanism.