summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)Author
2020-12-09CVE-2020-27350: tarfile: integer overflow: Limit tar items to 128 GiBJulian Andres Klode
2020-12-09tarfile: OOM hardening: Limit size of long names/links to 1 MiBJulian Andres Klode
2020-12-09CVE-2020-27350: arfile: Integer overflow in parsingJulian Andres Klode
2020-12-04HexDigest: Silence -Wstringop-overflowJulian Andres Klode
2020-08-04Merge branch 'pu/less-slaves' into 'master'Julian Andres Klode
2020-08-04Replace whitelist/blacklist with allowlist/denylistJulian Andres Klode
2020-08-04Merge branch 'pu/apt-key-deprecated' into 'master'Julian Andres Klode
2020-07-02Reorder config check before result looping for SRV parsing debugDavid Kalnischkies
2020-05-18Skip reading data from tar members if nobody will look at itDavid Kalnischkies
2020-05-18Properly handle interrupted write() call in ExtractTarDavid Kalnischkies
2020-05-18Allow prefix to be a complete filename for GetTempFileDavid Kalnischkies
2020-05-18Prefer use of O_TMPFILE in GetTempFile if availableDavid Kalnischkies
2020-05-12SECURITY UPDATE: Fix out of bounds read in .ar and .tar implementation (CVE-2...Julian Andres Klode
2020-05-06Fully deprecate apt-key, schedule removal for Q2/2022Julian Andres Klode
2020-03-24Add color highlighting to E:/W:/N: prefixesJulian Andres Klode
2020-03-10error: Extract operator<< into error.cc (de-inline it)Julian Andres Klode
2020-03-06Show absolute time while waiting for lock instead of %, rework messageJulian Andres Klode
2020-03-06GetLock: No strerror if it's just another process holding the lockJulian Andres Klode
2020-02-26apt-pkg: default visibility to hiddenJulian Andres Klode
2020-02-26Fix various compiler warningsJulian Andres Klode
2020-02-26Merge CommandLine::DispatchArgJulian Andres Klode
2020-02-25Remove left-over SummationImplementation classJulian Andres Klode
2020-02-25Initialize libgcrypt on first useJulian Andres Klode
2020-02-18Remove CRC-16 implementationJulian Andres Klode
2020-02-18Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode
2020-02-18Bump ABI to 6.0Julian Andres Klode
2020-02-16Revert "Add a Packages-Require-Authorization Release file field"Julian Andres Klode
2020-02-06Fix remaining usec vs sec time-delta calculation typosDavid Kalnischkies
2020-02-03StringView: Implement operator ""_svJulian Andres Klode
2020-01-17mmap: Do not look for empty pool unless we need toJulian Andres Klode
2020-01-15netrc: Add warning when ignoring entries for unencrypted protocolsJulian Andres Klode
2020-01-14Remove includes of (md5|sha1|sha2).h headersJulian Andres Klode
2020-01-14Deprecate the Summation classes and mark them for removalJulian Andres Klode
2020-01-14Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use HashesJulian Andres Klode
2020-01-14Raise buffer size for Hashes::AddFD() from 4 KiB to 64 KiBJulian Andres Klode
2020-01-14hashes: Use Libgcrypt for hashing purposesJulian Andres Klode
2020-01-07Only define likely/unlikely if APT_COMPILING_APT setJulian Andres Klode
2020-01-07Remove various unused macros like MAX/MIN/ABS/APT_CONSTJulian Andres Klode
2020-01-07Rename _count() macro to APT_ARRAY_SIZE()Julian Andres Klode
2020-01-07Avoid #define _error, use anonymous C++ struct insteadJulian Andres Klode
2019-12-02netrc: Restrict auth.conf entries to https by defaultJulian Andres Klode
2019-11-26Fix some style warnings from cppcheckDavid Kalnischkies
2019-11-25strutl: Add APT::String::DisplayLength() functionАлексей Шилин
2019-08-22srvrec: Use re-entrant resolver functionsJulian Andres Klode
2019-08-05Merge branch 'pu/locking-msg' into 'master'Julian Andres Klode
2019-07-08Apply various suggestions by cppcheckDavid Kalnischkies
2019-06-21Improve locking messaging - pid and name, "do not remove lock file"Julian Andres Klode
2019-06-17RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode
2019-06-12Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode
2019-06-11Allow comparing string to StringViewJulian Andres Klode