index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
exec-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shared/exec-util: modernize execute_strv() and friends a bit
Mike Yuan
2024-10-15
1
-44
/
+44
*
shared/exec-util: minor rearrangement, drop unused EXEC_DIR_NONE
Mike Yuan
2024-10-15
1
-6
/
+6
*
core: warn if a generator is world-writable
Lukas Nykryn
2024-10-07
1
-0
/
+12
*
tree-wide: use isatty_safe() more
Lennart Poettering
2024-08-20
1
-2
/
+2
*
shared/exec-util: add macro to autoinsert sentinel for fork_agent()
Zbigniew Jędrzejewski-Szmek
2024-07-22
1
-1
/
+1
*
shared: log error when execve fail
Mauri de Souza Meneguzzo
2024-07-22
1
-0
/
+1
*
exec-util: modernize exec_command_flags_{to,from}_strv
Mike Yuan
2024-07-20
1
-26
/
+23
*
exec-util: make sure to close all fds for invoked generators
Lennart Poettering
2024-05-29
1
-1
/
+1
*
exec-util: use the stdio array of safe_fork_full() where appropriate
Lennart Poettering
2024-05-29
1
-11
/
+19
*
fd-util: Expose helper to pack fds into 3,4,5,...
Adrian Vovk
2024-02-19
1
-1
/
+1
*
exec-util: don't say sd-executor to avoid ambiguity
Mike Yuan
2023-11-23
1
-2
/
+2
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
1
-3
/
+3
*
exec-util: print executed commands in do_execute()
Zbigniew Jędrzejewski-Szmek
2023-09-28
1
-0
/
+9
*
exec-util: make execute_strv() optionally take root directory
Yu Watanabe
2023-04-16
1
-3
/
+5
*
shared/exec-util: reduce scope of iterator variables
Zbigniew Jędrzejewski-Szmek
2023-04-03
1
-6
/
+3
*
shared/exec-util: null_or_empty_path() does not return boolean
Zbigniew Jędrzejewski-Szmek
2023-03-28
1
-1
/
+1
*
exec-util: introduce EXEC_DIR_SKIP_REMAINING flag
Yu Watanabe
2023-03-17
1
-3
/
+21
*
exec-util: extract the core logic of execute_directories() as execute_strv()
Yu Watanabe
2023-03-17
1
-16
/
+38
*
exec-util: enumerate executables earlier
Yu Watanabe
2023-03-17
1
-10
/
+13
*
exec-util: drop meaningless casts
Yu Watanabe
2023-03-17
1
-7
/
+6
*
exec-util: tighten variable scope a bit
Yu Watanabe
2023-03-17
1
-5
/
+6
*
process-util: rename FORK_NULL_STDIO -> FORK_REARRANGE_STDIO
Yu Watanabe
2023-02-20
1
-0
/
+1
*
exec-util: use TAKE_FD()
Yu Watanabe
2023-02-19
1
-4
/
+2
*
exec-util: propagate error in wait_for_terminate_and_check()
Yu Watanabe
2023-02-19
1
-4
/
+5
*
tree-wide: set FORK_RLIMIT_NOFILE_SAFE flag
Yu Watanabe
2023-02-07
1
-7
/
+2
*
shared: port various shared helpers basename() → path_extract_filename()
Lennart Poettering
2022-12-23
1
-4
/
+12
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-4
/
+4
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-9
/
+3
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-3
/
+1
*
tree-wide: some additional checks to avoid CVE-2021-4034 style weaknesses
Lennart Poettering
2022-02-01
1
-0
/
+9
*
tree-wide: always use TAKE_FD() when calling rearrange_stdio()
Lennart Poettering
2021-11-04
1
-1
/
+1
*
Revert "basic/fd-util: sort the 'except' array in place"
Lennart Poettering
2021-10-27
1
-1
/
+1
*
basic: move freeze() from shared/exec-util.h to basic/process-util.h
Lennart Poettering
2021-10-22
1
-23
/
+0
*
tree-wide: assorted Coccinelle fixes
Frantisek Sumsal
2021-10-08
1
-1
/
+1
*
exec-util: handle gracefully if we want to fork an agent but have no controll...
Lennart Poettering
2021-08-30
1
-12
/
+18
*
Add variant of close_all_fds() that does not allocate and use it in freeze()
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-1
/
+1
*
Move freeze() into shared/
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-0
/
+23
*
Move fork_agent() into shared/
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-0
/
+73
*
Merge pull request #18641 from benjarobin/fix-enum-invalid-val
Zbigniew Jędrzejewski-Szmek
2021-02-17
1
-4
/
+6
|
\
|
*
shared: use -EINVAL for _EXEC_COMMAND_FLAGS_INVALID
Benjamin Robin
2021-02-16
1
-4
/
+6
*
|
shared/exec-util: fix minor memleak
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-8
/
+2
|
/
*
core: also set $SYSTEMD_EXEC_PID= for generators
Yu Watanabe
2021-01-31
1
-2
/
+8
*
Merge pull request #17079 from keszybz/late-exec-resolution
Lennart Poettering
2020-12-03
1
-1
/
+25
|
\
|
*
meson: add option for fexecve use
Zbigniew Jędrzejewski-Szmek
2020-11-06
1
-0
/
+2
|
*
shared/exec-util: fall back to execve() also on permission errors
Zbigniew Jędrzejewski-Szmek
2020-11-06
1
-2
/
+4
|
*
shared/exec-util: use our own execveat() wrapper instead of fexecve()
Zbigniew Jędrzejewski-Szmek
2020-11-06
1
-3
/
+4
|
*
core/execute: fall back to execve() for scripts
Zbigniew Jędrzejewski-Szmek
2020-11-06
1
-0
/
+20
|
*
core: use fexecve() to spawn children
Zbigniew Jędrzejewski-Szmek
2020-11-06
1
-1
/
+0
*
|
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
|
/
[next]