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