index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
/
fileutl.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-19
CopyFile: fix BufSize to a sane value
Pino Toscano
1
-2
/
+2
2015-11-28
disable privilege-drop verification by default as fakeroot trips over it
David Kalnischkies
1
-42
/
+60
2015-11-28
show the group we failed to drop via setgroups
David Kalnischkies
1
-6
/
+11
2015-11-27
add messages to our deprecation warnings in libapt
David Kalnischkies
1
-1
/
+1
2015-11-19
do not use _apt for file/copy sources if it isn't world-accessible
David Kalnischkies
1
-1
/
+1
2015-11-04
wrap every unlink call to check for != /dev/null
David Kalnischkies
1
-4
/
+18
2015-11-04
ensure FileFd doesn't try to open /dev/null as atomic and co
David Kalnischkies
1
-6
/
+10
2015-09-14
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
1
-1
/
+1
2015-09-14
copy ReadWrite-error to the bottom to make clang happy
David Kalnischkies
1
-1
/
+4
2015-09-14
implement CopyFile without using FileFd::Size()
David Kalnischkies
1
-13
/
+7
2015-09-01
improve CheckDropPrivsMustBeDisabled further
David Kalnischkies
1
-4
/
+6
2015-08-31
ignore for _apt inaccessible TMPDIR in pkgAcqChangelog
David Kalnischkies
1
-3
/
+28
2015-08-27
Always close compressed files in FileFd
Julian Andres Klode
1
-6
/
+7
2015-08-13
Use setresuid() and setresgid() where available
Julian Andres Klode
1
-3
/
+13
2015-08-13
Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>
Julian Andres Klode
1
-3
/
+4
2015-08-11
ExecFork: Use /proc/self/fd to determine which files to close
Julian Andres Klode
1
-5
/
+19
2015-08-10
elimate duplicated code in pkgIndexFile subclasses
David Kalnischkies
1
-8
/
+7
2015-08-10
make all d-pointer * const pointers
David Kalnischkies
1
-0
/
+19
2015-05-22
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
1
-1
/
+2
2015-04-28
Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscalls
Michael Vogt
1
-1
/
+2
2015-04-19
ensure lists/ files have correct permissions after apt-cdrom add
David Kalnischkies
1
-0
/
+19
2014-10-20
test if TMPDIR is accessible before using
David Kalnischkies
1
-2
/
+4
2014-10-15
set PR_SET_NO_NEW_PRIVS even if sandbox is disabled
David Kalnischkies
1
-6
/
+6
2014-10-13
Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()
Michael Vogt
1
-1
/
+6
2014-10-08
Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimental
Michael Vogt
1
-1
/
+1
2014-10-07
set PR_SET_NO_NEW_PRIVS also if run as non-root
David Kalnischkies
1
-11
/
+16
2014-10-07
fix foldmarkers in fileutl.cc
David Kalnischkies
1
-21
/
+14
2014-10-07
Ignore EINVAL from prctl(PR_SET_NO_NEW_PRIVS)
Michael Vogt
1
-2
/
+3
2014-10-07
Rename DropPrivs() to DropPrivileges()
Michael Vogt
1
-1
/
+1
2014-09-29
Adjust DestFile in ReverifyAfterIMS() to not include compr Extension
Michael Vogt
1
-1
/
+1
2014-09-27
fix: Consecutive return, break, continue, goto or throw statements are unnece...
David Kalnischkies
1
-3
/
+1
2014-09-27
fix: Member variable 'X' is not initialized in the constructor.
David Kalnischkies
1
-1
/
+1
2014-09-24
DropPrivs: Use APT::Sandbox::User instead of Apt::User::Nobody
Julian Andres Klode
1
-3
/
+3
2014-09-24
DropPrivs: Hard-fail if the user does not exist
Julian Andres Klode
1
-1
/
+1
2014-09-24
DropPrivs: Add some comments for the more obscure setuid/setgid functions
Julian Andres Klode
1
-0
/
+2
2014-09-24
DropPrivs: Move the re-set uid/gid thing to the end of the function
Julian Andres Klode
1
-7
/
+7
2014-09-24
DropPrivs: Improve comments
Julian Andres Klode
1
-8
/
+7
2014-09-24
DropPrivs: Also check for saved set-user-ID and set-group-ID
Julian Andres Klode
1
-0
/
+20
2014-09-24
DropPrivs: Do not use an invalid return check for setgroups()
Julian Andres Klode
1
-1
/
+1
2014-09-24
Use _apt as our unprivileged user name
Julian Andres Klode
1
-1
/
+1
2014-09-24
DropPriv: Really call seteuid and not setuid, and add more checks
Julian Andres Klode
1
-11
/
+35
2014-09-24
Drop Privileges to "Debian-apt" in most acquire methods
Michael Vogt
1
-1
/
+33
2014-06-18
Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimental
Michael Vogt
1
-0
/
+18
2014-06-18
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
1
-2
/
+4
2014-06-11
DropPrivs in the solvers (just to be on the safe side)
Michael Vogt
1
-0
/
+17
2014-05-30
without a filename we can't stat pipes
David Kalnischkies
1
-1
/
+2
2014-05-27
use free() instead of delete() when realloc is used
Michael Vogt
1
-1
/
+2
2014-05-07
Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...
Michael Vogt
1
-1
/
+96
2014-05-07
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
1
-169
/
+377
2014-04-28
Merge branch 'feature/abspath' into feature/apt-install-deb
Michael Vogt
1
-0
/
+16
[prev]
[next]