summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)AuthorFilesLines
2017-08-04don't keep configuration files open needlesslyDavid Kalnischkies1-1/+1
2017-07-26reimplement and document auth.confDavid Kalnischkies2-187/+116
2017-07-26show warnings instead of errors if files are unreadableDavid Kalnischkies3-9/+16
2017-07-26use FileFd to parse all apt configuration filesDavid Kalnischkies3-20/+57
2017-07-20Fix memory leak in C++-thread-local _error implementationJulian Andres Klode1-2/+2
2017-07-20Use C++11 threading support instead of pthreadJulian Andres Klode1-25/+3
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode29-133/+127
2017-07-08fix various typos reported by codespell & spellintianDavid Kalnischkies1-1/+1
2017-06-30Allow http(s) and socks5h for http and https in proxy auto detectJulian Andres Klode1-1/+16
2017-06-26fix some unlikely memory leaks in error casesDavid Kalnischkies1-3/+7
2017-06-26clean archives without changing directoryDavid Kalnischkies1-1/+1
2017-06-26ident a CD without changing directoryDavid Kalnischkies1-23/+23
2017-06-26Avoid chdir in acquire clean with unlinkatDavid Kalnischkies2-0/+16
2017-06-26Show permission error if ProxyAutoDetect cmd can't be executedDavid Kalnischkies1-1/+5
2017-06-26avoid explicit types for pkg counts by autoDavid Kalnischkies1-3/+3
2017-03-19Fix and avoid quoting in CommandLine::AsStringDavid Kalnischkies1-4/+10
2017-02-11Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat()Julian Andres Klode1-1/+1
2017-01-27avoid malloc if option whitelist is disabled (default)David Kalnischkies1-3/+8
2017-01-19fix various typos reported by spellintianDavid Kalnischkies7-11/+11
2017-01-19fix various typos reported by codespellDavid Kalnischkies1-1/+1
2017-01-17strutl: Provide an APT::String::Join() functionJulian Andres Klode2-0/+14
2016-12-31allow warning generation for non-whitelisted optionsDavid Kalnischkies1-1/+160
2016-12-31warn if clearsigned file has ignored content partsDavid Kalnischkies1-2/+17
2016-12-08gpgv: Flush the files before checking for errorsJulian Andres Klode1-0/+6
2016-12-08SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)Julian Andres Klode1-1/+22
2016-11-24report apt-key errors via status-fd messagesDavid Kalnischkies1-10/+53
2016-11-22Compare size before data when ordering cache bucket entriesJulian Andres Klode1-0/+11
2016-11-22Optimize VersionHash() to not need temporary copy of inputJulian Andres Klode2-0/+5
2016-11-22Introduce tolower_ascii_unsafe() and use it for hashingJulian Andres Klode1-0/+5
2016-11-11add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges danceDavid Kalnischkies1-9/+20
2016-11-09reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies1-0/+20
2016-11-09add support for Build-Depends/Conflicts-ArchJohannes Schauer1-1/+1
2016-10-04Do not read stderr from proxy autodetection scriptsJulian Andres Klode3-2/+11
2016-09-01try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies8-15/+21
2016-08-31Base256ToNum: Fix uninitialized valueJulian Andres Klode1-1/+2
2016-08-26Make directory paths configurableJulian Andres Klode1-1/+1
2016-08-26Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode1-2/+2
2016-08-26Add missing includes and external definitionsJulian Andres Klode1-0/+1
2016-08-12drop incorrect const attribute from DirectoryExistsDavid Kalnischkies1-1/+1
2016-08-12fileutl: empty file support: Avoid fstat() on -1 fd and check resultJulian Andres Klode1-2/+3
2016-08-12ensure a good clock() value for usage and testsDavid Kalnischkies1-1/+1
2016-08-11Merge branch 'feature/methods'David Kalnischkies2-0/+32
2016-08-10allow user@host (aka: no password) in URI parsingDavid Kalnischkies1-7/+9
2016-08-10implement socks5h proxy support for http methodDavid Kalnischkies2-0/+32
2016-08-03ExecGPGV: Pass current config state to apt-key via temp fileJulian Andres Klode1-0/+23
2016-08-03ExecGPGV: Fork in all casesJulian Andres Klode1-43/+34
2016-08-03ExecGPGV: Rework file removal on exit()Julian Andres Klode1-28/+23
2016-08-03gpgv: Unlink the correct temp file in error caseJulian Andres Klode1-4/+4
2016-07-29if the FileFd failed already following calls should fail, tooDavid Kalnischkies1-8/+10
2016-07-27(error) va_list 'args' was opened but not closed by va_end()David Kalnischkies2-28/+24