summaryrefslogtreecommitdiff
path: root/src/machine
Commit message (Expand)AuthorAgeFilesLines
* bus: use bus_log_connect_error to print error messagefangxiuning2020-07-211-1/+1
* machine: fix if checkLennart Poettering2020-07-161-1/+1
* machined: implement user/group lookup varlink API in machined tooLennart Poettering2020-07-145-5/+432
* machined: refactor UID/GID machine translationLennart Poettering2020-07-145-171/+260
* table use table_log_print_error() instead of table_log_show_errorfangxiuning2020-07-081-1/+1
* table add table_log_sort_error()fangxiuning2020-07-081-1/+1
* table add table_log_show_error()fangxiuning2020-07-081-1/+1
* shared: split out property get helpersLennart Poettering2020-06-303-1/+3
* shared: split out code for printing propertiesLennart Poettering2020-06-301-0/+1
* shared: split out code that maps properties to local structsLennart Poettering2020-06-301-0/+1
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-304-4/+4
* shared: split out BusObjectImplementor APIsLennart Poettering2020-06-301-1/+1
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* machine: switch to BusLocator-oriented helpersVito Caputo2020-05-074-322/+49
* tree-wide: Mark as _unused_ variables that are only used in assert()Benjamin Robin2020-05-061-2/+2
* machined: convert to the new scheme and add --bus-introspectZbigniew Jędrzejewski-Szmek2020-05-057-145/+149
* importd,logind: add --bus-introspect= optionZbigniew Jędrzejewski-Szmek2020-05-051-0/+1
* logind,importd,hostnamed,localed,timedated,machined,resolved: add option pars...Zbigniew Jędrzejewski-Szmek2020-05-031-5/+7
* tree-wide: implement new log control API dbus interface in all our daemonsLennart Poettering2020-04-211-0/+5
* machined: add dbus parameter namesZbigniew Jędrzejewski-Szmek2020-04-122-51/+393
* *: convert amenable fdopen calls to take_fdopenVito Caputo2020-03-312-6/+3
* systemctl: show logs for correct namespace of serviceLennart Poettering2020-01-311-0/+1
* shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering2020-01-224-1/+4
* Merge pull request #14555 from poettering/table-multineYu Watanabe2020-01-141-40/+35
|\
| * machinectl: modernize address table handlingLennart Poettering2020-01-131-40/+35
* | Merge pull request #14381 from keszybz/ifindex-cleanupLennart Poettering2020-01-132-31/+26
|\ \ | |/ |/|
| * machinectl: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek2020-01-121-23/+20
| * tree-wide: make parse_ifindex simply return the indexZbigniew Jędrzejewski-Szmek2020-01-111-8/+6
* | machinectl: do not truncate addresses when --full is specifiedYu Watanabe2020-01-101-1/+1
* | machinectl: optimize table creationYu Watanabe2020-01-101-20/+5
* | machinectl: do not ellipsize table when --full is specifiedYu Watanabe2020-01-101-0/+6
|/
* machine: fold machine_stop_scope() into machine_stop()Zbigniew Jędrzejewski-Szmek2019-11-221-21/+12
* machined: simplify reference handling for unitsZbigniew Jędrzejewski-Szmek2019-11-221-14/+17
* machine: simplify machine_start_scope()Zbigniew Jędrzejewski-Szmek2019-11-221-59/+38
* machine: make machine_start_scope() staticZbigniew Jędrzejewski-Szmek2019-11-223-96/+95
* tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-5/+7
* machinectl: spawn ask password agent on "start"Lennart Poettering2019-11-151-0/+2
* tree-wide: drop locale.h when locale-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-044-4/+0
* Merge pull request #13866 from keszybz/nspawn-restartsLennart Poettering2019-10-306-4/+50
|\
| * machined: only Unref units that we AddRef'dZbigniew Jędrzejewski-Szmek2019-10-292-3/+8
| * machined: add UnregisterMachine methodZbigniew Jędrzejewski-Szmek2019-10-295-1/+42
* | basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-1/+1
* | Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek2019-10-081-2/+4
* | Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek2019-10-081-30/+31
|/
* tree-wide: get rid of strappend()Lennart Poettering2019-07-123-3/+4
* tree-wide: make use of errno_or_else() everywhereLennart Poettering2019-07-112-12/+14
* terminal-util: introduce openpt_allocate()Franck Bui2019-06-183-31/+9
* tree-wide: replace if_indextoname() with format_ifname()Yu Watanabe2019-05-291-2/+2
* Merge pull request #12411 from keszybz/pr/12394Lennart Poettering2019-05-081-0/+1
|\