aboutsummaryrefslogtreecommitdiffstats
path: root/cram.c
Commit message (Collapse)AuthorAgeFilesLines
* Align with legacy_6x.Matthias Andree2019-08-251-1/+1
| | | | | | * Normalize include order. * Backport missed bug fixes. * Remove dead code.
* In-depth fix for to64frombits() BASE64 encoder buffer sizing.Matthias Andree2018-04-141-1/+1
|
* Fix MD5 compile on Solaris.Matthias Andree2010-03-191-2/+2
|
* Further type fixes.Matthias Andree2010-03-181-4/+4
|
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-3/+3
| | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements.
* Fix harmless format string bug (Sunil Shetye).Matthias Andree2010-02-041-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5473
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-8/+8
| | | | svn path=/branches/BRANCH_6-3/; revision=4734
* Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lackMatthias Andree2004-11-101-4/+0
| | | | | | real snprintf or vsnprintf. svn path=/trunk/; revision=3996
* Initial version of ESMTP AUTH.Eric S. Raymond2002-03-091-3/+3
| | | | svn path=/trunk/; revision=3589
* Security audit fix.Eric S. Raymond2001-10-031-1/+1
| | | | svn path=/trunk/; revision=3534
* Switch from _( to GT_( to avoid a conflict with openssh.Eric S. Raymond2001-09-241-2/+2
| | | | svn path=/trunk/; revision=3475
* Emergency core-dump fix.Eric S. Raymond2001-06-251-1/+1
| | | | svn path=/trunk/; revision=3384
* First round of ODMR fixes.Eric S. Raymond2001-06-241-2/+8
| | | | svn path=/trunk/; revision=3372
* We can specify the authentication command now.Eric S. Raymond2001-02-111-2/+2
| | | | svn path=/trunk/; revision=3062
* CRAM-MD5 IMAP works.Eric S. Raymond2001-02-111-0/+2
| | | | svn path=/trunk/; revision=3061
* Rely on our built-in logging.Eric S. Raymond2001-02-111-8/+1
| | | | svn path=/trunk/; revision=3059
* Try to get around the CRAM-MD5 bug.Eric S. Raymond2001-02-111-14/+5
| | | | svn path=/trunk/; revision=3044
* Initial revisionEric S. Raymond2001-02-111-0/+150
svn path=/trunk/; revision=3041