summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2014-10-22check that auth.conf exists before chowning itDavid Kalnischkies1-3/+4
2014-10-21Ensure /etc/apt/auth.conf has _apt:root ownerMichael Vogt1-2/+10
2014-10-20test if TMPDIR is accessible before usingDavid Kalnischkies1-2/+4
2014-10-20check for failure message in testsuccess/failureDavid Kalnischkies1-1/+1
2014-10-20use c++ style instead of the last two c-arraysDavid Kalnischkies1-21/+21
2014-10-20aborted reverify restores file owner and permissionDavid Kalnischkies1-1/+5
2014-10-20run acquire transactions only onceDavid Kalnischkies1-0/+2
2014-10-20mark --allow-insecure-repositories message as translateableDavid Kalnischkies1-18/+15
2014-10-15ignore Acquire::GzipIndexes for cdrom sourcesDavid Kalnischkies1-20/+27
2014-10-15Merge branch 'debian/sid' into debian/experimentalDavid Kalnischkies1-5/+5
2014-10-15don't cleanup cdrom files in apt-get updateDavid Kalnischkies1-8/+7
2014-10-15set PR_SET_NO_NEW_PRIVS even if sandbox is disabledDavid Kalnischkies1-6/+6
2014-10-14Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-57/+73
2014-10-13Change default of Acquire::AllowInsecureRepositories to "true"Michael Vogt1-1/+4
2014-10-13do not load filesize in pkgAcqIndexTrans explicitlyDavid Kalnischkies1-4/+0
2014-10-13fix compile and tests errorDavid Kalnischkies5-10/+10
2014-10-13Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt4-6/+21
2014-10-13trusted=yes sources are secure, we just don't know whyDavid Kalnischkies4-14/+55
2014-10-13do not inline virtual destructors with d-pointersDavid Kalnischkies18-29/+43
2014-10-13display a warning for unsigned reposDavid Kalnischkies1-0/+4
2014-10-13make --allow-insecure-repositories message an errorDavid Kalnischkies1-3/+3
2014-10-10remove useless pdiff filename outputDavid Kalnischkies1-4/+3
2014-10-08Only rename StatError files in AbortTransaction()Michael Vogt1-4/+7
2014-10-08Update Status field values handlingGuillem Jover1-12/+6
2014-10-08pkgAcqArchive::QueueNext(): change owner/permission of DestFileMichael Vogt1-1/+1
2014-10-08Merge remote-tracking branch 'mvo/feature/expected-size' into debian/experime...Michael Vogt5-29/+46
2014-10-08Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimentalMichael Vogt10-1074/+1304
2014-10-08Merge remote-tracking branch 'donkult/feature/acq-trans' into feature/expecte...Michael Vogt1-1/+4
2014-10-07do not show IP in output of testcasesDavid Kalnischkies1-1/+4
2014-10-07Send "Fail-Reason: MaximumSizeExceeded" from the methodMichael Vogt1-1/+5
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-07Add new Acquire::MaxReleaseFileSize=10*1000*1000 optionMichael Vogt2-28/+29
2014-10-07Merge branch 'feature/acq-trans' into feature/expected-sizeMichael Vogt9-1073/+1300
2014-10-07make expected-size a maximum-size check as this is what we want at this pointMichael Vogt3-6/+11
2014-10-07Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt27-300/+423
2014-10-07UpperCase some functions for consistencyMichael Vogt1-25/+25
2014-10-07Ignore EINVAL from prctl(PR_SET_NO_NEW_PRIVS)Michael Vogt1-2/+3
2014-10-07Rename DropPrivs() to DropPrivileges()Michael Vogt3-3/+3
2014-10-07display errortext for all Err as well as Ign logsDavid Kalnischkies1-41/+36
2014-10-07use _apt:root only for partial directoriesDavid Kalnischkies3-59/+84
2014-10-07ensure partial dirs are 0700 and owned by _apt:rootDavid Kalnischkies3-31/+70
2014-10-07fixup foldmarkers in acquire-item.ccDavid Kalnischkies1-91/+51
2014-10-06make http size check workMichael Vogt65-1352/+2835
2014-10-06fix warningsMichael Vogt1-3/+3
2014-10-06rename StopAuthentication -> CheckStopAuthentication and make it protectedMichael Vogt2-9/+11
2014-10-06implement the updated build profile specjosch1-45/+67
2014-10-06rename AuthDone() -> CheckAuthDone()Michael Vogt2-6/+4
2014-10-06cleanup pkgAcq*::Failed()Michael Vogt2-72/+54
2014-10-06add missing TransactionStageCopy() in pkgAcqDiffIndex::Done()Michael Vogt1-12/+5