summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)AuthorFilesLines
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies1-1/+1
2014-09-24DropPrivs: Document what it doesJulian Andres Klode1-1/+11
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-09-23Merge branch 'debian/sid' into debian/experimentalMichael Vogt3-6/+24
2014-09-16SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt1-0/+2
2014-09-12Allow override of Proxy-Auto-Detect by the users configurationMichael Vogt1-0/+4
2014-09-07strip everything spacey in APT::String::StripDavid Kalnischkies1-6/+18
2014-09-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt3-3/+104
2014-09-02Make Proxy-Auto-Detect check for each hostMichael Vogt2-0/+98
2014-07-16StringToBool: only act if the entire string is consumed by strtol()Michael Vogt1-3/+6
2014-07-08Only allow "apt-get build-dep path" when path starts with ./ or /Michael Vogt2-0/+8
2014-07-08Add new Base256ToNum long long overload functionGuillem Jover2-1/+19
2014-06-18Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt1-7/+14
2014-06-18fix SubstVar to be usable as a replace_all methodDavid Kalnischkies1-7/+14
2014-06-18Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimentalMichael Vogt2-0/+22
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 Vogt2-0/+20
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-09use HashStringList in the acquire systemDavid Kalnischkies2-44/+137
2014-05-09add a simple container for HashStringsDavid Kalnischkies2-16/+187
2014-05-08Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...Michael Vogt2-1/+3
2014-05-07fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt2-5/+5
2014-05-07apt-pkg/contrib/macros.h: bump library version to 4.13Michael Vogt1-1/+1
2014-05-07Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt2-1/+114
2014-05-07Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt2-1/+3
2014-05-07Merge branch 'debian/sid' into debian/experimentalMichael Vogt30-389/+743
2014-04-28Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt2-0/+20
2014-04-28add flAbsPath() as a wrapper to realpath()Michael Vogt2-0/+20
2014-04-28Merge branch 'feature/popen' into feature/apt-install-debMichael Vogt2-0/+67
2014-04-28Implement Popen() execv helper to avoid popen()Michael Vogt2-0/+67
2014-04-28WIP local deb installMichael Vogt2-1/+27
2014-04-26fix FileFd::Size bitswap on big-endian architecturesAdam Conrad1-13/+4
2014-04-16clear HitEof flag in FileFd::SeekDavid Kalnischkies1-1/+6
2014-04-11deal with umask only if we really need to for mkstempDavid Kalnischkies1-9/+9
2014-04-11don't double-count seeks in FileFd::Skip for bzip/xzDavid Kalnischkies1-1/+0
2014-04-10improve umask/fchmod code readabilityMichael Vogt1-5/+8
2014-04-10Rename FileFd::Open() Perms to AccessModeMichael Vogt2-14/+14
2014-04-10Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt1-2/+6
2014-04-04Implement CacheDB for source packages in apt-ftparchiveMichael Vogt2-1/+3
2014-04-01Add new Debug::RunScripts optionMichael Vogt1-1/+5