summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* use apt-key adv (+ gnupg) instead of gpgv for verifyDavid Kalnischkies2014-09-271-45/+18
* fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-09-272-3/+3
* fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-2710-26/+23
* fix occurrence typo in tagfile commentDavid Kalnischkies2014-09-271-1/+1
* add an API for cache filters/matcherDavid Kalnischkies2014-09-272-52/+209
* move PCI::From* methods into CacheSetHelper classDavid Kalnischkies2014-09-272-87/+139
* rework cachesets API to allow future extensionDavid Kalnischkies2014-09-272-144/+484
* add APT::PackageUniverse as a pkgCache wrapperDavid Kalnischkies2014-09-271-0/+38
* add specialisations for std::vectorDavid Kalnischkies2014-09-271-2/+73
* mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies2014-09-272-4/+13
* fix progress output for (dist-)upgrade calculationDavid Kalnischkies2014-09-274-55/+87
* de-duplicate version strings in the cacheDavid Kalnischkies2014-09-271-3/+3
* drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies2014-09-278-124/+57
* packages in the cache are sorted by name so noise-freeDavid Kalnischkies2014-09-271-9/+2
* search for pkg names in the cache case-sensitiveDavid Kalnischkies2014-09-271-4/+4
* deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies2014-09-274-11/+18
* Remove check for "Translation-" from pkgAcqIndex::Custom600Headers()Michael Vogt2014-09-251-4/+1
* Revert making pkgAcquire::Item::DescURI() "const"Michael Vogt2014-09-251-12/+12
* DropPrivs: Document what it doesJulian Andres Klode2014-09-241-1/+11
* DropPrivs: Use APT::Sandbox::User instead of Apt::User::NobodyJulian Andres Klode2014-09-241-3/+3
* DropPrivs: Hard-fail if the user does not existJulian Andres Klode2014-09-241-1/+1
* DropPrivs: Add some comments for the more obscure setuid/setgid functionsJulian Andres Klode2014-09-241-0/+2
* DropPrivs: Move the re-set uid/gid thing to the end of the functionJulian Andres Klode2014-09-241-7/+7
* methods: Fail if we cannot drop privilegesJulian Andres Klode2014-09-242-1/+13
* DropPrivs: Improve commentsJulian Andres Klode2014-09-241-8/+7
* DropPrivs: Also check for saved set-user-ID and set-group-IDJulian Andres Klode2014-09-241-0/+20
* DropPrivs: Do not use an invalid return check for setgroups()Julian Andres Klode2014-09-241-1/+1
* Use _apt as our unprivileged user nameJulian Andres Klode2014-09-241-1/+1
* DropPriv: Really call seteuid and not setuid, and add more checksJulian Andres Klode2014-09-241-11/+35
* Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt2014-09-241-1/+33
* fix testsMichael Vogt2014-09-231-1/+1
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-238-127/+265
|\
| * Ensure that iTFRewritePackageOrder is "MD5sum" to match apt-ftparchiveMichael Vogt2014-09-211-1/+1
| * Fix regression for cdrom: sources from latest security updateMichael Vogt2014-09-211-0/+6
| * improve test for commit daff4aMichael Vogt2014-09-171-2/+3
| * Fix regression for file:/// uris from CVE-2014-0487Michael Vogt2014-09-171-12/+6
| * SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt2014-09-163-22/+85
| * Allow override of Proxy-Auto-Detect by the users configurationMichael Vogt2014-09-121-0/+4
| * rework PTY magic to fix stair-stepping on kfreebsdDavid Kalnischkies2014-09-082-53/+107
| * fix progress report for upgrade and reinstallDavid Kalnischkies2014-09-081-38/+41
| * strip everything spacey in APT::String::StripDavid Kalnischkies2014-09-071-6/+18
| * make GetLocalitySortedVersionSet more genericDavid Kalnischkies2014-09-071-0/+1
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-059-15/+168
|\|
| * Ensure we have a Policy in CacheFile.BuildDepCache()Michael Vogt2014-09-051-0/+3
| * * apt-pkg/deb/dpkgpm.cc:Michael Vogt2014-09-021-6/+7
| * Make Proxy-Auto-Detect check for each hostMichael Vogt2014-09-022-0/+98
| * initialize iPolicyBrokenCount in DepCache::UpdateWarren He2014-08-291-1/+2
| * support versioned provides as implemented by dpkgDavid Kalnischkies2014-08-261-2/+2
| * Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode2014-08-241-1/+1
| * Fix SmartConfigure to ignore ordering of packages that are already validMichael Vogt2014-07-291-1/+48