summaryrefslogtreecommitdiff
path: root/src/machine
AgeCommit message (Expand)Author
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27util-lib: move web-related calls into web-util.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-24util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering
2015-10-22machinectl: accept "none" and "infinity" as specifier when dropping quotas us...Lennart Poettering
2015-10-22btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering
2015-10-08machined: when opening a shell via machined, pass tty fds inLennart Poettering
2015-10-08basic: move two more terminal-related calls into terminal-util.[ch]Lennart Poettering
2015-10-07machinectl: fix race when opening new shells with "machinectl shell"Lennart Poettering
2015-09-29bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering
2015-09-29core: allow setting WorkingDirectory= to the special value ~Lennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-09-22Merge pull request #1335 from poettering/some-fixesDaniel Mack
2015-09-22util: drop UID_IS_INVALID() in favour of uid_is_valid()Lennart Poettering
2015-09-22cgtop: underline table headerLennart Poettering
2015-09-22nspawn, machined: fix comments and error messagesKrzesimir Nowak
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-09-07machined: improve error message when trying to get a bus in bus-less containersLennart Poettering
2015-09-07Merge pull request #1165 from poettering/nspawn-filesTom Gundersen
2015-09-05machine: make sure to call unlockpt() even for local host pty connectionsLennart Poettering
2015-09-06bus-util: support details in CheckAuthorization callsMichael Chapman
2015-09-01machined: introduce a ptsname_namespace() call and make use of itLennart Poettering
2015-09-01machined: call unlockpt() in container, not hostLennart Poettering
2015-09-01cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering
2015-08-26machinectl: pass $TERM into "machinectl shell" sessionsLennart Poettering
2015-08-25machinectl: remove unused variableThomas Hindoe Paaboel Andersen
2015-08-25machine: policykit string fixesLennart Poettering
2015-08-24machinectl: extend the "shell" syntax to take user@container namesLennart Poettering
2015-08-24machinectl: make machine name parameters for "shell" and "login" optionalLennart Poettering
2015-08-24machined: beef up PolicyKit actionsLennart Poettering
2015-08-24machined: userns is only supported for container-class machinesLennart Poettering
2015-08-24machinectl: don't show ".host" pseudo-machine in list by defaultLennart Poettering
2015-08-24machined: introduce pseudo-machine ".host" refererring to the host systemLennart Poettering
2015-08-24machined: validate machine names at more placesLennart Poettering
2015-08-24util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering
2015-08-24machined: always look for leader PID firstLennart Poettering
2015-08-24machinectl: add new "machinectl shell" commandLennart Poettering
2015-08-24machined: add new OpenShell() bus callLennart Poettering
2015-08-17Merge pull request #977 from richardmaw-codethink/machinectl-userns-login-v2Lennart Poettering
2015-08-17namespace helpers: Allow entering a UID namespaceRichard Maw