]> Pileus Git - ~andy/fetchmail/history - gssapi.c
Minor bug fixes for socket.c
[~andy/fetchmail] / gssapi.c
2012-08-15 Matthias AndreeGSSAPI build fix.
2010-11-12 Matthias AndreeFixup typo.
2010-11-12 Matthias AndreeDemote GSSAPI verbose/debug syslog to INFO severity.
2010-10-09 Matthias AndreeGSSAPI: Be more tolerant about server's SASL challenge.
2010-09-27 Matthias AndreeAdd missing LF.
2010-09-27 Matthias AndreeReduce verbosity of GSSAPI reporting.
2010-09-27 Matthias AndreeValidate challenge to AUTH[ENTICATE] GSSAPI and warn...
2010-09-27 Matthias AndreeChange comment.
2010-09-25 Matthias AndreeCancel SASL AUTH properly on GSSAPI errors.
2010-09-25 Matthias AndreeReport GSSAPI errors later, to ease debugging.
2010-09-25 Matthias AndreeActually use GSS status string length field.
2010-09-25 Matthias AndreeReindent gssapi.c a bit.
2010-08-28 Matthias AndreeRemove dead variable/assignment.
2010-08-21 Matthias AndreeAvoid wedging Exchange 2007 with GSSAPI.
2010-08-20 Matthias AndreeDecode and report GSSAPI errors in more detail.
2010-08-20 Matthias AndreeFormat string fix: use %s for gen_send/gen_transact.
2010-03-18 Matthias AndreeFurther type fixes.
2010-03-18 Matthias AndreeFix lots of warnings, most around string literals...
2010-02-28 Matthias AndreeRemove unused assignments/initializations found with...
2010-01-22 Matthias AndreeFix gssapi.h compiler warning on FreeBSD...
2006-03-14 Matthias Andreemerge Mirek's fetchmail-signed.patch
2005-08-27 Matthias AndreeFix some compiler warnings.
2005-08-27 Matthias AndreeFix --with-gssapi compilation problem. Patch by Simon...
2005-07-30 Matthias Andreestrcpy -> strlcpy, strcat -> strlcat
2004-11-10 Matthias AndreeMisc. sprintf and pid_t fixes.
2004-01-13 Eric S. RaymondApplied GSS library support patch.
2004-01-13 Eric S. RaymondPOP3 strong authentication fixes.
2002-03-09 Eric S. RaymondDebian patch merge.
2001-10-04 Eric S. RaymondDon't call with a potentially bad value.
2001-10-03 Eric S. RaymondSecurity audit fix.
2001-09-26 Eric S. Raymond_( -> GT_(
2001-04-23 Eric S. RaymondReady to try HH's Kerberos patch.
2001-03-07 Eric S. RaymondFallback MDA.
2001-02-14 Eric S. RaymondFix patch for GSSAPI.
2001-02-12 Eric S. RaymondLooks like we've got the new authentication logic done.
2001-02-11 Eric S. RaymondTry to clean this up a little.
2001-02-11 Eric S. RaymondInitial revision