aboutsummaryrefslogtreecommitdiffstats
path: root/gssapi.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixup typo.Matthias Andree2010-11-121-1/+1
|
* Demote GSSAPI verbose/debug syslog to INFO severity.Matthias Andree2010-11-121-12/+13
| | | | Requested by Carlos E. R. and Derek Simkowiak via fetchmail-users@.
* GSSAPI: Be more tolerant about server's SASL challenge.Matthias Andree2010-10-091-2/+4
|
* Add missing LF.Matthias Andree2010-09-271-1/+1
|
* Reduce verbosity of GSSAPI reporting.Matthias Andree2010-09-271-2/+4
|
* Validate challenge to AUTH[ENTICATE] GSSAPI and warn if malformed.Matthias Andree2010-09-271-0/+7
|
* Change comment.Matthias Andree2010-09-271-1/+1
|
* Cancel SASL AUTH properly on GSSAPI errors.Matthias Andree2010-09-251-2/+2
|
* Report GSSAPI errors later, to ease debugging.Matthias Andree2010-09-251-2/+5
|
* Actually use GSS status string length field.Matthias Andree2010-09-251-4/+3
|
* Reindent gssapi.c a bit.Matthias Andree2010-09-251-14/+15
|
* Remove dead variable/assignment.Matthias Andree2010-08-281-2/+1
|
* Avoid wedging Exchange 2007 with GSSAPI.Matthias Andree2010-08-211-19/+64
| | | | | | | | | Exchange 2007 wedges if we try GSSAPI authentication and fail for lack of suitable credentails (for instance, because the user did not run kinit). Only try GSSAPI automatically if we have credentials. Reported by Patrick Rynhart, Debian Bug #568455, and Alan Murrell, to the fetchmail-users list.
* Decode and report GSSAPI errors in more detail.Matthias Andree2010-08-201-1/+33
|
* Format string fix: use %s for gen_send/gen_transact.Matthias Andree2010-08-201-2/+2
|
* Further type fixes.Matthias Andree2010-03-181-1/+1
|
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-1/+2
| | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements.
* Remove unused assignments/initializations found with llvm-clang.Matthias Andree2010-02-281-3/+2
|
* Fix gssapi.h compiler warning on FreeBSD...Matthias Andree2010-01-221-1/+1
| | | | | | ...and only include gssapi.h if we're not including gssapi/gssapi.h. svn path=/branches/BRANCH_6-3/; revision=5461
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-3/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=4734
* Fix some compiler warnings.Matthias Andree2005-08-271-16/+19
| | | | svn path=/trunk/; revision=4268
* Fix --with-gssapi compilation problem. Patch by Simon Josefsson.Matthias Andree2005-08-271-1/+1
| | | | svn path=/trunk/; revision=4267
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-301-1/+1
| | | | svn path=/trunk/; revision=4186
* Misc. sprintf and pid_t fixes.Matthias Andree2004-11-101-1/+1
| | | | svn path=/trunk/; revision=4000
* Applied GSS library support patch.Eric S. Raymond2004-01-131-0/+4
| | | | svn path=/trunk/; revision=3877
* POP3 strong authentication fixes.Eric S. Raymond2004-01-131-2/+2
| | | | svn path=/trunk/; revision=3873
* Debian patch merge.Eric S. Raymond2002-03-091-2/+2
| | | | svn path=/trunk/; revision=3585
* Don't call with a potentially bad value.Eric S. Raymond2001-10-041-0/+4
| | | | svn path=/trunk/; revision=3539
* Security audit fix.Eric S. Raymond2001-10-031-2/+2
| | | | svn path=/trunk/; revision=3534
* _( -> GT_(Eric S. Raymond2001-09-261-12/+12
| | | | svn path=/trunk/; revision=3493
* Ready to try HH's Kerberos patch.Eric S. Raymond2001-04-231-0/+1
| | | | svn path=/trunk/; revision=3292
* Fallback MDA.Eric S. Raymond2001-03-071-1/+1
| | | | svn path=/trunk/; revision=3222
* Fix patch for GSSAPI.Eric S. Raymond2001-02-141-0/+2
| | | | svn path=/trunk/; revision=3094
* Looks like we've got the new authentication logic done.Eric S. Raymond2001-02-121-9/+11
| | | | svn path=/trunk/; revision=3072
* Try to clean this up a little.Eric S. Raymond2001-02-111-28/+21
| | | | svn path=/trunk/; revision=3070
* Initial revisionEric S. Raymond2001-02-111-0/+207
svn path=/trunk/; revision=3068