summaryrefslogtreecommitdiff
path: root/src/machine
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use right cast macros for UIDs, GIDs and PIDsLennart Poettering2015-11-172-3/+4
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-162-2/+1
* machined,logind: be more careful when accepting PIDs and UIDs from clientsLennart Poettering2015-11-151-0/+3
* Merge pull request #1820 from michich/errno-v2Daniel Mack2015-11-091-2/+1
|\
| * treewide: apply errno.cocciMichal Schmidt2015-11-091-2/+1
* | doc: correct punctuation and improve typography in documentationJan Engelhardt2015-11-061-1/+1
|/
* parse-util: introduce parse_ifindex() and make use of it everywhereLennart Poettering2015-11-031-3/+1
* machine: when we fail to extract a network interface from the machine state, ...Lennart Poettering2015-11-031-3/+3
* machine: fix extract_first_wordSusant Sahani2015-11-021-3/+6
* machine: : port to extract_first_wordSusant Sahani2015-11-011-6/+13
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-276-0/+6
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-272-2/+4
* util-lib: move web-related calls into web-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-272-0/+2
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-255-22/+29
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+4
* 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