Age | Commit message (Expand) | Author |
2014-10-13 | Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie() | Michael Vogt |
2014-10-08 | Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimental | Michael Vogt |
2014-10-07 | set PR_SET_NO_NEW_PRIVS also if run as non-root | David Kalnischkies |
2014-10-07 | fix foldmarkers in fileutl.cc | David Kalnischkies |
2014-10-07 | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-... | Michael Vogt |
2014-10-07 | Ignore EINVAL from prctl(PR_SET_NO_NEW_PRIVS) | Michael Vogt |
2014-10-07 | Rename DropPrivs() to DropPrivileges() | Michael Vogt |
2014-10-03 | Bump library version to libapt-pkg4.14 | Michael Vogt |
2014-09-30 | support parsing of all hashes for pdiff | David Kalnischkies |
2014-09-30 | mark private methods as hidden | David Kalnischkies |
2014-09-29 | fix Configuration::FindVector API | David Kalnischkies |
2014-09-29 | Adjust DestFile in ReverifyAfterIMS() to not include compr Extension | Michael Vogt |
2014-09-28 | allow options between command and -- on commandline | David Kalnischkies |
2014-09-27 | fix: Consecutive return, break, continue, goto or throw statements are unnece... | David Kalnischkies |
2014-09-27 | add and use 'apt-key verify' which prefers gpgv over gpg | David Kalnischkies |
2014-09-27 | add --readonly option for apt-key adv | David Kalnischkies |
2014-09-27 | use apt-key adv (+ gnupg) instead of gpgv for verify | David Kalnischkies |
2014-09-27 | fix: Member variable 'X' is not initialized in the constructor. | David Kalnischkies |
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 | 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 | Merge branch 'debian/sid' into debian/experimental | 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-07 | strip everything spacey in APT::String::Strip | David Kalnischkies |
2014-09-05 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-09-02 | Make Proxy-Auto-Detect check for each host | Michael Vogt |
2014-07-16 | StringToBool: only act if the entire string is consumed by strtol() | Michael Vogt |
2014-07-08 | Only allow "apt-get build-dep path" when path starts with ./ or / | Michael Vogt |
2014-07-08 | Add new Base256ToNum long long overload function | Guillem Jover |
2014-06-18 | Merge remote-tracking branch 'donkult/debian/sid' into debian/experimental | Michael Vogt |
2014-06-18 | fix SubstVar to be usable as a replace_all method | David Kalnischkies |
2014-06-18 | Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimental | Michael Vogt |
2014-06-18 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-06-11 | DropPrivs in the solvers (just to be on the safe side) | Michael Vogt |
2014-05-30 | without a filename we can't stat pipes | David Kalnischkies |
2014-05-27 | use free() instead of delete() when realloc is used | Michael Vogt |
2014-05-09 | use HashStringList in the acquire system | David Kalnischkies |
2014-05-09 | add a simple container for HashStrings | David Kalnischkies |
2014-05-08 | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi... | Michael Vogt |
2014-05-07 | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG... | Michael Vogt |
2014-05-07 | apt-pkg/contrib/macros.h: bump library version to 4.13 | Michael Vogt |