summaryrefslogtreecommitdiff
path: root/src/tty-ask-password-agent
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
|/
* tty-ask-password-agent: fix typo in error messageMichal Schmidt2015-11-051-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_Zbigniew Jędrzejewski-Szmek2015-10-191-6/+2
* tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering2015-10-191-30/+67
* tty-ask-password-agent: don't warn if we cannot disable wall messages on the ...Lennart Poettering2015-10-141-1/+1
* util: do not reset terminal in acquire_terminal()Lennart Poettering2015-10-081-0/+4
* ask-password: add support for caching passwords in the kernel keyringLennart Poettering2015-10-071-14/+20