summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* resolve: do not try to send varlink error more than onceYu Watanabe2024-10-311-70/+36
* sd-varlink: update commentYu Watanabe2024-10-312-2/+2
* sd-varlink: change sd_varlink_error() to always return an errorLennart Poettering2024-10-312-13/+35
* sd-varlink: add helper VARLINK_STATE_WANTS_REPLY()Lennart Poettering2024-10-312-4/+12
* sd-varlink: don't show error code we already decoded as part of the log messageLennart Poettering2024-10-311-1/+1
* sd-varlink: if we reply to errors without passing to callback, go through reg...Lennart Poettering2024-10-311-4/+4
* firstboot: several cleanups (#34958)Yu Watanabe2024-10-311-89/+70
|\
| * firstboot: generalize prompt_loop moreMichael Ferrari2024-10-301-82/+62
| * firstboot: use consistent wording for promptsMichael Ferrari2024-10-301-8/+10
| * firstboot: clean up welcome messageMichael Ferrari2024-10-301-4/+3
| * firstboot: order non-interactive options lastMichael Ferrari2024-10-301-3/+3
* | sd-json: don't use C99 bool in public headersLennart Poettering2024-10-302-3/+1
* | network/netdev: replace old NetDev object with newer one on reloadYu Watanabe2024-10-303-2/+80
* | network/netdev: reconfigure netdev if possibleYu Watanabe2024-10-301-8/+5
* | network/netdev: move calls of netdev_attach() and netdev_request_to_create() ...Yu Watanabe2024-10-303-22/+24
* | coredump: allow only empty messages after first "sentinel"Michal Sekletar2024-10-301-2/+8
* | network/tunnel: reuse existing 6rd sit tunnel (#34938)Yu Watanabe2024-10-303-75/+45
|\ \
| * | network/tunnel: reuse existing 6rd SIT tunnelYu Watanabe2024-10-293-31/+19
| * | network/tunnel: merge dhcp4_pd_create_6rd_tunnel_message() into dhcp4_pd_crea...Yu Watanabe2024-10-292-47/+29
* | | network/netdev: do not try to update several parameters if the interface alre...Yu Watanabe2024-10-305-36/+98
|\ \ \
| * | | network/ipvlan: do not try to update MAC addressYu Watanabe2024-10-301-0/+9
| * | | network/macsec: IFLA_MACSEC_PORT attribute cannot be changedYu Watanabe2024-10-301-6/+14
| * | | network/vxlan: do not try to update several parametersYu Watanabe2024-10-301-28/+42
| * | | network/netdev: introduce netdev_can_set_mac/mtu() helper functionsYu Watanabe2024-10-302-2/+33
* | | | network: several cleanups for reloading .network files (#34933)Yu Watanabe2024-10-306-24/+61
|\ \ \ \
| * | | | network: use newly loaded Network object if a referenced NetDev object is upd...Yu Watanabe2024-10-301-2/+30
| * | | | network: drop no-op cleanupYu Watanabe2024-10-305-12/+10
| * | | | network/netdev: update state file when NetDev object assignment is changedYu Watanabe2024-10-301-6/+17
| * | | | network: swap asterisk and spaceYu Watanabe2024-10-302-4/+4
| |/ / /
* | | | network: process queued remove requests on stop (#34871)Yu Watanabe2024-10-304-21/+73
|\ \ \ \ | |_|_|/ |/| | |
| * | | network: process queued remove requests before networkd is stoppedYu Watanabe2024-10-304-21/+73
| |/ /
* | | Fix display of qrcodes by bsod and other related cleanups (#34914)Lennart Poettering2024-10-308-33/+64
|\ \ \
| * | | cryptenroll,homectl,journalctl: adjust messages before qrcodesZbigniew Jędrzejewski-Szmek2024-10-303-5/+3
| * | | bsod: make message for qrcode more usefulZbigniew Jędrzejewski-Szmek2024-10-301-4/+4
| * | | qrcode-util: avoid memleak in error pathZbigniew Jędrzejewski-Szmek2024-10-291-3/+4
| * | | test-terminal-util: print value of colors_enabled()Zbigniew Jędrzejewski-Szmek2024-10-291-0/+4
| * | | bsod: do not check for color supportZbigniew Jędrzejewski-Szmek2024-10-293-11/+37
| * | | qrcode-util: add debug message to show why a qrcode wasn't printedZbigniew Jędrzejewski-Szmek2024-10-281-8/+9
| * | | sysv-generator: break long message into linesZbigniew Jędrzejewski-Szmek2024-10-281-4/+5
* | | | ask-password: Allow configuring the keyring timeout via an environment variableDaan De Meyer2024-10-301-4/+28
* | | | logind: add BlockWeakInhibited propertyLuca Boccassi2024-10-303-6/+12
* | | | core: make mount(8) and swapon(8) inherit SMACK label from systemdŁukasz Stelmach2024-10-302-0/+6
| |/ / |/| |
* | | coredump: AccessContainer= bunch of followups (#34333)Luca Boccassi2024-10-303-80/+113
|\ \ \
| * | | coredump: return correct error variableMichal Sekletár2024-10-301-1/+1
| * | | coredump: rename AccessContainer= to EnterNamespace=Michal Sekletar2024-10-302-5/+7
| * | | coredump: rework gather_pid_mount_tree_fd()Michal Sekletar2024-10-301-17/+29
| * | | coredump: use FORK_WAITMichal Sekletar2024-10-301-8/+2
| * | | coredump: store actual fd in appropriate variableMichal Sekletar2024-10-301-3/+3
| * | | coredump: use FORK_LOG to get more precise loggingMichal Sekletar2024-10-301-2/+2
| * | | coredump: fix coding styleMichal Sekletar2024-10-301-1/+11