summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | Do not crash for apt-get install /dev/nullMichael Vogt2014-07-161-0/+2
* | Allow passing a full path to apt-get install /foo/bar.debMichael Vogt2014-07-102-10/+27
* | Only allow "apt-get build-dep path" when path starts with ./ or /Michael Vogt2014-07-082-0/+8
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-085-36/+28
|\|
| * Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleanerMichael Vogt2014-07-082-1/+7
| * handle moved mmap after UniqFindTagWrite callDavid Kalnischkies2014-07-071-2/+6
| * Try not to parse invalid translation files (LP: #756317)Michael Vogt2014-07-032-34/+19
* | Add new Base256ToNum long long overload functionGuillem Jover2014-07-082-1/+19
* | apt-pkg/indexrecords.cc: ensure that indexRecords::checkSum::Hash is initializedMichael Vogt2014-06-181-0/+8
* | apt-pkg/acquire-item.h: add default argument to ExpectedHashes to avoid API b...Michael Vogt2014-06-181-1/+2
* | readd pkgPackageManager::Go() to not break APIMichael Vogt2014-06-183-20/+2
* | correct 'apt-cache stats' to include moreDavid Kalnischkies2014-06-181-1/+1
* | remove the Section member from package structDavid Kalnischkies2014-06-186-12/+26