index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
/
fileutl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-0
/
+19
*
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2015-05-22
1
-1
/
+2
|
\
|
*
Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscalls
Michael Vogt
2015-04-28
1
-1
/
+2
*
|
ensure lists/ files have correct permissions after apt-cdrom add
David Kalnischkies
2015-04-19
1
-0
/
+19
*
|
test if TMPDIR is accessible before using
David Kalnischkies
2014-10-20
1
-2
/
+4
*
|
set PR_SET_NO_NEW_PRIVS even if sandbox is disabled
David Kalnischkies
2014-10-15
1
-6
/
+6
*
|
Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()
Michael Vogt
2014-10-13
1
-1
/
+6
*
|
Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimental
Michael Vogt
2014-10-08
1
-1
/
+1
|
\
\
|
*
|
Adjust DestFile in ReverifyAfterIMS() to not include compr Extension
Michael Vogt
2014-09-29
1
-1
/
+1
*
|
|
set PR_SET_NO_NEW_PRIVS also if run as non-root
David Kalnischkies
2014-10-07
1
-11
/
+16
*
|
|
fix foldmarkers in fileutl.cc
David Kalnischkies
2014-10-07
1
-21
/
+14
*
|
|
Ignore EINVAL from prctl(PR_SET_NO_NEW_PRIVS)
Michael Vogt
2014-10-07
1
-2
/
+3
*
|
|
Rename DropPrivs() to DropPrivileges()
Michael Vogt
2014-10-07
1
-1
/
+1
|
/
/
*
|
fix: Consecutive return, break, continue, goto or throw statements are unnece...
David Kalnischkies
2014-09-27
1
-3
/
+1
*
|
fix: Member variable 'X' is not initialized in the constructor.
David Kalnischkies
2014-09-27
1
-1
/
+1
*
|
DropPrivs: Use APT::Sandbox::User instead of Apt::User::Nobody
Julian Andres Klode
2014-09-24
1
-3
/
+3
*
|
DropPrivs: Hard-fail if the user does not exist
Julian Andres Klode
2014-09-24
1
-1
/
+1
*
|
DropPrivs: Add some comments for the more obscure setuid/setgid functions
Julian Andres Klode
2014-09-24
1
-0
/
+2
*
|
DropPrivs: Move the re-set uid/gid thing to the end of the function
Julian Andres Klode
2014-09-24
1
-7
/
+7
*
|
DropPrivs: Improve comments
Julian Andres Klode
2014-09-24
1
-8
/
+7
*
|
DropPrivs: Also check for saved set-user-ID and set-group-ID
Julian Andres Klode
2014-09-24
1
-0
/
+20
*
|
DropPrivs: Do not use an invalid return check for setgroups()
Julian Andres Klode
2014-09-24
1
-1
/
+1
*
|
Use _apt as our unprivileged user name
Julian Andres Klode
2014-09-24
1
-1
/
+1
*
|
DropPriv: Really call seteuid and not setuid, and add more checks
Julian Andres Klode
2014-09-24
1
-11
/
+35
*
|
Drop Privileges to "Debian-apt" in most acquire methods
Michael Vogt
2014-09-24
1
-1
/
+33
*
|
Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimental
Michael Vogt
2014-06-18
1
-0
/
+18
|
\
\
|
*
|
DropPrivs in the solvers (just to be on the safe side)
Michael Vogt
2014-06-11
1
-0
/
+17
|
|
/
*
|
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-06-18
1
-2
/
+4
|
\
|
|
*
without a filename we can't stat pipes
David Kalnischkies
2014-05-30
1
-1
/
+2
|
*
use free() instead of delete() when realloc is used
Michael Vogt
2014-05-27
1
-1
/
+2
*
|
Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...
Michael Vogt
2014-05-07
1
-1
/
+96
|
\
\
|
*
\
Merge branch 'feature/abspath' into feature/apt-install-deb
Michael Vogt
2014-04-28
1
-0
/
+16
|
|
\
\
|
|
*
|
add flAbsPath() as a wrapper to realpath()
Michael Vogt
2014-04-28
1
-0
/
+16
|
*
|
|
Merge branch 'feature/popen' into feature/apt-install-deb
Michael Vogt
2014-04-28
1
-0
/
+55
|
|
\
\
\
|
|
*
|
|
Implement Popen() execv helper to avoid popen()
Michael Vogt
2014-04-28
1
-0
/
+55
|
|
|
/
/
|
*
/
/
WIP local deb install
Michael Vogt
2014-04-28
1
-1
/
+25
|
|
/
/
*
|
|
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-05-07
1
-169
/
+377
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
fix FileFd::Size bitswap on big-endian architectures
Adam Conrad
2014-04-26
1
-13
/
+4
|
|
/
|
*
clear HitEof flag in FileFd::Seek
David Kalnischkies
2014-04-16
1
-1
/
+6
|
*
deal with umask only if we really need to for mkstemp
David Kalnischkies
2014-04-11
1
-9
/
+9
|
*
don't double-count seeks in FileFd::Skip for bzip/xz
David Kalnischkies
2014-04-11
1
-1
/
+0
|
*
improve umask/fchmod code readability
Michael Vogt
2014-04-10
1
-5
/
+8
|
*
Rename FileFd::Open() Perms to AccessMode
Michael Vogt
2014-04-10
1
-6
/
+6
|
*
Fix insecure file permissions when using FileFd with OpenMode::Atomic
Michael Vogt
2014-04-10
1
-2
/
+6
|
*
Add new Debug::RunScripts option
Michael Vogt
2014-04-01
1
-1
/
+5
|
*
continue reading in xz even if it outputs nothing
David Kalnischkies
2014-03-21
1
-0
/
+13
|
*
Fix handling of autoclosing for compressed files (Closes: #741685)
Julian Andres Klode
2014-03-15
1
-1
/
+1
|
*
fix test/integration/test-apt-helper
Michael Vogt
2014-03-14
1
-149
/
+326
|
|
\
|
|
*
refactor FileFd to hide some #ifdefs
David Kalnischkies
2014-03-13
1
-168
/
+131
|
|
*
use liblzma-dev to provide xz/lzma support
David Kalnischkies
2014-03-13
1
-35
/
+245
[next]