summaryrefslogtreecommitdiff
path: root/src/tty-ask-password-agent
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use _cleanup(free_and_erasep) where appropriateZbigniew Jędrzejewski-Szmek2019-07-101-15/+7
* ask-passwd: slightly optimize handling argumentsYu Watanabe2019-04-041-8/+7
* tty-ask-pw-agent: use right arrayLennart Poettering2019-04-041-1/+1
* tty-ask-password: re-break commentLennart Poettering2019-04-021-6/+4
* tty-ask-password: simplify signal handler installationLennart Poettering2019-04-021-6/+7
* tty-ask-password: no need to initialize something already NUL initialized to NULLennart Poettering2019-04-021-1/+0
* tty-ask-password: drop redundant local variableLennart Poettering2019-04-021-3/+1
* tty-ask-password: copy argv[] before forking childLennart Poettering2019-04-021-11/+22
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-1/+3
* util: split out plymouth related stuffLennart Poettering2019-03-141-0/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-20/+15
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-191-0/+1
* tty-ask-password-agent: define main through macroZbigniew Jędrzejewski-Szmek2018-11-171-21/+18
* ask-password: improve log message when inotify limit is reachedJan Synacek2018-11-071-2/+6
* ask-password: check keyring in ask_password_tty and ask_password_agentXiang Fan2018-10-311-8/+1
* string-util: introduce explicit_zero_safe()Lennart Poettering2018-10-241-2/+2
* tree-wide: port various users over to sockaddr_un_set_path()Lennart Poettering2018-10-151-5/+7
* More polite passphrase promptMarko Myllynen2018-10-091-1/+1
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-5/+16
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* fixed 3 occurences of 'Failed top open' (#8349)SjonHortensius2018-03-041-1/+1
* tty-ask-password-agent: reenable color for boot-time password promptLennart Poettering2018-02-141-2/+4
* tty-ask-password-agent: don't open terminal multiple timesLennart Poettering2018-02-141-1/+1
* tty-ask-password-agent: show right TTY path in error messageLennart Poettering2018-02-131-1/+2
* tty-ask-password-agent: assing sendto() result to a ssize_t variable, not an intLennart Poettering2018-02-131-2/+7
* terminal-util: rework acquire_terminal()Lennart Poettering2018-02-131-1/+1