aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-sasl-gssapi.c
Commit message (Expand)AuthorAgeFilesLines
* If we are using the heimdal krb5 implementation, don't free outbuf ever.Jeffrey Stedfast2003-04-021-0/+10
* Get rid of debug printf's that are no longer needed. In the case ofJeffrey Stedfast2003-03-281-9/+3
* Pass in the addresses of the second args to the delete/release functions.Jeffrey Stedfast2003-03-271-2/+2
* #include <com_err.h> instead of #include <et/com_err.h>Jeffrey Stedfast2003-03-211-1/+1
* Plug in GSSAPI support.Jeffrey Stedfast2003-03-211-27/+47
* Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated.Jeffrey Stedfast2003-02-051-0/+4
* Pass in some default flags to gss_init_sec_context() (these default flagsJeffrey Stedfast2003-01-291-1/+3
* New source files implementing the GSSAPI SASL mechanism.Jeffrey Stedfast2003-01-141-0/+310