summaryrefslogtreecommitdiff
path: root/methods/rsh.cc
AgeCommit message (Expand)AuthorFilesLines
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-6/+6
2016-08-10implement generic config fallback for methodsDavid Kalnischkies1-7/+5
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies1-5/+1
2015-11-28disable privilege dropping for rsh/ssh method by defaultDavid Kalnischkies1-0/+4
2015-11-28fix program name detection in rsh methodDavid Kalnischkies1-5/+4
2015-11-05allow acquire method specific options via Binary scopeDavid Kalnischkies1-11/+7
2015-08-27fix various typos reported by codespellDavid Kalnischkies1-1/+1
2015-08-12support setting a port for rsh:// in sources.listDaniel Hartwig1-2/+20
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies1-1/+1
2014-10-08methods/rsh.cc: replace strcat with std::stringMichael Vogt1-5/+8
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-0/+4
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-2/+2
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-1/+1
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-1/+1
2014-02-11use utimes instead of utimensat/futimensDavid Kalnischkies1-9/+9
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies1-18/+18
2013-07-26fix missing va_end()Michael Vogt1-0/+2
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies1-1/+3
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/+3
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-9/+9
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-8/+8
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-1/+4
2011-03-10* debian/zzapt.cron.daily:Michael Vogt1-1/+2
2010-06-09move the users away from the deprecated StrToTime() methodDavid Kalnischkies1-2/+1
2005-03-06Bring consistency to the use of capitals in programs messagesChristian Perrier1-3/+3
2004-12-13Merge apt--authentication--0Matt Zimmerman1-1/+1
2004-11-27Call setlocale in all methods, don't call bindtextdomain in httpMatt Zimmerman1-0/+2
2004-09-20* Patch from Eric Wong <normalperson@yhbt.net> to inclu...Arch Librarian1-2/+2
2004-09-20Lots and lots of i18n updates.Arch Librarian1-13/+14
2004-09-20Add an options and timeout config item to ssh/rsh.Arch Librarian1-5/+36
2004-09-20Alfredo's vendor stuffArch Librarian1-2/+2
2004-09-20More SHA-1 prepArch Librarian1-7/+7
2004-09-20Join with aliencodeArch Librarian1-0/+486