summaryrefslogtreecommitdiff
path: root/src/tty-ask-password-agent
Commit message (Expand)AuthorAgeFilesLines
* 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
* ask-password: various modernizationsLennart Poettering2015-10-061-38/+37
* tree-wide: use strempty() where possibleDaniel Mack2015-09-301-1/+1
* tty-ask-password: minor modernizationsLennart Poettering2015-09-291-3/+2
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-18/+15
* tree-wide: introduce mfree()David Herrmann2015-07-311-2/+1
* everywhere: port everything to sigprocmask_many() and friendsLennart Poettering2015-06-151-3/+3
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-0/+1
* shared/utmp-wtmp: add parameter for origin tty and callback userdataDaniel Mack2015-04-241-2/+2
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-121-1/+1
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* util: rename ignore_file() to hidden_file()Lennart Poettering2014-12-191-1/+1
* treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek2014-12-091-6/+6
* treewide: another round of simplificationsMichal Schmidt2014-11-281-8/+4
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-4/+4
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-3/+3
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-3/+3
* ask-password: Add --echo to enable echoing the user inputDavid Sommerseth2014-10-051-2/+3
* Correct a few typosTorstein Husebø2014-10-021-1/+1