summaryrefslogtreecommitdiff
path: root/src/machine
AgeCommit message (Expand)AuthorFilesLines
2015-10-07machinectl: fix race when opening new shells with "machinectl shell"Lennart Poettering1-5/+5
2015-09-29bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering1-1/+1
2015-09-29core: allow setting WorkingDirectory= to the special value ~Lennart Poettering1-2/+3
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-27/+25
2015-09-22Merge pull request #1335 from poettering/some-fixesDaniel Mack2-10/+10
2015-09-22util: drop UID_IS_INVALID() in favour of uid_is_valid()Lennart Poettering1-8/+8
2015-09-22cgtop: underline table headerLennart Poettering1-2/+2
2015-09-22nspawn, machined: fix comments and error messagesKrzesimir Nowak1-9/+9
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2-6/+2
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering1-2/+1
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering1-2/+1
2015-09-07machined: improve error message when trying to get a bus in bus-less containersLennart Poettering1-3/+5
2015-09-07Merge pull request #1165 from poettering/nspawn-filesTom Gundersen1-2/+12
2015-09-05machine: make sure to call unlockpt() even for local host pty connectionsLennart Poettering1-2/+12
2015-09-06bus-util: support details in CheckAuthorization callsMichael Chapman3-0/+13
2015-09-01machined: introduce a ptsname_namespace() call and make use of itLennart Poettering1-3/+4
2015-09-01machined: call unlockpt() in container, not hostLennart Poettering1-6/+0
2015-09-01cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering1-1/+1
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering1-2/+1
2015-08-26machinectl: pass $TERM into "machinectl shell" sessionsLennart Poettering1-0/+11
2015-08-25machinectl: remove unused variableThomas Hindoe Paaboel Andersen1-1/+1
2015-08-25machine: policykit string fixesLennart Poettering1-2/+2
2015-08-24machinectl: extend the "shell" syntax to take user@container namesLennart Poettering1-5/+21
2015-08-24machinectl: make machine name parameters for "shell" and "login" optionalLennart Poettering1-21/+30
2015-08-24machined: beef up PolicyKit actionsLennart Poettering2-6/+39
2015-08-24machined: userns is only supported for container-class machinesLennart Poettering1-0/+12
2015-08-24machinectl: don't show ".host" pseudo-machine in list by defaultLennart Poettering1-0/+3
2015-08-24machined: introduce pseudo-machine ".host" refererring to the host systemLennart Poettering8-188/+367
2015-08-24machined: validate machine names at more placesLennart Poettering1-0/+3
2015-08-24util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering3-0/+3
2015-08-24machined: always look for leader PID firstLennart Poettering1-6/+7
2015-08-24machinectl: add new "machinectl shell" commandLennart Poettering1-32/+153
2015-08-24machined: add new OpenShell() bus callLennart Poettering5-19/+302
2015-08-17Merge pull request #977 from richardmaw-codethink/machinectl-userns-login-v2Lennart Poettering1-4/+4
2015-08-17namespace helpers: Allow entering a UID namespaceRichard Maw1-4/+4
2015-08-17Bug #944: Deletion of unnecessary checks before a few calls of systemd functionsMarkus Elfring1-2/+1
2015-08-06machined: rework state tracking logic for machinesLennart Poettering4-47/+36
2015-08-06machine: drop state variable from Machine objectLennart Poettering1-1/+0
2015-08-06logind,machined: various smaller cleanupsLennart Poettering2-4/+3
2015-08-06machined,logind: don't generate errors on signal match functionsLennart Poettering1-2/+2
2015-08-04machinectl: support relative host paths in copy-{from,to}Richard Maw1-2/+14
2015-08-04machined: Relax path checks for Copy{From,To}Richard Maw1-4/+4
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering1-17/+15
2015-07-09nss-mymachines: map userns users of containers to real user namesLennart Poettering2-1/+246
2015-07-08machine: remove unused variablesThomas Hindoe Paaboel Andersen1-2/+0
2015-07-08property callback returns are consistentUmut Tezduyar Lindskog1-10/+2
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering1-1/+1
2015-06-17turn kdbus support into a runtime optionKay Sievers1-4/+0
2015-06-17Stop talking about the "XDG" version of basename()Simon McVittie1-2/+2
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering2-3/+3