summaryrefslogtreecommitdiffstats
path: root/src/tty-ask-password-agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty-askpw-agent: modernize wall_tty_match() a bitLennart Poettering2024-10-211-11/+9
* tty-ask-password-agent: support for watching both system-wide and per-user as...Lennart Poettering2024-10-211-7/+24
* tty-ask-password-agent: minor modernizationsLennart Poettering2024-10-211-47/+43
* tree-wide: check if non-empty password is acquiredYu Watanabe2024-09-061-3/+1
* tree-wide: acquire /dev/console lock around any attempts to reset TTYLennart Poettering2024-07-191-1/+1
* terminal-util: add new helper terminal_reset_defensive() that combines reset-...Lennart Poettering2024-07-191-3/+1
* signal-util: use common definitions for ignore + default "struct sigaction"Lennart Poettering2024-07-121-5/+1
* signal-util: imply sentinel -1 in sigprocmask_many() + sigset_add_many() args...Lennart Poettering2024-02-231-2/+2
* ask-password: rework how we pass request meta info when asking passwordsLennart Poettering2024-02-201-4/+12
* process-util: change pid_is_alive() to not eat up errors, and add pidref_is_a...Lennart Poettering2023-10-181-1/+1
* shared/wall: use logind if build without utmp supportThorsten Kukuk2023-09-061-4/+4
* meson: move declarations of ask-password and friendsYu Watanabe2023-08-011-0/+9
* tree-wide: use -EBADF moreYu Watanabe2022-12-201-1/+1
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-5/+5
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* shared/utmp-wtmp: pass information if entry is local to filter functionZbigniew Jędrzejewski-Szmek2022-05-311-1/+1
* tty-ask-password-agent: drop unnecessary code for non-absolute pathsZbigniew Jędrzejewski-Szmek2022-05-311-2/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-4/+1
* time-util: add macros around timespec_store() that operates on compund litera...Lennart Poettering2022-03-181-5/+2
* conf-parser: merge config_parse_string() and config_parse_safe_string()Yu Watanabe2022-03-101-7/+7
* conf-parser: add specific parser for PID valuesLennart Poettering2022-02-091-5/+5
* tree-wide: use config_parse_safe_string() at various placesLennart Poettering2022-02-091-7/+7
* Define FOREACH_DIRENT through FOREACH_DIRENT_ALLZbigniew Jędrzejewski-Szmek2021-12-151-1/+0
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-1/+1
* basic: split out inotify-related calls from fs-util.h → inotify-util.hLennart Poettering2021-10-051-1/+1
* tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-151-1/+2
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* tree-wide: "a" -> "an"Yu Watanabe2021-06-301-1/+1
* tty-ask-password-agent: log when starting a query on the consoleZbigniew Jędrzejewski-Szmek2021-05-311-2/+5
* tty-ask-password-agent: highlight summary in helpZbigniew Jędrzejewski-Szmek2021-05-311-1/+3
* tty-ask-password-agent: mention optional argument in helpZbigniew Jędrzejewski-Szmek2021-05-311-8/+9
* Add crypttab option silentSebastian Blunt2021-05-151-1/+3
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-1/+1
* tree-wide: use ppoll_usec()Yu Watanabe2021-03-031-12/+6
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-01-311-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-4/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-3/+2
* tty-ask-pw-agent: properly propagate errorLennart Poettering2020-08-261-3/+2
* tty-ask-pw-agent: the message string might not be setLennart Poettering2020-08-261-6/+4
* tty-ask-pw-agent: make sure "--list" works correctlyLennart Poettering2020-08-261-2/+2
* tree-wide: check POLLNVAL everywhereLennart Poettering2020-06-101-0/+4
* conf-parser: return mtime in config_parse() and friendsLennart Poettering2020-06-021-1/+3
* tree-wide: use the return value from sockaddr_un_set_path()Zbigniew Jędrzejewski-Szmek2020-03-021-6/+8
* tree-wide: drop signal.h when signal-util.h is includedYu Watanabe2019-11-031-1/+0
* tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-031-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-031-1/+0
* tty-ask-password: fix dead code pathZbigniew Jędrzejewski-Szmek2019-10-211-6/+4
* tty-ask-pwd-agent: move ask_password_plymouth() in ask-password-api.cFranck Bui2019-10-051-181/+0