summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/netrc.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* explicitly name token in auth.conf parsing errorDavid Kalnischkies2017-12-131-2/+12
* reimplement and document auth.confDavid Kalnischkies2017-07-261-186/+110
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-2/+2
* review of new/changed translatable program stringsJustin B Rye2015-11-211-1/+1
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-071-3/+2
|\
| * cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-2/+1
| * warning: useless cast to type A [-Wuseless-cast]David Kalnischkies2014-03-131-1/+1
* | merged debian-sid branch and resolved conflictsMichael Vogt2013-04-231-5/+3
|\|
| * various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-101-5/+3
* | stop exporting the accidently exported parsenetrc() symbolMichael Vogt2012-10-171-12/+0
|/
* merge from lp:~donkult/apt/sidMichael Vogt2012-10-151-30/+33
|\
| * remove 256 char line limit by using getline() (POSIX.1-2008)David Kalnischkies2012-10-131-3/+5
| * * apt-pkg/contrib/netrc.cc:David Kalnischkies2012-10-131-16/+27
* | merged lp:~mvo/apt/mvoMichael Vogt2012-10-121-5/+16
|\ \ | |/ |/|
| * apt-pkg/contrib/netrc.cc: use a slightly smaller login/password sizeMichael Vogt2012-08-281-2/+2
| * make netrc parser more robust and parser biger login tokens, thanks to "TJ" (...Michael Vogt2012-08-131-5/+16
* | * apt-pkg/acquire-worker.cc:David Kalnischkies2012-03-201-2/+1
|/
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+2
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-0/+1
* merge with debian/experimentalDavid Kalnischkies2011-09-131-3/+4
|\
| * fix a few more cppcheck performance and scope warningsDavid Kalnischkies2011-08-111-3/+4
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-0/+1
|/
* * apt-pkg/contrib/netrc.cc:David Kalnischkies2011-05-131-4/+8
* if "/" is found in the machine, do a uri.startswith(host) substring match to ...Michael Vogt2009-12-071-4/+8
* * apt-pkg/contrib/netrc.cc:Michael Vogt2009-12-041-7/+27
* add ftp support, basic debuggingMichael Vogt2009-10-161-1/+4
* port netrc support from maemonMichael Vogt2009-10-161-0/+184