summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2019-05-07Prevent shutdown while running dpkgJulian Andres Klode
2019-03-01Add a Packages-Require-Authorization Release file fieldJulian Andres Klode
2019-03-01Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode
2019-02-21Introduce experimental 'never' pinning for sourcesJulian Andres Klode
2019-01-25SECURITY UPDATE: content injection in http method (CVE-2019-3462)Julian Andres Klode
2018-10-09Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scriptsJulian Andres Klode
2018-09-28pkgCacheFile: Only unlock in destructor if locked beforeJulian Andres Klode
2018-09-28Set DPKG_FRONTEND_LOCKED as needed when doing selection changesJulian Andres Klode
2018-09-28Add support for dpkg frontend lockJulian Andres Klode
2018-06-25Fix lock counting in debSystemJulian Andres Klode
2018-04-10don't hang if multiple sources use unavailable methodDavid Kalnischkies
2017-09-13don't ask an uninit _system for supported archsDavid Kalnischkies
2017-06-19Fix parsing of or groups in build-deps with ignored packagesJulian Andres Klode
2017-04-25Fix and avoid quoting in CommandLine::AsStringDavid Kalnischkies
2017-04-25Ignore \.ucf-[a-z]+$ like we do for \.dpkg-[a-z]+$Julian Andres Klode
2017-02-22Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat()Julian Andres Klode
2017-02-22Do not package names representing .dsc/.deb/... filesJulian Andres Klode
2017-02-22Only merge acquire items with the same meta keyJulian Andres Klode
2017-02-22remove 'old' FAILED files in the next acquire callDavid Kalnischkies
2017-02-22avoid validate/delete/load race in cache generationDavid Kalnischkies
2017-02-22use FindB instead of FindI for Debug::pkgAutoRemoveDavid Kalnischkies
2017-02-22avoid producing invalid options if repo has no hostDavid Kalnischkies
2017-02-22add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges danceDavid Kalnischkies
2017-02-22reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies
2017-02-22keep Release.gpg on untrusted to trusted IMS-HitDavid Kalnischkies
2016-12-08gpgv: Flush the files before checking for errorsJulian Andres Klode
2016-12-08SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)Julian Andres Klode
2016-11-14Revert "if the FileFd failed already following calls should fail, too"Julian Andres Klode
2016-11-14Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode
2016-11-14imbue .diff/Index parsing with C.UTF-8 as wellDavid Kalnischkies
2016-11-14prevent C++ locale number formatting in text APIs (try 3)David Kalnischkies
2016-11-14prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies
2016-11-14imbue datetime parsing with C.UTF-8 localeDavid Kalnischkies
2016-11-14avoid std::get_time usage to sidestep libstdc++6 bugDavid Kalnischkies
2016-11-14accept only the expected UTC timezones in date parsingDavid Kalnischkies
2016-11-14use de-localed std::put_time instead rolling our ownDavid Kalnischkies
2016-10-05Do not read stderr from proxy autodetection scriptsJulian Andres Klode
2016-10-05VersionHash: Do not skip too long dependency linesJulian Andres Klode
2016-10-05try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies
2016-10-05Base256ToNum: Fix uninitialized valueJulian Andres Klode
2016-10-05TagFile: Fix off-by-one errors in comment strippingJulian Andres Klode
2016-10-05Fix segfault and out-of-bounds read in Binary fieldsJulian Andres Klode
2016-10-05don't loop on pinning pkgs from absolute debs by regexDavid Kalnischkies
2016-10-05changelog: Respect Dir setting for local changelog gettingJulian Andres Klode
2016-10-05install-progress: Call the real ::fork() in our fork() methodJulian Andres Klode
2016-10-05Ignore SIGINT and SIGQUIT for Pre-Install hooksJulian Andres Klode
2016-10-05set the correct item FileSize in by-hash caseDavid Kalnischkies
2016-10-05drop incorrect const attribute from DirectoryExistsDavid Kalnischkies
2016-10-05fileutl: empty file support: Avoid fstat() on -1 fd and check resultJulian Andres Klode
2016-10-05allow user@host (aka: no password) in URI parsingDavid Kalnischkies