- 13 Oct, 2016 1 commit
-
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 12 Oct, 2016 3 commits
-
-
Christian Brauner authored
lxc-alpine: mount /dev/shm as tmpfs
-
Jakub Jirutka authored
Signed-off-by:Jakub Jirutka <jakub@jirutka.cz>
-
Christian Brauner authored
log: sanity check the returned value from snprintf()
-
- 11 Oct, 2016 1 commit
-
-
Lans Zhang authored
The returned value from snprintf() should be checked carefully. This bug can be leveraged to execute arbitrary code through carefully constructing the payload, e.g, lxc-freeze -n `python -c "print 'AAAAAAAA' + 'B'*959"` -P PADPAD -o /tmp/log This command running on Ubuntu 14.04 (x86-64) can cause a segment fault. Signed-off-by:Lans Zhang <jia.zhang@windriver.com>
-
- 08 Oct, 2016 4 commits
-
-
Christian Brauner authored
mark the python examples as having utf-8 encoding
-
Evgeni Golov authored
this allows running them also under Python2, which otherwise would choke on Stéphane's name and error out with SyntaxError: Non-ASCII character '\xc3' in file … Signed-off-by:Evgeni Golov <evgeni@debian.org>
-
Christian Brauner authored
add Documentation entries to lxc and lxc@ units
-
Evgeni Golov authored
Signed-off-by:Evgeni Golov <evgeni@debian.org>
-
- 06 Oct, 2016 1 commit
-
-
Serge Hallyn authored
improve detect_ramfs_rootfs() and add test
-
- 05 Oct, 2016 1 commit
-
-
Stéphane Graber authored
tools: lxc-checkconfig conditionalize devpts check
-
- 04 Oct, 2016 2 commits
-
-
Christian Brauner authored
Define LXC_DEVEL to detect development releases
-
Stéphane Graber authored
This can be used by downstreams to improve their "feature" checks. Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 29 Sep, 2016 1 commit
-
-
Christian Brauner authored
Only check for DEVPTS_MULTIPLE_INSTANCES on kernels < 4.7. Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
- 28 Sep, 2016 2 commits
-
-
Christian Brauner authored
Fix spelling of CentOS in the templates
-
Roman Mueller authored
Signed-off-by:Roman Mueller <roman.mueller@gmail.com>
-
- 27 Sep, 2016 3 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Stéphane Graber authored
utils: lxc_deslashify() free memory
-
- 26 Sep, 2016 6 commits
-
-
Christian Brauner authored
Make sure we always free any memory that was allocated by the call to lxc_normalize_path(). Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Stéphane Graber authored
2016 09 25/lxc deslashify
-
Christian Brauner authored
Fix for ALTLinux container creation in all branches
-
Denis Pynkin authored
Use 'apt-conf' virtual package for ALTLinux default packages set Signed-off-by:Denis Pynkin <denis_pynkin@epam.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
- 25 Sep, 2016 4 commits
-
-
Stéphane Graber authored
utils: fix lxc_string_split()
-
Christian Brauner authored
Make sure we don't return uninitialized memory. Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Christian Brauner authored
Fix null derefence if attach is called without access to any tty
-
Oliver Matthews authored
Signed-off-by:Oliver Matthews <oliver@codersoffortune.net>
-
- 21 Sep, 2016 9 commits
-
-
Christian Brauner authored
c/r: detatch from controlling tty on restore
-
Tycho Andersen authored
Signed-off-by:Tycho Andersen <tycho.andersen@canonical.com>
-
Stéphane Graber authored
tools: do not add trailing spaces on lxc-ls -1
-
Stéphane Graber authored
tools: fix lxc-attach regression with -s USER
-
Stéphane Graber authored
2016 09 21/retrieve mtu from bridge
-
Christian Brauner authored
When the mtu cannot be retrieved from netdev->link try from veth device. Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Christian Brauner authored
When mtu is not set, try to retrieve mtu from netdev->link. Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
- 20 Sep, 2016 2 commits
-
-
Christian Brauner authored
Update Korean manuals
-
Sungbae Yoo authored
Update for commit 222ddc Signed-off-by:Sungbae Yoo <sungbae.yoo@samsung.com>
-