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
*
Adjust DestFile in ReverifyAfterIMS() to not include compr Extension
Michael Vogt
2014-09-29
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
|
|
*
refactor setup of file opening via zlib/bz2 lib
David Kalnischkies
2014-03-13
1
-37
/
+36
|
|
*
move fd duplication closer to the gz/bz2 open calls
David Kalnischkies
2014-03-13
1
-21
/
+20
|
|
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-3
/
+9
|
|
*
warning: useless cast to type A [-Wuseless-cast]
David Kalnischkies
2014-03-13
1
-2
/
+2
|
|
*
warning: cast from type A to type B casts away qualifiers [-Wcast-qual]
David Kalnischkies
2014-03-13
1
-2
/
+2
|
*
|
add hashsum support in apt-file download and add more tests
Michael Vogt
2014-03-12
1
-0
/
+11
|
|
/
*
|
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-02-27
1
-74
/
+118
|
\
|
|
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
1
-3
/
+3
|
*
simplify code some more to make reddit happy
David Kalnischkies
2014-02-14
1
-38
/
+29
|
*
simplify code to make compilers happy
David Kalnischkies
2014-02-10
1
-3
/
+9
|
*
Merge remote-tracking branch 'donkult/debian/sid' into debian/sid
Michael Vogt
2014-01-26
1
-1
/
+1
|
|
\
|
|
*
correct some style/performance/warnings from cppcheck
David Kalnischkies
2014-01-16
1
-1
/
+1
[next]