Age | Commit message (Expand) | Author |
2015-05-22 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2015-04-28 | Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscalls | Michael Vogt |
2015-04-19 | ensure lists/ files have correct permissions after apt-cdrom add | David Kalnischkies |
2014-10-20 | test if TMPDIR is accessible before using | David Kalnischkies |
2014-10-15 | set PR_SET_NO_NEW_PRIVS even if sandbox is disabled | David Kalnischkies |
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 | Ignore EINVAL from prctl(PR_SET_NO_NEW_PRIVS) | Michael Vogt |
2014-10-07 | Rename DropPrivs() to DropPrivileges() | Michael Vogt |
2014-09-29 | Adjust DestFile in ReverifyAfterIMS() to not include compr Extension | Michael Vogt |
2014-09-27 | fix: Consecutive return, break, continue, goto or throw statements are unnece... | David Kalnischkies |
2014-09-27 | fix: Member variable 'X' is not initialized in the constructor. | David Kalnischkies |
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-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-07 | Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi... | Michael Vogt |
2014-05-07 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-04-28 | Merge branch 'feature/abspath' into feature/apt-install-deb | Michael Vogt |
2014-04-28 | add flAbsPath() as a wrapper to realpath() | Michael Vogt |
2014-04-28 | Merge branch 'feature/popen' into feature/apt-install-deb | Michael Vogt |
2014-04-28 | Implement Popen() execv helper to avoid popen() | Michael Vogt |
2014-04-28 | WIP local deb install | Michael Vogt |
2014-04-26 | fix FileFd::Size bitswap on big-endian architectures | Adam Conrad |
2014-04-16 | clear HitEof flag in FileFd::Seek | David Kalnischkies |
2014-04-11 | deal with umask only if we really need to for mkstemp | David Kalnischkies |
2014-04-11 | don't double-count seeks in FileFd::Skip for bzip/xz | David Kalnischkies |
2014-04-10 | improve umask/fchmod code readability | Michael Vogt |
2014-04-10 | Rename FileFd::Open() Perms to AccessMode | Michael Vogt |
2014-04-10 | Fix insecure file permissions when using FileFd with OpenMode::Atomic | Michael Vogt |
2014-04-01 | Add new Debug::RunScripts option | Michael Vogt |
2014-03-21 | continue reading in xz even if it outputs nothing | David Kalnischkies |
2014-03-15 | Fix handling of autoclosing for compressed files (Closes: #741685) | Julian Andres Klode |
2014-03-14 | fix test/integration/test-apt-helper | Michael Vogt |
2014-03-13 | refactor FileFd to hide some #ifdefs | David Kalnischkies |
2014-03-13 | use liblzma-dev to provide xz/lzma support | David Kalnischkies |
2014-03-13 | refactor setup of file opening via zlib/bz2 lib | David Kalnischkies |