summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.cc
AgeCommit message (Expand)AuthorFilesLines
2015-12-19CopyFile: fix BufSize to a sane valuePino Toscano1-2/+2
2015-11-28disable privilege-drop verification by default as fakeroot trips over itDavid Kalnischkies1-42/+60
2015-11-28show the group we failed to drop via setgroupsDavid Kalnischkies1-6/+11
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies1-1/+1
2015-11-19do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies1-1/+1
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies1-4/+18
2015-11-04ensure FileFd doesn't try to open /dev/null as atomic and coDavid Kalnischkies1-6/+10
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies1-1/+1
2015-09-14copy ReadWrite-error to the bottom to make clang happyDavid Kalnischkies1-1/+4
2015-09-14implement CopyFile without using FileFd::Size()David Kalnischkies1-13/+7
2015-09-01improve CheckDropPrivsMustBeDisabled furtherDavid Kalnischkies1-4/+6
2015-08-31ignore for _apt inaccessible TMPDIR in pkgAcqChangelogDavid Kalnischkies1-3/+28
2015-08-27Always close compressed files in FileFdJulian Andres Klode1-6/+7
2015-08-13Use setresuid() and setresgid() where availableJulian Andres Klode1-3/+13
2015-08-13Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode1-3/+4
2015-08-11ExecFork: Use /proc/self/fd to determine which files to closeJulian Andres Klode1-5/+19
2015-08-10elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies1-8/+7
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-0/+19
2015-05-22Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-1/+2
2015-04-28Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscallsMichael Vogt1-1/+2
2015-04-19ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies1-0/+19
2014-10-20test if TMPDIR is accessible before usingDavid Kalnischkies1-2/+4
2014-10-15set PR_SET_NO_NEW_PRIVS even if sandbox is disabledDavid Kalnischkies1-6/+6
2014-10-13Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt1-1/+6
2014-10-08Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimentalMichael Vogt1-1/+1
2014-10-07set PR_SET_NO_NEW_PRIVS also if run as non-rootDavid Kalnischkies1-11/+16
2014-10-07fix foldmarkers in fileutl.ccDavid Kalnischkies1-21/+14
2014-10-07Ignore EINVAL from prctl(PR_SET_NO_NEW_PRIVS)Michael Vogt1-2/+3
2014-10-07Rename DropPrivs() to DropPrivileges()Michael Vogt1-1/+1
2014-09-29Adjust DestFile in ReverifyAfterIMS() to not include compr ExtensionMichael Vogt1-1/+1
2014-09-27fix: Consecutive return, break, continue, goto or throw statements are unnece...David Kalnischkies1-3/+1
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies1-1/+1
2014-09-24DropPrivs: Use APT::Sandbox::User instead of Apt::User::NobodyJulian Andres Klode1-3/+3
2014-09-24DropPrivs: Hard-fail if the user does not existJulian Andres Klode1-1/+1
2014-09-24DropPrivs: Add some comments for the more obscure setuid/setgid functionsJulian Andres Klode1-0/+2
2014-09-24DropPrivs: Move the re-set uid/gid thing to the end of the functionJulian Andres Klode1-7/+7
2014-09-24DropPrivs: Improve commentsJulian Andres Klode1-8/+7
2014-09-24DropPrivs: Also check for saved set-user-ID and set-group-IDJulian Andres Klode1-0/+20
2014-09-24DropPrivs: Do not use an invalid return check for setgroups()Julian Andres Klode1-1/+1
2014-09-24Use _apt as our unprivileged user nameJulian Andres Klode1-1/+1
2014-09-24DropPriv: Really call seteuid and not setuid, and add more checksJulian Andres Klode1-11/+35
2014-09-24Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt1-1/+33
2014-06-18Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimentalMichael Vogt1-0/+18
2014-06-18Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-2/+4
2014-06-11DropPrivs in the solvers (just to be on the safe side)Michael Vogt1-0/+17
2014-05-30without a filename we can't stat pipesDavid Kalnischkies1-1/+2
2014-05-27use free() instead of delete() when realloc is usedMichael Vogt1-1/+2
2014-05-07Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt1-1/+96
2014-05-07Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-169/+377
2014-04-28Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt1-0/+16