summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
...
| * | allow options between command and -- on commandlineDavid Kalnischkies2014-09-281-8/+11
| * | fix: Consecutive return, break, continue, goto or throw statements are unnece...David Kalnischkies2014-09-271-3/+1
| * | add and use 'apt-key verify' which prefers gpgv over gpgDavid Kalnischkies2014-09-271-2/+1
| * | add --readonly option for apt-key advDavid Kalnischkies2014-09-271-0/+1
| * | use apt-key adv (+ gnupg) instead of gpgv for verifyDavid Kalnischkies2014-09-271-45/+18
| * | fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-271-1/+1
| * | DropPrivs: Document what it doesJulian Andres Klode2014-09-241-1/+11
| * | DropPrivs: Use APT::Sandbox::User instead of Apt::User::NobodyJulian Andres Klode2014-09-241-3/+3
| * | DropPrivs: Hard-fail if the user does not existJulian Andres Klode2014-09-241-1/+1
| * | DropPrivs: Add some comments for the more obscure setuid/setgid functionsJulian Andres Klode2014-09-241-0/+2
| * | DropPrivs: Move the re-set uid/gid thing to the end of the functionJulian Andres Klode2014-09-241-7/+7
| * | DropPrivs: Improve commentsJulian Andres Klode2014-09-241-8/+7
| * | DropPrivs: Also check for saved set-user-ID and set-group-IDJulian Andres Klode2014-09-241-0/+20
| * | DropPrivs: Do not use an invalid return check for setgroups()Julian Andres Klode2014-09-241-1/+1
| * | Use _apt as our unprivileged user nameJulian Andres Klode2014-09-241-1/+1
| * | DropPriv: Really call seteuid and not setuid, and add more checksJulian Andres Klode2014-09-241-11/+35
| * | Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt2014-09-241-1/+33
| * | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-233-6/+24
| |\|
| | * SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt2014-09-161-0/+2
| | * Allow override of Proxy-Auto-Detect by the users configurationMichael Vogt2014-09-121-0/+4
| | * strip everything spacey in APT::String::StripDavid Kalnischkies2014-09-071-6/+18
| * | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-053-3/+104
| |\|
| | * Make Proxy-Auto-Detect check for each hostMichael Vogt2014-09-022-0/+98
| | * StringToBool: only act if the entire string is consumed by strtol()Michael Vogt2014-07-161-3/+6
| * | Only allow "apt-get build-dep path" when path starts with ./ or /Michael Vogt2014-07-082-0/+8
| * | Add new Base256ToNum long long overload functionGuillem Jover2014-07-082-1/+19
| * | Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt2014-06-181-7/+14
| |\|
| | * fix SubstVar to be usable as a replace_all methodDavid Kalnischkies2014-06-181-7/+14
| * | Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimentalMichael Vogt2014-06-182-0/+22
| |\ \
| | * | DropPrivs in the solvers (just to be on the safe side)Michael Vogt2014-06-112-0/+20
| | |/
| * | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-181-2/+4
| |\|
| | * without a filename we can't stat pipesDavid Kalnischkies2014-05-301-1/+2
| | * use free() instead of delete() when realloc is usedMichael Vogt2014-05-271-1/+2
| * | use HashStringList in the acquire systemDavid Kalnischkies2014-05-092-44/+137
| * | add a simple container for HashStringsDavid Kalnischkies2014-05-092-16/+187
| * | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...Michael Vogt2014-05-082-1/+3
| |\|
| | * Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt2014-05-072-1/+3
| | |\
| | | * Implement CacheDB for source packages in apt-ftparchiveMichael Vogt2014-04-042-1/+3
| * | | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt2014-05-072-5/+5
| * | | apt-pkg/contrib/macros.h: bump library version to 4.13Michael Vogt2014-05-071-1/+1
| * | | Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt2014-05-072-1/+114
| |\ \ \
| | * \ \ Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt2014-04-282-0/+20
| | |\ \ \
| | | * | | add flAbsPath() as a wrapper to realpath()Michael Vogt2014-04-282-0/+20
| | * | | | Merge branch 'feature/popen' into feature/apt-install-debMichael Vogt2014-04-282-0/+67
| | |\ \ \ \
| | | * | | | Implement Popen() execv helper to avoid popen()Michael Vogt2014-04-282-0/+67
| | | |/ / /
| | * / / / WIP local deb installMichael Vogt2014-04-282-1/+27
| | |/ / /
| * | | | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-0730-389/+743
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-02-2719-120/+278
| |\ \ \ \
| * \ \ \ \ Merge branch 'debian/sid' into debian/experimentalMichael Vogt2013-08-174-0/+70
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'debian/sid' into debian/experimentalMichael Vogt2013-08-1511-138/+194
| |\ \ \ \ \ \