Bug 603773 - com_err.h doesn't exist on Solaris
[platform/upstream/evolution-data-server.git] / camel / camel-sasl-gssapi.c
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.