aboutsummaryrefslogtreecommitdiffstats
path: root/base64.c
Commit message (Collapse)AuthorAgeFilesLines
* 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