summaryrefslogtreecommitdiff
path: root/methods/rsh.cc
Commit message (Expand)AuthorAgeFilesLines
* apt-pkg: URI: Add 'explicit' to single argument constructorJulian Andres Klode2019-04-301-1/+1
* Lower default timeout from 120s to 30sJulian Andres Klode2018-05-241-1/+1
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-6/+6
* implement generic config fallback for methodsDavid Kalnischkies2016-08-101-7/+5
* use std::locale::global instead of setlocaleDavid Kalnischkies2016-05-281-5/+1
* disable privilege dropping for rsh/ssh method by defaultDavid Kalnischkies2015-11-281-0/+4
* fix program name detection in rsh methodDavid Kalnischkies2015-11-281-5/+4
* allow acquire method specific options via Binary scopeDavid Kalnischkies2015-11-051-11/+7
* fix various typos reported by codespellDavid Kalnischkies2015-08-271-1/+1
* support setting a port for rsh:// in sources.listDaniel Hartwig2015-08-121-2/+20
* calculate only expected hashes in methodsDavid Kalnischkies2015-04-191-1/+1
* methods/rsh.cc: replace strcat with std::stringMichael Vogt2014-10-081-5/+8
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-0/+4
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-2/+2
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-1/+1
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-1/+1
* use utimes instead of utimensat/futimensDavid Kalnischkies2014-02-111-9/+9
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-18/+18
* fix missing va_end()Michael Vogt2013-07-261-0/+2
* fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies2012-03-041-1/+3
* 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/+3
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-9/+9
* Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-8/+8
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-1/+4
* * debian/zzapt.cron.daily:Michael Vogt2011-03-101-1/+2
* move the users away from the deprecated StrToTime() methodDavid Kalnischkies2010-06-091-2/+1
* Bring consistency to the use of capitals in programs messagesChristian Perrier2005-03-061-3/+3
* Merge apt--authentication--0Matt Zimmerman2004-12-131-1/+1
* Call setlocale in all methods, don't call bindtextdomain in httpMatt Zimmerman2004-11-271-0/+2
* * Patch from Eric Wong <normalperson@yhbt.net> to inclu...Arch Librarian2004-09-201-2/+2
* Lots and lots of i18n updates.Arch Librarian2004-09-201-13/+14
* Add an options and timeout config item to ssh/rsh.Arch Librarian2004-09-201-5/+36
* Alfredo's vendor stuffArch Librarian2004-09-201-2/+2
* More SHA-1 prepArch Librarian2004-09-201-7/+7
* Join with aliencodeArch Librarian2004-09-201-0/+486