index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-27
fix: Member variable 'X' is not initialized in the constructor.
David Kalnischkies
1
-1
/
+1
2014-09-24
DropPrivs: Document what it does
Julian Andres Klode
1
-1
/
+11
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-09-23
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
3
-6
/
+24
2014-09-16
SECURITY UPDATE for CVE-2014-{0488,0487,0489}
Michael Vogt
1
-0
/
+2
2014-09-12
Allow override of Proxy-Auto-Detect by the users configuration
Michael Vogt
1
-0
/
+4
2014-09-07
strip everything spacey in APT::String::Strip
David Kalnischkies
1
-6
/
+18
2014-09-05
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
3
-3
/
+104
2014-09-02
Make Proxy-Auto-Detect check for each host
Michael Vogt
2
-0
/
+98
2014-07-16
StringToBool: only act if the entire string is consumed by strtol()
Michael Vogt
1
-3
/
+6
2014-07-08
Only allow "apt-get build-dep path" when path starts with ./ or /
Michael Vogt
2
-0
/
+8
2014-07-08
Add new Base256ToNum long long overload function
Guillem Jover
2
-1
/
+19
2014-06-18
Merge remote-tracking branch 'donkult/debian/sid' into debian/experimental
Michael Vogt
1
-7
/
+14
2014-06-18
fix SubstVar to be usable as a replace_all method
David Kalnischkies
1
-7
/
+14
2014-06-18
Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimental
Michael Vogt
2
-0
/
+22
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
2
-0
/
+20
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-09
use HashStringList in the acquire system
David Kalnischkies
2
-44
/
+137
2014-05-09
add a simple container for HashStrings
David Kalnischkies
2
-16
/
+187
2014-05-08
Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...
Michael Vogt
2
-1
/
+3
2014-05-07
fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...
Michael Vogt
2
-5
/
+5
2014-05-07
apt-pkg/contrib/macros.h: bump library version to 4.13
Michael Vogt
1
-1
/
+1
2014-05-07
Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...
Michael Vogt
2
-1
/
+114
2014-05-07
Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...
Michael Vogt
2
-1
/
+3
2014-05-07
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
30
-389
/
+743
2014-04-28
Merge branch 'feature/abspath' into feature/apt-install-deb
Michael Vogt
2
-0
/
+20
2014-04-28
add flAbsPath() as a wrapper to realpath()
Michael Vogt
2
-0
/
+20
2014-04-28
Merge branch 'feature/popen' into feature/apt-install-deb
Michael Vogt
2
-0
/
+67
2014-04-28
Implement Popen() execv helper to avoid popen()
Michael Vogt
2
-0
/
+67
2014-04-28
WIP local deb install
Michael Vogt
2
-1
/
+27
2014-04-26
fix FileFd::Size bitswap on big-endian architectures
Adam Conrad
1
-13
/
+4
2014-04-16
clear HitEof flag in FileFd::Seek
David Kalnischkies
1
-1
/
+6
2014-04-11
deal with umask only if we really need to for mkstemp
David Kalnischkies
1
-9
/
+9
2014-04-11
don't double-count seeks in FileFd::Skip for bzip/xz
David Kalnischkies
1
-1
/
+0
2014-04-10
improve umask/fchmod code readability
Michael Vogt
1
-5
/
+8
2014-04-10
Rename FileFd::Open() Perms to AccessMode
Michael Vogt
2
-14
/
+14
2014-04-10
Fix insecure file permissions when using FileFd with OpenMode::Atomic
Michael Vogt
1
-2
/
+6
2014-04-04
Implement CacheDB for source packages in apt-ftparchive
Michael Vogt
2
-1
/
+3
2014-04-01
Add new Debug::RunScripts option
Michael Vogt
1
-1
/
+5
[next]