summaryrefslogtreecommitdiff
path: root/noncore/net/ftplib/ftplib.c
AgeCommit message (Collapse)AuthorFilesLines
2007-01-29Each file in this commit has an issue where the initial value of a variableerik1-1/+1
is assumed to be something but no initial value is given. This commit changes that by either assigning an initial value or removing the assumption on an initial value (usually the former).
2007-01-24Every file in this commit has a memory leak of some kind or another. I thinkerik1-0/+4
all of them are minor and should not effect properly running code. But if I were you I would give libstocks and the stockticker plugin in Today a wide berth. That library is atrocious.
2007-01-22Every file in this commit makes a call to a function which returns a value.erik1-2/+6
Each file also didn't check the return value. This commit changes it so that every single non-checked call in these files is checked.
2002-11-09move ftp stuff from opieftp to shared libllornkcor1-0/+1346