index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
env-util.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-22
terminal-util: use RET_GATHER more
Mike Yuan
1
-18
/
+13
2023-12-22
test: fix check for device in test-execute
Luca Boccassi
1
-1
/
+1
2023-12-22
systemctl: swap cached_id_map and cached_name_map
Yu Watanabe
1
-5
/
+5
2023-12-22
networkd: add basic Varlink interface
Lennart Poettering
9
-3
/
+140
2023-12-22
service: don't try to determine selinux label for socket activation if RootIm...
Lennart Poettering
3
-33
/
+63
2023-12-21
Drop /dev test in test-mountpoint-util
Daan De Meyer
1
-5
/
+0
2023-12-21
bash-completion: add missing option to systemd-confext
Arthur Zamarin
1
-1
/
+10
2023-12-21
bash-completion: add missing option to systemd-cgls
Arthur Zamarin
1
-1
/
+4
2023-12-21
bash-completion: add missing option to systemd-cat
Arthur Zamarin
1
-2
/
+2
2023-12-21
polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature
Lennart Poettering
29
-450
/
+365
2023-12-21
varlink: make use of varlink_error_invalid_parameter() helper where appropriate
Lennart Poettering
1
-3
/
+1
2023-12-21
varlink: add helper varlink_error_invalid_parameter_name()
Lennart Poettering
4
-7
/
+14
2023-12-21
test: add simple creds/varlink integration test
Lennart Poettering
1
-0
/
+10
2023-12-21
creds: add varlink API for encrypting/decrypting credentials
Lennart Poettering
8
-0
/
+271
2023-12-21
varlink: add helper varlink_error_invalid_parameter_name()
Lennart Poettering
4
-7
/
+14
2023-12-21
update TODO
Lennart Poettering
1
-8
/
+4
2023-12-21
test: add minimal integration test coverage for uid0 tool
Lennart Poettering
1
-0
/
+4
2023-12-21
man: try to improve wording on --slice-inherit docs
Lennart Poettering
2
-6
/
+9
2023-12-21
run/uid0: tint the terminal background color (and add new --background= switch)
Lennart Poettering
3
-1
/
+89
2023-12-21
color-util: add helper to convert RGB → HSV
Lennart Poettering
4
-0
/
+104
2023-12-21
color-util: split out HSV color conversion into color-util.[ch]
Lennart Poettering
4
-34
/
+50
2023-12-21
ptyfwd: optionally, change ANSI background color of forwarded terminals
Lennart Poettering
2
-3
/
+274
2023-12-21
terminal-util: add helper that determines terminal default bg color
Lennart Poettering
3
-0
/
+221
2023-12-21
terminal-util: add helper for disabling terminal echo in termios struct
Lennart Poettering
3
-4
/
+12
2023-12-21
mkosi: don't turn off installation of our PAM snippets
Lennart Poettering
1
-1
/
+1
2023-12-21
run: optionally set the "ignore-failure" flag for ExecStart= lines
Lennart Poettering
2
-2
/
+22
2023-12-21
run: when invoked as "uid0", expose some sudo-like behaviour
Lennart Poettering
6
-3
/
+521
2023-12-21
env-util: add strv_env_assignf() helper
Lennart Poettering
3
-0
/
+51
2023-12-21
sd-journal: use FOREACH_ARRAY() at one more place
Yu Watanabe
1
-2
/
+2
2023-12-21
tree-wide: use hashmap_isempty() and friends
Yu Watanabe
13
-25
/
+26
2023-12-21
varlink: check state rather than flags to determine whether it makes sense to...
Lennart Poettering
1
-3
/
+3
2023-12-21
varlink: add an extra assert encoding our assumption that ucred is valid here
Lennart Poettering
1
-0
/
+2
2023-12-21
varlink: never turn method call handler errors into connection errors
Lennart Poettering
1
-6
/
+3
2023-12-21
varlink: switch various log calls to the local log helpers
Lennart Poettering
1
-21
/
+21
2023-12-21
socket-util: remove unnecessary variable
Lennart Poettering
1
-3
/
+1
2023-12-21
socket-util: make sure SO_PEERSEC returned string is always NUL terminated
Lennart Poettering
1
-1
/
+3
2023-12-21
dbus-execute: use new exec_context_get_set_login_environment() helper also as...
Lennart Poettering
1
-1
/
+2
2023-12-21
resolved: actually check authenticated flag of SOA transaction
Michal Sekletar
1
-2
/
+2
2023-12-21
core: imply SetLoginEnvironment= if PAMName= is set
Lennart Poettering
4
-7
/
+20
2023-12-20
network: merge two post event sources
Yu Watanabe
3
-8
/
+5
2023-12-20
network: split out manager_clean_all() from manager_dirty_handler()
Yu Watanabe
3
-18
/
+29
2023-12-20
network/nexthop: check if nexthop is really configured without ID
Yu Watanabe
1
-0
/
+10
2023-12-20
network/nexthop: cache requested nexthop IDs
Yu Watanabe
5
-20
/
+49
2023-12-20
network/nexthop: drop conflicting [NextHop] sections
Yu Watanabe
4
-13
/
+42
2023-12-20
network/nexthop: check if on-link is not enabled for group or blackhole nexthop
Yu Watanabe
1
-5
/
+19
2023-12-20
network/nexthop: fix wrong verification
Yu Watanabe
1
-1
/
+1
2023-12-20
network/nexthop: add several assertions related to nexthop ID
Yu Watanabe
1
-6
/
+12
2023-12-20
network/nexthop: drop dead code
Yu Watanabe
1
-11
/
+1
2023-12-20
test-network: add test case of an empty string assignment for Address=
Yu Watanabe
2
-0
/
+15
2023-12-20
test-network: use the main .network file
Yu Watanabe
1
-4
/
+4
[next]