Age | Commit message (Expand) | Author |
2014-09-27 | add APT::PackageUniverse as a pkgCache wrapper | David Kalnischkies |
2014-09-27 | add specialisations for std::vector | David Kalnischkies |
2014-09-27 | mark pkg(All|Dist)Upgrade as deprecated | David Kalnischkies |
2014-09-27 | fix progress output for (dist-)upgrade calculation | David Kalnischkies |
2014-09-27 | de-duplicate version strings in the cache | David Kalnischkies |
2014-09-27 | drop stored StringItems in favor of in-memory mappings | David Kalnischkies |
2014-09-27 | packages in the cache are sorted by name so noise-free | David Kalnischkies |
2014-09-27 | search for pkg names in the cache case-sensitive | David Kalnischkies |
2014-09-27 | deprecate Pkg->Name in favor of Grp->Name | David Kalnischkies |
2014-09-25 | Remove check for "Translation-" from pkgAcqIndex::Custom600Headers() | Michael Vogt |
2014-09-25 | Revert making pkgAcquire::Item::DescURI() "const" | Michael Vogt |
2014-09-24 | DropPrivs: Document what it does | Julian Andres Klode |
2014-09-24 | DropPrivs: Use APT::Sandbox::User instead of Apt::User::Nobody | Julian Andres Klode |
2014-09-24 | DropPrivs: Hard-fail if the user does not exist | Julian Andres Klode |
2014-09-24 | DropPrivs: Add some comments for the more obscure setuid/setgid functions | Julian Andres Klode |
2014-09-24 | DropPrivs: Move the re-set uid/gid thing to the end of the function | Julian Andres Klode |
2014-09-24 | methods: Fail if we cannot drop privileges | Julian Andres Klode |
2014-09-24 | DropPrivs: Improve comments | Julian Andres Klode |
2014-09-24 | DropPrivs: Also check for saved set-user-ID and set-group-ID | Julian Andres Klode |
2014-09-24 | DropPrivs: Do not use an invalid return check for setgroups() | Julian Andres Klode |
2014-09-24 | Use _apt as our unprivileged user name | Julian Andres Klode |
2014-09-24 | DropPriv: Really call seteuid and not setuid, and add more checks | Julian Andres Klode |
2014-09-24 | Drop Privileges to "Debian-apt" in most acquire methods | Michael Vogt |
2014-09-23 | fix tests | Michael Vogt |
2014-09-23 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-09-21 | Ensure that iTFRewritePackageOrder is "MD5sum" to match apt-ftparchive | Michael Vogt |
2014-09-21 | Fix regression for cdrom: sources from latest security update | Michael Vogt |
2014-09-17 | improve test for commit daff4a | Michael Vogt |
2014-09-17 | Fix regression for file:/// uris from CVE-2014-0487 | Michael Vogt |
2014-09-16 | SECURITY UPDATE for CVE-2014-{0488,0487,0489} | Michael Vogt |
2014-09-12 | Allow override of Proxy-Auto-Detect by the users configuration | Michael Vogt |
2014-09-08 | rework PTY magic to fix stair-stepping on kfreebsd | David Kalnischkies |
2014-09-08 | fix progress report for upgrade and reinstall | David Kalnischkies |
2014-09-07 | strip everything spacey in APT::String::Strip | David Kalnischkies |
2014-09-07 | make GetLocalitySortedVersionSet more generic | David Kalnischkies |
2014-09-05 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-09-05 | Ensure we have a Policy in CacheFile.BuildDepCache() | Michael Vogt |
2014-09-02 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt |
2014-09-02 | Make Proxy-Auto-Detect check for each host | Michael Vogt |
2014-08-29 | initialize iPolicyBrokenCount in DepCache::Update | Warren He |
2014-08-26 | support versioned provides as implemented by dpkg | David Kalnischkies |
2014-08-24 | Fix debListParser to accept "no" as a value for the Multi-Arch field | Julian Andres Klode |
2014-08-24 | Fix debListParser to accept "no" as a value for the Multi-Arch field | Julian Andres Klode |
2014-07-29 | Fix SmartConfigure to ignore ordering of packages that are already valid | Michael Vogt |
2014-07-17 | apt-pkg/acquire-item.cc: make pkgAcqDiffIndex more uniform | Michael Vogt |
2014-07-16 | Do not crash for apt-get install /dev/null | Michael Vogt |
2014-07-16 | StringToBool: only act if the entire string is consumed by strtol() | Michael Vogt |
2014-07-10 | Allow passing a full path to apt-get install /foo/bar.deb | Michael Vogt |
2014-07-08 | Only allow "apt-get build-dep path" when path starts with ./ or / | Michael Vogt |
2014-07-08 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |