summaryrefslogtreecommitdiff
path: root/methods/ftp.cc
AgeCommit message (Expand)AuthorFilesLines
2018-06-25Lower default timeout from 120s to 30sJulian Andres Klode1-1/+1
2017-12-13report transient errors as transient errorsDavid Kalnischkies1-36/+72
2017-10-22Sandbox methods with seccomp-BPF; except cdrom, gpgv, rshJulian Andres Klode1-0/+1
2017-07-26allow the auth.conf to be root:root ownedDavid Kalnischkies1-2/+2
2017-07-26reimplement and document auth.confDavid Kalnischkies1-2/+1
2017-07-26fail early in http if server answer is too small as wellDavid Kalnischkies1-1/+1
2017-07-26fail earlier if server answers with too much dataDavid Kalnischkies1-2/+2
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-10/+10
2017-06-28methods: connect: Switch from int fds to new MethodFdJulian Andres Klode1-13/+12
2017-06-28methods: connect: Change PkgAcqMethod to aptMethodJulian Andres Klode1-1/+1
2017-01-19fix various typos reported by spellintianDavid Kalnischkies1-2/+2
2016-06-27methods/ftp: Cope with weird PASV responsesJulian Andres Klode1-2/+15
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies1-8/+2
2015-11-05allow acquire method specific options via Binary scopeDavid Kalnischkies1-6/+3
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies1-1/+1
2015-08-27fix various typos reported by codespellDavid Kalnischkies1-1/+1
2015-08-14Make apt compile with clang++ againMichael Vogt1-1/+1
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-1/+0
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies1-1/+1
2015-04-10reimplement the last uses of sprintfDavid Kalnischkies1-7/+9
2014-10-13Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt1-3/+4
2014-10-07Send "Fail-Reason: MaximumSizeExceeded" from the methodMichael Vogt1-2/+6
2014-10-07make expected-size a maximum-size check as this is what we want at this pointMichael Vogt1-4/+4
2014-10-07add ftp expected size checkMichael Vogt1-3/+7
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies1-2/+3
2014-09-24methods: Fail if we cannot drop privilegesJulian Andres Klode1-3/+3
2014-09-24Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt1-0/+3
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-0/+5
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-1/+1
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies1-2/+2
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-2/+2
2014-02-11use utimes instead of utimensat/futimensDavid Kalnischkies1-9/+9
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies1-23/+26
2013-07-26fix missing va_end()Michael Vogt1-0/+1
2012-03-04fix two "(style) Variable 'Res' is assigned a value that is never used"David Kalnischkies1-4/+2
2012-03-04fix "(error) Possible null pointer dereference: BindAddr" by ensuringDavid Kalnischkies1-2/+2
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies1-0/+1
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies1-1/+1
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+1
2011-09-13merge with debian/experimentalDavid Kalnischkies1-2/+3
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-6/+6
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-1/+3
2011-08-11follow the recommendation of cppcheck to make some method methods (scnr)David Kalnischkies1-1/+2
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-1/+1
2010-06-09move the users away from the deprecated StrToTime() methodDavid Kalnischkies1-2/+1
2009-10-16add ftp support, basic debuggingMichael Vogt1-0/+1
2009-10-16add maybe_add_auth for ftp as wellMichael Vogt1-1/+3
2008-12-15Make apt proxy options have the highest priority, unified proxy determining c...Eugene V. Lyubimkin1-14/+19
2007-10-02 - methods/ftp.cc: likewise;Otavio Salvador1-1/+1
2006-05-08* methods/ftp.cc: remove a tried-to-downloaded file if the file is missing on...Michael Vogt1-2/+5