summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/netrc.cc
AgeCommit message (Expand)Author
2019-02-01Add a Packages-Require-Authorization Release file fieldJulian Andres Klode
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2017-12-13explicitly name token in auth.conf parsing errorDavid Kalnischkies
2017-07-26reimplement and document auth.confDavid Kalnischkies
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2015-11-21review of new/changed translatable program stringsJustin B Rye
2014-05-07Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies
2013-04-23merged debian-sid branch and resolved conflictsMichael Vogt
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies
2012-10-17stop exporting the accidently exported parsenetrc() symbolMichael Vogt
2012-10-15merge from lp:~donkult/apt/sidMichael Vogt
2012-10-13remove 256 char line limit by using getline() (POSIX.1-2008)David Kalnischkies
2012-10-13* apt-pkg/contrib/netrc.cc:David Kalnischkies
2012-10-12merged lp:~mvo/apt/mvoMichael Vogt
2012-08-28apt-pkg/contrib/netrc.cc: use a slightly smaller login/password sizeMichael Vogt
2012-08-13make netrc parser more robust and parser biger login tokens, thanks to "TJ" (...Michael Vogt
2012-03-20* apt-pkg/acquire-worker.cc:David Kalnischkies
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-08-11fix a few more cppcheck performance and scope warningsDavid Kalnischkies
2011-05-13* apt-pkg/contrib/netrc.cc:David Kalnischkies
2009-12-07if "/" is found in the machine, do a uri.startswith(host) substring match to ...Michael Vogt
2009-12-04* apt-pkg/contrib/netrc.cc:Michael Vogt
2009-10-16add ftp support, basic debuggingMichael Vogt
2009-10-16port netrc support from maemonMichael Vogt