summaryrefslogtreecommitdiffstats
path: root/src/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* meson: make the second and third elements of tests or fuzzers optionalYu Watanabe2021-01-181-1/+1
* machine: adjust error message to use 'normalized' instead of ../Luca Boccassi2021-01-181-2/+2
* machine/basic: factor out helper function to add airlocked mount to namespaceLuca Boccassi2021-01-181-206/+8
* machine: machined-dbus - tighten variable scope used in loopSusant Sahani2021-01-171-3/+1
* string-util: imply NULL termination of strextend() argument listLennart Poettering2021-01-061-1/+4
* basic: add make_mount_point_inode helperLuca Boccassi2020-12-211-10/+4
* hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-153-10/+10
* machine: drop really old kdbus left-overLennart Poettering2020-12-151-1/+1
* Make support for nscd flushing optionalZbigniew Jędrzejewski-Szmek2020-12-073-0/+10
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-0919-19/+19
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-72/+62
* tree-wide: port remaining umount() calls to umount_verbose()Lennart Poettering2020-09-231-4/+4
* tree-wide: switch remaining mount() invocations over to mount_nofollow_verbose()Lennart Poettering2020-09-231-14/+20
* machine: fix error code propagation in two casesLennart Poettering2020-09-231-2/+2
* tree-wide: don't needlessly negate error number passed to bus_error_message()Lennart Poettering2020-09-141-16/+16
* tree-wide: copy hardlinks wherever we deal with possibly large OS-style treesLennart Poettering2020-09-091-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-085-18/+9
* tree-wide: drop pointless zero initialization (#16900)fangxiuning2020-08-291-1/+1
* Replace gendered pronouns with gender neutral ones. (#16844)PhoenixDiscord2020-08-271-1/+1
* tree-wide: use sd_bus_error_has_names() in more placesZbigniew Jędrzejewski-Szmek2020-08-241-8/+8
* nspawn/machine: move mount propagation dir to /run/host/incomingLennart Poettering2020-08-201-5/+3
* core,home,machined: generate description fields for all groups we synthesizeLennart Poettering2020-08-071-9/+28
* machine: Pass machine, user, program values to polkit on OpenMachineShellMarti Raudsepp2020-08-031-5/+12
* 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-131-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