]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/ask-password-api.c
ask-password: various modernizations
authorLennart Poettering <lennart@poettering.net>
Tue, 6 Oct 2015 14:27:24 +0000 (16:27 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 6 Oct 2015 14:27:24 +0000 (16:27 +0200)
commit0084360296429b2068c1a4d4d4263083a8963b02
treeb69d8a0da04e8c36f954a2449d1112720a4819ef
parentc7ddad5148de6e41445f62a80fb6846dce1a6856
ask-password: various modernizations

Primarily clean-up error logging: log either all or no error messages in
the various functions. Mostly this means the actual password querying
calls no longer will log on their own, but the callers have to do so.

Contains various other fixes too, for example ports some code over to
use the clean-up macro.

Should contain no functional changes.
src/ask-password/ask-password.c
src/firstboot/firstboot.c
src/shared/ask-password-api.c
src/shared/ask-password-api.h
src/shared/spawn-ask-password-agent.c
src/tty-ask-password-agent/tty-ask-password-agent.c