summaryrefslogtreecommitdiff
path: root/src/tty-ask-password-agent
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tty-ask-password-agent: make code a tiny bit shorterLennart Poettering2018-02-131-1/+1
* tty-ask-password-agent: add (void) cast to mkdir/mkfifo calls we knowingly ig...Lennart Poettering2018-01-111-2/+2
* io-util: make flush_fd() return how many bytes where flushedLennart Poettering2018-01-051-1/+1
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-01-041-2/+2
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-9/+9
* tty-ask-password-agent: drop NULL sentinelLennart Poettering2017-11-291-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-1/+1
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-3/+2
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* treewide: replace homegrown memory_erase with explicit_bzeroZbigniew Jędrzejewski-Szmek2017-02-051-2/+2
* core: when determining whether a process exit status is clean, consider wheth...Lennart Poettering2016-10-101-1/+1
* ask-password: ask for passphrases not only on the first console of /dev/consoleWerner Fink2016-05-241-17/+212
* tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-051-4/+3
* tree-wide: rename hidden_file to hidden_or_backup_file and optimizeZbigniew Jędrzejewski-Szmek2016-04-281-1/+1
* Merge pull request #2495 from heftig/masterLennart Poettering2016-02-101-62/+57
|\
| * tty-ask-password: Split out password sendingJan Alexander Steffens (heftig)2016-02-031-62/+57