summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* Add long-version message "Audit:" instead of "A:"Julian Andres Klode2024-04-221-1/+1
* Merge branch 'ui-2.9.2' into 'main'Julian Andres Klode2024-04-221-6/+15
|\
| * i18n: Use Error:/Warning:/Notice: instead of E:/W:/N:Julian Andres Klode2024-04-191-5/+10
| * Keep the entire error/warning/notice message boldJulian Andres Klode2024-04-191-0/+4
| * Render notices without (yellow) color, just in boldJulian Andres Klode2024-04-191-1/+1
* | Add an "audit" error levelJulian Andres Klode2024-04-192-0/+30
|/
* Only erase OpProgress lines in output version 3.0Julian Andres Klode2024-04-151-5/+5
* OpProgress: Erase lines when doneJulian Andres Klode2024-04-121-4/+7
* Handle EINTR in the static FileFd::Write overloadDavid Kalnischkies2024-03-051-39/+32
* Modernize standard library includesJulian Andres Klode2024-02-2018-58/+57
* Merge branch 'prevent_read_conf_inf_loop' into 'main'Julian Andres Klode2024-02-201-1/+1
|\
| * Prevent infinite loop in `ReadConfigFile`Adam Saponara2023-12-291-1/+1
* | Do not silently ignore directories for reserved file namesJulian Andres Klode2023-12-131-3/+5
|/
* Revert "Do not fail on systems running in FIPSmode."Julian Andres Klode2023-10-041-3/+0
* Do not fail on systems running in FIPSmode.A. Maitland Bottoms2023-05-291-0/+3
* Address statements of public domainJulian Andres Klode2023-03-0612-2/+54
* Include cstdint for uint16_t in our mmap wrappingDavid Kalnischkies2023-01-291-0/+1
* Merge branch 'musl' into 'main'Julian Andres Klode2022-09-211-0/+1
|\
| * apt-pkg/contrib/fileutl.h Explicitly include sys/stat.hlancethepants2022-08-261-0/+1
* | typecast time_t and suseconds_t from std::chronoKhem Raj2022-09-161-1/+1
|/
* Fix integer underflow in flExtensionRonan Desplanques2022-05-231-1/+1
* Include our config.h in all C++ files to avoid ODR violationsDavid Kalnischkies2022-05-071-0/+2
* Remove unused public zlib include from libapt fileutl.hDavid Kalnischkies2022-05-071-3/+0
* Parse Checksum fields via pkgTagSection::Key, tooDavid Kalnischkies2022-04-012-0/+25
* Document tagfile-keys.h as internal to aptDavid Kalnischkies2022-04-011-0/+3
* Introduce and use isalpha_ascii() in debversion rather than isalpha()Julian Andres Klode2022-01-061-0/+15
* Spelling fixesVille Skyttä2021-11-272-2/+2
* apt-pkg/contrib/srvrec.h: Explicitly include sys/types.hAlexander Kanavin2021-11-221-0/+1
* srvrec: Keep support for older resolverKhem Raj2021-03-201-0/+7
* RunScripts: Do not reset SIGQUIT and SIGINT to SIG_DFLJulian Andres Klode2021-03-011-4/+0
* configuration: Add missing #include <array>Julian Andres Klode2021-02-241-0/+1
* Replace PrintStatus with SendMessage usageDavid Kalnischkies2021-02-043-21/+7
* Avoid undefined pointer arithmetic while growing mmapDavid Kalnischkies2021-02-041-1/+1
* Avoid overstepping bounds in config file parsingDavid Kalnischkies2021-02-032-60/+80
* Forbid negative values in unsigned StrToNum explicitlyDavid Kalnischkies2021-02-031-25/+16
* Remove Word size limit from ParseQuote and CWordDavid Kalnischkies2021-02-031-26/+17
* Don't parse \x and \0 past the end in DeEscapeStringDavid Kalnischkies2021-02-031-4/+8
* Fix incorrect base64 encoding due to int promotionDavid Kalnischkies2021-02-031-1/+1
* Retire and deprecate _strtabexpandDavid Kalnischkies2021-02-032-21/+3
* Fail ConfigDir reading if directory listing failedDavid Kalnischkies2021-02-031-1/+4
* Use 500 MB memory limit for xz/lzma decodingDavid Kalnischkies2021-02-021-15/+6
* 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