summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2014-09-27allow fetcher setup without directory creationDavid Kalnischkies
2014-09-27store source name and version in binary cacheDavid Kalnischkies
2014-09-27fix: The class 'pkgSourceList' defines member variable with name 'SrcList' al...David Kalnischkies
2014-09-27fix: Prefer prefix ++/-- operators for non-primitive typesDavid Kalnischkies
2014-09-27fix: Consecutive return, break, continue, goto or throw statements are unnece...David Kalnischkies
2014-09-27add and use 'apt-key verify' which prefers gpgv over gpgDavid Kalnischkies
2014-09-27add --readonly option for apt-key advDavid Kalnischkies
2014-09-27use apt-key adv (+ gnupg) instead of gpgv for verifyDavid Kalnischkies
2014-09-27fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies
2014-09-27fix occurrence typo in tagfile commentDavid Kalnischkies
2014-09-27add an API for cache filters/matcherDavid Kalnischkies
2014-09-27move PCI::From* methods into CacheSetHelper classDavid Kalnischkies
2014-09-27rework cachesets API to allow future extensionDavid Kalnischkies
2014-09-27add APT::PackageUniverse as a pkgCache wrapperDavid Kalnischkies
2014-09-27add specialisations for std::vectorDavid Kalnischkies
2014-09-27mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies
2014-09-27fix progress output for (dist-)upgrade calculationDavid Kalnischkies
2014-09-27de-duplicate version strings in the cacheDavid Kalnischkies
2014-09-27drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies
2014-09-27packages in the cache are sorted by name so noise-freeDavid Kalnischkies
2014-09-27search for pkg names in the cache case-sensitiveDavid Kalnischkies
2014-09-27deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies
2014-09-25Remove check for "Translation-" from pkgAcqIndex::Custom600Headers()Michael Vogt
2014-09-25Revert making pkgAcquire::Item::DescURI() "const"Michael Vogt
2014-09-24DropPrivs: Document what it doesJulian Andres Klode
2014-09-24DropPrivs: Use APT::Sandbox::User instead of Apt::User::NobodyJulian Andres Klode
2014-09-24DropPrivs: Hard-fail if the user does not existJulian Andres Klode
2014-09-24DropPrivs: Add some comments for the more obscure setuid/setgid functionsJulian Andres Klode
2014-09-24DropPrivs: Move the re-set uid/gid thing to the end of the functionJulian Andres Klode
2014-09-24methods: Fail if we cannot drop privilegesJulian Andres Klode
2014-09-24DropPrivs: Improve commentsJulian Andres Klode
2014-09-24DropPrivs: Also check for saved set-user-ID and set-group-IDJulian Andres Klode
2014-09-24DropPrivs: Do not use an invalid return check for setgroups()Julian Andres Klode
2014-09-24Use _apt as our unprivileged user nameJulian Andres Klode
2014-09-24DropPriv: Really call seteuid and not setuid, and add more checksJulian Andres Klode
2014-09-24Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt
2014-09-23fix testsMichael Vogt
2014-09-23Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-09-21Ensure that iTFRewritePackageOrder is "MD5sum" to match apt-ftparchiveMichael Vogt
2014-09-21Fix regression for cdrom: sources from latest security updateMichael Vogt
2014-09-17improve test for commit daff4aMichael Vogt
2014-09-17Fix regression for file:/// uris from CVE-2014-0487Michael Vogt
2014-09-16SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt
2014-09-12Allow override of Proxy-Auto-Detect by the users configurationMichael Vogt
2014-09-08rework PTY magic to fix stair-stepping on kfreebsdDavid Kalnischkies
2014-09-08fix progress report for upgrade and reinstallDavid Kalnischkies
2014-09-07strip everything spacey in APT::String::StripDavid Kalnischkies
2014-09-07make GetLocalitySortedVersionSet more genericDavid Kalnischkies
2014-09-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt