Age | Commit message (Expand) | Author |
2015-08-29 | nspawn: don't try to extract quotes from option string, glibc doesn't do that... | Lennart Poettering |
2015-08-28 | nspawn: add (no)rbind option to --bind and --bind-ro | Eugene Yakubovich |
2015-08-25 | nspawn: make sure --template= and --machine= my be combined | Lennart Poettering |
2015-08-21 | remove unused variables | Thomas Hindoe Paaboel Andersen |
2015-08-07 | nspawn: Allow : characters in overlay paths | Richard Maw |
2015-08-07 | nspawn: escape paths in overlay mount options | Richard Maw |
2015-08-07 | nspawn: Allow : characters in nspawn --bind paths | Richard Maw |
2015-08-07 | nspawn: Allow : characters in --tmpfs path | Richard Maw |
2015-08-05 | Merge branch 'hostnamectl-dot-v2' | Zbigniew Jędrzejewski-Szmek |
2015-08-05 | hostname-util: get rid of unused parameter of hostname_cleanup() | Zbigniew Jędrzejewski-Szmek |
2015-07-31 | tree-wide: introduce mfree() | David Herrmann |
2015-07-30 | tree-wide: use free_and_strdup() | Daniel Mack |
2015-07-22 | nspawn: Don't pass uid mount option for devpts | Mike Gilbert |
2015-07-08 | Merge pull request #500 from zonque/fileio | Lennart Poettering |
2015-07-07 | Remove repeated 'the's | Zbigniew Jędrzejewski-Szmek |
2015-07-06 | tree-wide: fix write_string_file() user that should not create files | Daniel Mack |
2015-07-06 | fileio: consolidate write_string_file*() | Daniel Mack |
2015-07-06 | Merge pull request #492 from richardmaw-codethink/nspawn-automatic-uid-shift-... | Lennart Poettering |
2015-07-06 | nspawn: Communicate determined UID shift to parent | Richard Maw |
2015-07-06 | nspawn: fix indenting | Lennart Poettering |
2015-07-04 | Merge pull request #485 from poettering/sd-bus-flush-close-unref | David Herrmann |
2015-07-03 | sd-bus: introduce new sd_bus_flush_close_unref() call | Lennart Poettering |
2015-07-03 | Revert "nspawn: determine_uid_shift before forking" | Lennart Poettering |
2015-06-30 | Merge pull request #429 from richardmaw-codethink/nspawn-userns-uid-shift-aut... | Tom Gundersen |
2015-06-30 | nspawn: determine_uid_shift before forking | Richard Maw |
2015-06-30 | nspawn: Don't remount with fewer options | Richard Maw |
2015-06-18 | nspawn: suppress warning when /etc/resolv.conf is a valid symlink | Lennart Poettering |
2015-06-17 | nspawn: when exiting, flush all remaining bytes from the pty to stdout | Lennart Poettering |
2015-06-16 | nspawn: check if kernel supports userns as early as possible | Djalal Harouni |
2015-06-15 | Merge pull request #214 from poettering/signal-rework-2 | Lennart Poettering |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-06-15 | tmpfiles: automatically remove old machine snapshots at boot | Lennart Poettering |
2015-06-15 | util: when creating temporary file names, allow including extra id string in it | Lennart Poettering |
2015-06-15 | firewall: rename fw-util.[ch] → firewall-util.[ch] | Daniel Mack |
2015-06-15 | Merge pull request #205 from endocode/iaguis/seccomp-v2 | Lennart Poettering |
2015-06-15 | nspawn: make seccomp loading errors non-fatal | Iago López Galeiras |
2015-06-13 | sd-netlink: rename from sd-rtnl | Tom Gundersen |
2015-06-11 | sd-rtnl: make joining broadcast groups implicit | Tom Gundersen |
2015-06-10 | tree-wide: whenever we fork off a foreign child process reset signal mask/han... | Lennart Poettering |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-29 | path-util: Change path_is_mount_point() symlink arg from bool to flags | Martin Pitt |
2015-05-25 | nspawn: fix memleak | Tom Gundersen |
2015-05-25 | nspawn: avoid memleak | Tom Gundersen |
2015-05-25 | nspawn: drop some debugging code | Tom Gundersen |
2015-05-25 | nspawn: make coverity happy | Tom Gundersen |
2015-05-24 | nspawn: be verbose about interface names | Umut Tezduyar Lindskog |
2015-05-21 | nspawn: prohibit access to the kernel log buffer by default | Lennart Poettering |
2015-05-21 | util: introduce PERSONALITY_INVALID as macro for 0xffffffffLU | Lennart Poettering |
2015-05-21 | nspawn: finish user namespace support | Lennart Poettering |
2015-05-20 | core,nspawn: unify code that moves the root dir | Lennart Poettering |