Age | Commit message (Expand) | Author |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | user-util: move UID/GID related macros from macro.h to user-util.h | Lennart Poettering |
2015-10-27 | util-lib: split out umask-related code to umask-util.h | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move mount related utility calls to mount-util.[ch] | Lennart Poettering |
2015-10-26 | socket-util: move remaining socket-related calls from util.[ch] to socket-uti... | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-09-29 | tree-wide: port more code to use send_one_fd() and receive_one_fd() | Lennart Poettering |
2015-09-09 | tree-wide: update empty-if coccinelle script to cover empty-while and more | Lennart Poettering |
2015-09-09 | tree-wide: make use of log_error_errno() return value in more cases | Lennart Poettering |
2015-09-09 | tree-wide: make use of log_error_errno() return value | Lennart Poettering |
2015-06-10 | util: introduce CMSG_FOREACH() macro and make use of it everywhere | Lennart Poettering |
2015-05-31 | core/namespace: Protect /usr instead of /home with ProtectSystem=yes | Jason Pleau |
2015-05-21 | nspawn: finish user namespace support | Lennart Poettering |
2015-05-20 | core,nspawn: unify code that moves the root dir | Lennart Poettering |
2015-05-18 | core: Private*/Protect* options with RootDirectory | Alban Crequy |
2015-05-13 | nspawn: rework custom mount point order, and add support for overlayfs | Lennart Poettering |
2015-03-31 | nspawn: change filesystem type from "bind" to NULL in mount() syscalls | Iago López Galeiras |
2015-03-16 | core/namespace: fix path sorting | Michal Schmidt |
2015-03-13 | core: explicitly ignore failure during cleanup | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | core: either ignore or handle mount failures | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | Use space after a silencing (void) | Zbigniew Jędrzejewski-Szmek |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-01-01 | Type of mount(2) flags is unsigned long | Topi Miettinen |
2014-12-28 | tmpfiles: add new line type 'v' for creating btrfs subvolumes | Lennart Poettering |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-17 | namespace: unchecked return value from library | Susant Sahani |
2014-11-13 | sd-bus: sync with kdbus upstream (ABI break) | Daniel Mack |
2014-10-23 | selinux: clean up selinux label function naming | Lennart Poettering |
2014-10-23 | mac: rename apis with mac_{selinux/smack}_ prefix | WaLyong Cho |
2014-10-17 | namespace: add missing 'const' to parameters | Lennart Poettering |
2014-10-03 | core/namespace: remove invalid check | Zbigniew Jędrzejewski-Szmek |
2014-10-03 | core/namespace: remove invalid check | Zbigniew Jędrzejewski-Szmek |
2014-09-08 | namespace: avoid posible use of uninitialized variable | Thomas Hindoe Paaboel Andersen |
2014-09-08 | namespace: add support for custom kdbus endpoint | Daniel Mack |
2014-07-27 | drop_duplicates: copy full BindMount struct | Ansgar Burchardt |
2014-07-03 | namespace: make sure /tmp, /var/tmp and /dev are writable in namespaces we se... | Lennart Poettering |
2014-07-03 | namespace: fix uninitialized memory access | Lennart Poettering |
2014-06-18 | namespace: properly label device nodes we create | Lennart Poettering |
2014-06-06 | namespace: cover /boot with ProtectSystem= again | Lennart Poettering |
2014-06-06 | namespace: beef up read-only bind mount logic | Lennart Poettering |
2014-06-05 | namespace: also include /root in ProtectHome= | Lennart Poettering |
2014-06-05 | namespace: when setting up an inaccessible mount point, unmounting everything... | Lennart Poettering |
2014-06-05 | core: don't include /boot in effect of ProtectSystem= | Lennart Poettering |
2014-06-04 | core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also... | Lennart Poettering |
2014-06-04 | core: provide /dev/ptmx as symlink in PrivateDevices= execution environments | Lennart Poettering |
2014-06-04 | core: make sure PrivateDevices= makes /dev/log available | Lennart Poettering |