summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)AuthorFilesLines
2014-11-08explicit overload methods instead of adding parametersDavid Kalnischkies2-0/+14
2014-11-08guard const-ification API changesDavid Kalnischkies1-0/+2
2014-11-08use a abi version check similar to the gcc checkDavid Kalnischkies1-0/+1
2014-11-08replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies3-28/+24
2014-11-08(error) va_list 'args' was opened but not closed by va_end()David Kalnischkies1-4/+8
2014-11-05Bump ABI to 4.15Michael Vogt1-1/+1
2014-10-26rewrite ReadMessages()David Kalnischkies1-58/+66
2014-10-24promote filesize to a hashstringDavid Kalnischkies2-7/+29
2014-10-20test if TMPDIR is accessible before usingDavid Kalnischkies1-2/+4
2014-10-15set PR_SET_NO_NEW_PRIVS even if sandbox is disabledDavid Kalnischkies1-6/+6
2014-10-13Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt1-1/+6
2014-10-08Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimentalMichael Vogt1-1/+1
2014-10-07set PR_SET_NO_NEW_PRIVS also if run as non-rootDavid Kalnischkies1-11/+16
2014-10-07fix foldmarkers in fileutl.ccDavid Kalnischkies1-21/+14
2014-10-07Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt5-18/+11
2014-10-07Ignore EINVAL from prctl(PR_SET_NO_NEW_PRIVS)Michael Vogt1-2/+3
2014-10-07Rename DropPrivs() to DropPrivileges()Michael Vogt2-2/+2
2014-10-03Bump library version to libapt-pkg4.14Michael Vogt1-1/+1
2014-09-30support parsing of all hashes for pdiffDavid Kalnischkies1-2/+2
2014-09-30mark private methods as hiddenDavid Kalnischkies2-4/+6
2014-09-29fix Configuration::FindVector APIDavid Kalnischkies2-11/+2
2014-09-29Adjust DestFile in ReverifyAfterIMS() to not include compr ExtensionMichael Vogt1-1/+1
2014-09-28allow options between command and -- on commandlineDavid Kalnischkies1-8/+11
2014-09-27fix: Consecutive return, break, continue, goto or throw statements are unnece...David Kalnischkies1-3/+1
2014-09-27add and use 'apt-key verify' which prefers gpgv over gpgDavid Kalnischkies1-2/+1
2014-09-27add --readonly option for apt-key advDavid Kalnischkies1-0/+1
2014-09-27use apt-key adv (+ gnupg) instead of gpgv for verifyDavid Kalnischkies1-45/+18
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