summaryrefslogtreecommitdiff
path: root/methods/aptmethod.h
Commit message (Expand)AuthorAgeFilesLines
* Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode2020-02-181-0/+1
* seccomp: Allow recvmmsg_time64() and futex_time64()Julian Andres Klode2020-02-101-0/+2
* seccomp: Allow time64 variants (>402,<415) of allowed syscallsJulian Andres Klode2020-02-091-0/+6
* netrc: Add warning when ignoring entries for unencrypted protocolsJulian Andres Klode2020-01-151-0/+12
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-081-2/+2
* aptmethod.h: Do not have gcc warning about ignoring write() resultJulian Andres Klode2019-02-051-0/+7
* Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode2018-12-041-11/+36
* Allow restart_syscall() syscall in seccomp sandboxesJulian Andres Klode2018-04-061-0/+1
* Turn off seccomp sandboxing by defaultJulian Andres Klode2018-04-061-1/+1
* reimplement and simplify mirror:// methodDavid Kalnischkies2018-01-031-0/+10
* report transient errors as transient errorsDavid Kalnischkies2017-12-131-0/+7
* Do not attempt seccomp under qemu-user and drop EFAULT workaroundJulian Andres Klode2017-11-121-1/+37
* seccomp: Allow clock_nanosleep() and nanosleep() syscallsJulian Andres Klode2017-10-271-0/+2
* seccomp: Allow ipc() for fakeroot, and allow sysinfo() for sortJulian Andres Klode2017-10-261-0/+2
* Print syscall number and arch to stderr when trapped by seccompJulian Andres Klode2017-10-261-0/+33
* Only warn about seccomp() EINVAL (normal) and EFAULT (qemu) errorsJulian Andres Klode2017-10-251-3/+5
* methods: Enable additional syscalls (SYSV IPC) in fakerootJulian Andres Klode2017-10-251-0/+10
* seccomp: Conditionalize statx() whitelistingJulian Andres Klode2017-10-231-0/+2
* seccomp: Add missing syscalls for ppc64el, i386, and othersJulian Andres Klode2017-10-231-0/+11
* Sandbox methods with seccomp-BPF; except cdrom, gpgv, rshJulian Andres Klode2017-10-221-5/+212
* allow the auth.conf to be root:root ownedDavid Kalnischkies2017-07-261-18/+39
* reimplement and document auth.confDavid Kalnischkies2017-07-261-0/+19
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-1/+1
* methods/aptmethod.h: Add missing fileutl.h includeJulian Andres Klode2017-07-121-0/+1
* methods: read config in most to least specific orderDavid Kalnischkies2016-08-171-2/+2
* implement generic config fallback for methodsDavid Kalnischkies2016-08-101-5/+67
* detect redirection loops in acquire instead of workersDavid Kalnischkies2016-08-101-1/+2
* don't change owner/perms/times through file:// symlinksDavid Kalnischkies2016-07-061-0/+31
* ignore std::locale exeception on non-existent "" localeDavid Kalnischkies2016-06-021-1/+5
* use std::locale::global instead of setlocaleDavid Kalnischkies2016-05-281-1/+4
* apt-pkg/acquire-worker.cc: Introduce 104 Warning messageJulian Andres Klode2016-03-151-0/+8
* allow acquire method specific options via Binary scopeDavid Kalnischkies2015-11-051-23/+28
* drop privileges in copy:// method as we do for file://David Kalnischkies2015-11-051-0/+37