summaryrefslogtreecommitdiff
path: root/src/machine
Commit message (Expand)AuthorAgeFilesLines
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-1/+2
* util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering2015-10-241-7/+6
* machinectl: accept "none" and "infinity" as specifier when dropping quotas us...Lennart Poettering2015-10-221-1/+1
* btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering2015-10-221-3/+5
* machined: when opening a shell via machined, pass tty fds inLennart Poettering2015-10-084-10/+33
* basic: move two more terminal-related calls into terminal-util.[ch]Lennart Poettering2015-10-082-8/+11
* machinectl: fix race when opening new shells with "machinectl shell"Lennart Poettering2015-10-071-5/+5
* bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering2015-09-291-1/+1
* core: allow setting WorkingDirectory= to the special value ~Lennart Poettering2015-09-291-2/+3
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-27/+25
* Merge pull request #1335 from poettering/some-fixesDaniel Mack2015-09-222-10/+10
|\
| * util: drop UID_IS_INVALID() in favour of uid_is_valid()Lennart Poettering2015-09-221-8/+8
| * cgtop: underline table headerLennart Poettering2015-09-221-2/+2
* | nspawn, machined: fix comments and error messagesKrzesimir Nowak2015-09-221-9/+9
|/
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-102-6/+2
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* machined: improve error message when trying to get a bus in bus-less containersLennart Poettering2015-09-071-3/+5
* Merge pull request #1165 from poettering/nspawn-filesTom Gundersen2015-09-071-2/+12
|\
| * machine: make sure to call unlockpt() even for local host pty connectionsLennart Poettering2015-09-051-2/+12
* | bus-util: support details in CheckAuthorization callsMichael Chapman2015-09-063-0/+13
|/
* machined: introduce a ptsname_namespace() call and make use of itLennart Poettering2015-09-011-3/+4
* machined: call unlockpt() in container, not hostLennart Poettering2015-09-011-6/+0
* cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering2015-09-011-1/+1
* core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering2015-08-281-2/+1
* machinectl: pass $TERM into "machinectl shell" sessionsLennart Poettering2015-08-261-0/+11
* machinectl: remove unused variableThomas Hindoe Paaboel Andersen2015-08-251-1/+1
* machine: policykit string fixesLennart Poettering2015-08-251-2/+2
* machinectl: extend the "shell" syntax to take user@container namesLennart Poettering2015-08-241-5/+21
* machinectl: make machine name parameters for "shell" and "login" optionalLennart Poettering2015-08-241-21/+30
* machined: beef up PolicyKit actionsLennart Poettering2015-08-242-6/+39
* machined: userns is only supported for container-class machinesLennart Poettering2015-08-241-0/+12
* machinectl: don't show ".host" pseudo-machine in list by defaultLennart Poettering2015-08-241-0/+3
* machined: introduce pseudo-machine ".host" refererring to the host systemLennart Poettering2015-08-248-188/+367
* machined: validate machine names at more placesLennart Poettering2015-08-241-0/+3
* util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering2015-08-243-0/+3
* machined: always look for leader PID firstLennart Poettering2015-08-241-6/+7
* machinectl: add new "machinectl shell" commandLennart Poettering2015-08-241-32/+153
* machined: add new OpenShell() bus callLennart Poettering2015-08-245-19/+302
* Merge pull request #977 from richardmaw-codethink/machinectl-userns-login-v2Lennart Poettering2015-08-171-4/+4
|\
| * namespace helpers: Allow entering a UID namespaceRichard Maw2015-08-171-4/+4
* | Bug #944: Deletion of unnecessary checks before a few calls of systemd functionsMarkus Elfring2015-08-171-2/+1
|/
* machined: rework state tracking logic for machinesLennart Poettering2015-08-064-47/+36
* machine: drop state variable from Machine objectLennart Poettering2015-08-061-1/+0
* logind,machined: various smaller cleanupsLennart Poettering2015-08-062-4/+3
* machined,logind: don't generate errors on signal match functionsLennart Poettering2015-08-061-2/+2
* machinectl: support relative host paths in copy-{from,to}Richard Maw2015-08-041-2/+14
* machined: Relax path checks for Copy{From,To}Richard Maw2015-08-041-4/+4
* tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-17/+15
* nss-mymachines: map userns users of containers to real user namesLennart Poettering2015-07-092-1/+246