index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
aptmethod.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-04
Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)
Julian Andres Klode
1
-11
/
+36
2018-04-06
Allow restart_syscall() syscall in seccomp sandboxes
Julian Andres Klode
1
-0
/
+1
2018-04-06
Turn off seccomp sandboxing by default
Julian Andres Klode
1
-1
/
+1
2018-01-03
reimplement and simplify mirror:// method
David Kalnischkies
1
-0
/
+10
2017-12-13
report transient errors as transient errors
David Kalnischkies
1
-0
/
+7
2017-11-12
Do not attempt seccomp under qemu-user and drop EFAULT workaround
Julian Andres Klode
1
-1
/
+37
2017-10-27
seccomp: Allow clock_nanosleep() and nanosleep() syscalls
Julian Andres Klode
1
-0
/
+2
2017-10-26
seccomp: Allow ipc() for fakeroot, and allow sysinfo() for sort
Julian Andres Klode
1
-0
/
+2
2017-10-26
Print syscall number and arch to stderr when trapped by seccomp
Julian Andres Klode
1
-0
/
+33
2017-10-25
Only warn about seccomp() EINVAL (normal) and EFAULT (qemu) errors
Julian Andres Klode
1
-3
/
+5
2017-10-25
methods: Enable additional syscalls (SYSV IPC) in fakeroot
Julian Andres Klode
1
-0
/
+10
2017-10-23
seccomp: Conditionalize statx() whitelisting
Julian Andres Klode
1
-0
/
+2
2017-10-23
seccomp: Add missing syscalls for ppc64el, i386, and others
Julian Andres Klode
1
-0
/
+11
2017-10-22
Sandbox methods with seccomp-BPF; except cdrom, gpgv, rsh
Julian Andres Klode
1
-5
/
+212
2017-07-26
allow the auth.conf to be root:root owned
David Kalnischkies
1
-18
/
+39
2017-07-26
reimplement and document auth.conf
David Kalnischkies
1
-0
/
+19
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
1
-1
/
+1
2017-07-12
methods/aptmethod.h: Add missing fileutl.h include
Julian Andres Klode
1
-0
/
+1
2016-08-17
methods: read config in most to least specific order
David Kalnischkies
1
-2
/
+2
2016-08-10
implement generic config fallback for methods
David Kalnischkies
1
-5
/
+67
2016-08-10
detect redirection loops in acquire instead of workers
David Kalnischkies
1
-1
/
+2
2016-07-06
don't change owner/perms/times through file:// symlinks
David Kalnischkies
1
-0
/
+31
2016-06-02
ignore std::locale exeception on non-existent "" locale
David Kalnischkies
1
-1
/
+5
2016-05-28
use std::locale::global instead of setlocale
David Kalnischkies
1
-1
/
+4
2016-03-15
apt-pkg/acquire-worker.cc: Introduce 104 Warning message
Julian Andres Klode
1
-0
/
+8
2015-11-05
allow acquire method specific options via Binary scope
David Kalnischkies
1
-23
/
+28
2015-11-05
drop privileges in copy:// method as we do for file://
David Kalnischkies
1
-0
/
+37