aboutsummaryrefslogtreecommitdiffstats
path: root/base64.c
Commit message (Collapse)AuthorAgeFilesLines
* IMAP: fix base64 length calc. for AUTH=EXTERNALMatthias Andree2021-08-261-0/+5
| | | | to make code more correct or readable; to64frombits does not overflow its buffer
* Remove register qualifier.Matthias Andree2019-08-051-1/+1
| | | | Let the compiler sort out register allocation.
* In-depth fix for to64frombits() BASE64 encoder buffer sizing.Matthias Andree2018-04-141-2/+8
|
* Further cleanups to compile with C++ compiler.Matthias Andree2006-03-151-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4744
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-2/+5
| | | | svn path=/branches/BRANCH_6-3/; revision=4734
* Properly cast arguments of ctype is*()/to*() functions to unsigned char.Matthias Andree2005-09-251-1/+1
| | | | svn path=/trunk/; revision=4324
* Fix various compiler warnings.Matthias Andree2004-06-181-0/+1
| | | | svn path=/trunk/; revision=3899
* Fix Kerberos bugs.Eric S. Raymond2002-06-041-3/+8
| | | | svn path=/trunk/; revision=3628
* Security audit fix.Eric S. Raymond2001-10-031-2/+4
| | | | svn path=/trunk/; revision=3534
* The function from64tobits() in fetchmail-5.0.4 recognizesEric S. Raymond1999-06-181-1/+1
| | | | | | | | end of string as '\r' or '='. gen_recv() zeros out the trailing '\n' or '\r', and from64tobits() didn't parse a challenge string correctly (for me.) svn path=/trunk/; revision=2506
* Enable gcc -traditional compilation.Eric S. Raymond1998-10-181-0/+1
| | | | svn path=/trunk/; revision=2109
* -Wall cleanup.Eric S. Raymond1997-06-111-1/+1
| | | | svn path=/trunk/; revision=1083
* Nailed.Eric S. Raymond1997-05-271-63/+68
| | | | svn path=/trunk/; revision=1031
* Initial revisionEric S. Raymond1997-05-271-0/+92
svn path=/trunk/; revision=1030