aboutsummaryrefslogtreecommitdiffstats
path: root/opie.c
Commit message (Collapse)AuthorAgeFilesLines
* Align with legacy_6x.Matthias Andree2019-08-251-3/+4
| | | | | | * Normalize include order. * Backport missed bug fixes. * Remove dead code.
* OPIE: Fix indentation to silence GCC warnings.Matthias Andree2018-04-151-3/+3
|
* OPIE: Chase to64frombits() API change.Matthias Andree2018-04-151-2/+2
|
* correct call to gen_send()Sunil Shetye2011-05-041-2/+2
|
* Further type fixes.Matthias Andree2010-03-181-1/+1
|
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-1/+1
| | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements.
* Further cleanups to compile with C++ compiler.Matthias Andree2006-03-151-0/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=4744
* Fix more compiler warnings.Matthias Andree2006-03-141-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4736
* Merge SuSE's fetchmail-6.2.5-random-result.patchMatthias Andree2005-04-251-5/+1
| | | | svn path=/trunk/; revision=4037
* Fix various warnings.Matthias Andree2004-06-191-3/+3
| | | | svn path=/trunk/; revision=3904
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-1/+1
| | | | svn path=/trunk/; revision=3901
* Fix for OPIE operation.Eric S. Raymond2001-12-141-9/+18
| | | | svn path=/trunk/; revision=3553
* Initial revisionEric S. Raymond2001-12-041-0/+74
svn path=/trunk/; revision=3551