summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'debian/experimental' into feature/srv-recordsMichael Vogt2015-08-1818-328/+1080
|\
| * Merge branch 'debian/sid' into debian/experimentalMichael Vogt2015-05-221-1/+2
| |\
| | * Merge remote-tracking branch 'upstream/debian/jessie' into debian/sidMichael Vogt2015-05-221-1/+1
| | |\
| | * | Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscallsMichael Vogt2015-04-281-1/+2
| * | | implement VerifyFile as all-hashes checkDavid Kalnischkies2015-05-121-7/+14
| * | | fix macro definition for very old GCC < 3David Kalnischkies2015-05-111-1/+1
| * | | Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies2015-04-191-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | demote VectorizeString gcc attribute from const to pureDavid Kalnischkies2015-04-071-1/+1
| | |/
| | * allow options between command and -- on commandlineDavid Kalnischkies2014-11-101-8/+11
| | * add a simple container for HashStringsDavid Kalnischkies2014-11-102-15/+187
| * | ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies2015-04-192-1/+31
| * | calculate only expected hashes in methodsDavid Kalnischkies2015-04-192-19/+65
| * | if we can, use gccs __builtin_swap methodsDavid Kalnischkies2015-04-191-0/+9
| * | reimplement the last uses of sprintfDavid Kalnischkies2015-04-102-86/+71
| * | fix some new compiler warnings reported by gcc-5David Kalnischkies2015-03-161-5/+5
| * | streamline display of --help in all toolsDavid Kalnischkies2014-11-092-0/+4
| * | explicit overload methods instead of adding parametersDavid Kalnischkies2014-11-082-0/+14
| * | guard const-ification API changesDavid Kalnischkies2014-11-081-0/+2
| * | use a abi version check similar to the gcc checkDavid Kalnischkies2014-11-081-0/+1
| * | replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies2014-11-083-28/+24
| * | (error) va_list 'args' was opened but not closed by va_end()David Kalnischkies2014-11-081-4/+8
| * | Bump ABI to 4.15Michael Vogt2014-11-051-1/+1
| * | rewrite ReadMessages()David Kalnischkies2014-10-261-58/+66
| * | promote filesize to a hashstringDavid Kalnischkies2014-10-242-7/+29
| * | test if TMPDIR is accessible before usingDavid Kalnischkies2014-10-201-2/+4
| * | set PR_SET_NO_NEW_PRIVS even if sandbox is disabledDavid Kalnischkies2014-10-151-6/+6
| * | Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt2014-10-131-1/+6
| * | Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimentalMichael Vogt2014-10-081-1/+1
| |\ \
| | * \ Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-10-075-18/+11
| | |\ \
| | * | | Adjust DestFile in ReverifyAfterIMS() to not include compr ExtensionMichael Vogt2014-09-291-1/+1
| * | | | set PR_SET_NO_NEW_PRIVS also if run as non-rootDavid Kalnischkies2014-10-071-11/+16
| * | | | fix foldmarkers in fileutl.ccDavid Kalnischkies2014-10-071-21/+14
| * | | | Ignore EINVAL from prctl(PR_SET_NO_NEW_PRIVS)Michael Vogt2014-10-071-2/+3
| * | | | Rename DropPrivs() to DropPrivileges()Michael Vogt2014-10-072-2/+2
| | |/ / | |/| |
| * | | Bump library version to libapt-pkg4.14Michael Vogt2014-10-031-1/+1
| * | | support parsing of all hashes for pdiffDavid Kalnischkies2014-09-301-2/+2
| * | | mark private methods as hiddenDavid Kalnischkies2014-09-302-4/+6
| * | | fix Configuration::FindVector APIDavid Kalnischkies2014-09-292-11/+2
| |/ /
| * | 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