summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* test fixesMichael Vogt2014-09-261-20/+21
* Do not allow going from authenticated to unauthenticated repoMichael Vogt2014-09-262-86/+141
* Print warning for unauthenticated repositoriesMichael Vogt2014-09-261-0/+4
* Do not download Packages/Sources files on I-M-S hit of the Release fileMichael Vogt2014-09-261-2/+8
* Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-254-6/+105
|\
| * 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
* | make pdiff transactional (but at the cost of a CopyFile()Michael Vogt2014-09-232-31/+78
* | cleanup, fix test-apt-update-unauth as the behavior of apt changedMichael Vogt2014-09-232-7/+6
* | cleanupMichael Vogt2014-09-232-22/+13
* | fix one broken testMichael Vogt2014-09-231-4/+3
* | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-238-117/+226
|\|
| * 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
* | | fix gcc warningsMichael Vogt2014-09-172-9/+8
* | | use pkgAcqMetaBase as the transactionManagerMichael Vogt2014-09-175-148/+146
* | | add a bunch of dpointersMichael Vogt2014-09-161-0/+30
* | | remove pkgAcqSubIndexMichael Vogt2014-09-162-176/+1
* | | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-059-16/+169
|\| |
| * | 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
| | * apt-pkg/acquire-item.cc: make pkgAcqDiffIndex more uniformMichael Vogt2014-07-171-2/+2
| | * StringToBool: only act if the entire string is consumed by strtol()Michael Vogt2014-07-161-3/+6
| * | Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode2014-08-241-1/+1