summaryrefslogtreecommitdiff
path: root/methods/aptmethod.h
AgeCommit message (Expand)Author
2019-02-05aptmethod.h: Do not have gcc warning about ignoring write() resultJulian Andres Klode
2018-12-04Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode
2018-04-06Allow restart_syscall() syscall in seccomp sandboxesJulian Andres Klode
2018-04-06Turn off seccomp sandboxing by defaultJulian Andres Klode
2018-01-03reimplement and simplify mirror:// methodDavid Kalnischkies
2017-12-13report transient errors as transient errorsDavid Kalnischkies
2017-11-12Do not attempt seccomp under qemu-user and drop EFAULT workaroundJulian Andres Klode
2017-10-27seccomp: Allow clock_nanosleep() and nanosleep() syscallsJulian Andres Klode
2017-10-26seccomp: Allow ipc() for fakeroot, and allow sysinfo() for sortJulian Andres Klode
2017-10-26Print syscall number and arch to stderr when trapped by seccompJulian Andres Klode
2017-10-25Only warn about seccomp() EINVAL (normal) and EFAULT (qemu) errorsJulian Andres Klode
2017-10-25methods: Enable additional syscalls (SYSV IPC) in fakerootJulian Andres Klode
2017-10-23seccomp: Conditionalize statx() whitelistingJulian Andres Klode
2017-10-23seccomp: Add missing syscalls for ppc64el, i386, and othersJulian Andres Klode
2017-10-22Sandbox methods with seccomp-BPF; except cdrom, gpgv, rshJulian Andres Klode
2017-07-26allow the auth.conf to be root:root ownedDavid Kalnischkies
2017-07-26reimplement and document auth.confDavid Kalnischkies
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-12methods/aptmethod.h: Add missing fileutl.h includeJulian Andres Klode
2016-08-17methods: read config in most to least specific orderDavid Kalnischkies
2016-08-10implement generic config fallback for methodsDavid Kalnischkies
2016-08-10detect redirection loops in acquire instead of workersDavid Kalnischkies
2016-07-06don't change owner/perms/times through file:// symlinksDavid Kalnischkies
2016-06-02ignore std::locale exeception on non-existent "" localeDavid Kalnischkies
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies
2016-03-15apt-pkg/acquire-worker.cc: Introduce 104 Warning messageJulian Andres Klode
2015-11-05allow acquire method specific options via Binary scopeDavid Kalnischkies
2015-11-05drop privileges in copy:// method as we do for file://David Kalnischkies