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