index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
machine
/
machine-dbus.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
machine: machine_default_shell_path() & machine_default_shell_args() helper f...
Ivan Kruglov
2024-11-06
1
-17
/
+2
*
machine: introduce machine_start_getty() and machine_start_shell() helpers
Ivan Kruglov
2024-11-06
1
-209
/
+5
*
machined: port to pty_open_peer_racefree()
Lennart Poettering
2024-10-30
1
-5
/
+8
*
machine: rework Operation logic to reuse in varlink interface
Ivan Kruglov
2024-10-21
1
-1
/
+1
*
machine: switch to use PidRef when lookup machine by pid in dbus and varlink ...
Ivan Kruglov
2024-10-10
1
-4
/
+4
*
machine: generalise logic GetOSRelease to later use it in varlink interface
Ivan Kruglov
2024-10-01
1
-75
/
+6
*
machine: generalise logic GetMachineAddresses to later use it in varlink inte...
Ivan Kruglov
2024-10-01
1
-139
/
+15
*
socket-util: make recvmsg_safe() handle MSG_TRUNC too
Mike Yuan
2024-09-04
1
-2
/
+2
*
machine-dbus: use in_same_namespace() at one more place
Mike Yuan
2024-09-04
1
-10
/
+2
*
core: do BindMount/MountImage operations in async control process
Luca Boccassi
2024-08-29
1
-2
/
+7
*
machine-dbus: use pidref_namespace_open() where appropriate
Mike Yuan
2024-07-23
1
-18
/
+18
*
various: move ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-1
/
+1
*
Fix confusion between killer and prey
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-6
/
+6
*
machined: add GetMachineSSHInfo method
Sam Leonard
2024-05-08
1
-0
/
+29
*
tree-wide: add short comments for namespace_open() and namespace_enter()
Yu Watanabe
2024-01-19
1
-3
/
+18
*
polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature
Lennart Poettering
2023-12-21
1
-27
/
+0
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
1
-3
/
+3
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
1
-4
/
+4
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-1
/
+1
*
mount tunnel: use PidRef
Luca Boccassi
2023-10-19
1
-1
/
+1
*
machined: port over to PidRef too
Lennart Poettering
2023-09-09
1
-11
/
+14
*
copy: Add support for creating subvolumes to copy_tree_at()
Daan De Meyer
2023-08-14
1
-2
/
+2
*
treewide: fix "an" before consonant U sounds
Joerg Behrmann
2023-07-06
1
-1
/
+1
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-1
/
+1
*
machined: pass shell command line to polkit
Ludwig Nussel
2022-12-29
1
-0
/
+5
*
tree-wide: use -EBADF more
Yu Watanabe
2022-12-20
1
-3
/
+3
*
tree-wide: introduce PIPE_EBADF macro
Yu Watanabe
2022-12-20
1
-4
/
+4
*
tree-wide: use -EBADF also in pipe initializers
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-4
/
+4
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-8
/
+8
*
copy: Support passing a deny list of files/directories to not copy
Daan De Meyer
2022-11-10
1
-2
/
+2
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-28
/
+14
*
tree-wide: port things dirname_malloc() → path_extract_directory()
Lennart Poettering
2022-08-23
1
-14
/
+10
*
machine: drop an unused variable
Frantisek Sumsal
2022-08-20
1
-4
/
+2
*
machinectl: Add plumbing for a `--force` flag for file copy
Alexander Wilson
2022-07-27
1
-0
/
+24
*
machine: update to use new-style sd-bus macros (#23012)
Amarjargal
2022-04-08
1
-79
/
+55
*
machined: provide more details to polkit auth
Ludwig Nussel
2022-01-18
1
-8
/
+59
*
machined: set TTYPath for container shell
Ludwig Nussel
2021-12-23
1
-1
/
+2
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-1
/
+1
*
tree-wide: sd_bus_error_setf → set_bus_error_set
Zbigniew Jędrzejewski-Szmek
2021-04-07
1
-17
/
+17
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+1
*
machine: adjust error message to use 'normalized' instead of ../
Luca Boccassi
2021-01-18
1
-2
/
+2
*
machine/basic: factor out helper function to add airlocked mount to namespace
Luca Boccassi
2021-01-18
1
-206
/
+8
*
basic: add make_mount_point_inode helper
Luca Boccassi
2020-12-21
1
-10
/
+4
*
machine: drop really old kdbus left-over
Lennart Poettering
2020-12-15
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: port remaining umount() calls to umount_verbose()
Lennart Poettering
2020-09-23
1
-4
/
+4
*
tree-wide: switch remaining mount() invocations over to mount_nofollow_verbose()
Lennart Poettering
2020-09-23
1
-14
/
+20
*
machine: fix error code propagation in two cases
Lennart Poettering
2020-09-23
1
-2
/
+2
*
tree-wide: copy hardlinks wherever we deal with possibly large OS-style trees
Lennart Poettering
2020-09-09
1
-1
/
+1
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-2
/
+1
[next]