summaryrefslogtreecommitdiff
path: root/src/tty-ask-password-agent
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use -EBADF moreYu Watanabe2022-12-211-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-041-12/+6
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-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-041-1/+0
* tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-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
* tty-ask-pwd-agent: small cleanup in process_one_password_file()Franck Bui2019-10-051-44/+64
* tty-ask-pwd-agent: add a FIXMEFranck Bui2019-10-051-0/+3
* tty-ask-pwd-agent: share the same init code for --query and --watchFranck Bui2019-10-051-22/+25
* tty-ask-pwd-agent: treat SIGINT as a request to exit immediatelyFranck Bui2019-10-051-1/+1
* tty-ask-pwd-agent: give the possiblity to skip a password promptFranck Bui2019-10-051-3/+15
* tty-ask-pwd-agent: minor simplification by using FOREACH_DIRENT instead of FO...Franck Bui2019-10-051-4/+1
* fs-util: introduce inotify_add_watch_and_warn() helperFranck Bui2019-10-051-7/+4
* tty-ask-pwd-agent: rename watch_passwords() and show_passwords()Franck Bui2019-10-041-8/+8
* tty-ask-pwd-agent: simplify handling of --wall a bitFranck Bui2019-09-171-55/+49
* tty-ask-pwd-agent: fix message forwarded to wall(1)Franck Bui2019-09-161-1/+1
* shared/exit-status: use Bitmap instead of SetsZbigniew Jędrzejewski-Szmek2019-07-291-0/+1
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1